|
| 1 | +## 2.3.0 (27.06.2022) |
| 2 | + |
| 3 | +### Fixes and improvements |
| 4 | + |
| 5 | +- [Sidenav](https://mdbootstrap.com/docs/b5/angular/navigation/sidenav/) |
| 6 | + - Resolved problems with arrow position updates in slim mode and accordion mode |
| 7 | + - Resolved problem with initialization of component with `[right]="true"` and `[hidden]="false"` options |
| 8 | + - Fixed problem with long content display in component with `[right]="true"` option |
| 9 | +- Fixed problems with long label positioning in [checkbox](https://mdbootstrap.com/docs/b5/angular/forms/checkbox/), [switch](https://mdbootstrap.com/docs/b5/angular/forms/switch/) and [radio](https://mdbootstrap.com/docs/b5/angular/forms/radio/) |
| 10 | +- Resolved problem with multiple `paginationChange` events emitted on [datatable](https://mdbootstrap.com/docs/b5/angular/data/datatables/) initialization |
| 11 | +- Resolved problems with [pagination](https://mdbootstrap.com/docs/b5/angular/navigation/pagination/) and [accordion](https://mdbootstrap.com/docs/b5/angular/components/accordion/) styles when using [theme](https://mdbootstrap.com/docs/b5/angular/content-styles/theme/) |
| 12 | +- Fixed problem with max file quantity in [file upload](https://mdbootstrap.com/docs/b5/angular/plugins/file-upload/) plugin with `multiple` mode |
| 13 | +- Resolved problem with first option highlight in [select](https://mdbootstrap.com/docs/b5/angular/forms/select/) with a `[highlightFirst]="false"` option |
| 14 | +- Added `type="button"` to the 'insert horizontal line' button in [WYSIWYG](https://mdbootstrap.com/docs/b5/angular/plugins/wysiwyg-editor/) to resolve problem with form submit |
| 15 | +- Zero-length [tooltip](https://mdbootstrap.com/docs/b5/angular/components/tooltips/) and [popover](https://mdbootstrap.com/docs/b5/angular/components/popovers/) will no longer be displayed |
| 16 | +- Fixed problem with multiple `(selected)` events emitted after click on [autocomplete](https://mdbootstrap.com/docs/b5/angular/forms/autocomplete/) option |
| 17 | + |
| 18 | +### New |
| 19 | + |
| 20 | +- Addew new [onboarding plugin](https://mdbootstrap.com/docs/b5/angular/plugins/onboarding/) |
| 21 | +- [Stepper](https://mdbootstrap.com/docs/b5/angular/components/stepper/) |
| 22 | + - Added possibility to block step navigation on step header click |
| 23 | + - Added possibility to edit buttons and header text in mobile mode |
| 24 | +- Added new `--mdb-bg-opacity` CSS variable |
| 25 | +- Added optional auto select on tab-out in [select](https://mdbootstrap.com/docs/b5/angular/forms/select/) and [autocomplete](https://mdbootstrap.com/docs/b5/angular/forms/autocomplete/) |
| 26 | +- Added list group new variant with `.list-group-light` class |
| 27 | +- Added `.table-group-divider` and `.table-divider-color` classes to emphasize the separation of thead from tbody |
| 28 | +- Added new `.divider-horizontal`, `.divider-vertical`, `.divider-horizontal-blurry` and `.divider-vertical-blurry` classes |
| 29 | + |
| 30 | +--- |
| 31 | + |
1 | 32 | ## 2.2.0 (16.05.2022) |
2 | 33 |
|
3 | 34 | ### Fixes and improvements: |
|
0 commit comments