🌐 AI搜索 & 代理 主页
Skip to content

Commit 5db8f8c

Browse files
committed
Rebuild dist files for v1.3.4
1 parent 2d9ec83 commit 5db8f8c

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 1.3.4
4+
- Rebuild dist files and re-tag latest release.
5+
36
### 1.3.3
47

58
- Add an `aria-controls` attribute to input element for WCAG 2.1 accessibility compliance

dist/bloodhound.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* typeahead.js 1.3.1
2+
* typeahead.js 1.3.3
33
* https://github.com/corejavascript/typeahead.js
4-
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
4+
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
55
*/
66

77

@@ -159,7 +159,7 @@
159159
noop: function() {}
160160
};
161161
}();
162-
var VERSION = "1.3.1";
162+
var VERSION = "1.3.3";
163163
var tokenizers = function() {
164164
"use strict";
165165
return {

dist/bloodhound.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/typeahead.bundle.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* typeahead.js 1.3.1
2+
* typeahead.js 1.3.3
33
* https://github.com/corejavascript/typeahead.js
4-
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
4+
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
55
*/
66

77

@@ -159,7 +159,7 @@
159159
noop: function() {}
160160
};
161161
}();
162-
var VERSION = "1.3.1";
162+
var VERSION = "1.3.3";
163163
var tokenizers = function() {
164164
"use strict";
165165
return {
@@ -1446,6 +1446,7 @@
14461446
});
14471447
this.$input.attr({
14481448
"aria-owns": id + "_listbox",
1449+
"aria-controls": id + "_listbox",
14491450
role: "combobox",
14501451
"aria-autocomplete": "list",
14511452
"aria-expanded": false

dist/typeahead.bundle.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/typeahead.jquery.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* typeahead.js 1.3.1
2+
* typeahead.js 1.3.3
33
* https://github.com/corejavascript/typeahead.js
4-
* Copyright 2013-2020 Twitter, Inc. and other contributors; Licensed MIT
4+
* Copyright 2013-2024 Twitter, Inc. and other contributors; Licensed MIT
55
*/
66

77

@@ -499,6 +499,7 @@
499499
});
500500
this.$input.attr({
501501
"aria-owns": id + "_listbox",
502+
"aria-controls": id + "_listbox",
502503
role: "combobox",
503504
"aria-autocomplete": "list",
504505
"aria-expanded": false

dist/typeahead.jquery.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)