|
| 1 | +## 5.2.0 (04.12.2023) |
| 2 | + |
| 3 | +### Fixes and improvements: |
| 4 | + |
| 5 | +- Resolved problem with components rendering when using Server Side Rendering |
| 6 | +- Resolved problem with overlay when using `menuPositionClass` in [Datatable](https://mdbootstrap.com/docs/angular/components/dropdowns/) |
| 7 | +- Replaced hardcoded `padding-left` value in [Sidenav](https://mdbootstrap.com/docs/angular/navigation/sidenav/) link with a value from CSS variable |
| 8 | +- Replaced hardcoded `box-shadow`, `border-color` and `background-color` values in [Buttons](https://mdbootstrap.com/docs/angular/components/buttons/) with a values from CSS variables |
| 9 | +- [Timepicker](https://mdbootstrap.com/docs/angular/forms/timepicker/) |
| 10 | + - Fixed the button press behavior to consider the duration of the press |
| 11 | + - Removed the default scroll effect from the arrow keydown events in inline mode |
| 12 | +- Fixed events types for `opened` and `closed` events in [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) |
| 13 | +- Resolved problem with initial value in [Rating](https://mdbootstrap.com/docs/angular/components/rating) |
| 14 | +- [Multi Range Slider](https://mdbootstrap.com/docs/angular/forms/multi-range-slider/) |
| 15 | + - Resolved problem with thumbs position updates on `ngModel` or `formControl` value changes |
| 16 | + - Added thumbs position constraints so that the position of a given thumb is limited by its counterpart |
| 17 | +- Resolved problem with the `Host already has a portal attached` error in [Wysiwyg](https://mdbootstrap.com/docs/angular/plugins/wysiwyg-editor/) |
| 18 | + |
| 19 | +### New: |
| 20 | + |
| 21 | +- A new `MdbSidenavMenuDirective` directive has been added to [Sidenav](https://mdbootstrap.com/docs/angular/navigation/sidenav/) allowing to create multiple menus within one component |
| 22 | +- A new `size` input has been added to [Select](https://mdbootstrap.com/docs/angular/orms/select/) allowing to change input size to `sm` or `lg` |
| 23 | + |
| 24 | +--- |
| 25 | + |
1 | 26 | ## 5.1.0 (09.10.2023)
|
2 | 27 |
|
3 | 28 | ### Fixes and improvements:
|
|
45 | 70 | - Fixed type of `infiniteScrollCompleted` event in [Infinite scroll](https://mdbootstrap.com/docs/angular/methods/infinite-scroll/)
|
46 | 71 | - Added mechanism to handle dynamic updates in [Input mask](https://mdbootstrap.com/docs/angular/plugins/input-mask/) plugin
|
47 | 72 | - 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> |
| 73 | +- Resolved problem with [Parallax](https://mdbootstrap.com/docs/angular/plugins/parallax/) plugin render in apps using Angular 16 |
49 | 74 | - Fixed event types and unhandled events in [Drag and drop](https://mdbootstrap.com/docs/angular/plugins/drag-and-drop/) plugin
|
50 | 75 | - Resolved problem with reverting lists transformation in [WYSIWYG editor](https://mdbootstrap.com/docs/angular/plugins/wysiwyg-editor/) plugin
|
51 | 76 | - Resolved problem with `changeView` method in [Calendar](https://mdbootstrap.com/docs/angular/plugins/calendar/) plugin
|
|
0 commit comments