Releases: ngx-translate/core
Releases · ngx-translate/core
v11.0.0
11.0.0 (2018-10-24)
Features
- ngx-translate: upgrade to Angular 7 (1e943d2)
BREAKING CHANGES
- ngx-translate: ngx-translate is now built for Angular 7, if you use Angular 6 or below please refer to the compatibility table to know which version you can install
v10.0.2
v10.0.1
v10.0.0
10.0.0 (2018-03-28)
Features
BREAKING CHANGES
- core: The library is now compatible with Angular 6+ and RxJS 6+. If you need to use Angular 5, please stay on version 9.1.1. If you need to use RxJS 5, update to 5.6 and use the rxjs-compat library (see the RxJS update guide)
v9.1.1
v9.1.0
v9.0.2
v9.0.1
v9.0.0
9.0.0 (2017-11-23)
Bug Fixes
BREAKING CHANGES
- ngx-translate: I've finally taken the time to update the entire build system for the library using ng-packagr instead of my own custom webpack config.
I've also added support for rxjs lettable operators at the same time, it means that I've been forced to add a peer dependency for RxJS >= 5.5.2. and I've updated the minimum Angular version to >=5.0.0.
The library should be much smaller (from ~80ko to ~20ko for the umd bundle!) and it now supports ES2015 to be tree-shackable which might drop the size even more.
It should also fix the "Unexpected token import errors" that some people were experiencing.
Unfortunately this might be breaking people since the peer dependency have changed and that's why it's a new major version.