Skip to content

Commit f303402

Browse files
committed
Update changelog
1 parent e06b765 commit f303402

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
<!-- Feel free to put either your handle and/or full name, according to
44
your privacy needs -->
55

6+
## In development
7+
8+
### Breaking changes
9+
10+
- `clearOptions()` removes currently-selected items in addition to deselecting them by default, as
11+
it did prior to selectize v0.12.5.
12+
13+
### New features
14+
15+
- `clearOptions()` has a new parameter `removeCurrentItems`, default `true`. If set `false`, it will
16+
leave currently-selected items available *and selected*, as was the case from v0.12.5 to v0.13.0.
17+
- For consistency, `silent` also has a (backwards-compatible) default value of `false` now.
18+
- The full signature is thus `clearOptions(silent = false, removeCurrentItems = true)`
19+
620
## v0.15.1 · 17 11 2022
721

822
- New feature: dynamically add option groups

0 commit comments

Comments
 (0)