forked from select2/select2
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions for 4.1.0-beta.1 release
- Loading branch information
1 parent
e1f160e
commit 0118abf
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ A CDN (content delivery network) is the fastest way to get up and running with S | |
Select2 is hosted on both the [jsDelivr](https://www.jsdelivr.com/package/npm/select2) and [cdnjs](https://cdnjs.com/libraries/select2) CDNs. Simply include the following lines of code in the `<head>` section of your page: | ||
|
||
``` | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/select2.min.css" rel="stylesheet" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/select2.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/select2.min.css" rel="stylesheet" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/select2.min.js"></script> | ||
``` | ||
|
||
>>> <i class="fa fa-info-circle"></i> Immediately following a new release, it takes some time for CDNs to catch up and get the new versions live on the CDN. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ process: | |
never_cache_twig: true | ||
--- | ||
|
||
{% do assets.addJs('https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/i18n/es.js', 90) %} | ||
{% do assets.addJs('https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/i18n/es.js', 90) %} | ||
|
||
## Message translations | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
{% do assets.addCss('theme://css/custom.css',100) %} | ||
{% do assets.addCss('theme://css/font-awesome.min.css',100) %} | ||
{% do assets.addCss('theme://css/featherlight.min.css') %} | ||
{% do assets.addCss('https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/select2.min.css') %} | ||
{% do assets.addCss('https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/select2.min.css') %} | ||
{% do assets.addCss('theme://css/s2-docs.css', 100) %} | ||
{% do assets.addCss('theme://css/theme.css',100) %} | ||
|
||
|
@@ -33,7 +33,7 @@ | |
{% block javascripts %} | ||
{% do assets.addJs('jquery',101) %} | ||
{% do assets.addJs('theme://js/modernizr.custom.71422.js',100) %} | ||
{% do assets.addJs('https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/select2.full.min.js', 100) %} | ||
{% do assets.addJs('https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/select2.full.min.js', 100) %} | ||
{% do assets.addJs('https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js', 100) %} | ||
{% do assets.addJs('theme://js/featherlight.min.js') %} | ||
{% do assets.addJs('theme://js/clipboard.min.js') %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters