Skip to content

Commit 385b5c6

Browse files
committed
chore(release): publish new version 0.2.0
1 parent c4e8a82 commit 385b5c6

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.2.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.1.0...v0.2.0) (2023-02-22)
8+
9+
### Features
10+
11+
* add `sanitizer` callback option to sanitize html code ([308a5fe](https://github.com/ghiscoding/multiple-select-vanilla/commit/308a5fe1d1e8cba4799ac86f2bd763303688f827)) - by @ghiscoding
12+
* add new `useSelectOptionLabel` option ([145e955](https://github.com/ghiscoding/multiple-select-vanilla/commit/145e955e7b3fdd9ea172147842dd14e04e2204ab)) - by @ghiscoding
13+
* add optional OK button for multiple selection ([13ed051](https://github.com/ghiscoding/multiple-select-vanilla/commit/13ed051f20c844a6b999d746498b644e804c3414)) - by @ghiscoding
14+
* add SASS and CSS variables ([93ca2c2](https://github.com/ghiscoding/multiple-select-vanilla/commit/93ca2c25de24bb6e7b4dbd03fff81b69a061f46f)) - by @ghiscoding
15+
* add string pattern options as alternative to override text formats ([c72148e](https://github.com/ghiscoding/multiple-select-vanilla/commit/c72148ed203c18f358377f802aa300a21a313073)) - by @ghiscoding
16+
* auto-adjust height by available space & width by text content ([33df39f](https://github.com/ghiscoding/multiple-select-vanilla/commit/33df39f7837f64271411f6bddfad7a6a07f2cbb9)) - by @ghiscoding
17+
* provide demo with Font-Awesome checkbox/radio icons ([b6c0bae](https://github.com/ghiscoding/multiple-select-vanilla/commit/b6c0bae30ab97893fb7a10f72100cc8aa0d938a5)) - by @ghiscoding
18+
* separate all locales into separate files for better tree shaking ([da064e6](https://github.com/ghiscoding/multiple-select-vanilla/commit/da064e67c65ae96e42897625d850f96480837acd)) - by @ghiscoding
19+
720
# 0.1.0 (2023-01-13)
821

922
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"npmClient": "pnpm",
55
"loglevel": "info",
66
"command": {

lib/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.2.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.1.0...v0.2.0) (2023-02-22)
8+
9+
### Features
10+
11+
* add `sanitizer` callback option to sanitize html code ([308a5fe](https://github.com/ghiscoding/multiple-select-vanilla/commit/308a5fe1d1e8cba4799ac86f2bd763303688f827)) - by @ghiscoding
12+
* add new `useSelectOptionLabel` option ([145e955](https://github.com/ghiscoding/multiple-select-vanilla/commit/145e955e7b3fdd9ea172147842dd14e04e2204ab)) - by @ghiscoding
13+
* add optional OK button for multiple selection ([13ed051](https://github.com/ghiscoding/multiple-select-vanilla/commit/13ed051f20c844a6b999d746498b644e804c3414)) - by @ghiscoding
14+
* add SASS and CSS variables ([93ca2c2](https://github.com/ghiscoding/multiple-select-vanilla/commit/93ca2c25de24bb6e7b4dbd03fff81b69a061f46f)) - by @ghiscoding
15+
* add string pattern options as alternative to override text formats ([c72148e](https://github.com/ghiscoding/multiple-select-vanilla/commit/c72148ed203c18f358377f802aa300a21a313073)) - by @ghiscoding
16+
* auto-adjust height by available space & width by text content ([33df39f](https://github.com/ghiscoding/multiple-select-vanilla/commit/33df39f7837f64271411f6bddfad7a6a07f2cbb9)) - by @ghiscoding
17+
* provide demo with Font-Awesome checkbox/radio icons ([b6c0bae](https://github.com/ghiscoding/multiple-select-vanilla/commit/b6c0bae30ab97893fb7a10f72100cc8aa0d938a5)) - by @ghiscoding
18+
* separate all locales into separate files for better tree shaking ([da064e6](https://github.com/ghiscoding/multiple-select-vanilla/commit/da064e67c65ae96e42897625d850f96480837acd)) - by @ghiscoding
19+
720
# 0.1.0 (2023-01-13)
821

922
### Bug Fixes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-select-vanilla",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"main": "./dist/cjs/multiple-select.js",
66
"module": "./dist/esm/multiple-select.js",

0 commit comments

Comments
 (0)