Releases: robisim74/angular-l10n
Releases · robisim74/angular-l10n
v1.4.2
Features
- Angular version: ^2.4.0
- Add support for OnPush Change Detection strategy (#47)
Bug fixes
- Fix white spaces in directives (#46)
v1.4.1
Features
- Angular version: ^2.4.0
- Improve performance for more than one provider of translation data
v1.1.1
Features
- Angular version: ^2.1.0
- Improvements: transition from getter to observable for
Locale
superclass.
v1.0.3
Features
- Angular version: ^2.0.0
- Add ability to use locale as language (#24)
Bug fixes
- Fix validation of number in IE/Edge (#24)
v1.0.2
Features
- Angular version: ^2.0.0
- Lazy loading: add support for more than one translation (#22)
v1.0.1
Features
- Angular version: 2.0.0 Final Release
- As the official version of Angular 2, now the library is structured as follows:
bundles
folder: it contains the ES5 umd
bundle
src
folder: it contains the ES5 files with module
setted to es2015
and the .metadata.json
files for AoT compilation
Bug fixes
- Fix AoT compilation (#23)