MDB Pro Angular v5.1.0
Released: Sep 9, 2023
Updates in v5.1.0
Funktionen
- Added new Treetable plugin.
- Added mechanism that allow to add context for
ng-template template in Popover.
- Added new
showAllEntries option to Datatable pagination.
- Added new
filterFn option to Select.
- Added new directive that allow to create a custom header in Datepicker.
- Added new
positionClass and menuPositionClass options to Dropdown.
- Added new
disabled input that allow to disable Accordion items.
- Added mechanism that allow to define custom icon template with
ng-template in Datepicker and Timepicker.
- Added mechanism that allow to define custom header template with
ng-template in Stepper.
- Added new
$link-decoration and --mdb-link-decoration variables to make it easier to customize text-decoration styles for anchor elements.
- Added new inputs for disabling specific features in Calendar plugin.
- Datatable
- Added missing
cursor: pointer styles to clickable rows.
- Tabs
- Improved animation smoothness.
- Added
MdbTabChange event type to public exports.
- Treeview
- Improved animation smoothness.
- Improved accessibility.
- Added mechanism to handle dynamic updates in Input Mask plugin.
- Added types to public exports in Data parser plugin.
Fehlerkorrekturen
- Datatable
- Resolved problems with pagination width styles.
- Resolved problems with page number calculation in pagination.
- Sidenav
- Resolved problems with accessibility.
- Removed the need to define template variables in HTML template.
- Adjusted padding in slim version to correctly display link icon and arrow.
- Datepicker
- Resolved problem with
disabled input.
- Resolved problem with disabling and enabling component via Reactive Forms methods.
- Removed border styles from focused buttons.
- Timepicker
- Resolved problem with disabling and enabling component via Reactive Forms methods.
- Resolved problem with border radius styles.
- Autocomplete
- Removed auto highlight from first option.
- Resolved problems with input and dropdown keyboard navigation when using
HOME and END keys.
- Multi Range
- Resolved problem with component render in apps using Angular 16.
- Resolved problem with unhandled
endDrag event.
- Onboarding
- Resolved problem with component render in apps using Angular 16.
- Resolved problems with popover styles.
- Fixed event types.
- Fixed event emitted when jumping to next step.
- Treeview
- Added correct types to public events.
- Resolved problem with
accordion option.
- Resolved problem with
openOnClick option.
- Resolved problem with styles of anchor elements used as floating buttons.
- Resolved problem with adding new Chips on blur event.
- Resolved problem with Dropdown menu position.
- Fixed focus styles in Select with
form-white class.
- Resolved problem with position of bottom frame non-invasive Modal.
- Fixed type of
infiniteScrollCompleted event in Infinite scroll.
- Resolved problems with Color Picker plugin styles and slider in Firefox browser.
- Resolved problem with Parallax plugin render in apps using Angular 16.
- Fixed event types and unhandled events in Drag and Drop plugin.
- Resolved problem with reverting lists transformation in WYSIWYG editor plugin.
- Resolved problem with
changeView method in Calendar plugin.