Skip to content

Commit 50aff53

Browse files
committed
Release 5.0.0
1 parent 09bdd3c commit 50aff53

File tree

120 files changed

+5625
-4504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+5625
-4504
lines changed

CHANGELOG.md

Lines changed: 45 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,67 @@
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+
129
## 4.1.0 (24.01.2023)
230

331
### Fixes and improvements:
432

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/)
735
- Fixed focus trap
836
- Fixed keyboard navigation in inline mode
937
- 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/)
1341
- Fixed the problem with scrollbar on bottom frame modal init
1442
- Removed rounded corners from frame modals
1543
- 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/)
1745
- Removed ability to focus disabled buttons in pagination
1846
- 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/)
2149
- Fixed problem with `Rxjs operators` import paths in all the components and plugins
2250

2351
### New:
2452

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/)
3361
- Added new `[forceSort]` input that allow to disable sort reset on third click
3462
- Added new `[disableSort]` input that allow to disable a specific sort header
3563
- 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/)
3765
- Added new `[removeOkBtn]`, `[removeCancelBtn]` and `[removeClearBtn]` inputs that allow to remove specific buttons from the component footer
3866
- Addew new `[confirmDateOnSelect]` input that allow to select date without a confirmation by click on `Ok` button
3967

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bootstrap 5 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
1+
Bootstrap 5 & Angular 16 UI KIT - 700+ components, MIT license, simple installation.
22

33
MDB is a collection of free Bootstrap templates, themes, design tools & resources.
44

@@ -17,7 +17,7 @@ One click setup! MDB GO allows you to create a WordPress page with a single clic
1717
Regardless whether you want to create a Travel Blog or an e-commerce shop to sell your product you can easily do that. You can even combine both into single page.
1818

1919

20-
## About Material Design for Bootstrap 5 & Angular 15
20+
## About Material Design for Bootstrap 5 & Angular 16
2121

2222
<p>Created by <a href="https://mdbootstrap.com"><img height="30" src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular-r.png"></a>
2323
<a href="https://npmcharts.com/compare/angular-bootstrap-md?minimal=true"> <img src="https://img.shields.io/npm/dm/mdbootstrap.svg?label=NPM%20Downloads" alt="Downloads"></a>

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 4.1.0
3+
Version: FREE 5.0.0
44

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdb-angular-ui-kit-free",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/mdb-angular-ui-kit/CHANGELOG.md

Lines changed: 45 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,67 @@
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+
129
## 4.1.0 (24.01.2023)
230

331
### Fixes and improvements:
432

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/)
735
- Fixed focus trap
836
- Fixed keyboard navigation in inline mode
937
- 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/)
1341
- Fixed the problem with scrollbar on bottom frame modal init
1442
- Removed rounded corners from frame modals
1543
- 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/)
1745
- Removed ability to focus disabled buttons in pagination
1846
- 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/)
2149
- Fixed problem with `Rxjs operators` import paths in all the components and plugins
2250

2351
### New:
2452

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/)
3361
- Added new `[forceSort]` input that allow to disable sort reset on third click
3462
- Added new `[disableSort]` input that allow to disable a specific sort header
3563
- 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/)
3765
- Added new `[removeOkBtn]`, `[removeCancelBtn]` and `[removeClearBtn]` inputs that allow to remove specific buttons from the component footer
3866
- Addew new `[confirmDateOnSelect]` input that allow to select date without a confirmation by click on `Ok` button
3967

0 commit comments

Comments
 (0)