DEV Community

Cover image for MDB v7 is coming soon, very soon.
Keep Coding
Keep Coding

Posted on

MDB v7 is coming soon, very soon.

We're on the eve of releasing MDB v7. Some really cool changes, fixes and optimizations incoming:

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
We 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
To make transition to MDB v7 easier we prepared a list of changes needed in existing projects, which you can find in Migration guide

Design updates:
Introduced a new theming system that allows setting the theme for the entire page, its parts, or selected elements using data attributes.

Fixed & improved:
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
Added register method allowing controllers registration
enhance the dispose method for all components

Other:
Changed bundler used for compilation to Vite

Check out Material Design for Bootstrap HERE

Top comments (0)