Skip to content

Commit 86f8a26

Browse files
committed
chore(release): publish new version v4.1.0
1 parent 051e82a commit 86f8a26

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
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+
## [4.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.0.0...v4.1.0) (2025-05-01)
8+
9+
### Features
10+
11+
* add `lazyData` to lazy load only after clicking/opening select ([#361](https://github.com/ghiscoding/multiple-select-vanilla/issues/361)) ([f42ae19](https://github.com/ghiscoding/multiple-select-vanilla/commit/f42ae193618f0575d205f7ffecd7c11bdbe962ca)) - by @ghiscoding
12+
* add new `preFilter` callback option ([#356](https://github.com/ghiscoding/multiple-select-vanilla/issues/356)) ([926c82c](https://github.com/ghiscoding/multiple-select-vanilla/commit/926c82c8c9cd456be915e0a0e2cb4820a333560b)) - by @ghiscoding
13+
* add new `preSort` callback option, fixes [#355](https://github.com/ghiscoding/multiple-select-vanilla/issues/355) ([#358](https://github.com/ghiscoding/multiple-select-vanilla/issues/358)) ([0491b8d](https://github.com/ghiscoding/multiple-select-vanilla/commit/0491b8d9866433ef39ffe8d935cf04a23f6eab36)) - by @ghiscoding
14+
15+
### Bug Fixes
16+
17+
* remove open drop delay when changing data & add demo ([#351](https://github.com/ghiscoding/multiple-select-vanilla/issues/351)) ([8a1784f](https://github.com/ghiscoding/multiple-select-vanilla/commit/8a1784f5e310ec847f8776da85c5b9d781970536)) - by @ghiscoding
18+
19+
### Reverts
20+
21+
* Revert "chore: enable pnpm `shellEmulator` & remove `cross-env` (#352)" (#353) ([c706f03](https://github.com/ghiscoding/multiple-select-vanilla/commit/c706f030c1904a0fa43eb5ee9fa294952bb30d01)), closes [#352](https://github.com/ghiscoding/multiple-select-vanilla/issues/352) [#353](https://github.com/ghiscoding/multiple-select-vanilla/issues/353) - by @ghiscoding
22+
723
## [4.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.5.0...v4.0.0) (2025-04-12)
824

925
### ⚠ BREAKING CHANGES

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.0.0",
3+
"version": "4.1.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
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+
## [4.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.0.0...v4.1.0) (2025-05-01)
8+
9+
### Features
10+
11+
* add `lazyData` to lazy load only after clicking/opening select ([#361](https://github.com/ghiscoding/multiple-select-vanilla/issues/361)) ([f42ae19](https://github.com/ghiscoding/multiple-select-vanilla/commit/f42ae193618f0575d205f7ffecd7c11bdbe962ca)) - by @ghiscoding
12+
* add new `preFilter` callback option ([#356](https://github.com/ghiscoding/multiple-select-vanilla/issues/356)) ([926c82c](https://github.com/ghiscoding/multiple-select-vanilla/commit/926c82c8c9cd456be915e0a0e2cb4820a333560b)) - by @ghiscoding
13+
* add new `preSort` callback option, fixes [#355](https://github.com/ghiscoding/multiple-select-vanilla/issues/355) ([#358](https://github.com/ghiscoding/multiple-select-vanilla/issues/358)) ([0491b8d](https://github.com/ghiscoding/multiple-select-vanilla/commit/0491b8d9866433ef39ffe8d935cf04a23f6eab36)) - by @ghiscoding
14+
15+
### Bug Fixes
16+
17+
* remove open drop delay when changing data & add demo ([#351](https://github.com/ghiscoding/multiple-select-vanilla/issues/351)) ([8a1784f](https://github.com/ghiscoding/multiple-select-vanilla/commit/8a1784f5e310ec847f8776da85c5b9d781970536)) - by @ghiscoding
18+
19+
### Reverts
20+
21+
* Revert "chore: enable pnpm `shellEmulator` & remove `cross-env` (#352)" (#353) ([c706f03](https://github.com/ghiscoding/multiple-select-vanilla/commit/c706f030c1904a0fa43eb5ee9fa294952bb30d01)), closes [#352](https://github.com/ghiscoding/multiple-select-vanilla/issues/352) [#353](https://github.com/ghiscoding/multiple-select-vanilla/issues/353) - by @ghiscoding
22+
723
## [4.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.5.0...v4.0.0) (2025-04-12)
824

925
### ⚠ BREAKING CHANGES

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.0.0",
4+
"version": "4.1.0",
55
"keywords": [
66
"checkboxes",
77
"multiple-select",

0 commit comments

Comments
 (0)