Skip to content

Commit 15e350c

Browse files
committed
chore(release): publish new version v5.0.0
1 parent fcdae7f commit 15e350c

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
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+
## [5.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.4.1...v5.0.0) (2026-02-04)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* change Lazy Data arguments signature with `(resolve, reject)` (#463)
12+
* drop standalone legacy browser <script> & `window` object usage (#461)
13+
* partial option group should show the minus icon (#462)
14+
15+
### Features
16+
17+
* add new `setData()` function ([#464](https://github.com/ghiscoding/multiple-select-vanilla/issues/464)) ([2ccc7fc](https://github.com/ghiscoding/multiple-select-vanilla/commit/2ccc7fc8b85b970cf2716aa5be94ff2b37dcfcef)) - by @ghiscoding
18+
* change Lazy Data arguments signature with `(resolve, reject)` ([#463](https://github.com/ghiscoding/multiple-select-vanilla/issues/463)) ([00c7f71](https://github.com/ghiscoding/multiple-select-vanilla/commit/00c7f71e12402bf30d1709e66ed054cc25d366e3)) - by @ghiscoding
19+
* drop standalone legacy browser <script> & `window` object usage ([#461](https://github.com/ghiscoding/multiple-select-vanilla/issues/461)) ([4f3dd37](https://github.com/ghiscoding/multiple-select-vanilla/commit/4f3dd374353fb03b1301561fe7c2697ef7e4d752)) - by @ghiscoding
20+
21+
### Bug Fixes
22+
23+
* add missing padding around "no results" after filtering data ([82afd7b](https://github.com/ghiscoding/multiple-select-vanilla/commit/82afd7b4fcd454a072438139181262e7eb6380c8)) - by @ghiscoding
24+
* **deps:** update all non-major dependencies ([#450](https://github.com/ghiscoding/multiple-select-vanilla/issues/450)) ([1da4608](https://github.com/ghiscoding/multiple-select-vanilla/commit/1da460837f4c10e49cf8df725cb5f83c523ee9f6)) - by @renovate-bot
25+
* export correct name for Korean locale ([106dc0a](https://github.com/ghiscoding/multiple-select-vanilla/commit/106dc0a85670b9b1664a0d659eff9acfbdd98e8e)) - by @ghiscoding
26+
* partial option group should show the minus icon ([#462](https://github.com/ghiscoding/multiple-select-vanilla/issues/462)) ([7b7b2f0](https://github.com/ghiscoding/multiple-select-vanilla/commit/7b7b2f0b4aa9e5e4cc56e34d8edd4244cbf4660a)) - by @ghiscoding
27+
728
## [4.4.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.4.0...v4.4.1) (2025-12-20)
829

930
### 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": "4.4.1",
3+
"version": "5.0.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
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+
## [5.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.4.1...v5.0.0) (2026-02-04)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* change Lazy Data arguments signature with `(resolve, reject)` (#463)
12+
* drop standalone legacy browser <script> & `window` object usage (#461)
13+
* partial option group should show the minus icon (#462)
14+
15+
### Features
16+
17+
* add new `setData()` function ([#464](https://github.com/ghiscoding/multiple-select-vanilla/issues/464)) ([2ccc7fc](https://github.com/ghiscoding/multiple-select-vanilla/commit/2ccc7fc8b85b970cf2716aa5be94ff2b37dcfcef)) - by @ghiscoding
18+
* change Lazy Data arguments signature with `(resolve, reject)` ([#463](https://github.com/ghiscoding/multiple-select-vanilla/issues/463)) ([00c7f71](https://github.com/ghiscoding/multiple-select-vanilla/commit/00c7f71e12402bf30d1709e66ed054cc25d366e3)) - by @ghiscoding
19+
* drop standalone legacy browser <script> & `window` object usage ([#461](https://github.com/ghiscoding/multiple-select-vanilla/issues/461)) ([4f3dd37](https://github.com/ghiscoding/multiple-select-vanilla/commit/4f3dd374353fb03b1301561fe7c2697ef7e4d752)) - by @ghiscoding
20+
21+
### Bug Fixes
22+
23+
* add missing padding around "no results" after filtering data ([82afd7b](https://github.com/ghiscoding/multiple-select-vanilla/commit/82afd7b4fcd454a072438139181262e7eb6380c8)) - by @ghiscoding
24+
* **deps:** update all non-major dependencies ([#450](https://github.com/ghiscoding/multiple-select-vanilla/issues/450)) ([1da4608](https://github.com/ghiscoding/multiple-select-vanilla/commit/1da460837f4c10e49cf8df725cb5f83c523ee9f6)) - by @renovate-bot
25+
* export correct name for Korean locale ([106dc0a](https://github.com/ghiscoding/multiple-select-vanilla/commit/106dc0a85670b9b1664a0d659eff9acfbdd98e8e)) - by @ghiscoding
26+
* partial option group should show the minus icon ([#462](https://github.com/ghiscoding/multiple-select-vanilla/issues/462)) ([7b7b2f0](https://github.com/ghiscoding/multiple-select-vanilla/commit/7b7b2f0b4aa9e5e4cc56e34d8edd4244cbf4660a)) - by @ghiscoding
27+
728
## [4.4.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.4.0...v4.4.1) (2025-12-20)
829

930
### Bug Fixes

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multiple-select-vanilla",
33
"description": "This lib allows you to select multiple elements with checkboxes",
4-
"version": "4.4.1",
4+
"version": "5.0.0",
55
"keywords": [
66
"checkboxes",
77
"multiple-select",

0 commit comments

Comments
 (0)