You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-36
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# v3.0.0 (Wed Feb 01 2023)
2
2
3
+
## 3.1.0
4
+
5
+
### Minor Changes
6
+
7
+
- 6f153b8: new version
8
+
3
9
:tada: This release contains work from a new contributor! :tada:
4
10
5
11
Thank you, Babis Kanellopoulos ([@kanelloc](https://github.com/kanelloc)), for all your work!
@@ -9,6 +15,7 @@ Thank you, Babis Kanellopoulos ([@kanelloc](https://github.com/kanelloc)), for a
9
15
#### upgrades and types ([#322](https://github.com/react-native-community/hooks/pull/322))
10
16
11
17
### Breaking Changes
18
+
12
19
-`useCameraRoll` was removed. Use `useCameraRoll` from [`@react-native-camera-roll/camera-roll`](https://github.com/react-native-cameraroll/react-native-cameraroll#usecameraroll).
13
20
-`useClipboard` was removed. Use `useClipboard` from [`@react-native-clipboard/clipboard`](https://github.com/react-native-clipboard/clipboard#useclipboard).
14
21
-`useDimensions` was removed. Use `useWindowDimensions` from [`react-native`](https://reactnative.dev/docs/usewindowdimensions).
@@ -237,7 +244,7 @@ Thank you, null[@Greg-Bush](https://github.com/Greg-Bush), for all your work!
- Update dependency auto to v9.22.4 [#122](https://github.com/react-native-community/hooks/pull/122) ([@renovate-bot](https://github.com/renovate-bot))
286
293
- Update dependency auto to v9.22.2 [#121](https://github.com/react-native-community/hooks/pull/121) ([@renovate-bot](https://github.com/renovate-bot))
287
294
288
-
#### ⚠️ Pushed to `master`
295
+
#### ⚠️ Pushed to `master`
289
296
290
297
- dont worry about canary, since we cant publish from forks ([@pvinis](https://github.com/pvinis))
291
298
@@ -329,7 +336,7 @@ Thanks for all your work!
329
336
- Update dependency @auto-it/all-contributors to v9.20.1 [#92](https://github.com/react-native-community/hooks/pull/92) ([@renovate-bot](https://github.com/renovate-bot))
330
337
- Update react monorepo to v16.13.1 [#91](https://github.com/react-native-community/hooks/pull/91) ([@renovate-bot](https://github.com/renovate-bot))
331
338
332
-
#### ⚠️ Pushed to `master`
339
+
#### ⚠️ Pushed to `master`
333
340
334
341
- get rid of some shadowing ([@pvinis](https://github.com/pvinis))
- Use a global list of clipboard listeners [#76](https://github.com/react-native-community/hooks/pull/76) ([@LinusU](https://github.com/LinusU))
401
408
@@ -415,7 +422,7 @@ Thanks for all your work!
415
422
416
423
:heart: Pierre Skowron ([@pistou](https://github.com/pistou))
417
424
418
-
#### 🐛 Bug Fix
425
+
#### 🐛 Bug Fix
419
426
420
427
- Bump acorn from 6.4.0 to 6.4.1 [#78](https://github.com/react-native-community/hooks/pull/78) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- set up auto [#66](https://github.com/react-native-community/hooks/pull/66) ([@hipstersmoothie](https://github.com/hipstersmoothie)[@pvinis](https://github.com/pvinis))
469
476
- (fix): Add a prepare script to package.json [#68](https://github.com/react-native-community/hooks/pull/68) ([@Naturalclar](https://github.com/Naturalclar))
470
477
471
-
#### ⚠️ Pushed to master
478
+
#### ⚠️ Pushed to master
472
479
473
-
- move config out ([@pvinis](https://github.com/pvinis))
- Make sure initial dimensions are up-to-date [#58](https://github.com/react-native-community/hooks/pull/58) ([@LinusU](https://github.com/LinusU))
504
-
- from pr #38 from @arielger([@pvinis](https://github.com/pvinis))
511
+
- from pr #38 from @arielger ([@pvinis](https://github.com/pvinis))
505
512
- Update useBackHandler.js
506
513
507
514
Every time this function was called you will add a new `addEventListener`, now we passed an argument to create a new listener only when receive a new function [#40](https://github.com/react-native-community/hooks/pull/40) ([@ronal2do](https://github.com/ronal2do))
508
515
509
-
#### ⚠️ Pushed to master
510
-
511
-
- bump ([@pvinis](https://github.com/pvinis))
512
-
- aha ([@pvinis](https://github.com/pvinis))
513
-
- upg ([@pvinis](https://github.com/pvinis))
514
-
- test ([@pvinis](https://github.com/pvinis))
515
-
- try ([@pvinis](https://github.com/pvinis))
516
-
- some baaaasic tests ([@pvinis](https://github.com/pvinis))
517
-
- rename repo to be canonical with the rest and fix links ([@pvinis](https://github.com/pvinis))
0 commit comments