|
| 1 | +## 8.0.0 (07.04.2025) |
| 2 | + |
| 3 | +This version requires Angular v19. Follow the [Angular Update Guide](https://angular.dev/update-guide) to migrate your project to Angular 19. |
| 4 | + |
| 5 | +### Breaking changes: |
| 6 | + |
| 7 | +- Updated Angular to v19, this version is required in MDB Angular v8 |
| 8 | +- Older theming styles are no longer supported, use new [color modes](https://mdbootstrap.com/docs/angular/content-styles/theme/) instead |
| 9 | +- Slightly increased cell width in [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) |
| 10 | +- The `.navbar-light` class is no longer used in [Navbar](https://mdbootstrap.com/docs/angular/navigation/navbar), use [color modes](https://mdbootstrap.com/docs/angular/content-styles/theme/) instead |
| 11 | + |
| 12 | +### Design updates: |
| 13 | + |
| 14 | +Introduced a new theming system that allows setting the theme for the entire page, its parts, or selected elements using data attributes. |
| 15 | + |
| 16 | +Read [Colors modes](https://mdbootstrap.com/docs/angular/content-styles/theme/) page to learn more about new theming. |
| 17 | + |
| 18 | +### Fixes and improvements: |
| 19 | + |
| 20 | +- [Modal](https://mdbootstrap.com/docs/angular/components/modal/) - resolved problem with opening animation |
| 21 | +- [Select](https://mdbootstrap.com/docs/angular/forms/select/) - resolved problem with not hiding option groups labels when using filter |
| 22 | +- [Popconfirm](https://mdbootstrap.com/docs/angular/components/popconfirm/) - added default offset to the component |
| 23 | +- [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) - fixed date parsing bug for `yy` year format |
| 24 | +- [Stepper](https://mdbootstrap.com/docs/angular/components/stepper/) - added 'Optional' text to the steps that use `optional` input |
| 25 | +- [Onboarding](https://mdbootstrap.com/docs/angular/plugins/onboarding/) - added gap between the buttons and fixed border styles |
| 26 | +- Fixed [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) and [Timepicker](https://mdbootstrap.com/docs/angular/forms/timepicker/) toggle button padding in Firefox browser |
| 27 | +- Removed unnecessary `BrowserAnimationsModule` imports from [Onboarding](https://mdbootstrap.com/docs/angular/plugins/onboarding/), [Ecommerce gallery](https://mdbootstrap.com/docs/angular/plugins/ecommerce-gallery/) and [Organization chart](https://mdbootstrap.com/docs/angular/plugins/organization-chart/) plugins |
| 28 | + |
| 29 | +### New features: |
| 30 | + |
| 31 | +- Added new SCSS and CSS variables for plugins styles |
| 32 | +- [File upload](https://mdbootstrap.com/docs/angular/plugins/file-upload/) - added new `mimeTypes` input that allow to define a list of mime types for supported file types |
| 33 | +- [Multi item carousel](https://mdbootstrap.com/docs/angular/plugins/multi-item-carousel/) - added new `(slideClick)` event |
| 34 | +- [Color picker](https://mdbootstrap.com/docs/angular/plugins/color-picker/) - added new `color-picker-next-format-button`, `color-picker-previous-format-button` and `color-picker-copy-button` classes for the buttons |
| 35 | + |
| 36 | +--- |
| 37 | + |
1 | 38 | ## 7.1.0 (18.11.2024) |
2 | 39 |
|
3 | 40 | ### Fixes and improvements: |
|
0 commit comments