You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
* Fix for datepicker initial month
Added current date as the last resort for the initialVisibleMonth property of the component in DatePickerRange.react.js and in DatePickerSingle.react.js (issue #115)
* Fix formatting
* Fix DatePickerSingle formatting
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,13 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## [0.38.1] - 2018-11-21
5
+
## [0.38.1] - 2018-11-14
6
6
### Fixed
7
+
- The issue [#115](https://github.com/plotly/dash-core-components/issues/115)
8
+
with datepicker, which didn't appear when the date value is `None` was fixed.
9
+
By default, current month would appear in such cases for
10
+
`DatePickerRange` and `DatePickerSingle` components.
11
+
See pull request https://github.com/plotly/dash-core-components/pull/201.
7
12
- Refactored the way the Graph component would generate an unique id if none provided.
8
13
- Default CSS imported via `style-loader` is now placed at top, so that user supplied CSS can overwrite it, fixes [#380](https://github.com/plotly/dash-core-components/issues/380)
0 commit comments