Skip to content

Commit

Permalink
chore(changelog): v1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jan 11, 2017
1 parent e201685 commit 8072960
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/)

<a name="1.1.17"></a>
## [1.1.16](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16-11...v1.1.16) (2017-01-11)

Expand All @@ -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))





<a name="1.1.16-11"></a>
## [1.1.16-11](https://github.com/valor-software/ng2-bootstrap/compare/v1.1.16-7...v1.1.16-11) (2016-12-30)

Expand Down

0 comments on commit 8072960

Please sign in to comment.