deepanshs / mrsimulator-app

A progressive web app for fast, real-time solid-state NMR line-shape simulation.
https://mrsimulator.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Bump dash-bootstrap-components from 0.13.0 to 1.1.0 #77

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dash-bootstrap-components from 0.13.0 to 1.1.0.

Release notes

Sourced from dash-bootstrap-components's releases.

Release 1.1.0

Version 1.1.0 of dash-bootstrap-components contains some new features and bug fixes. Please continue to report problems on our issue tracker.

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)

Prerelease 1.1.0-rc1

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)

Prerelease 1.1.0-b1

This is a beta release of version 1.1.0.

Added

  • Add readonly prop to Input component (PR 833)

Fixed

  • Allow arbitrary colors to be passed to color prop of Progress (PR 835)

Release 1.0.3

This is a patch release that fixes a few bugs. Please continue to report any bugs on our issue tracker!

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #92.