Releases: vonovak/react-navigation-header-buttons
v13.0.0
v12.0.2
What's Changed
- chore(deps): bump webpack from 5.84.0 to 5.94.0 in /example by @dependabot in #242
 - chore(deps): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #243
 - chore(deps): bump express from 4.19.2 to 4.21.0 in /example by @dependabot in #244
 - chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /example by @dependabot in #245
 - fix: HeaderButtonsProviderPlain export by @stephentuso in #253
 - chore: use export type by @bekatru in #251
 - chore: update README.md by @vonovak in #255
 
New Contributors
- @stephentuso made their first contribution in #253
 - @bekatru made their first contribution in #251
 
Full Changelog: v12.0.1...v12.0.2
v12.0.1
What's Changed
- 
fix: typing on IconComponent by @murrple-1 in #241
 - 
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
- @murrple-1 made their first contribution in #241
 
Full Changelog: v12.0.0...v12.0.1
v12.0.0
What's Changed
- 
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
v11.2.0
v11.1.1
v11.1.0
What's Changed
- 
feat: add preset to support tab navigator headers by @vonovak in #212
 - 
chore(deps): bump postcss from 8.4.23 to 8.4.31 in /example by @dependabot in #211
 
Full Changelog: v11.0.1...v11.1.0
v11.0.1
What's Changed
- fix: correctly type title style by @sarahsporck in #210
 - docs: fix examples link in README by @badsyntax in #209
 
- chore(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 in /example by @dependabot in #197
 - chore(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 by @dependabot in #196
 - docs: nicer readme by @vonovak in #198
 - chore(deps): bump semver from 5.7.1 to 5.7.2 in /example by @dependabot in #199
 - chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #200
 - chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 by @dependabot in #201
 - chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 in /example by @dependabot in #202
 - docs: update README.md by @vonovak in #203
 - chore: move lint config by @vonovak in #204
 - chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #205
 
New Contributors
- @badsyntax made their first contribution in #209
 - @sarahsporck made their first contribution in #210
 
Full Changelog: v11.0.0...v11.0.1
v11.0.0
What's Changed
- rewritten to TS
 - supports JS and native stack
 - various small improvements
 - documented usage with @react-native-menu/menu
 - for advances uses cases you can use the new 
renderButtonprop as in https://github.com/vonovak/react-navigation-header-buttons/blob/feat/ts-update/example/src/components/MaterialHeaderButton.tsx 
BREAKING:
- requires RN 71 / Expo 48
 - renamed 
OverflowMenuProvidertoHeaderButtonsProviderand made it required - removed Flow typings
 
Full Changelog: v10.0.0...v11.0.0