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 underscoreddash_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