Skip to content

Commit d90c360

Browse files
committed
Release 5.2.0
1 parent 047bb13 commit d90c360

File tree

13 files changed

+813
-336
lines changed

13 files changed

+813
-336
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## 5.1.0 (09.10.2023)
227

328
### Fixes and improvements:
@@ -45,7 +70,7 @@
4570
- Fixed type of `infiniteScrollCompleted` event in [Infinite scroll](https://mdbootstrap.com/docs/angular/methods/infinite-scroll/)
4671
- Added mechanism to handle dynamic updates in [Input mask](https://mdbootstrap.com/docs/angular/plugins/input-mask/) plugin
4772
- 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
4974
- Fixed event types and unhandled events in [Drag and drop](https://mdbootstrap.com/docs/angular/plugins/drag-and-drop/) plugin
5075
- Resolved problem with reverting lists transformation in [WYSIWYG editor](https://mdbootstrap.com/docs/angular/plugins/wysiwyg-editor/) plugin
5176
- Resolved problem with `changeView` method in [Calendar](https://mdbootstrap.com/docs/angular/plugins/calendar/) plugin

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MDB 5 Angular
22

3-
Version: FREE 5.1.0
3+
Version: FREE 5.2.0
44

55
Documentation:
66
https://mdbootstrap.com/docs/angular/

0 commit comments

Comments
 (0)