Skip to content

Commit

Permalink
Merge pull request #256 from corejavascript/rebuild-v1.3.4
Browse files Browse the repository at this point in the history
Rebuild v1.3.4
  • Loading branch information
jlbooker authored Jan 15, 2024
2 parents 2d9ec83 + c66f5eb commit 4ce56fd
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 19 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 1.3.4
- Rebuild dist files and re-tag latest release.

### 1.3.3

- Add an `aria-controls` attribute to input element for WCAG 2.1 accessibility compliance
Expand Down
6 changes: 3 additions & 3 deletions dist/bloodhound.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 @@ -159,7 +159,7 @@
noop: function() {}
};
}();
var VERSION = "1.3.1";
var VERSION = "1.3.3";
var tokenizers = function() {
"use strict";
return {
Expand Down
6 changes: 3 additions & 3 deletions dist/bloodhound.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/typeahead.bundle.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 @@ -159,7 +159,7 @@
noop: function() {}
};
}();
var VERSION = "1.3.1";
var VERSION = "1.3.3";
var tokenizers = function() {
"use strict";
return {
Expand Down Expand Up @@ -1446,6 +1446,7 @@
});
this.$input.attr({
"aria-owns": id + "_listbox",
"aria-controls": id + "_listbox",
role: "combobox",
"aria-autocomplete": "list",
"aria-expanded": false
Expand Down
6 changes: 3 additions & 3 deletions dist/typeahead.bundle.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/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
6 changes: 3 additions & 3 deletions dist/typeahead.jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"scripts": {
"test": "bower install && node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"version": "1.3.3",
"version": "1.3.4",
"main": "dist/typeahead.bundle.js"
}

0 comments on commit 4ce56fd

Please sign in to comment.