Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Deprecation notices #2985

Merged
merged 11 commits into from
Sep 5, 2024
Merged

Deprecation notices #2985

merged 11 commits into from
Sep 5, 2024

Conversation

T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Sep 5, 2024

Add deprecation notices:

  • Deprecate Dash.run_server, use Dash.run instead.
  • Deprecate dynamic component loader, used by old libraries (Created during early dash 0 version, before the component generator). These components are loaded directly from the metadata json and the classes are created at runtime, preventing the use of auto complete and upcoming typing for the components.

Copy link
Member

@ndrezn ndrezn left a comment

Choose a reason for hiding this comment

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

💃

@T4rk1n T4rk1n merged commit 6545710 into dev Sep 5, 2024
3 checks passed
@T4rk1n T4rk1n deleted the deprecation branch September 5, 2024 16:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants