github facultyai/dash-bootstrap-components 0.11.0
Release 0.11.0

latest releases: 1.6.0, 1.6.0-rc1, 1.6.0-b1...
3 years ago

Added

  • The NavLink component can now automatically set the active prop based on the current pathname. Set active="exact" to toggle set active=True if the href exactly matches the current pathname, or active="partial" to set active=True if the current pathname starts with href (PR 482)
  • active_tab_style and activeTabClassName props to Tab for styling active tabs (PR 491)
  • Exposed name prop on input components so that they can be used more effectively in form submissions, and action and method props of Form so that Form can be used to post form submissions to a route on the backend (PR 474)
  • Exposes type prop on Button (PR 470)

Fixed

  • Cursor becomes pointer when hovering on tabs (PR 480)
  • Current position on page is preserved when using Spinner as a loading component (PR 465)

Changed

  • Updated BootstrapCDN links to use Bootstrap v4.5.2 (PR 481)

Don't miss a new dash-bootstrap-components release

NewReleases is sending notifications on new releases.