1
0
mirror of synced 2025-02-03 21:59:24 +03:00

More work on the release announcement

This commit is contained in:
Kevin Brown 2014-11-25 19:42:53 -05:00
parent 593a357886
commit 389c3ed866

View File

@ -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>&lt;select&gt;</code> elements for all
data adapters, removing the need for hidden <code>&lt;input&gt;</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>