github ngx-translate/core v9.0.0

latest releases: v15.0.0, v14.0.0, v13.0.0...
6 years ago

9.0.0 (2017-11-23)

Bug Fixes

  • ngx-translate: updated build to fix "Unexpected token import errors" (9add703), closes #724 #581

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.

Don't miss a new core release

NewReleases is sending notifications on new releases.