MDB Pro Bundle Releases
Released: Sep 16, 2024
Updates in MDB Pro Angular v7.0.0
Funktionen
- Dropdown - added MdbDropdownPositionClass type to public API.
- Modal - added focusElementSelector property to open method's options for specifying the element to focus on modal opening.
- Calendar:
- Added addEventButtonCaption property to options input for setting custom caption for add event button.
- Added MdbCalendarViews Enum to public API.
Fehlerkorrekturen
- Multi range - resolved problem with TouchEvent in Firefox.
- Select - resolved problem with unhandled tabindex input.
- Onboarding...
Released: Sep 16, 2024
Updates in MDB Pro Standard v8.0.0
Funktionen
Timepicker
- Added open method.
- Added close method.
- Added open.mdb.timepicker event.
- Added close.mdb.timepicker event.
- Calendar - added dateFormat option.
- Popconfirm - added cancelClass option.
- Progress - added circular progress feature.
Design Updates
- Pills - added negative right margin for justified content alignment.
Fehlerkorrekturen
Timepicker
- Fixed keyboard handling bug for inner clock after a mouse click.
- Fixed issue where showing inline with modal blocks the page.
- Calendar...
Released: Sep 16, 2024
Updates in MDB Pro React v9.0.0
Funktionen
- Popconfirm: Added open and close animation in modal mode.
- WYSIWYG editor: Added preventive values to .wysiwyg-content class.
Fehlerkorrekturen
- Datepicker:
- Fixed buttons outline bug after focus.
- Fixed activeDate resetting on picker open.
- Timepicker: Fixed activeDate resetting on picker open.
- DateTimepicker: Fixed picker styling on small screens.
- Input fields:
- Fixed background after autocomplete.
- Fixed the placeholder display for input fields of type: time, datetime-local, month, week...
Released: May 27, 2024
Updates in MDB Pro Angular v6.1.0
Funktionen
- Table pagination - Added a new page input that allows you to set page number.
- Multi range - Added a new highlightRange input that allows you to highlight range.
- Parallax - Added a new container input that allows you to set wrapper element for parallax effect.
- Popconfirm - Added a focus trap.
- Autocomplete - Restored native shift + home and shift + end keys behavior (open/close dropdown).
- Select - Added support for opening and closing dropdown with alt + arrow-up and alt + arrow-down...
Released: May 27, 2024
Updates in MDB Pro Standard v7.3.0
Funktionen
- Datetimepicker - Added information about the current value to valueChanged.mdb.datetimepicker event.
- Updated Bootstrap to version 5.3.3.
Fehlerkorrekturen
- Calendar
- Fixed error occurring on view change.
- Fixed week view header background color.
- Organization chart
- Fixed card background color.
- Fixed vertical line color in dark theme.
- Charts
- Fixed bug after update.
- Fixed styles not updating when switching from dark to light theme.
- Datatable
- Fixed All as entries option value.
- Fixed active...
Released: Apr 22, 2024
Updates in MDB Pro Vue v5.0.0
Funktionen
- Calendar - Added dateFormat property.
- Datatables - Added the ability to implement ID attribute for a table itself.
- Datepicker
- Added 'aria-disabled' attribute to disable dates/months/years.
- Added translated 'aria-label' attribute (if translate was provided) and fixed its position.
- Link - Changed hard-coded value for link decoration to a $link-decoration variable.
- Select - Added new search event.
- Popconfirm
- Added event cancel when exiting with click outside or escape key.
- Added focus...
Released: Apr 15, 2024
Updates in MDB Pro React v8.0.0
Funktionen
- Autocomplete - Changed onSelect to return option data instead of string value only.
- Improved dev repository to facilitate plugins development and testing.
- DateTimepicker
- Removed props: defaultTime, defaultDate, dateFormat, and timeFormat. These options can be passed through timepickerOptions and datepickerOptions.
- Removed inputRef. Input reference can be reached with forwardRef.
- Select
- Props will now be spread on the input instead of the div wrapper.
- Stepper
Released: Mar 11, 2024
Updates in MDB Pro Standard v7.2.0
Funktionen
- 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...
Released: Jan 29, 2024
Updates in MDB Pro React v7.2.0
Funktionen
- Tooltip - Added a type property.
- Added 'disablePortal' option in the following components:
- Popover.
- Lightbox.
- Datepicker.
- Timepicker - Added handlers for 'arrowLeft' and 'arrowRight' events in timepicker 24h modal mode to make changing hour with the keyboard easier.
Fehlerkorrekturen
- Perfect Scrollbar:
- Removed react-perfect-scrollbar dependency and created custom component implementation.
- Fixed 'relative imports outside of src/ are not supported' error in Next.js src/ project.
- Created...
Released: Jan 15, 2024
Updates in MDB Pro Angular v6.0.0
Funktionen
- Select - Added new
inputId and inputFilterId inputs that allow you to declare ids for input elements.
- Breaking Change - Updated Angular to v17, this version is now required in MDB Angular v6.
Fehlerkorrekturen
- Sidenav - Removed height animation transition.
- Select - Blocked input clearing in disabled component.
- Input fields - Resolved problem with default label position in all inputs with built-in placeholder (like datetime-local or time).
- Lightbox - Resolved problem with component...