Skip to content

Commit eeefa1e

Browse files
authored
Merge pull request select2#5577 from select2/release/4.0.8
[Release] 4.0.8
2 parents 1b5a962 + 5005c56 commit eeefa1e

75 files changed

Lines changed: 753 additions & 721 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

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

3+
## 4.0.8
4+
5+
### New features / improvements
6+
7+
* Test against and fix compatibility with jQuery 3.4.1 (#5531)
8+
* Results respect disabled state of `<option>` (#5560)
9+
* Add `computedstyle` option for calculating the width (#5559)
10+
11+
### Bug fixes
12+
13+
* Fix tag creation being broken in 4.0.7 (#5558)
14+
* Fix infinite scroll when the scrollbar is not visible (#5575)
15+
* Revert change to focusing behaviour in 4.0.6 (#5576)
16+
17+
### Translations
18+
19+
* Fix wording in French translations (#5521)
20+
21+
### Miscellaneous
22+
23+
* Update grunt-contrib-qunit to latest version (#5530)
24+
* Removed unused `.select2-selection__placeholder` CSS definitions for multiple selects (#5508)
25+
* Remove deprecated jQuery shorthand (#5564)
26+
327
## 4.0.7
428

529
### New features/improvements

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "select2",
33
"repo": "select/select2",
44
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
5-
"version": "4.0.7",
5+
"version": "4.0.8",
66
"demo": "https://select2.org/",
77
"keywords": [
88
"jquery"

dist/css/select2.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@
188188
width: 100%; }
189189
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
190190
list-style: none; }
191-
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
192-
color: #999;
193-
margin-top: 5px;
194-
float: left; }
195191
.select2-container--default .select2-selection--multiple .select2-selection__clear {
196192
cursor: pointer;
197193
float: right;
@@ -216,7 +212,7 @@
216212
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
217213
color: #333; }
218214

219-
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
215+
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
220216
float: right; }
221217

222218
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {

dist/css/select2.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/af.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/ar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/az.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/bg.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/bn.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)