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

Generate Dash components at buildtime rather than runtime #47

Closed
wants to merge 5 commits into from

Conversation

rmarren1
Copy link
Contributor

Solves (plotly/dash#150), see (plotly/dash#271).

Changes version to 0.12.0

  • Adds all ClassName.py files to dash_html_components as generated by dash.development.component_loader.generate_classes
  • Changes dash_html_components/__init__.py to load components via class imports rather than generating at runtime.

CHANGELOG.md Outdated
## [0.12.0] - 2018-06-01
### Changed
- `dash_html_components/__init__.py` now imports from python class files rather than generating classes at runtime,
adding support for IDE autocomplete ect.
Copy link
Member

@chriddyp chriddyp Jun 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* etc

@rmarren1
Copy link
Contributor Author

closing in favor of #50

@rmarren1 rmarren1 closed this Jul 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants