|  | 
|  | 1 | +## 6.0.0 (15.01.2024) | 
|  | 2 | + | 
|  | 3 | +This version requires Angular v17. Follow the [Angular Update Guide](https://update.angular.io/?l=3&v=16.0-17.0) to migrate your project to Angular 17. | 
|  | 4 | + | 
|  | 5 | +### Breaking changes: | 
|  | 6 | +   | 
|  | 7 | +- Updated Angular to v17, this version is required in MDB Angular v6 | 
|  | 8 | +- [Calendar](https://mdbootstrap.com/docs/angular/plugins/calendar/) - changed type of `defaultView` input from `string` to `MdbCalendarView` | 
|  | 9 | +- [Datepicker](https://mdbootstrap.com/docs/angular/forms/datepicker/) - changed type of `options` input from `any` to `MdbDatepickerOptions` | 
|  | 10 | +- [Timepicker](https://mdbootstrap.com/docs/angular/forms/timepicker/) | 
|  | 11 | +  - Changed type of `options` input from `Options` to `MdbTimepickerOptions` and made all parameters optional | 
|  | 12 | +  - Changed `SelectedTime` type name to `MdbTimepickerSelectedTime` and added this type to public exports | 
|  | 13 | +- [Popover](https://mdbootstrap.com/docs/angular/components/popover/) - removed unused `template` input | 
|  | 14 | +- [Sidenav](https://mdbootstrap.com/docs/angular/navigation/sidenav/) | 
|  | 15 | +  - Changed return type of all events from `MdbSidenavComponent` to `void` | 
|  | 16 | +  - Removed redundant `li` element from `MdbSidenavItemComponent` template | 
|  | 17 | +- [Transfer](https://mdbootstrap.com/docs/angular/plugins/transfer/) | 
|  | 18 | +  - Changed `onSearchOutput` event name to `searchOutput` | 
|  | 19 | +  - Changed `selectOutput` event name to `selectOutput` | 
|  | 20 | +  - Changed `onChange` event name to `listChange` | 
|  | 21 | +  - Changed `onSearch` event name to `itemSearch` | 
|  | 22 | +  - Changed `onSelect` event name to `itemSelect` | 
|  | 23 | +         | 
|  | 24 | +### Fixes and improvements: | 
|  | 25 | +   | 
|  | 26 | +- [Sidenav](https://mdbootstrap.com/docs/angular/navigation/sidenav/) - removed height animation transition | 
|  | 27 | +- [Select](https://mdbootstrap.com/docs/angular/forms/select/) - blocked input clearing in disabled component | 
|  | 28 | +- [Input fields](https://mdbootstrap.com/docs/angular/forms/input-fields/) - resolved problem with default label position in all inputs with built-in placeholder (like `datetime-local` or `time`) | 
|  | 29 | +- [Lightbox](https://mdbootstrap.com/docs/angular/components/lightbox/) - resolved problem with component removal from DOM after using browser's back button | 
|  | 30 | +- [Timepicker](https://mdbootstrap.com/docs/angular/forms/timepicker/) - resolved problem with font size in landscape view | 
|  | 31 | + | 
|  | 32 | +### New fetures: | 
|  | 33 | +   | 
|  | 34 | +- [Select](https://mdbootstrap.com/docs/angular/forms/select/) - added new `inputId` and `inputFilterId` inputs that allow to declare ids for input elements | 
|  | 35 | + | 
|  | 36 | +--- | 
|  | 37 | +   | 
| 1 | 38 | ## 5.2.0 (04.12.2023) | 
| 2 | 39 | 
 | 
| 3 | 40 | ### Fixes and improvements: | 
|  | 
0 commit comments