|
| 1 | +## 1.0.0 (09.08.2021) |
| 2 | + |
| 3 | +In this version we introduced some breaking changes, please check `Breaking changes` section and update your application accordingly. |
| 4 | + |
| 5 | +### Breaking changes: |
| 6 | + |
| 7 | +- Inputs - removed `margin-bottom` styles from inputs with validation classes. |
| 8 | + |
| 9 | +### Fixes and improvements: |
| 10 | + |
| 11 | +- Select - dropdown will be correctly removed on component destroy, |
| 12 | +- Select - resolved problem with select-all option state on component initialization, |
| 13 | +- Select - resolved problem with selection of options with false values, |
| 14 | +- Dropdown - resolved problem with opening component on icon click, |
| 15 | +- Toasts/Alerts - resolved problem with z-index, |
| 16 | +- Popconfirm - resolved problem with `onClose` and `onConfirm` events, |
| 17 | +- Loading management - backdrop will be correctly removed on component destroy when fullscreen option is used, |
| 18 | +- Timepicker - resolved problem with setting default value using Angular form controls, |
| 19 | +- Datepicker - previous/next button disabled state will be now correctly updated on component initialization, |
| 20 | +- Datepicker/Timepicker - click on toggle button will no longer submit form, |
| 21 | +- Datepicker/Timepicker - resolved problems with `valueChanges` event and validation status updates, |
| 22 | +- Datatables - resolved problem with scroll position when component is rendered inside a tab. |
| 23 | + |
| 24 | +### New components: |
| 25 | + |
| 26 | +- [Accordion](https://mdbootstrap.com/docs/b5/angular/components/accordion/) |
| 27 | +- [Charts advanced](https://mdbootstrap.com/docs/b5/angular/data/charts-advanced/) |
| 28 | +- [Lightbox](https://mdbootstrap.com/docs/b5/angular/components/lightbox/) |
| 29 | +- [Smooth scroll](https://mdbootstrap.com/docs/b5/angular/methods/smooth-scroll/) |
| 30 | + |
| 31 | +--- |
| 32 | + |
1 | 33 | ## 1.0.0-beta8 (12.07.2021) |
2 | 34 |
|
3 | 35 | In this version we introduced some breaking changes, please check `Breaking changes` section and update your application accordingly. |
|
0 commit comments