- ngx-bootstrap currently fully supports the Ivy engine
### Bug Fixes
***accordion|tabs:** fix cursor style when disabled element ([#4664](https://github.com/valor-software/ngx-bootstrap/issues/4664)) ([42cc778](https://github.com/valor-software/ngx-bootstrap/commit/42cc778))
***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))
***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))
- 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)
- 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))
- 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))
...
...
@@ -589,6 +613,18 @@
***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)