AngularJS Superluminal Nudge Released
Written by Kay Ewbank   
Wednesday, 22 October 2014

Google has released AngularJS 1.3, codenamed "superluminal-nudge" on account of its substantial performance improvements.

 

angularbanner

 

AngularJS is the Google JavaScript framework for creating web apps, described by the development team as:

“what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVW, MVVM, MVC, dependency ...” (MVW is Model View Whatever).

The new release has four hundred bug fixes and several new features. It has also been reworked to reduce memory consumption and increase the speed of common DOM operations.

Among the new features added in this release is support for one-time bindings. If you’re using the new version, and you prefix an expression with "::", it will only be interpolated once, and then no longer watched.

Another addition is a new module called ngAria, which helps make custom components in Angular more accessible by default. Using ngAria, you can add ARIA attributes that convey state or semantic information about the application. This information can then be used by assistive technologies to convey appropriate information to persons with disabilities. There’s also a new directive called ngMessages that simplifies writing and coordinating feedback. It can be used to show or hide messages based on the state of a key/value object that it listens on.

Another new directive, ngModelOptions, can be used to customize the behavior of bound models to use techniques such as debouncing, getter-setter-style models, and update-on-blur.

The new version has also added an option, Strict DI, that can be used to identify those places in your application that will not minify due to the use of short-hand DI syntax.

The developers have also improved the APIs that control custom form controls and animations to make them clearer and easier to use.

The new release, which is available on GitHub has substantial performance improvements that reduce memory consumption, increase the speed of common DOM operations, and improve overall latency of Angular apps. Benchmarks are available on GitHub and the complete list of changes is also available there.

The developers say that by popular demand, AngularJS now officially has packages published to npm, which should make it easier for developers to use npm tools for front-end web development.

 

 

angularicon

 

Banner


Mitch Kapor Gains MSc 45 Years After Dropping Out of MIT
04/07/2025

Mitch Kapor, founder of Lotus Development Corporation and designer of Lotus 1-2-3, the "killer application" which made the personal computer ubiquitous in the business world in the 1980s has completed [ ... ]



Google Releases Python Client For Data Commons
01/07/2025

Google has released a new Python client library for Data Commons based on the V2 REST API. They say the new library enhances how data developers can make use of Data Commons.


More News

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

 

Last Updated ( Tuesday, 04 November 2014 )