Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.15.0 #1386

Merged
merged 2 commits into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## Master
## 0.15.0

##### Breaking

* None.

##### Enhancements

* Update Javascript: typeahead.js 1.3.4, KaTeX 0.16.10
[John Fairhurst](https://github.com/johnfairh)

* Support Swift 5.10 with Swift Package Manager projects.
[John Fairhurst](https://github.com/johnfairh)
[#1381](https://github.com/realm/jazzy/issues/1381)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
jazzy (0.14.4)
jazzy (0.15.0)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4 (~> 1.3)
Expand Down
12 changes: 6 additions & 6 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/jazzy/extensions/katex/css/katex.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jazzy/extensions/katex/js/katex.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jazzy/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Jazzy
VERSION = '0.14.4' unless defined? Jazzy::VERSION
VERSION = '0.15.0' unless defined? Jazzy::VERSION
end
5 changes: 3 additions & 2 deletions lib/jazzy/themes/apple/assets/js/typeahead.jquery.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* typeahead.js 1.3.1
* typeahead.js 1.3.3
* https://github.com/corejavascript/typeahead.js
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
*/


Expand Down Expand Up @@ -499,6 +499,7 @@
});
this.$input.attr({
"aria-owns": id + "_listbox",
"aria-controls": id + "_listbox",
role: "combobox",
"aria-autocomplete": "list",
"aria-expanded": false
Expand Down
5 changes: 3 additions & 2 deletions lib/jazzy/themes/fullwidth/assets/js/typeahead.jquery.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* typeahead.js 1.3.1
* typeahead.js 1.3.3
* https://github.com/corejavascript/typeahead.js
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
*/


Expand Down Expand Up @@ -499,6 +499,7 @@
});
this.$input.attr({
"aria-owns": id + "_listbox",
"aria-controls": id + "_listbox",
role: "combobox",
"aria-autocomplete": "list",
"aria-expanded": false
Expand Down
2 changes: 1 addition & 1 deletion spec/integration_specs
Submodule integration_specs updated 22 files
+3 −2 document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+3 −2 document_alamofire/after/docs/js/typeahead.jquery.js
+3 −2 document_moya_podspec/after/docs/docsets/Moya.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+3 −2 document_moya_podspec/after/docs/js/typeahead.jquery.js
+3 −2 document_realm_objc/after/docs/docsets/Realm.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+3 −2 document_realm_objc/after/docs/js/typeahead.jquery.js
+3 −2 document_realm_swift/after/docs/docsets/RealmSwift.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+3 −2 document_realm_swift/after/docs/js/typeahead.jquery.js
+3 −2 document_siesta/after/api-docs/docsets/Siesta.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+3 −2 document_siesta/after/api-docs/js/typeahead.jquery.js
+3 −2 ..._multi_modules/after/docs/docsets/Jazzy_MultiKit.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+3 −2 jazzy_multi_modules/after/docs/js/typeahead.jquery.js
+1 −1 misc_jazzy_features/after/docs/css/katex.min.css
+1 −1 misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/katex.min.css
+1 −1 misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/katex.min.js
+1 −1 misc_jazzy_features/after/docs/js/katex.min.js
+3 −2 ..._jazzy_objc_features/after/docs/docsets/JazzyKit.docset/Contents/Resources/Documents/js/typeahead.jquery.js
+3 −2 misc_jazzy_objc_features/after/docs/js/typeahead.jquery.js
+1 −1 misc_jazzy_symgraph_features/after/docs/css/katex.min.css
+1 −1 ...ymgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/katex.min.css
+1 −1 ..._symgraph_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/katex.min.js
+1 −1 misc_jazzy_symgraph_features/after/docs/js/katex.min.js
Loading