-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix bugs in 0.23.1 #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bugs in 0.23.1 #325
Conversation
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.
💃
CHANGELOG.md
Outdated
## 0.23.2 - 2018-08-07 | ||
## Fixed | ||
- Fixed bug in 0.23.1 where importing Dash components with no props would result in an error. (Fixes [#321](https://github.com/plotly/dash/issues/321)). | ||
- Fixed bug in 0.23.1 where importing components with arguments that are python keywords could cause an error. |
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.
Could you add a note here like "In particular, this fixes importing the modules with Python 3.7"?
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.
💃
Fix Generate_class issue with plotly dahs 0.23.1 and dangerously_set_inner_html #321
Add test case to make sure Dash can import prop-less components, using dash_dangerously_set_inner_html.DangerouslySetInnerHTML as the test component.
Fix IDE support - async keyword in
html.Script
? dash-html-components#54Add test case to make sure Dash can import components which use arguments that are Python keywords