Skip to content

Commit 1c0c2a9

Browse files
authored
Merge pull request #5850 from select2/develop
Release Select2 4.1.0-beta.1
2 parents 378dc47 + c1b66c2 commit 1c0c2a9

Some content is hidden

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

105 files changed

+951
-460
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you don't find what you're looking for there, then please check the the [foru
1010

1111
## Asking for Help
1212

13-
In general, the Github issue tracker should **only** be used for **bug reports** and **feature requests**. If you're just having trouble getting something to work, you should ask in the [forums](https://forums.select2.org) or on [Stack Overflow](https://stackoverflow.com) instead.
13+
In general, the Github issue tracker should **only** be used for **bug reports** and **feature requests**. If you're just having trouble getting something to work, you should ask in the [forums](https://forums.select2.org) or on [Stack Overflow](https://stackoverflow.com) instead.
1414

1515
### Rules for all community platforms
1616

@@ -19,7 +19,7 @@ In general, the Github issue tracker should **only** be used for **bug reports**
1919
3. Any code snippets should be formatted using [Markdown code fences](https://learn.userfrosting.com/troubleshooting/getting-help#use-markdown-to-format-blocks-of-code) and properly indented. Poorly formatted code is difficult to read and reflects badly on you as a programmer.
2020
4. Check what you write for spelling and grammar issues. If you want others to take the time to read your question carefully, you must write your question carefully.
2121
5. When possible create and link to a [minimal, complete, and verifiable](https://stackoverflow.com/help/mcve) example by cloning our [JSBin template](http://jsbin.com/goqagokoye/edit?html,js,output). Code dumps, zip files, etc are NOT acceptable.
22-
6. Include relevant screenshots or animations, if possible. Drag your screenshots directly into the forums or issue tracker text box. They will automatically be uploaded and the Markdown to display them will be generated. Avoid third-party image hosts, or links which require extra clicks to view the image (except IRC, where this is unavoidable).
22+
6. Include relevant screenshots or animations, if possible. Drag your screenshots directly into the forums or issue tracker text box. They will automatically be uploaded and the Markdown to display them will be generated. Avoid third-party image hosts, or links which require extra clicks to view the image.
2323

2424
### Stack Overflow
2525

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,22 @@
1616
* Removed `adaptDropdownCss` option
1717
* Removed `containerCss` option
1818
* Removed `adaptContainerCss` option
19-
* The `containerCssClass` option has been renamed to `selectionCssClass` (#5815)
19+
* The `containerCssClass` option has been renamed to `selectionCssClass` (#5815, #5847)
20+
* Significant changes to the HTML/CSS for the selection area impacting custom themes (#5842)
21+
* New CSS classes for the dropdown results to better target highlighted / selected results (#5841)
2022

2123
### New features / improvements
2224

2325
* `dropdownCssClass` and `selectionCssClass` are now available in all builds of Select2 (#5815)
2426
* Calls to get the currently selected options are now considerably faster on large datasets (#5775)
27+
* Selected results in the dropdown should now be properly announced to screen readers (#5841)
28+
* Significant improvements were made to make the selection area accessible (#5842)
29+
30+
### Bug fixes
31+
32+
* Resize the selection search on close to properly display the placeholder (#5766)
33+
* Change internal data ID generation to be more unique and prevent conflicts with numeric IDs (#5840)
34+
* Internet Explorer 11 no longer steals focus of search box while tagging (#5842)
2535

2636
### Translations
2737

README.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Select2
22
=======
33
![Build Status][github-actions-image]
4-
[![Financial Contributors on Open Collective](https://opencollective.com/select2/all/badge.svg?label=financial+contributors)](https://opencollective.com/select2) [![cdnjs](https://img.shields.io/cdnjs/v/select2.svg)][cdnjs]
4+
[![Financial Contributors on Open Collective](https://opencollective.com/select2/all/badge.svg?label=financial+contributors)](https://opencollective.com/select2)
55
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/select2/badge)][jsdelivr]
6+
[![cdnjs](https://img.shields.io/cdnjs/v/select2.svg)][cdnjs]
67

78
Select2 is a jQuery-based replacement for select boxes. It supports searching,
89
remote data sets, and pagination of results.
@@ -61,7 +62,6 @@ Themes
6162
- [Bootstrap 3][bootstrap3] - [select2-bootstrap-theme]
6263
- [Bootstrap 4][bootstrap4] - [select2-bootstrap4-theme]
6364
- [Flat UI][flat-ui] - [select2-flat-theme]
64-
- [Metro UI][metro-ui] - [select2-metro]
6565

6666
Missing an integration? Modify this `README` and make a pull request back here to Select2 on GitHub.
6767

@@ -89,6 +89,38 @@ Copyright and license
8989
---------------------
9090
The license is available within the repository in the [LICENSE][license] file.
9191

92+
Contributors
93+
------------
94+
95+
### Code Contributors
96+
97+
This project exists thanks to all the people who contribute. [[Contribute](.github/CONTRIBUTING.md)].
98+
<a href="https://github.com/select2/select2/graphs/contributors"><img src="https://opencollective.com/select2/contributors.svg?width=890&button=false" /></a>
99+
100+
### Financial Contributors
101+
102+
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/select2/contribute)]
103+
104+
#### Individuals
105+
106+
<a href="https://opencollective.com/select2"><img src="https://opencollective.com/select2/individuals.svg?width=890"></a>
107+
108+
#### Organizations
109+
110+
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/select2/contribute)]
111+
112+
<a href="https://opencollective.com/select2/organization/0/website"><img src="https://opencollective.com/select2/organization/0/avatar.svg"></a>
113+
<a href="https://opencollective.com/select2/organization/1/website"><img src="https://opencollective.com/select2/organization/1/avatar.svg"></a>
114+
<a href="https://opencollective.com/select2/organization/2/website"><img src="https://opencollective.com/select2/organization/2/avatar.svg"></a>
115+
<a href="https://opencollective.com/select2/organization/3/website"><img src="https://opencollective.com/select2/organization/3/avatar.svg"></a>
116+
<a href="https://opencollective.com/select2/organization/4/website"><img src="https://opencollective.com/select2/organization/4/avatar.svg"></a>
117+
<a href="https://opencollective.com/select2/organization/5/website"><img src="https://opencollective.com/select2/organization/5/avatar.svg"></a>
118+
<a href="https://opencollective.com/select2/organization/6/website"><img src="https://opencollective.com/select2/organization/6/avatar.svg"></a>
119+
<a href="https://opencollective.com/select2/organization/7/website"><img src="https://opencollective.com/select2/organization/7/avatar.svg"></a>
120+
<a href="https://opencollective.com/select2/organization/8/website"><img src="https://opencollective.com/select2/organization/8/avatar.svg"></a>
121+
<a href="https://opencollective.com/select2/organization/9/website"><img src="https://opencollective.com/select2/organization/9/avatar.svg"></a>
122+
123+
92124
[cdnjs]: http://www.cdnjs.com/libraries/select2
93125
[community]: https://select2.org/getting-help
94126
[documentation]: https://select2.org
@@ -112,8 +144,6 @@ The license is available within the repository in the [LICENSE][license] file.
112144
[mdr-angular-select2]: https://github.com/modulr/mdr-angular-select2
113145
[meteor]: https://www.meteor.com/
114146
[meteor-select2]: https://github.com/nate-strauser/meteor-select2
115-
[metro-ui]: http://metroui.org.ua/
116-
[select2-metro]: http://metroui.org.ua/select2.html
117147
[ruby-on-rails]: http://rubyonrails.org/
118148
[select2-bootstrap-theme]: https://github.com/select2/select2-bootstrap-theme
119149
[select2-bootstrap4-theme]: https://github.com/ttskch/select2-bootstrap4-theme
@@ -125,33 +155,3 @@ The license is available within the repository in the [LICENSE][license] file.
125155
[wicketstuff-select2]: https://github.com/wicketstuff/core/tree/master/select2-parent
126156
[yii2]: http://www.yiiframework.com/
127157
[yii2-widget-select2]: https://github.com/kartik-v/yii2-widget-select2
128-
129-
## Contributors
130-
131-
### Code Contributors
132-
133-
This project exists thanks to all the people who contribute. [[Contribute](.github/CONTRIBUTING.md)].
134-
<a href="https://github.com/select2/select2/graphs/contributors"><img src="https://opencollective.com/select2/contributors.svg?width=890&button=false" /></a>
135-
136-
### Financial Contributors
137-
138-
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/select2/contribute)]
139-
140-
#### Individuals
141-
142-
<a href="https://opencollective.com/select2"><img src="https://opencollective.com/select2/individuals.svg?width=890"></a>
143-
144-
#### Organizations
145-
146-
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/select2/contribute)]
147-
148-
<a href="https://opencollective.com/select2/organization/0/website"><img src="https://opencollective.com/select2/organization/0/avatar.svg"></a>
149-
<a href="https://opencollective.com/select2/organization/1/website"><img src="https://opencollective.com/select2/organization/1/avatar.svg"></a>
150-
<a href="https://opencollective.com/select2/organization/2/website"><img src="https://opencollective.com/select2/organization/2/avatar.svg"></a>
151-
<a href="https://opencollective.com/select2/organization/3/website"><img src="https://opencollective.com/select2/organization/3/avatar.svg"></a>
152-
<a href="https://opencollective.com/select2/organization/4/website"><img src="https://opencollective.com/select2/organization/4/avatar.svg"></a>
153-
<a href="https://opencollective.com/select2/organization/5/website"><img src="https://opencollective.com/select2/organization/5/avatar.svg"></a>
154-
<a href="https://opencollective.com/select2/organization/6/website"><img src="https://opencollective.com/select2/organization/6/avatar.svg"></a>
155-
<a href="https://opencollective.com/select2/organization/7/website"><img src="https://opencollective.com/select2/organization/7/avatar.svg"></a>
156-
<a href="https://opencollective.com/select2/organization/8/website"><img src="https://opencollective.com/select2/organization/8/avatar.svg"></a>
157-
<a href="https://opencollective.com/select2/organization/9/website"><img src="https://opencollective.com/select2/organization/9/avatar.svg"></a>

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.1.0-beta.0",
5+
"version": "4.1.0-beta.1",
66
"demo": "https://select2.org/",
77
"keywords": [
88
"jquery"

0 commit comments

Comments
 (0)