Skip to content

Releases: instea/react-native-popup-menu

fix interoperability with react-native-router-flux 4

15 Sep 21:00
Compare
Choose a tag to compare

see #42 for more details

we have changed our internals but we haven't broken any our public API. As a nice consequence the performance should be improved.

Optional Back button integration

07 Sep 08:57
Compare
Choose a tag to compare
  • now you can use our default implementation of backhandler (that closes menu on back button) or integrate your backhandler more easily if you have special needs.
  • this functionality must be explicitly switched on (see API or examples)
  • this functionality requires RN 0.44 but this version works also with older versions!

External prop-types (React 16)

13 Jul 08:39
Compare
Choose a tag to compare

Breaking change:

  • Switch to new (React 16 ready) prop-types ( @DrPandemic )
    • works only with newer versions of RN (check compatibility table)

Improvements:

  • Better warning messages

Unofficial UWP support

28 May 16:10
Compare
Choose a tag to compare

According to the community this version should work for RN Windows. Although we don't make any promises to officially support it (won't test any future releases against UWP).

bugfixes

12 May 19:02
Compare
Choose a tag to compare
  • View.propTypes deprection in RN 0.44 fixed
  • closing animation for controlled menus fixed

fix compatibility with older RN version

27 Mar 21:18
Compare
Choose a tag to compare

tested with RN 0.25 (but theoretically should work with RN 0.18)

backdrop animation added

23 Feb 12:08
Compare
Choose a tag to compare

backdrop is now also animated. it has real effect only if you style your backdrop.

small improvements

21 Jan 23:35
Compare
Choose a tag to compare
  • even more styling options ( menu trigger can be flex now )
  • add imperative methods also to Menu for more convenience

Added closing animations

11 Jan 13:00
Compare
Choose a tag to compare
  • default context menu now animates also during closing (not only opening)
  • opening/closing durations were aligned with material design guidelines (are bigger than previously)

25% performance improvement

08 Dec 20:46
Compare
Choose a tag to compare