Skip to content

Commit 63cbc80

Browse files
committed
Add entry to CHANGELOG.md
1 parent e06b765 commit 63cbc80

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
<!-- Feel free to put either your handle and/or full name, according to
44
your privacy needs -->
55

6+
## v0.16.0 [In development]
7+
8+
### Breaking changes
9+
10+
- `clearOptions()` now, by default, removes currently-selected items in addition to deselecting them,
11+
as it did prior to selectize v0.12.5.
12+
- This behavior is controlled by a new parameter `removeCurrentItems`, default `true`.
13+
- If `removeCurrentItems` is set `false`, the function will instead leave currently-selected items
14+
available *and selected*, as was the case from selectize v0.12.5, until v0.13.1 introduced
15+
[#2146](https://github.com/selectize/selectize.js/issues/2146) (which this change fixes).
16+
- For consistency, `silent` also has a (backwards-compatible) default value of `false` now.
17+
- Thus, the full signature is now `clearOptions(silent = false, removeCurrentItems = true)`
18+
19+
_@dvg-p4_
20+
621
## v0.15.1 · 17 11 2022
722

823
- New feature: dynamically add option groups

0 commit comments

Comments
 (0)