Skip to content

Commit 303b81f

Browse files
committed
chore(release): 9.0.0
1 parent 9add703 commit 303b81f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="9.0.0"></a>
6+
# [9.0.0](https://github.com/ngx-translate/core/compare/v8.0.0...v9.0.0) (2017-11-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **ngx-translate:** updated build to fix "Unexpected token import errors" ([9add703](https://github.com/ngx-translate/core/commit/9add703)), closes [#724](https://github.com/ngx-translate/core/issues/724) [#581](https://github.com/ngx-translate/core/issues/581)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **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.
17+
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.
18+
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.
19+
It should also fix the "Unexpected token import errors" that some people were experiencing.
20+
Unfortunately this might be breaking people since the peer dependency have changed and that's why it's a new major version.

0 commit comments

Comments
 (0)