|
| 1 | +## 5.1.0 (09.10.2023) |
| 2 | + |
| 3 | +### Fixes and improvements: |
| 4 | + |
| 5 | +- [Datatable](https://mdbootstrap.com/docs/angular/data/datatables/) |
| 6 | + - Added missing `cursor: pointer` styles to clickable rows |
| 7 | + - Resolved problems with pagination width styles |
| 8 | + - Resolved problems with page number calculation in pagination |
| 9 | +- [Sidenav](https://mdbootstrap.com/docs/angular/navigation/sidenav/) |
| 10 | + - Resolved problems with accessibility |
| 11 | + - Removed the need to define template variables in HTML template |
| 12 | + - Adjusted padding in slim version to correctly display link icon and arrow |
| 13 | +- [Tabs](https://mdbootstrap.com/docs/angular/navigation/tabs/) |
| 14 | + - Improved animation smoothness |
| 15 | + - Added `MdbTabChange` event type to public exports |
| 16 | +- [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) |
| 17 | + - Resolved problem with `disabled` input |
| 18 | + - Resolved problem with disabling and enabling component via Reactive Forms methods |
| 19 | + - Removed border styles from focused buttons |
| 20 | +- [Timepicker](https://mdbootstrap.com/docs/angular/forms/timepicker/) |
| 21 | + - Resolved problem with border radius styles |
| 22 | + - Resolved problem with disabling and enabling component via Reactive Forms methods |
| 23 | +- [Autocomplete](https://mdbootstrap.com/docs/angular/forms/autocomplete/) |
| 24 | + - Removed auto highlight from first option |
| 25 | + - Resolved problems with input and dropdown keyboard navigation when using `HOME` and `END` keys |
| 26 | +- [Multi range](https://mdbootstrap.com/docs/angular/forms/multi-range-slider/) |
| 27 | + - Resolved problem with component render in apps using Angular 16 |
| 28 | + - Resolved problem with unhandled `endDrag` event |
| 29 | +- [Onboarding](https://mdbootstrap.com/docs/angular/plugins/onboarding/) |
| 30 | + - Resolved problem with component render in apps using Angular 16 |
| 31 | + - Resolved problems with popover styles |
| 32 | + - Fixed event types |
| 33 | + - Fixed event emitted when jumping to next step |
| 34 | +- [Treeview](/docs/angular/plugins/tree-view/) |
| 35 | + - Improved animation smoothness |
| 36 | + - Added correct types to public events |
| 37 | + - Resolved problem with `accordion` option |
| 38 | + - Resolved problem with `openOnClick` option |
| 39 | + - Improved accessibility |
| 40 | +- Resolved problem with styles of anchor elements used as [floating buttons](https://mdbootstrap.com/docs/angular/components/buttons/#section-floating) |
| 41 | +- Resolved problem with adding new [Chips](https://mdbootstrap.com/docs/angular/components/chips/) on blur event |
| 42 | +- Resolved problem with [Dropdown](https://mdbootstrap.com/docs/angular/components/dropdowns/) menu position |
| 43 | +- Fixed focus styles in [Select](https://mdbootstrap.com/docs/angular/forms/select/) with `form-white` class |
| 44 | +- Resolved problem with position of bottom frame [non-invasive Modal](https://mdbootstrap.com/docs/angular/components/modal/#section-non-invasive-modal) |
| 45 | +- Fixed type of `infiniteScrollCompleted` event in [Infinite scroll](https://mdbootstrap.com/docs/angular/methods/infinite-scroll/) |
| 46 | +- Added mechanism to handle dynamic updates in [Input mask](https://mdbootstrap.com/docs/angular/plugins/input-mask/) plugin |
| 47 | +- Resolved problems with [Color picker](https://mdbootstrap.com/docs/angular/plugins/color-picker/) plugin styles and slider in Firefox browser |
| 48 | +- Resolved problem with [Parallax](https://mdbootstrap.com/docs/angular/plugins/parallax/) plugin render in apps using Angular 16</li> |
| 49 | +- Fixed event types and unhandled events in [Drag and drop](https://mdbootstrap.com/docs/angular/plugins/drag-and-drop/) plugin |
| 50 | +- Resolved problem with reverting lists transformation in [WYSIWYG editor](https://mdbootstrap.com/docs/angular/plugins/wysiwyg-editor/) plugin |
| 51 | +- Resolved problem with `changeView` method in [Calendar](https://mdbootstrap.com/docs/angular/plugins/calendar/) plugin |
| 52 | +- Added types to public exports in [Data parser](https://mdbootstrap.com/docs/angular/plugins/data-parser/) plugin |
| 53 | + |
| 54 | +### New: |
| 55 | + |
| 56 | +- Added new [Treetable](https://mdbootstrap.com/docs/angular/plugins/treetable/) plugin |
| 57 | +- Added mechanism that allow to add context for `ng-template` template in [Popover](https://mdbootstrap.com/docs/angular/components/popovers/) |
| 58 | +- Added new `showAllEntries` option to [Datatable pagination](https://mdbootstrap.com/docs/angular/data/datatables/) |
| 59 | +- Added new `filterFn` option to [Select](https://mdbootstrap.com/docs/angular/forms/select/) |
| 60 | +- Added new directive that allow to create a custom header in [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) |
| 61 | +- Added new `positionClass` and `menuPositionClass` options to [Dropdown](https://mdbootstrap.com/docs/angular/components/dropdowns/) |
| 62 | +- Added new `disabled` input that allow to disable [Accordion](https://mdbootstrap.com/docs/angular/components/accordion/)Accordion</a> items |
| 63 | +- Added mechanism that allow to define custom icon template with `ng-template` in [Datepicker](/docs/angular/forms/datepicker/) and [Timepicker](https://mdbootstrap.com/docs/angular/forms/timepicker/) |
| 64 | +- Added mechanism that allow to define custom header template with `ng-template` in [Stepper](https://mdbootstrap.com/docs/angular/components/stepper/) |
| 65 | +- Added new `$link-decoration` and `--mdb-link-decoration` variables to make it easier to customize `text-decoration` styles for anchor elements |
| 66 | +- Added new inputs for disabling specific features in [Calendar](https://mdbootstrap.com/docs/angular/plugins/calendar/) plugin |
| 67 | + |
| 68 | +--- |
| 69 | + |
1 | 70 | ## 5.0.0 (26.06.2023)
|
2 | 71 |
|
3 | 72 | This version requires Angular v16. Follow the [Angular update guide](https://update.angular.io/?l=3&v=15.0-16.0) to migrate your project to Angular 16.
|
|
0 commit comments