-
-
Notifications
You must be signed in to change notification settings - Fork 49
Conversation
Released as rc version 0.14.0rc20 (rc1 to rc6 where taken - leaving a bit of room there) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comment, nothing major.
CHANGELOG.md
Outdated
@@ -2,6 +2,11 @@ | |||
All notable changes to this project will be documented in this file. | |||
This project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
## [0.14.0] - Unreleased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the final merge this will need to simply be unreleased and the version change in package.json to be reverted.
@@ -23,7 +24,12 @@ const Xmp = (props) => { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would make sense to also omit loading_state
from the props being passed down to the child
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the Loading component checks the loading_state
prop, if we were to omit it, the Loading component would not work anymore, so I don't think we should omit it.
…prop coming from dash-renderer
released as rc version |
This PR adds the
loading_states
prop from plotly/dash-renderer#93 to all components, as well as adata-dash-is-loading
attribute to all components that holdsloading_states.is_loading
.