Dash v1.2.0
dash
Added
- #860 Adds a new arg
dev_tools_prune_errorstoapp.run_serverandapp.enable_dev_tools. DefaultTrue, tracebacks only include user code and below. Set it toFalsefor the previous behavior showing all the Dash and Flask parts of the stack.
dash-core-components
Fixed
-
Fixed problems with
Graphcomponents leaking events and being recreated multiple times if declared with no ID #604 -
Fixed problem with
DatePickerRangecomponent aboutclearablenot working #614 and #594
Updated
dash-html-components
Updated
- Generated documentation
dash-renderer
Changed
- Clean all the binary assets in dash-renderer repo, add tool to build all the required bundles from fresh source code to avoid confusion of the assets and improve the release process. #874
dash-table
Added
- New
column.selectablenested prop that displays a selection checkbox or radio button in the column. - New
column_selectableprop to choose whether columns can be selected or not, and whether a single or
multiple selections can be in effect at the same time. - New
selected_columnsprop that contains the list of visible and hidden columns that are currently selected - New
derived_viewport_selected_columnsthat contains the list of visible columns that are currently selected
This prop is read-only. Useselected_columnsin callbacks instead.
Fixed
- Fixed problem clearing one column shifting everything to the left and
leaving the last column blank - Add merge_duplicate_headers prop to correct
export_format: displaybehavior.
#549 - Fixed renaming of single-row headers in the GUI