This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
22.0.0
farazatarodi
released this
31 May 11:17
·
335 commits
to next-release
since this release
Added
Menu
: If the child is aFragment
element, theonClick
event handler will be passed to its children. (@farazatarodi in #2661)
Changed
Flex
: Added support for allBox
props on theFlex
component (@lowiebenoot in #2660)Flex
: Allow reverse flex directions as well (@lowiebenoot in #2660)- [BREAKING]
Menu
: Menu is now rendered through a portal if the position is not static (@farazatarodi in #2661) Menu
: Menu uses an overlay to detect clicks outside of it and to lock scroll, similar toPopover
(@farazatarodi in #2661)
Fixed
Input
: Fix warning when using input as an uncontrolled component (@lorgan3 in #2652)Menu
: theonClick
event listener is passed to all children (@farazatarodi in #2661)