Skip to content

Commit 168c8dc

Browse files
committed
chore(release): 3.4.9
1 parent 8cc9ac8 commit 168c8dc

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.4.9](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.8...v3.4.9) (2023-01-25)
6+
7+
8+
### Bug Fixes
9+
10+
* Added Typescript types. Fixes [#253](https://github.com/HemantNegi/jquery.sumoselect/issues/253) ([52e909c](https://github.com/HemantNegi/jquery.sumoselect/commit/52e909c2cfabe0faafb79ff67dfc2d5da6680f6e))
11+
* Docs typo ([ed8da08](https://github.com/HemantNegi/jquery.sumoselect/commit/ed8da082b5c50a49e3c96f53356b5550b19eacda))
12+
* Refocus sumo when using escape or enter with search enabled. Fixes [#340](https://github.com/HemantNegi/jquery.sumoselect/issues/340) ([4006576](https://github.com/HemantNegi/jquery.sumoselect/commit/400657673e94ba603999ac8597cc294276ab015d))
13+
* Scroll first selected option into view. Fixes [#337](https://github.com/HemantNegi/jquery.sumoselect/issues/337) ([ceb378a](https://github.com/HemantNegi/jquery.sumoselect/commit/ceb378a4ccf650f959a89f2c385731827af15316))
14+
* Search input advanced features. Fixes [#339](https://github.com/HemantNegi/jquery.sumoselect/issues/339). Fixes [#341](https://github.com/HemantNegi/jquery.sumoselect/issues/341) ([46c1536](https://github.com/HemantNegi/jquery.sumoselect/commit/46c15361f24590b422dc38b16f03878ea9b79d41))
15+
* Stop using .click. Fixes [#338](https://github.com/HemantNegi/jquery.sumoselect/issues/338) ([b318ce3](https://github.com/HemantNegi/jquery.sumoselect/commit/b318ce3f976407b35705e82d725a75657fdde084))
16+
517
### [3.4.8](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.7...v3.4.8) (2022-07-29)
618

719
### [3.4.7](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.6...v3.4.7) (2022-07-29)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"jquery.sumoselect.js",
55
"sumoselect.css"
66
],
7-
"version": "3.4.8",
7+
"version": "3.4.9",
88
"homepage": "https://github.com/HemantNegi/jquery.sumoselect",
99
"authors": [
1010
"HemantNegi",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sumoselect",
3-
"version": "3.4.8",
3+
"version": "3.4.9",
44
"description": "A jQuery plugin that progressively enhances an HTML Select Box into a Single/Multiple option dropdown list",
55
"main": "jquery.sumoselect.js",
66
"scripts": {

0 commit comments

Comments
 (0)