Skip to content

Commit 9b60533

Browse files
committed
Release 4.0.1
1 parent 72b7b74 commit 9b60533

20 files changed

+882
-329
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## 4.1.0 (24.01.2023)
2+
3+
### Fixes and improvements:
4+
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/)
7+
- Fixed focus trap
8+
- Fixed keyboard navigation in inline mode
9+
- 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/)
13+
- Fixed the problem with scrollbar on bottom frame modal init
14+
- Removed rounded corners from frame modals
15+
- Removed unnecessary body scroll when using `scrollable` modal
16+
- [Datatable](https://mdbootstrap.com//docs/angular/data/datatables/)
17+
- Removed ability to focus disabled buttons in pagination
18+
- 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/)
21+
- Fixed problem with `Rxjs operators` import paths in all the components and plugins
22+
23+
### New:
24+
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/)
33+
- Added new `[forceSort]` input that allow to disable sort reset on third click
34+
- Added new `[disableSort]` input that allow to disable a specific sort header
35+
- Added new `[disabled]` input to pagination component
36+
- [Datepicker](https://mdbootstrap.com//docs/angular/forms/datepicker/)
37+
- Added new `[removeOkBtn]`, `[removeCancelBtn]` and `[removeClearBtn]` inputs that allow to remove specific buttons from the component footer
38+
- Addew new `[confirmDateOnSelect]` input that allow to select date without a confirmation by click on `Ok` button
39+
40+
---
41+
142
## 4.0.0 (09.01.2023)
243

344
### Design updates:

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MDB 5 Angular
22

3-
Version: FREE 4.0.0
3+
Version: FREE 4.1.0
44

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

0 commit comments

Comments
 (0)