cschroeter
released this
12 Dec 20:18
·
44 commits
to main
since this release
Added
- ColorPicker: Introduced
invalid
andopenAutoFocus
props. - TreeView: Exported the
TreeCollection
type. - FileUpload: Added
acceptedFiles
andrejectedFiles
outputs to thevalidate
method.
Changed
- Environment: Deprecated
EnvironmentContext
in favor ofUseEnvironmentContext
.
Fixed
- Presence, Collapsible: Fixed a potential memory leak after component unmount.
- Environment: Correctly exported
EnvironmentContext
. - SignaturePad: Resolved an issue where
getDataUrl(...)
rendered improperly scaled images in
Firefox. - NumberInput: Fixed an issue where the locale provided by
LocaleProvider
was not applied
correctly.
Removed
- DatePicker: Dropped the unimplemented
modal
prop.