Skip to content

Releases: vonovak/react-navigation-header-buttons

v12.0.1

22 Aug 06:52
Compare
Choose a tag to compare

What's Changed

  • fix: typing on IconComponent by @murrple-1 in #241

  • docs: small tweaks to readmes by @vonovak in #231

  • chore(deps): bump braces from 3.0.2 to 3.0.3 in /example by @dependabot in #233

  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #234

  • chore(deps): bump ws from 6.2.2 to 6.2.3 in /example by @dependabot in #235

  • chore(deps): bump tar from 6.1.15 to 6.2.1 in /example by @dependabot in #229

  • chore(deps): bump fast-xml-parser from 4.2.5 to 4.4.1 in /example by @dependabot in #237

  • chore(deps): bump fast-xml-parser from 4.3.6 to 4.4.1 by @dependabot in #238

  • chore(deps): bump ws from 6.2.2 to 6.2.3 by @dependabot in #239

  • chore(deps): bump fast-loops from 1.1.3 to 1.1.4 in /example by @dependabot in #236

  • chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /example by @dependabot in #225

  • chore(deps): bump express from 4.18.2 to 4.19.2 in /example by @dependabot in #227

New Contributors

Full Changelog: v12.0.0...v12.0.1

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!