Skip to content

Releases: instea/react-native-popup-menu

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

Better touchables!

02 Dec 15:07
Compare
Choose a tag to compare

Breaking changes:

  • Android now uses TouchableNativeFeedback to better match the platform. Please check if new styles are OK for you.
  • MenuContext now applies additional {flex:1} style. In most cases it is desirable but if you don't want that override it with <MenuContext style={{flex:0}}>

New features:

  • Possibility to style menu backdrop
  • Possibility to use different "touchables"

Small bugfix

23 Nov 12:55
Compare
Choose a tag to compare

fix #12 : menu could jump a bit when opened more times
improvement over #11 : gracefully handle "navigation bar" over context menu

note: MenuContext still should be on the top of your application to work correctly.