MDB Pro Bundle - includes MDB Pro Standard v7.0.0
Released: Nov 20, 2023
Actualizaciones en MDB Pro Standard v7.0.0
Características
- Introduced a new theming system that allows setting the theme for the entire page, its parts, or selected elements using data attributes
- Treeview - added support for custom ID for treeview items.
- Charts - Added register method allowing controllers registration.
- Enhanced the dispose method for all components.
- Changed bundler used for compilation to Vite.
Correcciones
- Select
- Fixed dispose to restore custom content.
- Fixed infinite error after image loading error.
- WYSIWYG - Fixed padding in the dropdown when WYSIWYG is used in the form.
- Calendar - Fixed validation issues in the add event modal.
- Treeview - Added support for custom ID for treeview items.
- Table editor - Fixed pagination to be responsive.
- Datepicker
- Removed option
switchToMonthViewLabel.
- Changed default values for
switchToMultiYearViewLabel and switchToDayViewLabel options.
- Lightbox - Removed option
fontAwesome.
- Charts
- Removed option
dataLabelsPlugin.
- Breaking Changes:
- Changed HTML init for all components and plugins to unified data attributes.
- Unified event and method names, added new events, removed some methods.
- Changed names of Javascript files.
- Moved from preparing files with compiled modules for every component to using ES modules.
- Timepicker
- Removed
appendValidationInfo and enableValidation options.
- Renamed
headID option to headId.
- Renamed
bodyID option to bodyId.
- Renamed
footerID option to footerId.
- Renamed
modalID option to modalId.
- Renamed
pickerID option to pickerId.