MDB Pro Bundle Releases

Released: Jan 8, 2024

Aggiornamenti in MDB Pro React v7.1.0

Funzionalità

  • MDBClientOnly - new component
    • Dedicated for environments using server side rendering, like Next.js. Used to evaluate component's code only on the client side and prevent SSR related errors.
  • Select:
    • Added new events: onOpened, onClosed.
    • Added animationVariants.
    • Added searchFn to allow custom filtering.
    • Added forwardRef to the input.
  • Dropdown:
    • Added wrapper prop.
  • Checkbox:
    • Added forwardRef to the input.
  • DateTimepicker:
    • Added forwardRef to the input.
  • Datepicker:
    • Added forwardRef to the...

Released: Dec 4, 2023

Aggiornamenti in MDB Pro Standard v7.1.0

Funzionalità

  • Datatable - Added support for setting entriesOptions using the data attribute.

Correzioni

  • 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...

Released: Nov 20, 2023

Aggiornamenti in MDB Pro Standard v7.0.0

Funzionalità

  • 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.

Correzioni

  • Select
    • Fixed dispose to restore custom content.
    • Fixed infinite error after image loading error.
  • WYSIWYG - Fixed padding...

Released: Nov 6, 2023

Aggiornamenti in MDB Pro React v7.0.0

Funzionalità

  • General
    • Unified properties names. Changed show to open, onHide to onClose, and onShow to onOpen in all components.
    • Renamed dist output file extension from .js to .cjs.
    • Added type keyword to props export.
    • Added displayName to the components.
    • Added use client directive.
    • Synced styles with MDB Standard 6.4.1.
    • Added framer-motion library to the dependencies.
  • DateTimepicker:
    • All timepicker's and datepicker's options are now available through datetimepicker.
    • Added new props: value...

Released: Oct 9, 2023

Aggiornamenti in MDB Pro Vue v4.1.1

Correzioni

  • Modal - Fixed issues with opening pro modal.
  • Transfer - Fixed issues with selecting items after adding titleTarget and titleSource properties.

Released: Sep 25, 2023

Aggiornamenti in MDB Pro Vue v4.1.0

Funzionalità

  • Datatable:
    • Added new all-filtered-rows-selected event that emits after selecting each row in a filtered table.
  • Calendar
    • Added possibility to decide whether to add or replace events via addEvents method.
  • DateTimepicker
    • Added possibility to change the container for the modal via new container prop.
  • Timepicker
    • Added possibility to change the container for the modal via new container prop.
    • Added functionality that allows to hold the change time arrows in inline timepicker to increase...

Released: May 4, 2023

Aggiornamenti in MDB Pro Vue v4.0.0

Funzionalità

  • Added new tutorial about MDB Vue integration with Vitest.
  • General improvements related to animations working with setted up motion reduce option.
  • Added .map files for JavaScript and fixed old ones for CSS.
  • Datatable - Improved search performance with embedded elements such as custom HTML.
  • colorFormat which allows you to set a default color format.
  • Synchronized .scss files with MDB Standard 6.2.0.
  • Breaking Changes:
    • Clipboard - Now the name of the copied variable can be anything...