MDB Pro Standard Releases
Released: Mar 11, 2024
v7.2.0 での更新項目
機能
- Datepicker
- Added viewChanged.mdb.datepicker event.
- Changed days aria-label to be human readable.
- Added aria-disabled to disabled dates, month and years.
- Datatable
- You can now set table ID.
- Improved performance while cell formatting many columns.
- Select - Added search.mdb.select event.
- Timepicker - Added clear.mdb.timepicker event.
- DateTimepicker - Added functionality to save the selected date when the timepicker toggle button is clicked.
- Select - Added update of aria-expanded on open and...
Released: Dec 4, 2023
v7.1.0 での更新項目
機能
- Datatable - Added support for setting
entriesOptions using the data attribute.
不具合の修正
- Select
- Fixed an issue with opening the select using arrow keys.
- Fixed
valueChanged event triggering after call setValue method.
- Fixed clear button disabled when
disable attribute is set.
- Datatable
- Fixed Datatable styles for option `striped`.
- Fixed Datatable styles for option `hover`.
- Popconfirm: Fixed focus for modal mode.
- Multirange: Fixed undefined selector issue.
- Fixed disabled text color.
- Timepicker...
Released: Nov 20, 2023
v7.0.0 での更新項目
機能
- 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.
不具合の修正
- Select
- Fixed dispose to restore custom content.
- Fixed infinite error after image loading error.
- WYSIWYG - Fixed padding in the...