Skip to content

Releases: vonovak/react-navigation-header-buttons

v9.0.0

27 Aug 16:46
Compare
Choose a tag to compare

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

24 Aug 23:15
Compare
Choose a tag to compare

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

14 Jul 09:03
Compare
Choose a tag to compare

fixed bugs:

  • OverflowMenu wrong onPress callback called with overflowMenuPressHandlerActionSheet #140

v7.0.0

07 Mar 00:37
Compare
Choose a tag to compare

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

06 Mar 23:34
Compare
Choose a tag to compare

New Features

  • allow overflow button customization #116

v6.3.0

06 Mar 16:26
Compare
Choose a tag to compare

do not use this release, use 6.3.1 instead

v6.2.0

04 Feb 12:00
Compare
Choose a tag to compare

New features

  • allow custom text transforms in buttons #112

v6.1.0

01 Feb 10:32
Compare
Choose a tag to compare

New features

  • Option to adjust the space above OverflowMenus on android #110

v6.0.2

06 Jan 10:47
Compare
Choose a tag to compare

fix: Add children key in HeaderButtonsProps (#107) (#108)

v6.0.1

23 Dec 00:49
Compare
Choose a tag to compare
  • fix: disabled prop was ignored on buttons on iOS #105