Skip to content

Commit 10645a7

Browse files
chore(release): set package.json to 1.1.9 [skip ci]
## [1.1.9](v1.1.8...v1.1.9) (2022-08-14) ### Bug Fixes * fixed bootstrap sass ([89e1254](89e1254))
1 parent d9af0e6 commit 10645a7

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.9](https://github.com/kouts/vue-search-input/compare/v1.1.8...v1.1.9) (2022-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed bootstrap sass ([89e1254](https://github.com/kouts/vue-search-input/commit/89e125494250af185ea1d2f4d8e11d0e7ec1cf9a))
7+
18
## [1.1.8](https://github.com/kouts/vue-search-input/compare/v1.1.7...v1.1.8) (2022-07-23)
29

310

Diff for: dist/vue-search-input.es.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ const P = ["search", "text"], g = (e, t, l = !0) => {
5151
c == null || c.focus(), e.selectOnFocus && (c == null || c.select());
5252
}
5353
}, v = () => window.document.removeEventListener("keydown", w);
54-
return b(() => e.shortcutListenerEnabled, (n) => {
55-
n ? window.document.addEventListener("keydown", w) : v();
56-
}, { immediate: !0 }), K(() => {
54+
return b(
55+
() => e.shortcutListenerEnabled,
56+
(n) => {
57+
n ? window.document.addEventListener("keydown", w) : v();
58+
},
59+
{ immediate: !0 }
60+
), K(() => {
5761
v();
5862
}), {
5963
inputRef: o,

0 commit comments

Comments
 (0)