Skip to content

Releases: vonovak/react-navigation-header-buttons

v12.0.0

25 Apr 20:27
Compare
Choose a tag to compare

What's Changed

  • feat: extract HeaderButtonsProviders by @vonovak in #230

  • chore(deps): bump ip from 1.1.8 to 1.1.9 in /example by @dependabot in #223

  • chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 in /example by @dependabot in #224

Full Changelog: v11.2.1...v12.0.0

v11.2.1

08 Feb 13:16
Compare
Choose a tag to compare

What's Changed

  • fix: improve styles for items on the left in JS stack by @vonovak in #221

Full Changelog: v11.2.0...v11.2.1

v11.2.0

08 Feb 13:13
Compare
Choose a tag to compare

What's Changed

  • feat: add presentMenu and closeMenu calls for overflowMenuPressHandler by @vonovak in #220

Full Changelog: v11.1.1...v11.2.0

v11.1.1

16 Oct 08:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.1.0...v11.1.1

v11.1.0

13 Oct 10:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.1...v11.1.0

v11.0.1

09 Sep 07:25
Compare
Choose a tag to compare

What's Changed


New Contributors

Full Changelog: v11.0.0...v11.0.1

v11.0.0

13 Jun 11:22
Compare
Choose a tag to compare

What's Changed

BREAKING:

  • requires RN 71 / Expo 48
  • renamed OverflowMenuProvider to HeaderButtonsProvider and made it required
  • removed Flow typings

Full Changelog: v10.0.0...v11.0.0

v10.0.0

10 Oct 16:49
Compare
Choose a tag to compare

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

27 Oct 22:53
Compare
Choose a tag to compare

This release includes

  • feat: use requestAnimationFrame in touchables (#155)
  • fix: extend TouchableWithoutFeedback in interface of HeaderItemProps (#156)

Thanks to @brunohkbx!

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