浏览代码

More work on the release announcement

Kevin Brown 10 年之前
父节点
当前提交
389c3ed866
共有 1 个文件被更改,包括 33 次插入2 次删除
  1. 33 2
      docs/announcements-4.0.html

+ 33 - 2
docs/announcements-4.0.html

@@ -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>&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">
     <h2>Plugins</h2>