Skip to content

Tags: algerjiang/dash-bootstrap-components

Tags

0.5.0

Toggle 0.5.0's commit message
Version 0.5.0

=============

This version:
- Adds Modal and Spinner components (PR 177)
- Allows DropdownMenu to be right-aligned (PR 143)
- Upgrades the reactstrap dependency to version 8
- Exposes several additional HTML attributes as props for the Input component. Namely: autocomplete, autofocus, inputmode, list, min, max, step, maxlength, minlength and pattern

0.4.0

Toggle 0.4.0's commit message
Version 0.4.0

=============

This version:
- Improves the Alert component, adding a dismissable prop that can be used to add a dismiss button to any Alert (PR 158)
- Removes the DatePickerSingle and DatePickerRange components. We recommend using the dash-core-component versions instead, which have the same functionality, along side our custom CSS, available in the themes module in future (PR 159)
- Adds support for loading states (PR 171)
- Exposes the style prop in ButtonGroup (PR 167)
- Exposes the disabled prop in Input (PR 170)
- Exposes the group prop of DropdownMenu (PR 175)

0.3.6

Toggle 0.3.6's commit message
Version 0.3.6

=============

This version:
- Fixes Tabs to work with dash>=0.40.0 (PR 166)
- Adds tab_style, label_style, tabClassName, labelClassName to Tab to make it easier to override the default tab styles (PRS 152, 162)
- Adds a disabled prop to Tab to allow tabs to be disabled (PR 157)
- Fixes setting the value prop on the Input component (PR 154)

0.3.5

Toggle 0.3.5's commit message
Version 0.3.5

=============

This version:
- Bumps Bootstrap to 4.3.1 (PR 144)
- Applies isort to __init__ files (PR 145)

0.3.4

Toggle 0.3.4's commit message
Version 0.3.4

=============

Added Checkbox and RadioButton components for more granular control than that offered by Checklist and RadioItems

0.3.3

Toggle 0.3.3's commit message
Version 0.3.2

=============

Removed events which are no longer supported by Dash. Users should use properties instead, e.g. instead of using a click event to trigger a callback, use the n_clicks property.

Added key prop to all components, can be useful, among other things, for forcing Dash (/ React) to rerender components.

0.3.2

Toggle 0.3.2's commit message
Version 0.3.2

=============

Removed events which are no longer supported by Dash. Users should use properties instead, e.g. instead of using a click event to trigger a callback, use the n_clicks property.

Added key prop to all components, can be useful, among other things, for forcing Dash (/ React) to rerender components.

0.3.1

Toggle 0.3.1's commit message
Version 0.3.1

=============

Added n_clicks, n_clicks_timestamp and external_link props to NavLink

Added card prop to Tabs for using tabs inside a CardHeader

0.3.0

Toggle 0.3.0's commit message
Version 0.3.0

=============

Change Navbar component to be much more flexible and customisable.

Add new NavbarSimple component with same functionality as old Navbar.

Update to Bootstrap 4.2.1 in themes module, docs and demo.

0.2.8

Toggle 0.2.8's commit message
Version 0.2.8

=============

This release adds updating documentation to the build pipeline. It has no
user-visible changes.