Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' into 674-map-uirevision
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain authored Jan 22, 2020
2 parents 377004b + baae1b1 commit a09a508
Show file tree
Hide file tree
Showing 15 changed files with 632 additions and 1,316 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- [#739](https://github.com/plotly/dash-core-components/pull/739) Async Slider and RangeSlider
- [#729](https://github.com/plotly/dash-core-components/pull/729) Handle case where dcc fails to load when used inside an iframe with a sandbox attribute that only has allow-scripts

### Fixed
- [#730](https://github.com/plotly/dash-core-components/pull/730) Fixed bug in which input components with type `number` did not correctly update their values.
- [#731](https://github.com/plotly/dash-core-components/pull/731) Fixed bug where non-clearable dropdowns could still be cleared by typing backspace

## [1.7.1] - 2020-01-15 (JS-only)
### Fixed
- [#734](https://github.com/plotly/dash-core-components/pull/734) Fix JS-facing release bug where `Plotly.js` was listed in `devDependencies` instead of `dependencies`
Expand Down
4 changes: 2 additions & 2 deletions dash-info.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkg_help_description: >
pkg_help_description: >-
Dash ships with supercharged components for
interactive user interfaces. A core set of components,
written and maintained by the Dash team, is available in
the dashCoreComponents package. The source for this package
is on GitHub: plotly/dash-core-components.
pkg_help_title: >
pkg_help_title: >-
Core Interactive UI Components for Dash
1 change: 1 addition & 0 deletions dash_core_components_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'graph',
'highlight',
'markdown',
'slider',
'upload'
]

Expand Down
Loading

0 comments on commit a09a508

Please sign in to comment.