Skip to content

Commit d59edfe

Browse files
committed
Updated changelog for 4.1.0-beta.0
1 parent d4c9003 commit d59edfe

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 4.1.0 (unreleased)
4+
5+
### Breaking changes
6+
7+
* The minimum jQuery version supported is the latest version in the 1.x, 2.x, and 3.x series (#5225)
8+
* Removed support for legacy Internet Explorer (versions older than IE 11) (#5834)
9+
* Removed modules deprecated in 4.0.0 (#5815)
10+
* Removed legacy support for `<input />` tags
11+
* Removed legacy support for `initSelection`
12+
* Removed legacy support for `query`
13+
* Removed old `select2/compat/matcher` module
14+
* Removed undocumented CSS-related options (#5815)
15+
* Removed `dropdownCss` option
16+
* Removed `adaptDropdownCss` option
17+
* Removed `containerCss` option
18+
* Removed `adaptContainerCss` option
19+
* The `containerCssClass` option has been renamed to `selectionCssClass` (#5815)
20+
21+
### New features / improvements
22+
23+
* `dropdownCssClass` and `selectionCssClass` are now available in all builds of Select2 (#5815)
24+
* Calls to get the currently selected options are now considerably faster on large datasets (#5775)
25+
26+
### Translations
27+
28+
* Add Esperanto translation (`eo`) (#5823)
29+
* Add Punjabi translations (`pa`) (#5831)
30+
31+
### Miscellaneous
32+
33+
* The `amdLanguageBase` option no longer has an effect because the full build does not include any dynamically loaded modules (#5815)
34+
335
## 4.0.13
436

537
### New features / improvements

0 commit comments

Comments
 (0)