Skip to content

Prerelease 1.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 15:54
374fd1e

This is a release candidate for version 1.1.0.

Added

  • Add readonly prop to Input component (PR 833)
  • Add always_open prop to Accordion. When set to True, opening one section of the accordion does not close any currently open sections (PR 840)
  • dash-bootstrap-components now explicitly supports Python 3.10 (PR 841)

Fixed

  • Allow arbitrary colors to be passed to color prop of Progress (PR 835)
  • contentClassName in Modal has been fixed, previously it was not passing the class names on to the relevant elements (PR 839)
  • Select can now be cleared by returning None from a callback (PR 842)

Changed

  • Updated CDN links for FontAwesome and Bootstrap Icons in the icons submodule. FontAwesome now uses version 6.1.1, Bootstrap Icons uses version 1.8.1 (PR 837)