Skip to content

Dash v3.0.3

Compare
Choose a tag to compare
@T4rk1n T4rk1n released this 14 Apr 18:12
· 391 commits to dev since this release
551d149

Fixed

  • #3264 Fixed an issue where moving components inside of children would not update the setProps path, leading to hashes being incorrect
  • #3265 Fixed issue where the resize of graphs was cancelling others
  • #3273 Fix hooks entry point, renamed from invalid hyphen dash-hooks to underscored dash_hooks. Fix #3272
  • #3271 fix issue with tooltip styling. Fix #3269

Added

  • #3268 Added the ability for component devs to subscribe to descendent updates by setting dashChildrenUpdate = true on the component, eg: Tabs.dashChildrenUpdate = true