AngularJS 1.3.0 – superluminal-nudge - it's OUT!

added by JavaScript Kicks
10/14/2014 2:03:53 PM

167 Views

Today, after eight months of work, over two thousand commits, nineteen beta and six release candidates, we finally released AngularJS 1.3.0 superluminal-nudge! This release includes many notable new features: - One-time bindings – by prefixing an expression with "::", it will only be interpolated once, and then no longer watched. - ngAria – a new module that helps make custom components in Angular more accessible by default - ngMessages – a new directive that simplifies writting and coordinating feedback for on form validity - ngModelOptions – a directive that makes it easy to customize the behavior of bound models. For instance: debouncing, getter-setter-style models, update-on-blur, and more. - Strict DI – an option for finding places in your application that will not minify due to use of short-hand DI syntax Included in this release are over four hundred bug fixes, and nearly one thousand documentation improvements. We also improved the APIs around custom form controls and animations to make them more clear and easier to use.


3 comments

Robert Greyling
10/14/2014 2:05:53 PM
OMG, this is awesome - not only because 1.3 is out, but also because now we're that much closer to seeing 2.0. Can. Not. Wait! I bet @drewpcodes and @paulwheeler can't either :-P

Drew Peterson
10/14/2014 6:00:39 PM
I think the one-time bindings in particular were sorely missed coming from a WPF world. Such a great performance boost for data that can't be changed by the user but needs to be bound, glad to see it made its way in before 2.0.

J Hall
10/14/2014 5:26:37 PM
Installing now :)