Skip to content

Commit 389c3ed

Browse files
committed
More work on the release announcement
1 parent 593a357 commit 389c3ed

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

docs/announcements-4.0.html

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
<div class="container">
88
<section id="pre-release">
9-
<h2>Pre-release notes</h2>
9+
<h1>Pre-release notes</h1>
1010

11-
<p>
11+
<hr />
12+
13+
<p class="lead">
1214
The 4.0 release is ready for early adopters interested in testing it out.
1315
You can use the development version, available on GitHub, by getting the
1416
source code available in the <code>select2-ng</code> branch. The source
@@ -19,6 +21,8 @@ <h2>Pre-release notes</h2>
1921
</p>
2022
</section>
2123

24+
<hr />
25+
2226
<section id="release">
2327
<h1>Select2 4.0.0</h1>
2428

@@ -46,6 +50,33 @@ <h1>Select2 4.0.0</h1>
4650
</p>
4751
</section>
4852

53+
<section id="new">
54+
<h2>New features</h2>
55+
56+
<p>
57+
The notable features of this new release include:
58+
</p>
59+
60+
<ul>
61+
<li>
62+
A more flexible plugin framework that allows you to override Select2 to
63+
behave exactly how you want it to.
64+
</li>
65+
<li>
66+
Consistency with standard <code>&lt;select&gt;</code> elements for all
67+
data adapters, removing the need for hidden <code>&lt;input&gt;</code>
68+
elements.
69+
</li>
70+
<li>
71+
A new build system that uses AMD to keep everything organized.
72+
</li>
73+
<li>
74+
Less specific selectors allowing for Select2 to be styled to fit the
75+
rest of your application.
76+
</li>
77+
</ul>
78+
</section>
79+
4980
<section id="plugins">
5081
<h2>Plugins</h2>
5182

0 commit comments

Comments
 (0)