|
| 1 | +## 4.0.0 (09.01.2023) |
| 2 | + |
| 3 | +### Design updates: |
| 4 | + |
| 5 | +Our basic color palette has been updated. We toned down our colors to be less flashy and more elegant and subtle. This affects virtually all of our components, so be aware of this before upgrading your project to v4.0.0. |
| 6 | + |
| 7 | +Read [colors docs](https://mdbootstrap.com/docs/angular/content-styles/colors/) to learn more about new palette. |
| 8 | + |
| 9 | +### Breaking changes: |
| 10 | + |
| 11 | +- Added support for Angular 15, this Angular version is now required, |
| 12 | +- Improved [buttons](https://mdbootstrap.com/docs/angular/components/buttons/) |
| 13 | +- Improved existing [accordion](https://mdbootstrap.com/docs/angular/components/accordion/) and added new examples |
| 14 | +- Improved [stepper](https://mdbootstrap.com/docs/angular/components/stepper/) design |
| 15 | +- Improved [badges](https://mdbootstrap.com/docs/angular/components/badges/) design and added new examples |
| 16 | +- Improved [popovers](https://mdbootstrap.com/docs/angular/components/popovers/) and [popconfirm](https://mdbootstrap.com/docs/angular/components/popconfirm/) design |
| 17 | +- Removed default configuration of `chartjs-plugin-datalabels` from [charts](https://mdbootstrap.com/docs/angular/data/charts/), all plugins must be now registered before use |
| 18 | + |
| 19 | +### Fixes and improvements: |
| 20 | + |
| 21 | +- Resolved problem with [scrollbar](https://mdbootstrap.com/docs/angular/methods/scrollbar/) initialization on element with a `mdbScrollbar` directive |
| 22 | +- Removed unnecessary border animation on initialization of `mdb-form-control` component |
| 23 | +- Resolved problem with global registration of controllers and plugins in [charts](https://mdbootstrap.com/docs/angular/data/charts/) |
| 24 | +- Improved types in `mdbChart` directive inputs |
| 25 | +- Added some fixes to the [transfer plugin](https://mdbootstrap.com/docs/angular/plugins/transfer/) |
| 26 | + - Improved 'select all' option implementation |
| 27 | + - Resolved problems with value updates in search bar input |
| 28 | + - Resolved problems with component view updates when using pagination |
| 29 | +- Improved theme styles in the following components: |
| 30 | + - List group |
| 31 | + - Pagination |
| 32 | + - Datepicker |
| 33 | + |
| 34 | +### New: |
| 35 | + |
| 36 | +- Addew new [color picker plugin](https://mdbootstrap.com/docs/angular/plugins/color-picker/) plugin |
| 37 | +- Addew new [multi item carousel plugin](https://mdbootstrap.com/docs/angular/plugins/multi-item-carousel/) |
| 38 | +- Addew new [ecommerce gallery plugin](https://mdbootstrap.com/docs/angular/plugins/ecommerce-gallery/) |
| 39 | +- Addew new `[borderless]` input to [accordion](https://mdbootstrap.com/docs/angular/components/accordion/) |
| 40 | +- Added new `[withPush]` input to [dropdown](https://mdbootstrap.com/docs/angular/components/dropdown/) |
| 41 | +- Added new `[plugins]` input to [charts](https://mdbootstrap.com/docs/angular/data/charts/) |
| 42 | +- Added public access to the chart instance in `mdbChart` directive |
| 43 | +- Added new `[ofText]` input to [datatables](https://mdbootstrap.com/docs/angular/data/datatables/) |
| 44 | +- Added new `[titleSource]` and `[titleTarget]` inputs to [transfer plugin](https://mdbootstrap.com/docs/angular/plugins/transfer/) |
| 45 | + |
| 46 | +--- |
| 47 | + |
1 | 48 | ## 3.0.1 (05.12.2022) |
2 | 49 |
|
3 | 50 | ### Fixes and improvements: |
|
19 | 66 |
|
20 | 67 | ### New: |
21 | 68 |
|
| 69 | +- Addew new [color picker plugin](https://mdbootstrap.com/docs/angular/plugins/color-picker/) |
22 | 70 | - Addew new [scroll status plugin](https://mdbootstrap.com/docs/angular/plugins/scroll-status/) |
23 | 71 |
|
24 | 72 | --- |
|
0 commit comments