Skip to content

Commit

Permalink
1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jan 11, 2017
1 parent e31196f commit e201685
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
32 changes: 20 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
## Migration notes v1.1.16 and less to v1.1.16-11+
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)


### Bug Fixes

* **alert:** removed duplicated event triggering ([b047d7f](https://github.com/valor-software/ng2-bootstrap/commit/b047d7f)), closes [#1430](https://github.com/valor-software/ng2-bootstrap/issues/1430)
* **carousel:** play carousel on mouseup ([#1433](https://github.com/valor-software/ng2-bootstrap/issues/1433)) ([a1d7983](https://github.com/valor-software/ng2-bootstrap/commit/a1d7983))
* **popover:** markup for bs4 ([#1431](https://github.com/valor-software/ng2-bootstrap/issues/1431)) ([538cca8](https://github.com/valor-software/ng2-bootstrap/commit/538cca8))
* **popover:** misspring in popover config name ([d7e8aa1](https://github.com/valor-software/ng2-bootstrap/commit/d7e8aa1))


### Features

* **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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-bootstrap-base",
"version": "1.1.16",
"version": "1.1.17",
"description": "Native Angular Bootstrap Components",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-bootstrap",
"version": "1.1.16",
"version": "1.1.17",
"dependencies": {
"moment": "*"
},
Expand Down

0 comments on commit e201685

Please sign in to comment.