Skip to content

Dash v3.0.4

Latest
Compare
Choose a tag to compare
@T4rk1n T4rk1n released this 24 Apr 19:08
· 23 commits to dev since this release
a530052

[3.0.4] - 2025-04-24

Fixed

  • #3278 Fix loading selector with children starting at the same digit. Fix #3276
  • #3280 Remove flask typing import not available in earlier versions.
  • #3284 Fix component as props having the same key when used in the same container.
  • #3287 Fix typing component generation & explicitize_args.
  • #3282 Fix incorrect cancellation of pattern matched long callbacks.
  • #3289 Fixed issue with debugTitle where status doesnt exist and allow_duplicates to ignore the hash for prop loading in the target.
  • #3281 Use routes_pathname_prefix for internal Alive URL in Dash app. Fix #3270