Releases: instea/react-native-popup-menu
Releases · instea/react-native-popup-menu
Added support for react-native-web
Now it is possible to wait for closing menu also directly on menu instance.
Menu.open/close now returns promise (similarly to MenuProvider API).
Added RTL support
bug fix:
- fix related to closing animation
Rename of MenuContext
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
- new renderer is available
BREAKING CHANGE:
MenuOptionno longer haveflex:1style by default. In most cases it should not affect you but if so - please add custom styles if needed
More flexible `MenuOptions`
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
More fluid animations
- (@tiberiumihai) #49 useNativeDriver for ContextMenu
Fix compatibility + various improvements
- Fix #41 - some polyfills might cause problems with iterators
- New
MenuOptionpropertydisableTouchable(@jankarres) - Don't pass "unknown" properties to view (@knight33)
fix #43 - update opened menu if it is changed
0.8.3 fix #43 - update opened menu if it is changed while opened