From 389c3ed8669c34052d4be846f0038accd3a2ee85 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 25 Nov 2014 19:42:53 -0500 Subject: [PATCH] More work on the release announcement --- docs/announcements-4.0.html | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/docs/announcements-4.0.html b/docs/announcements-4.0.html index c603dc49..d9c0d6ad 100644 --- a/docs/announcements-4.0.html +++ b/docs/announcements-4.0.html @@ -6,9 +6,11 @@ slug: announcements-4.0
-

Pre-release notes

+

Pre-release notes

-

+


+ +

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 select2-ng branch. The source @@ -19,6 +21,8 @@ slug: announcements-4.0

+
+

Select2 4.0.0

@@ -46,6 +50,33 @@ slug: announcements-4.0

+
+

New features

+ +

+ The notable features of this new release include: +

+ +
    +
  • + A more flexible plugin framework that allows you to override Select2 to + behave exactly how you want it to. +
  • +
  • + Consistency with standard <select> elements for all + data adapters, removing the need for hidden <input> + elements. +
  • +
  • + A new build system that uses AMD to keep everything organized. +
  • +
  • + Less specific selectors allowing for Select2 to be styled to fit the + rest of your application. +
  • +
+
+

Plugins