Skip to content

Commit 5765090

Browse files
authored
Merge pull request #5698 from select2/develop
Release Select2 4.0.12
2 parents a2b0acc + b73238f commit 5765090

Some content is hidden

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

74 files changed

+103
-80
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: ['kevin-brown']

.github/workflows/docs-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
name: Deploy Grav
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: maddox/actions/sleep@master
11+
with:
12+
args: "60"
1013
- uses: actions/checkout@v1
1114
- name: Copy to documentation server
1215
uses: maxheld83/rsync@v0.1.0

.github/workflows/package-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
uses: actions/setup-node@v1
4747
with:
4848
node-version: 8
49-
registry-url: https://npm.pkg.github.com/
50-
scope: '@select2'
49+
registry-url: 'https://registry.npmjs.org'
5150
- name: npm install
5251
run: npm install
5352
- name: Run linting, tests, minify

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.12
4+
5+
### Bug fixes
6+
7+
* Fixes incorrect offset when using the Shadow DOM and styling the `<html>` element (#5682)
8+
9+
### Miscellaneous
10+
11+
* Replace cdnjs with jsDelivr in the documentation (#5687)
12+
* Fix incorrect provider for the automated NPM deployment (#5686)
13+
314
## 4.0.11
415

516
### Bug fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Browser compatibility
3535

3636
Usage
3737
-----
38-
You can source Select2 directly from a CDN like [JSDliver][jsdelivr] or
39-
[CDNJS][cdnjs], [download it from this GitHub repo][releases], or use one of
38+
You can source Select2 directly from a CDN like [jsDelivr][jsdelivr] or
39+
[cdnjs][cdnjs], [download it from this GitHub repo][releases], or use one of
4040
the integrations below.
4141

4242
Integrations

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.11",
5+
"version": "4.0.12",
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.

0 commit comments

Comments
 (0)