From 8072960c8e05a3c37e5644bb69122545382ff27d Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Wed, 11 Jan 2017 18:13:26 +0200 Subject: [PATCH] chore(changelog): v1.1.17 --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec6e96b14..504b58a314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## Migration notes v1.1.16 and less to v1.1.17 +1. `ComponentHelper` and `PositioningService` removed, please remove any mentions of this two +2. Package structure was simplified, (removed `components` folder) so you need to change imports: + - `ng2-bootstrap\ng2-bootstrap` to `ng2-bootstrap` + - `ng2-bootstrap\components\alert` to `ng2-bootstrap\alert` + - `ng2-bootstrap\components\buttons` to `ng2-bootstrap\buttons` + + ... etc. +3. All modules now have `.forRoot()` static method, which provides required providers (configuration, positioning and component loader services, etc...) + - in `AppModule` you should use `imports: [AlertModule.forRoot()]` in child modules `imports: [AlertModule]` + +4. Please read more in [documentation](http://valor-software.com/ng2-bootstrap/) + ## [1.1.16](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16-11...v1.1.16) (2017-01-11) @@ -15,10 +28,6 @@ * **docs:** make urls easy to share ([47ab93b](https://github.com/valor-software/ng2-bootstrap/commit/47ab93b)) * **sortable:** added new sortable component ([#1295](https://github.com/valor-software/ng2-bootstrap/issues/1295)) ([fab3df5](https://github.com/valor-software/ng2-bootstrap/commit/fab3df5)) - - - - ## [1.1.16-11](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16-7...v1.1.16-11) (2016-12-30)