What's Changed
Added
Changed
- Complex components such as
CodeHighlightTabs
, andStepper
are now rendered by the dash ecosystem when using dash 3+. Dash 2 falls back ondash-extensions-js
to render viaReact.createElement
(by @emilhe). This enables the use of these components in callbacks as triggers. #531 @BSd3v
Fixed
- Fixed
TagsInput
initial value being cleared after user update (regression introduced in 1.0.0) #533 by AnnMarieW
See more in our Release Announcement
Full Changelog: 1.0.0...1.1.0