Tags: algerjiang/dash-bootstrap-components
Tags
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
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)
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)
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.
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.
PreviousNext