|
| 1 | +## 5.0.0 (26.06.2023) |
| 2 | + |
| 3 | +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. |
| 4 | + |
| 5 | +### Dependencies: |
| 6 | + |
| 7 | +- Updated Angular to v16, this version is required in MDB Angular v5 |
| 8 | +- Updated Bootstrap to [5.2.3](https://github.com/twbs/bootstrap/releases/tag/v5.2.3) version. |
| 9 | + |
| 10 | +### Design changes: |
| 11 | + |
| 12 | +- Changed arrow styles in [Select](https://mdbootstrap.com/docs/angular/forms/select/) input |
| 13 | +- Slightly changed hover styles in [outline buttons](https://mdbootstrap.com/docs/angular/components/buttons/#section-outline) to make them more elegant and subtle |
| 14 | + |
| 15 | +### Fixes and improvements: |
| 16 | + |
| 17 | +- Fixed problems with schematics installation in MDB Angular Free version |
| 18 | +- Fixed problem with display of [Sidenav](https://mdbootstrap.com/docs/angular/navigation/sidenav/) item when its content is translated with the `translate` pipe from the `@ngx-translate` library |
| 19 | +- Fixed position of smaller icons in relation to the text in [Rating](https://mdbootstrap.com/docs/angular/components/rating/) |
| 20 | + |
| 21 | +### New: |
| 22 | + |
| 23 | +- Converted MDB components to CSS variables |
| 24 | +- Added SCSS and CSS variables for `mdb-option` and `mdb-option-group` components |
| 25 | +- Added access to the underlying component instance from ref element in [Modal](https://mdbootstrap.com/docs/angular/components/modal/), [Popconfirm](https://mdbootstrap.com/docs/angular/components/popconfirm/), [Alerts](https://mdbootstrap.com/docs/angular/components/alerts/) and [Toasts](https://mdbootstrap.com/docs/angular/components/toasts/) |
| 26 | + |
| 27 | +--- |
| 28 | + |
1 | 29 | ## 4.1.0 (24.01.2023)
|
2 | 30 |
|
3 | 31 | ### Fixes and improvements:
|
4 | 32 |
|
5 |
| -- Fixed default value display in [Autocomplete](https://mdbootstrap.com//docs/angular/forms/autocomplete/) when the value is an object |
6 |
| -- [Timepicker](https://mdbootstrap.com//docs/angular/forms/timepicker/) |
| 33 | +- Fixed default value display in [Autocomplete](https://mdbootstrap.com/docs/angular/forms/autocomplete/) when the value is an object |
| 34 | +- [Timepicker](https://mdbootstrap.com/docs/angular/forms/timepicker/) |
7 | 35 | - Fixed focus trap
|
8 | 36 | - Fixed keyboard navigation in inline mode
|
9 | 37 | - Fixed the problem with minTime and maxTime range
|
10 |
| -- Fixed [Ripple effect](https://mdbootstrap.com//docs/angular/methods/ripple/) on inputs styled as buttons |
11 |
| -- Fixed background colors of [Toasts](https://mdbootstrap.com//docs/angular/components/toasts/) and [Alerts](https://mdbootstrap.com//docs/angular/components/alerts/) in MDB theme |
12 |
| -- [Modal](https://mdbootstrap.com//docs/angular/components/modal/) |
| 38 | +- Fixed [Ripple effect](https://mdbootstrap.com/docs/angular/methods/ripple/) on inputs styled as buttons |
| 39 | +- Fixed background colors of [Toasts](https://mdbootstrap.com/docs/angular/components/toasts/) and [Alerts](https://mdbootstrap.com/docs/angular/components/alerts/) in MDB theme |
| 40 | +- [Modal](https://mdbootstrap.com/docs/angular/components/modal/) |
13 | 41 | - Fixed the problem with scrollbar on bottom frame modal init
|
14 | 42 | - Removed rounded corners from frame modals
|
15 | 43 | - Removed unnecessary body scroll when using `scrollable` modal
|
16 |
| -- [Datatable](https://mdbootstrap.com//docs/angular/data/datatables/) |
| 44 | +- [Datatable](https://mdbootstrap.com/docs/angular/data/datatables/) |
17 | 45 | - Removed ability to focus disabled buttons in pagination
|
18 | 46 | - Fixed the problem with case-sensitive sorting
|
19 |
| -- Fixed the problem with hiding buttons in the [Wysiwyg](https://mdbootstrap.com//docs/angular/plugins/wysiwyg-editor/) toolbar |
20 |
| -- Fixed problem with event types in [Select](https://mdbootstrap.com//docs/angular/forms/select/) |
| 47 | +- Fixed the problem with hiding buttons in the [Wysiwyg](https://mdbootstrap.com/docs/angular/plugins/wysiwyg-editor/) toolbar |
| 48 | +- Fixed problem with event types in [Select](https://mdbootstrap.com/docs/angular/forms/select/) |
21 | 49 | - Fixed problem with `Rxjs operators` import paths in all the components and plugins
|
22 | 50 |
|
23 | 51 | ### New:
|
24 | 52 |
|
25 |
| -- Added new [Data Parser](https://mdbootstrap.com//docs/angular/plugins/data-parser/) plugin |
26 |
| -- Added new [Organization Chart](https://mdbootstrap.com//docs/angular/plugins/organization-chart/) plugin |
27 |
| -- Added new [Captcha](https://mdbootstrap.com//docs/angular/plugins/captcha/) plugin |
28 |
| -- Added new [Chips](https://mdbootstrap.com//docs/angular/components/chips/) component |
29 |
| -- Added new `[collapsible]` input to [Scrollspy](https://mdbootstrap.com//docs/angular/navigation/scrollspy/) |
30 |
| -- Added new `[disableWindowScroll]` input to the [Sidenav](https://mdbootstrap.com//docs/angular/navigation/sidenav/) |
31 |
| -- Added new [non-invasive Modal](https://mdbootstrap.com//docs/angular/components/modal/#section-non-invasive-modal) |
32 |
| -- [Datatable](https://mdbootstrap.com//docs/angular/data/datatables/) |
| 53 | +- Added new [Data Parser](https://mdbootstrap.com/docs/angular/plugins/data-parser/) plugin |
| 54 | +- Added new [Organization Chart](https://mdbootstrap.com/docs/angular/plugins/organization-chart/) plugin |
| 55 | +- Added new [Captcha](https://mdbootstrap.com/docs/angular/plugins/captcha/) plugin |
| 56 | +- Added new [Chips](https://mdbootstrap.com/docs/angular/components/chips/) component |
| 57 | +- Added new `[collapsible]` input to [Scrollspy](https://mdbootstrap.com/docs/angular/navigation/scrollspy/) |
| 58 | +- Added new `[disableWindowScroll]` input to the [Sidenav](https://mdbootstrap.com/docs/angular/navigation/sidenav/) |
| 59 | +- Added new [non-invasive Modal](https://mdbootstrap.com/docs/angular/components/modal/#section-non-invasive-modal) |
| 60 | +- [Datatable](https://mdbootstrap.com/docs/angular/data/datatables/) |
33 | 61 | - Added new `[forceSort]` input that allow to disable sort reset on third click
|
34 | 62 | - Added new `[disableSort]` input that allow to disable a specific sort header
|
35 | 63 | - Added new `[disabled]` input to pagination component
|
36 |
| -- [Datepicker](https://mdbootstrap.com//docs/angular/forms/datepicker/) |
| 64 | +- [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) |
37 | 65 | - Added new `[removeOkBtn]`, `[removeCancelBtn]` and `[removeClearBtn]` inputs that allow to remove specific buttons from the component footer
|
38 | 66 | - Addew new `[confirmDateOnSelect]` input that allow to select date without a confirmation by click on `Ok` button
|
39 | 67 |
|
|
0 commit comments