Skip to content

Commit

Permalink
chore(changelog): update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv committed Jul 10, 2019
1 parent 8397f82 commit 51353a9
Show file tree
Hide file tree
Showing 27 changed files with 47 additions and 65 deletions.
60 changes: 21 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<a name="5.1.0"></a>
# [5.1.0](https://github.com/valor-software/ngx-bootstrap/compare/v5.0.0...v5.1.0) (2019-06-24)
<a name="5.1.1"></a>
## [5.1.1](https://github.com/valor-software/ngx-bootstrap/compare/v5.1.0...v5.1.1) (2019-07-10)


### Bug Fixes

* **collapse:** fix collapse animation (child height) ([#5316](https://github.com/valor-software/ngx-bootstrap/issues/5316)) ([f550605](https://github.com/valor-software/ngx-bootstrap/commit/f550605))
* **stackblitz:** add scss style for datepicker custom class demo example ([#5300](https://github.com/valor-software/ngx-bootstrap/issues/5300)) ([2d75dc5](https://github.com/valor-software/ngx-bootstrap/commit/2d75dc5))
* **tests:** add hard fix for cy test with animation ([#5318](https://github.com/valor-software/ngx-bootstrap/issues/5318)) ([8397f82](https://github.com/valor-software/ngx-bootstrap/commit/8397f82))


Most notable changes are:
- ngx-bootstrap currently fully supports the Ivy engine
### Features

* **doc:** enable ivy ([#5285](https://github.com/valor-software/ngx-bootstrap/issues/5285)) ([c102ff0](https://github.com/valor-software/ngx-bootstrap/commit/c102ff0))



<a name="5.1.0"></a>
# [5.1.0](https://github.com/valor-software/ngx-bootstrap/compare/v5.0.0...v5.1.0) (2019-06-24)


### Bug Fixes
Expand All @@ -19,6 +32,7 @@ Most notable changes are:
* **common:** add compatibility table ([#5260](https://github.com/valor-software/ngx-bootstrap/issues/5260)) ([b99f10c](https://github.com/valor-software/ngx-bootstrap/commit/b99f10c))
* **datepicker:** add ivy support (also fix ci) ([#5268](https://github.com/valor-software/ngx-bootstrap/issues/5268)) ([27639ea](https://github.com/valor-software/ngx-bootstrap/commit/27639ea))
* **doc:** include docs for DateRangepicker custom format ([#5199](https://github.com/valor-software/ngx-bootstrap/issues/5199)) ([b845340](https://github.com/valor-software/ngx-bootstrap/commit/b845340))
* **doc:** update changelog ([#5258](https://github.com/valor-software/ngx-bootstrap/issues/5258)) ([8078824](https://github.com/valor-software/ngx-bootstrap/commit/8078824))
* **tabs:** update of keyboard control ([#5284](https://github.com/valor-software/ngx-bootstrap/issues/5284)) ([161f419](https://github.com/valor-software/ngx-bootstrap/commit/161f419))


Expand All @@ -27,12 +41,6 @@ Most notable changes are:
# [5.0.0](https://github.com/valor-software/ngx-bootstrap/compare/v4.3.0...v5.0.0) (2019-06-10)


Most notable changes are:
- migrated to Angular 8
- to datepicker and typeahead added animation which disabled by default
- fixed a case of looping inside position service


### Bug Fixes

* carousel - solved multilist slides no auto play ([#5237](https://github.com/valor-software/ngx-bootstrap/issues/5237)) ([d4fd9ad](https://github.com/valor-software/ngx-bootstrap/commit/d4fd9ad)), closes [#5236](https://github.com/valor-software/ngx-bootstrap/issues/5236)
Expand All @@ -50,12 +58,6 @@ Most notable changes are:
* **typeahead:** add animation ([#5240](https://github.com/valor-software/ngx-bootstrap/issues/5240)) ([8ce5e86](https://github.com/valor-software/ngx-bootstrap/commit/8ce5e86))


### BREAKING CHANGES

* **datepicker:** requires BrowserAnimationsModule
* **typeahead:** requires BrowserAnimationsModule



<a name="4.3.0"></a>
# [4.3.0](https://github.com/valor-software/ngx-bootstrap/compare/v4.2.0...v4.3.0) (2019-05-21)
Expand Down Expand Up @@ -148,12 +150,6 @@ Most notable changes are:
# [4.0.0](https://github.com/valor-software/ngx-bootstrap/compare/v3.3.0...v4.0.0) (2019-03-22)


Most notable changes are:
- the library was migrated to Angular 7 which leads to requiring of typescript>=3.1.1
- the adaptive position was turned off by default for Datepicker and Typeahead components
- 'select' event was changed to 'selectTab' in Tab component


### Bug Fixes

* **build:** fix window not defined on An Universal ([#5073](https://github.com/valor-software/ngx-bootstrap/issues/5073)) ([682d1f2](https://github.com/valor-software/ngx-bootstrap/commit/682d1f2))
Expand All @@ -179,11 +175,6 @@ Most notable changes are:
# [3.3.0](https://github.com/valor-software/ngx-bootstrap/compare/v3.2.0...v3.3.0) (2019-02-12)


Most notable changes are:
- completely rewritten positioning service, now `auto` positioning is working much better
- added an option to disable specific in data and range pickers


### Bug Fixes

* **build:** use os specific path separator in npm run build.watch ([#4958](https://github.com/valor-software/ngx-bootstrap/issues/4958)) ([5e4183e](https://github.com/valor-software/ngx-bootstrap/commit/5e4183e))
Expand Down Expand Up @@ -561,18 +552,6 @@ Most notable changes are:
* **datepicker:** added date range picker config ([#3501](https://github.com/valor-software/ngx-bootstrap/issues/3501)) ([7c53bf9](https://github.com/valor-software/ngx-bootstrap/commit/7c53bf9))


### BREAKING CHANGES

* **progressbar:** `progress` directive was removed, use `progressbar` instead
* **chronos:** `bs-moment` renamed to `chronos`
* **chronos:** all locales was suffixed with Locale (`en` -> `enLocale`)
* **datepicker:** setting locale via `bsConfig` no longer works. Now for changing locale inject BsLocaleService and call its `use` method. For more detailed example check our [demo](https://valor-software.com/ngx-bootstrap/#/datepicker#locales)
* **datepicker:** `datepicker` and `daterange` component selectors was removed, now `datepicker` available only as directive
* **rating:** removed input properties `stateOn`, `stateOff` and `ratingStates`
* **rating:** custom icons now working via `customTemplate`
* **package** upgraded to support ng v4 and v5 (and v6)
* **package:** dropped support of ng v2


<a name="2.0.0-rc.1"></a>
# [2.0.0-rc.1](https://github.com/valor-software/ngx-bootstrap/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2018-01-19)
Expand Down Expand Up @@ -2018,3 +1997,6 @@ sample: `<ul dropdownMenu>` should become `<ul *dropdownMenu>`
* **build:** works good with [email protected] ([31c513b](https://github.com/valor-software/ngx-bootstrap/commit/31c513b))
* **ng 2.0.37:** ts errors fixed ([1e19f55](https://github.com/valor-software/ngx-bootstrap/commit/1e19f55))
* **typeahead:** ts style fixes ([3eab1e4](https://github.com/valor-software/ngx-bootstrap/commit/3eab1e4))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-base",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/accordion",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/alert",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/buttons",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/carousel",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/chronos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/chronos",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/collapse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/collapse",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
},
"dest": "../../dist/common"
},
"version": "5.1.0"
"version": "5.1.1"
}
2 changes: 1 addition & 1 deletion src/component-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/component-loader",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/datepicker",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/dropdown",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/locale",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/mini-ngrx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/mini-ngrx",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/modal",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"@angular/core": "*",
"@angular/common": "*"
},
"version": "5.1.0"
"version": "5.1.1"
}
2 changes: 1 addition & 1 deletion src/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/pagination",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/popover",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/positioning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/positioning",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/progressbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/progressbar",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/rating",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/sortable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/sortable",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/tabs",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/timepicker",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/tooltip",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/typeahead/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/typeahead",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/utils",
"version": "5.1.0",
"version": "5.1.1",
"description": "Native Angular Bootstrap Components",
"private": true,
"ngPackage": {
Expand Down

0 comments on commit 51353a9

Please sign in to comment.