1
0
mirror of synced 2024-11-24 22:06:07 +03:00

Update changelog for 4.0.8

This commit is contained in:
Kevin Brown 2019-07-20 23:09:14 -04:00
parent 8b55e47604
commit 5005c564c2

View File

@ -1,5 +1,29 @@
# Change Log # Change Log
## 4.0.8
### New features / improvements
* Test against and fix compatibility with jQuery 3.4.1 (#5531)
* Results respect disabled state of `<option>` (#5560)
* Add `computedstyle` option for calculating the width (#5559)
### Bug fixes
* Fix tag creation being broken in 4.0.7 (#5558)
* Fix infinite scroll when the scrollbar is not visible (#5575)
* Revert change to focusing behaviour in 4.0.6 (#5576)
### Translations
* Fix wording in French translations (#5521)
### Miscellaneous
* Update grunt-contrib-qunit to latest version (#5530)
* Removed unused `.select2-selection__placeholder` CSS definitions for multiple selects (#5508)
* Remove deprecated jQuery shorthand (#5564)
## 4.0.7 ## 4.0.7
### New features/improvements ### New features/improvements