Skip to content

Commit

Permalink
Release 0.15.0, update gems and JS dependencies (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed May 4, 2024
1 parent 8022dd9 commit 93fa9c3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 16 deletions.
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

0 comments on commit 93fa9c3

Please sign in to comment.