Skip to content

Release 0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 12:08
22ab29c

Added

  • Adds a new Carousel component to display images in an animated slideshow. Thanks @AnnMarieW for the contribution! (PR 587)
  • Exposes title prop on Button and Badge (PR 617)
  • Added links_left prop to NavbarSimple to allow links to be left-aligned (PR 618)

Fixed

  • Fixed bug in Spinner component that meant spinner_style prop was not correctly applied to the spinner. (PR 578)

Changed

  • Updated behaviour of Input with type="number" to match behaviour in dash-core-components. If an invalid input is entered (i.e. one outside the range of min / max or with an invalid step) the component passes the value None to callbacks for the first invalid input, then doesn't fire again until a valid input is entered. PR 626)