Skip to content

Releases: instea/react-native-popup-menu

Added support for react-native-web

06 Apr 08:38
Compare
Choose a tag to compare

This support is unofficial - driven by community. Thanks to @johakr - see #87

Now it is possible to wait for closing menu also directly on menu instance.

12 Mar 15:51
Compare
Choose a tag to compare

Menu.open/close now returns promise (similarly to MenuProvider API).

Added RTL support

21 Dec 15:12
Compare
Choose a tag to compare

bug fix:

  • fix related to closing animation

Rename of MenuContext

19 Dec 10:15
Compare
Choose a tag to compare

MenuContext was confusing name kept for historical reasons. We believe new name MenuProvider is better fit (similarly to other "know" providers like redux, apollo...)

  • simply rename it to new name and you are done. If you have used it correctly it should be only in one place in your project (or just few places).

New popover renderer

11 Dec 15:21
Compare
Choose a tag to compare
  • new renderer is available

BREAKING CHANGE:

  • MenuOption no longer have flex:1 style by default. In most cases it should not affect you but if so - please add custom styles if needed

More flexible `MenuOptions`

06 Dec 16:26
Compare
Choose a tag to compare

we have rewrite internals of MenuOptions - MenuOption handling so that it is now easier to integrate popup menu with ScrollView, FlatList etc... see examples for more details.

bug fix release

01 Dec 15:00
Compare
Choose a tag to compare
  • fix #53 - non-standard menu opening case
  • #17 - better error warnings
  • #51 - add smooth animations also for slide-in menu

More fluid animations

04 Nov 17:20
Compare
Choose a tag to compare

Fix compatibility + various improvements

31 Oct 22:14
Compare
Choose a tag to compare
  • Fix #41 - some polyfills might cause problems with iterators
  • New MenuOption property disableTouchable (@jankarres)
  • Don't pass "unknown" properties to view (@knight33)

fix #43 - update opened menu if it is changed

19 Sep 11:46
Compare
Choose a tag to compare
0.8.3

fix #43 - update opened menu if it is changed while opened