Enhancements
- Prevented
KeypressListener
attaching/detaching on every render (#4173) - Added
animated
prop inProgressBar
(#4251) - Added
divider
prop toPage
component (#4260) - Added
activator
prop toSheet
so the triggering element will regain focus (#4201) - Renamed and exposed Card compound components types (#4261)
- Added
monospaced
prop toTextField
component (#4264) - Added base tight spacing option to
Stack
component(#4273)
Bug fixes
- Fix Safari issue where
Button
text is gray instead of white after changing state from disabled to enabled (#4270) - Fix console warnings when
DataTable
unmounts (#4249) - Fix console warnings displaying multiple times in
Sheet
(#4269) - Remove top shadow when
Popover
andScrollable
scroll hinting is complete (#4265)