Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

22.0.0

Compare
Choose a tag to compare
@farazatarodi farazatarodi released this 31 May 11:17
· 335 commits to next-release since this release
82a7a3c

Added

  • Menu: If the child is a Fragment element, the onClick event handler will be passed to its children. (@farazatarodi in #2661)

Changed

  • Flex: Added support for all Box props on the Flex 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 to Popover (@farazatarodi in #2661)

Fixed

  • Input: Fix warning when using input as an uncontrolled component (@lorgan3 in #2652)
  • Menu: the onClick event listener is passed to all children (@farazatarodi in #2661)