MDB Pro React v7.1.0

Released: Jan 8, 2024

Updates in v7.1.0

Features

  • 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 input.
  • Timepicker:
    • Added forwardRef to the input.
  • File:
    • Added forwardRef to the input.

Fixes

  • Select:
    • Disabled clear button when the disable prop is set.
    • Fixed keyboard accessibility for Select with Search - reseting active option when the filter query changes.
  • Dropdown:
    • Changed tabindex of all items to 0.
  • Timepicker:
    • Fixed bug causing page scroll when inline timepicker opens.
    • Fixed keyboard accessibility.
    • Fixed active class toggling for am/pm toggler.
  • Datepicker:
    • Fixed selectOnClick to close picker after selecting date.
  • Buttons:
    • Fixed styles for floating buttons with a tag.
  • Table editor:
    • Fixed pagination styles to be responsive.
  • Fixed --mdb-link-decoration CSS variable.
  • Sidenav:
    • Removed unexpected height change animation on window resize.
    • Fixed icons styles.
  • Stepper:
    • Fixed height calculating in vertical mode.