Skip to content

Commit 4db849c

Browse files
committed
Update changelog for 4.0.9
1 parent dc4e833 commit 4db849c

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

3+
## 4.0.9
4+
5+
### New features / improvements
6+
7+
* Mirror disabled state through aria-disabled on selection (#5579)
8+
* Select2 now clears the internal ID when it is destroyed (#5587)
9+
* Set the main ARIA 1.1 roles and properties for comboboxes (#5582)
10+
* The `language` option now has a clearly defined fallback chain (#5602)
11+
12+
### Bug fixes
13+
14+
* Do not propagate click when search box is not empty (#5580)
15+
* Fix `maximumSelectionLength` being ignored by `closeOnSelect` (#5581)
16+
* Fix generated options not receiving result IDs (#5586)
17+
* Remove selection title attribute if text is empty (#5589)
18+
* Reposition dropdown whenever items are selected (#5590)
19+
* Fix dropdown positioning when displayed above with messages (#5592)
20+
* Fix search box expanding width of container (#5595)
21+
* `allowClear` no longer shifts selections to a new line (#5603)
22+
23+
### Translations
24+
25+
* Fix error in German translations (#5604)
26+
27+
### Miscellaneous
28+
29+
* Updated development grunt version so it no longer shows as vulnerable (#5597)
30+
* Remove unused variables (#5554)
31+
332
## 4.0.8
433

534
### New features / improvements

0 commit comments

Comments
 (0)