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


Is PHP in Trouble?
10/04/2024

The April 2024 headline for the TIOBE Index, which ranks programming languages in terms of their popularity, reads, "Is PHP losing its mojo" asking this question because this month PHP has dropped out [ ... ]



Spider Courtship Decoded by Machine Learning
07/04/2024

Using machine learning to filter out unwanted sounds and to isolate the signals made by three species of wolf spider has not only contributed to an understanding of arachnid courtship behavior, b [ ... ]


More News

 

raspberry pi books

 

Comments




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

 

Last Updated ( Tuesday, 04 November 2014 )