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

Commit a09a508

Browse files
author
Shammamah Hossain
authored
Merge branch 'dev' into 674-map-uirevision
2 parents 377004b + baae1b1 commit a09a508

15 files changed

+632
-1316
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6-
76
### Changed
7+
- [#739](https://github.com/plotly/dash-core-components/pull/739) Async Slider and RangeSlider
88
- [#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
99

10+
### Fixed
11+
- [#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.
12+
- [#731](https://github.com/plotly/dash-core-components/pull/731) Fixed bug where non-clearable dropdowns could still be cleared by typing backspace
13+
1014
## [1.7.1] - 2020-01-15 (JS-only)
1115
### Fixed
1216
- [#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`

dash-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pkg_help_description: >
1+
pkg_help_description: >-
22
Dash ships with supercharged components for
33
interactive user interfaces. A core set of components,
44
written and maintained by the Dash team, is available in
55
the dashCoreComponents package. The source for this package
66
is on GitHub: plotly/dash-core-components.
7-
pkg_help_title: >
7+
pkg_help_title: >-
88
Core Interactive UI Components for Dash

dash_core_components_base/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'graph',
4646
'highlight',
4747
'markdown',
48+
'slider',
4849
'upload'
4950
]
5051

0 commit comments

Comments
 (0)