More work on the release announcement
This commit is contained in:
parent
593a357886
commit
389c3ed866
@ -6,9 +6,11 @@ slug: announcements-4.0
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<section id="pre-release">
|
<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.
|
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
|
You can use the development version, available on GitHub, by getting the
|
||||||
source code available in the <code>select2-ng</code> branch. The source
|
source code available in the <code>select2-ng</code> branch. The source
|
||||||
@ -19,6 +21,8 @@ slug: announcements-4.0
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
<section id="release">
|
<section id="release">
|
||||||
<h1>Select2 4.0.0</h1>
|
<h1>Select2 4.0.0</h1>
|
||||||
|
|
||||||
@ -46,6 +50,33 @@ slug: announcements-4.0
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</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">
|
<section id="plugins">
|
||||||
<h2>Plugins</h2>
|
<h2>Plugins</h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user