Skip to content

Commit 68b4112

Browse files
Update CHANGELOG.md
1 parent 8ed9105 commit 68b4112

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [1.4.0] 2020 - 03 - 05
2+
### Removed dependencies
3+
- removed `react-navigation@3.11.0`
4+
5+
### Added dependencies
6+
- added `@react-navigation/compat@5.0.0`
7+
- added `@react-navigation/drawer@5.0.0`
8+
- added `@react-navigation/native@5.0.0`
9+
- added `@react-navigation/stack@5.0.0`
10+
- added `@react-native-community/masked-view@0.1.5`
11+
- added `react-native-reanimated@1.4.0`
12+
- added `react-native-safe-area-context@0.6.0`
13+
- added `react-native-screeens@2.0.0-alpha.12`
14+
15+
### Updated dependencies
16+
- updated `expo@35.0.0` to `expo@36.0.0`
17+
- updated `expo-asset@7.0.0` to `expo-asset@8.0.0`
18+
- updated `expo-font@7.0.0` to `expo-font@8.0.0`
19+
- updated `expo-cli@2.4.0` to `expo-cli@3.11.7`
20+
- updated `expo-linear-gradient@7.0.0` to `expo-linear-gradient@8.0.0`
21+
- updated `react@16.8.3` to `react@16.9.0`
22+
23+
### Updated files
24+
- changed the whole routing from `Screens.js` because `react-navigation@5.0.0` has a new dynamic API
25+
- changed `Menu.js` for a new Drawer custom component
26+
- changed `DrawerItem.js` for a new type of `<DrawerCustomItem />`
27+
- changed props and variables so that the new `react-navigation` API could work with the following files: `Beauty.js`, `Header.js`, `Product.js`, `Gallery.js`, `Pro.js`, `Product.js`, `Settings.js`, `Register.js`, `Onboarding.js`
28+
129
## [1.3.0] 2019-11-06
230
### Updated dependencies
331
- `expo@34.0.3` to `expo@35.0.0`
@@ -6,6 +34,7 @@
634
- `react-native SDK@34.0.0` to `react-native SDK@35.0.0`
735
- `galio-framework@0.6.1` to `galio-framework@0.6.3`
836
- `babel-preset-expo@5.0.0` to `babel-preset-expo@7.0.0`
37+
938
### Updated files
1039
- changed drawer items in order to have a similar look to the PRO version
1140

@@ -29,4 +58,4 @@
2958

3059

3160
## [1.0.0] 2019-06-07
32-
### Initial Release
61+
### Initial Release

0 commit comments

Comments
 (0)