Prerelease 0.13.0-rc1
Pre-release
Pre-release
Added
- Adds a new
Carouselcomponent to display images in an animated slideshow. Thanks @AnnMarieW for the contribution! (PR 587) - Exposes
titleprop onButtonandBadge(PR 617) - Added
links_leftprop toNavbarSimpleto allow links to be left-aligned (PR 618)
Fixed
- Fixed bug in
Spinnercomponent that meantspinner_styleprop was not correctly applied to the spinner. (PR 578)
Changed
- Updated behaviour of
Inputwithtype="number"to match behaviour in dash-core-components. If an invalid input is entered (i.e. one outside the range ofmin/maxor with an invalidstep) the component passes the valueNoneto callbacks for the first invalid input, then doesn't fire again until a valid input is entered. PR 626)