Skip to content

Commit 1d6c7d6

Browse files
committed
Release 9.0.0
1 parent 9874ba9 commit 1d6c7d6

19 files changed

+6900
-23580
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 9.0.0 (21.09.2025)
2+
3+
This version requires Angular v20. Follow the [Angular Update Guide](https://angular.dev/update-guide) to migrate your project to Angular 20.
4+
5+
### Breaking changes:
6+
7+
- Updated Angular to v20, this version is required in MDB Angular v9
8+
9+
### Fixes and improvements:
10+
11+
- [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/)
12+
- Improved blocking of months and years cells in some edge cases
13+
- Resolved problems with errors when parsing invalid date formats
14+
- [File upload](https://mdbootstrap.com/docs/angular/plugins/file-upload/)
15+
- Added error handling for `maxFileQuantity`
16+
- Improved extensions validation logic to handle problems with uploading files with extensions defined in `mimeTypes` input
17+
- [Input fields](https://mdbootstrap.com/docs/angular/forms/input-fields/) - resolved problem with border gap updates for dynamically rendered label
18+
- [Select](https://mdbootstrap.com/docs/angular/forms/select/) - resolved issue where clicking the arrow icon in one Select input would not close the dropdown of another Select component
19+
20+
### New features:
21+
22+
- Added new SCSS and CSS variables for plugins styles
23+
- [Autocomplete](https://mdbootstrap.com/docs/angular/forms/autocomplete/) - added new `dropdownWidth` input that allows to set custom width for the dropdown menu
24+
- [Datatables](https://mdbootstrap.com/docs/angular/data/datatables/) - added new `defaultSortDirection` input that allows to set default sort direction for the table header
25+
26+
---
27+
128
## 8.0.0 (07.04.2025)
229

330
This version requires Angular v19. Follow the [Angular Update Guide](https://angular.dev/update-guide) to migrate your project to Angular 19.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bootstrap 5 & Angular 19 UI KIT - 700+ components, MIT license, simple installation.
1+
Bootstrap 5 & Angular 20 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 19
20+
## About Material Design for Bootstrap 5 & Angular 20
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 8.0.0
3+
Version: FREE 9.0.0
44

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

0 commit comments

Comments
 (0)