Skip to content

Commit d0ddab6

Browse files
authored
Merge pull request select2#5494 from select2/develop
Release Select2 4.0.7-rc.0
2 parents 5dcc102 + df3c343 commit d0ddab6

69 files changed

Lines changed: 84 additions & 121 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.0.7
4+
5+
### New features/improvements
6+
- Do not close on select if Ctrl or Meta (Cmd) keys being held (#5222)
7+
8+
### Bug fixes
9+
- Fixed issue where single select boxes would automatically reopen when they were closed (#5490, #5492)
10+
11+
### Miscellaneous
12+
- Move almost and jquery-mousewheel to devDependencies (#5489)
13+
314
## 4.0.6
415

516
### New features/improvements

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Plugins
6363
Themes
6464

6565
- [Bootstrap 3][bootstrap3] - [select2-bootstrap-theme]
66+
- [Bootstrap 4][bootstrap4] - [select2-bootstrap4-theme]
6667
- [Flat UI][flat-ui] - [select2-flat-theme]
6768
- [Metro UI][metro-ui] - [select2-metro]
6869

@@ -106,6 +107,7 @@ The license is available within the repository in the [LICENSE][license] file.
106107
[travis-ci-status]: https://travis-ci.org/select2/select2
107108

108109
[bootstrap3]: https://getbootstrap.com/
110+
[bootstrap4]: https://getbootstrap.com/
109111
[django]: https://www.djangoproject.com/
110112
[django-autocomplete-light]: https://github.com/yourlabs/django-autocomplete-light
111113
[django-easy-select2]: https://github.com/asyncee/django-easy-select2
@@ -119,6 +121,7 @@ The license is available within the repository in the [LICENSE][license] file.
119121
[select2-metro]: http://metroui.org.ua/select2.html
120122
[ruby-on-rails]: http://rubyonrails.org/
121123
[select2-bootstrap-theme]: https://github.com/select2/select2-bootstrap-theme
124+
[select2-bootstrap4-theme]: https://github.com/ttskch/select2-bootstrap4-theme
122125
[select2-flat-theme]: https://github.com/techhysahil/select2-Flat_Theme
123126
[select2-rails]: https://github.com/argerim/select2-rails
124127
[vue.js]: http://vuejs.org/

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.6",
5+
"version": "4.0.7-rc.0",
66
"demo": "https://select2.org/",
77
"keywords": [
88
"jquery"

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.

dist/js/i18n/ca.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)