diff --git a/CHANGELOG.md b/CHANGELOG.md index 530d22d..22f45bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +### [3.4.9](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.8...v3.4.9) (2023-01-25) + + +### Bug Fixes + +* Added Typescript types. Fixes [#253](https://github.com/HemantNegi/jquery.sumoselect/issues/253) ([52e909c](https://github.com/HemantNegi/jquery.sumoselect/commit/52e909c2cfabe0faafb79ff67dfc2d5da6680f6e)) +* Docs typo ([ed8da08](https://github.com/HemantNegi/jquery.sumoselect/commit/ed8da082b5c50a49e3c96f53356b5550b19eacda)) +* 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)) +* 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)) +* 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)) +* Stop using .click. Fixes [#338](https://github.com/HemantNegi/jquery.sumoselect/issues/338) ([b318ce3](https://github.com/HemantNegi/jquery.sumoselect/commit/b318ce3f976407b35705e82d725a75657fdde084)) + ### [3.4.8](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.7...v3.4.8) (2022-07-29) ### [3.4.7](https://github.com/HemantNegi/jquery.sumoselect/compare/v3.4.6...v3.4.7) (2022-07-29) diff --git a/bower.json b/bower.json index 62635ec..f103266 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "jquery.sumoselect.js", "sumoselect.css" ], - "version": "3.4.8", + "version": "3.4.9", "homepage": "https://github.com/HemantNegi/jquery.sumoselect", "authors": [ "HemantNegi", diff --git a/package-lock.json b/package-lock.json index e6eb3dd..552cac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sumoselect", - "version": "3.4.8", + "version": "3.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sumoselect", - "version": "3.4.8", + "version": "3.4.9", "license": "MIT", "dependencies": { "jquery": ">=1.6" diff --git a/package.json b/package.json index a9b355c..c2dd869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sumoselect", - "version": "3.4.8", + "version": "3.4.9", "description": "A jQuery plugin that progressively enhances an HTML Select Box into a Single/Multiple option dropdown list", "main": "jquery.sumoselect.js", "scripts": {