v0.19.0
Changelog
- FIX:
ShadInput
readOnly
not updating. - BREAKING CHANGE: Rename
ShadSelect
and form fieldscontroller
topopoverController
. - FEAT: Add
controller
toShadSelect
and form fields, to control the selected values. - FIX: Improve the
ShadResizable
controller handling and simplify the logic to resize the panels. - FIX:
ShadResizable
handle position withAxis.vertical
. - BREAKING CHANGE: Now
ShadResizable
requires anid
, to be able to handle when a panel is removed/added from the widget tree correctly. - CHORE: Correctly set the
theme
ordarkTheme
to the internalMaterialApp
.
What's Changed
- fix: input read-only by @nank1ro in #290
- breaking change: rename controller to popover controller by @nank1ro in #291
- fix: resizable when children change by @nank1ro in #285
Full Changelog: v0.18.7...v0.19.0