Skip to content

Commit 5a1de6c

Browse files
author
Nader Dabit
committed
Update CHANGELOG.md [skip ci]
1 parent b060899 commit 5a1de6c

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
# v3.0.0 (Wed Feb 01 2023)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Babis Kanellopoulos ([@kanelloc](https://github.com/kanelloc)), for all your work!
6+
7+
### Release Notes
8+
9+
#### upgrades and types ([#322](https://github.com/react-native-community/hooks/pull/322))
10+
11+
### Breaking Changes
12+
- `useCameraRoll` was removed. Use `useCameraRoll` from [`@react-native-camera-roll/camera-roll`](https://github.com/react-native-cameraroll/react-native-cameraroll#usecameraroll).
13+
- `useClipboard` was removed. Use `useClipboard` from [`@react-native-clipboard/clipboard`](https://github.com/react-native-clipboard/clipboard#useclipboard).
14+
- `useDimensions` was removed. Use `useWindowDimensions` from [`react-native`](https://reactnative.dev/docs/usewindowdimensions).
15+
- `useDeviceOrientation` is now returning `"portrait" | "landscape"`.
16+
17+
---
18+
19+
#### 💥 Breaking Change
20+
21+
- remove step [#323](https://github.com/react-native-community/hooks/pull/323) ([@pvinis](https://github.com/pvinis))
22+
- upgrades and types [#322](https://github.com/react-native-community/hooks/pull/322) ([@pvinis](https://github.com/pvinis))
23+
24+
#### 🚀 Enhancement
25+
26+
- feat: add useRefresh hook [#320](https://github.com/react-native-community/hooks/pull/320) ([@kanelloc](https://github.com/kanelloc) [@pvinis](https://github.com/pvinis))
27+
- Deprecate hooks that use old API (fix: #267) [#315](https://github.com/react-native-community/hooks/pull/315) ([@retyui](https://github.com/retyui))
28+
29+
#### 🐛 Bug Fix
30+
31+
- Bump json5 from 2.1.2 to 2.2.3 [#317](https://github.com/react-native-community/hooks/pull/317) ([@dependabot[bot]](https://github.com/dependabot[bot]))
32+
- [useInteractionManager] Cleanup promise on unmount [#310](https://github.com/react-native-community/hooks/pull/310) ([@LinusU](https://github.com/LinusU))
33+
- Update dependency ts-jest to v27.1.1 [#296](https://github.com/react-native-community/hooks/pull/296) ([@renovate-bot](https://github.com/renovate-bot))
34+
- Update dependency ts-jest to v27.1.0 [#294](https://github.com/react-native-community/hooks/pull/294) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
35+
- Update dependency prettier to v2.5.1 [#293](https://github.com/react-native-community/hooks/pull/293) ([@renovate-bot](https://github.com/renovate-bot))
36+
- Update dependency jest to v27.4.3 [#291](https://github.com/react-native-community/hooks/pull/291) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
37+
- Update dependency jest to v27.4.2 [#290](https://github.com/react-native-community/hooks/pull/290) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
38+
- Update dependency jest to v27.4.1 [#289](https://github.com/react-native-community/hooks/pull/289) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
39+
- Update react monorepo (major) [#183](https://github.com/react-native-community/hooks/pull/183) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
40+
- Update dependency jest to v27.4.0 [#288](https://github.com/react-native-community/hooks/pull/288) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
41+
- Update dependency prettier to v2.5.0 [#285](https://github.com/react-native-community/hooks/pull/285) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
42+
- Update rn orb to v6.0.1 [#284](https://github.com/react-native-community/hooks/pull/284) ([@renovate-bot](https://github.com/renovate-bot))
43+
- Update rn orb to v6 [#283](https://github.com/react-native-community/hooks/pull/283) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
44+
- Update dependency @types/jest to v27.0.3 [#281](https://github.com/react-native-community/hooks/pull/281) ([@renovate-bot](https://github.com/renovate-bot))
45+
- Update dependency @types/react to v16.14.21 [#280](https://github.com/react-native-community/hooks/pull/280) ([@renovate-bot](https://github.com/renovate-bot))
46+
47+
#### 🔩 Dependency Updates
48+
49+
- Bump plist from 3.0.4 to 3.0.5 [#311](https://github.com/react-native-community/hooks/pull/311) ([@dependabot[bot]](https://github.com/dependabot[bot]))
50+
- Bump async from 2.6.3 to 2.6.4 [#306](https://github.com/react-native-community/hooks/pull/306) ([@dependabot[bot]](https://github.com/dependabot[bot]))
51+
- Bump plist from 3.0.1 to 3.0.4 [#301](https://github.com/react-native-community/hooks/pull/301) ([@dependabot[bot]](https://github.com/dependabot[bot]))
52+
- Bump ajv from 6.12.0 to 6.12.6 [#299](https://github.com/react-native-community/hooks/pull/299) ([@dependabot[bot]](https://github.com/dependabot[bot]))
53+
54+
#### Authors: 7
55+
56+
- [@dependabot[bot]](https://github.com/dependabot[bot])
57+
- [@renovate[bot]](https://github.com/renovate[bot])
58+
- Babis Kanellopoulos ([@kanelloc](https://github.com/kanelloc))
59+
- Davyd NRB ([@retyui](https://github.com/retyui))
60+
- Linus Unnebäck ([@LinusU](https://github.com/LinusU))
61+
- Mend Renovate ([@renovate-bot](https://github.com/renovate-bot))
62+
- Pavlos Vinieratos ([@pvinis](https://github.com/pvinis))
63+
64+
---
65+
166
# v2.8.1 (Fri Nov 12 2021)
267

368
:tada: This release contains work from a new contributor! :tada:

0 commit comments

Comments
 (0)