|
| 1 | +# v2.7.0 (Mon Oct 18 2021) |
| 2 | + |
| 3 | +:tada: This release contains work from new contributors! :tada: |
| 4 | + |
| 5 | +Thanks for all your work! |
| 6 | + |
| 7 | +:heart: Thibault Maekelbergh ([@thibmaek](https://github.com/thibmaek)) |
| 8 | + |
| 9 | +:heart: Gertjan Reynaert ([@GertjanReynaert](https://github.com/GertjanReynaert)) |
| 10 | + |
| 11 | +:heart: WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot)) |
| 12 | + |
| 13 | +#### 🚀 Enhancement |
| 14 | + |
| 15 | +- Add the option to pass headers to useImageDimensions [#225](https://github.com/react-native-community/hooks/pull/225) ([@thibmaek](https://github.com/thibmaek) [@GertjanReynaert](https://github.com/GertjanReynaert)) |
| 16 | + |
| 17 | +#### 🐛 Bug Fix |
| 18 | + |
| 19 | +- Add useImageDimensions tests [#259](https://github.com/react-native-community/hooks/pull/259) ([@retyui](https://github.com/retyui)) |
| 20 | +- Add useDimensions tests [#260](https://github.com/react-native-community/hooks/pull/260) ([@retyui](https://github.com/retyui)) |
| 21 | +- Add useAppState tests [#263](https://github.com/react-native-community/hooks/pull/263) ([@retyui](https://github.com/retyui)) |
| 22 | +- Add useAccessibilityInfo tests [#264](https://github.com/react-native-community/hooks/pull/264) ([@retyui](https://github.com/retyui)) |
| 23 | +- Add useDeviceOrientation tests [#262](https://github.com/react-native-community/hooks/pull/262) ([@retyui](https://github.com/retyui) [@LinusU](https://github.com/LinusU)) |
| 24 | +- Add useKeyboard() hook tests [#258](https://github.com/react-native-community/hooks/pull/258) ([@retyui](https://github.com/retyui)) |
| 25 | +- Update dependency ts-jest to v27.0.7 [#256](https://github.com/react-native-community/hooks/pull/256) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot])) |
| 26 | +- Add simple tests & update dev dependencies [#252](https://github.com/react-native-community/hooks/pull/252) ([@retyui](https://github.com/retyui)) |
| 27 | +- Update dependency prettier to v2.4.1 [#254](https://github.com/react-native-community/hooks/pull/254) ([@renovate-bot](https://github.com/renovate-bot)) |
| 28 | +- Update dependency @types/react to v16.14.17 [#253](https://github.com/react-native-community/hooks/pull/253) ([@renovate-bot](https://github.com/renovate-bot)) |
| 29 | +- Bump glob-parent from 5.1.0 to 5.1.2 [#234](https://github.com/react-native-community/hooks/pull/234) ([@dependabot[bot]](https://github.com/dependabot[bot])) |
| 30 | + |
| 31 | +#### Authors: 7 |
| 32 | + |
| 33 | +- [@dependabot[bot]](https://github.com/dependabot[bot]) |
| 34 | +- [@renovate[bot]](https://github.com/renovate[bot]) |
| 35 | +- David NRB ([@retyui](https://github.com/retyui)) |
| 36 | +- Gertjan Reynaert ([@GertjanReynaert](https://github.com/GertjanReynaert)) |
| 37 | +- Linus Unnebäck ([@LinusU](https://github.com/LinusU)) |
| 38 | +- Thibault Maekelbergh ([@thibmaek](https://github.com/thibmaek)) |
| 39 | +- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot)) |
| 40 | + |
| 41 | +--- |
| 42 | + |
1 | 43 | # v2.6.0 (Fri Jun 05 2020)
|
2 | 44 |
|
3 | 45 | :tada: This release contains work from new contributors! :tada:
|
|
0 commit comments