Releases: vonovak/react-navigation-header-buttons
Releases · vonovak/react-navigation-header-buttons
v10.0.0
What's Changed
Breaking Changes
- requires RN 0.65: Fix removeEventListener warning in rn0.65 by @YaoHuiJi in #157
New Contributors
Full Changelog: v9.0.1...v10.0.0
v9.0.1
This release includes
- feat: use requestAnimationFrame in touchables (#155)
- fix: extend TouchableWithoutFeedback in interface of HeaderItemProps (#156)
Thanks to @brunohkbx!
v9.0.0
BREAKING
- this version requires RN 0.65 and newer
New features
- allow action sheet items to be disabled: #149
this version is also tested to work with react-navigation 6
v8.0.0
BREAKING
spaceAboveMenu
previously only applied to android, now applies to all platforms
Fixed bugs
- expo SDK >= 41 are supported (#120)
this version is also tested to work with react-navigation 6
v7.0.2
fixed bugs:
- OverflowMenu wrong onPress callback called with overflowMenuPressHandlerActionSheet #140
v7.0.0
BREAKING: requires react navigation v5
New features
- support react navigation theme (#118) - that means the library will automatically pick colors for ripple effect, text and icons from React Navigation
OverflowMenu
's OverflowIcon
can now be a component as well as an element. When you pass a component, it will obtain color
prop.
Fixed bugs
- library would throw an exception when component with hooks was placed under
<OverflowMenu />
. This will no longer happen, see docs.
v6.3.1
New Features
- allow overflow button customization #116
v6.3.0
do not use this release, use 6.3.1 instead
v6.2.0
New features
- allow custom text transforms in buttons #112
v6.1.0
New features
- Option to adjust the space above OverflowMenus on android #110