|
@@ -6,9 +6,11 @@ slug: announcements-4.0
|
|
|
|
|
|
<div class="container">
|
|
|
<section id="pre-release">
|
|
|
- <h2>Pre-release notes</h2>
|
|
|
+ <h1>Pre-release notes</h1>
|
|
|
|
|
|
- <p>
|
|
|
+ <hr />
|
|
|
+
|
|
|
+ <p class="lead">
|
|
|
The 4.0 release is ready for early adopters interested in testing it out.
|
|
|
You can use the development version, available on GitHub, by getting the
|
|
|
source code available in the <code>select2-ng</code> branch. The source
|
|
@@ -19,6 +21,8 @@ slug: announcements-4.0
|
|
|
</p>
|
|
|
</section>
|
|
|
|
|
|
+ <hr />
|
|
|
+
|
|
|
<section id="release">
|
|
|
<h1>Select2 4.0.0</h1>
|
|
|
|
|
@@ -46,6 +50,33 @@ slug: announcements-4.0
|
|
|
</p>
|
|
|
</section>
|
|
|
|
|
|
+ <section id="new">
|
|
|
+ <h2>New features</h2>
|
|
|
+
|
|
|
+ <p>
|
|
|
+ The notable features of this new release include:
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li>
|
|
|
+ A more flexible plugin framework that allows you to override Select2 to
|
|
|
+ behave exactly how you want it to.
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ Consistency with standard <code><select></code> elements for all
|
|
|
+ data adapters, removing the need for hidden <code><input></code>
|
|
|
+ elements.
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ A new build system that uses AMD to keep everything organized.
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ Less specific selectors allowing for Select2 to be styled to fit the
|
|
|
+ rest of your application.
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </section>
|
|
|
+
|
|
|
<section id="plugins">
|
|
|
<h2>Plugins</h2>
|
|
|
|