File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Feel free to put either your handle and/or full name, according to
4
4
your privacy needs -->
5
5
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
+
6
20
## v0.15.1 · 17 11 2022
7
21
8
22
- New feature: dynamically add option groups
You can’t perform that action at this time.
0 commit comments