Aria Templates 1.3.2
I’m happy to announce a new release of Aria Templates release, 1.3.2.
During this sprint we solved some issues and added the following features:
- Grunt build
We’re in the process of moving our existing build from Java to JavaScript. This pull request introduces grunt in the process, replacing packman. The complete list of features is available in the pull request and more documentation can be found in this readme
- Mobile browser and OS detection
This pull request introduces few new properties on
aria.core.Browserto easily detect the browser type, version, operating system and version from the User-Agent. - Escape for security
To avoid security issues such as code injection like cross-site scripting (XSS), the framework can now process the evaluation of expressions inside templates to make the output safe. For now, this process is not automatic but it’s going to be so in some cases in the 1.4 release. The change happened through this pull request and a more detailed blog post with performance analysis is in the pipe.
Happy coding!

Todor Kazakov Team Member
Do you plan an integration with JQuery animations?