Skip to content

Releases: instea/react-native-popup-menu

Back handler registration change

29 Aug 13:20
Compare
Choose a tag to compare

Breaking change:

We have changed when the backhandler is registered. Initially it was registered during the mount but then it might happen that it was "overshaddowed" by another library.

Not the handler is registered after the menu is firstly opened. This as consequence might break functionality for custom backhandlers when they handle other things like closing the menu.

Fixes TS definition problem with React 18

11 Aug 20:18
Compare
Choose a tag to compare

Support for e2e testing

11 Dec 13:26
Compare
Choose a tag to compare

Now you can use new testID prop.

TS definition update

04 Jul 15:33
Compare
Choose a tag to compare
  • added TS definitions for withMenuContext
  • apply RTL also for not animated menu

isOpen is now "public"

08 Feb 21:49
Compare
Choose a tag to compare

Now you can check if menu is open directly via ref. Thanks to @LinusU
Plus TS definitions were enhanced.

API for MenuTrigger longpress

16 Mar 22:15
Compare
Choose a tag to compare

now it is possible conveniently access longpress of menu trigger via API

omit native driver for web

04 Mar 20:51
Compare
Choose a tag to compare

fix of 0.15.1

03 Mar 11:49
Compare
Choose a tag to compare

Small visual fix for RN-web (deprecated)

02 Mar 21:12
Compare
Choose a tag to compare

Transpile to ES5 for usage on web

26 Jan 19:51
Compare
Choose a tag to compare