Skip to content

Commit 07e4aa2

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent 6deec98 commit 07e4aa2

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# (Fri Feb 21 2020)
2+
3+
:tada: This release contains work from new contributors! :tada:
4+
5+
Thanks for all your work!
6+
7+
:heart: Linus Unnebäck ([@LinusU](https://github.com/LinusU))
8+
9+
:heart: Ronaldo Lima ([@ronal2do](https://github.com/ronal2do))
10+
11+
#### 🚀 Enhancement
12+
13+
- trying out auto [#60](https://github.com/react-native-community/hooks/pull/60) ([@pvinis](https://github.com/pvinis))
14+
15+
#### 🐛 Bug Fix
16+
17+
- Update README.md [#61](https://github.com/react-native-community/hooks/pull/61) ([@pvinis](https://github.com/pvinis))
18+
- Create LICENSE [#57](https://github.com/react-native-community/hooks/pull/57) ([@pvinis](https://github.com/pvinis))
19+
- Make sure initial dimensions are up-to-date [#58](https://github.com/react-native-community/hooks/pull/58) ([@LinusU](https://github.com/LinusU))
20+
- from pr #38 from @arielger ([@pvinis](https://github.com/pvinis))
21+
- Update useBackHandler.js
22+
23+
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))
24+
25+
#### ⚠️ Pushed to master
26+
27+
- bump ([@pvinis](https://github.com/pvinis))
28+
- aha ([@pvinis](https://github.com/pvinis))
29+
- upg ([@pvinis](https://github.com/pvinis))
30+
- test ([@pvinis](https://github.com/pvinis))
31+
- try ([@pvinis](https://github.com/pvinis))
32+
- some baaaasic tests ([@pvinis](https://github.com/pvinis))
33+
- rename repo to be canonical with the rest and fix links ([@pvinis](https://github.com/pvinis))
34+
- 2.0.1 ([@LinusU](https://github.com/LinusU))
35+
- avoid shadowing ([@pvinis](https://github.com/pvinis))
36+
- Merge branch 'ronal2do-patch-1' ([@pvinis](https://github.com/pvinis))
37+
- Merge branch 'patch-1' of https://github.com/ronal2do/react-native-hooks into ronal2do-patch-1 ([@pvinis](https://github.com/pvinis))
38+
- upgrade ([@pvinis](https://github.com/pvinis))
39+
40+
#### Authors: 3
41+
42+
- Linus Unnebäck ([@LinusU](https://github.com/LinusU))
43+
- Pavlos Vinieratos ([@pvinis](https://github.com/pvinis))
44+
- Ronaldo Lima ([@ronal2do](https://github.com/ronal2do))
45+
46+
---
47+

0 commit comments

Comments
 (0)