Skip to content

Commit e6d411d

Browse files
authored
docs: update changelog (#921)
1 parent 407e58b commit e6d411d

File tree

1 file changed

+61
-69
lines changed

1 file changed

+61
-69
lines changed

CHANGELOG.md

+61-69
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
## 3.0.0 (April, 2020)
1+
# Changelog
2+
3+
## Unpublished
4+
5+
### 🐛 Bug fixes
6+
7+
- Skip creating a git repo when inside existing repo ([#920](https://github.com/expo/create-react-native-app/pull/920) by [@byCedric](https://github.com/byCedric))
8+
9+
## 3.0.0 - 2020-04-16
210

311
Create React Native App is revived as a bare-bones npx package that can be used to start an opinionated bare-workflow universal React Native project.
412

5-
## 2.0.1 (September 21, 2018)
13+
## 2.0.1 - 2018-09-21
614

715
This release merges Create React Native App with Expo CLI.
816

@@ -58,115 +66,99 @@ When you run `npm start` for the first time, Expo CLI will be installed.
5866
```
5967
2. Remove `react-native-scripts` from `devDependencies`.
6068

61-
## 1.14.0 (April 27, 2018)
69+
## 1.14.0 - 2018-04-27
6270

6371
Update Expo SDK 27.
6472

65-
## 1.12.1 (March 29, 2018)
73+
## 1.12.1 - 2018-03-20
6674

6775
Update XDL to version 48.1.2.
6876

69-
## 1.12.0 (March 29, 2018)
70-
71-
- Add command to send the app URL to your phone via email or SMS.
72-
- Add support for Yarn workspaces.
73-
- Update XDL.
77+
## 1.12.0 2018-03-29
7478

75-
## 1.11.1 (January 26, 2018)
79+
### 🎉 New features
7680

77-
Update XDL to version 48.0.2.
78-
79-
## 1.10.0 (January 18, 2018)
80-
81-
Update to Expo SDK 25.
81+
- Add command to send the app URL to your phone via email or SMS. ([2131997](https://github.com/expo/create-react-native-app/commit/2131997b4502e87234861699577590c40c64f726) by [@brentvatne](https://github.com/brentvatne))
82+
- Add support for Yarn workspaces. ([#503](https://github.com/expo/create-react-native-app/pull/503) by [@connectdotz](https://github.com/connectdotz))
83+
- Update XDL.
8284

83-
## 1.9.0 (January 17, 2018)
85+
## 1.11.1 - 2018-01-26
8486

85-
Update XDL to version 47.2.0.
87+
### 🎉 New features
8688

87-
## 1.8.0 (November 27, 2017)
89+
Update XDL to version 48.0.2. ([c671c7a](https://github.com/expo/create-react-native-app/commit/c671c7aeed8a3d62098e6fd1cbe05e8e4160d22a) by [@fson](https://github.com/fson))
8890

89-
Update for SDK 23.
91+
## 1.10.0 - 2018-01-18
9092

91-
## 1.7.0 (November 2, 2017)
93+
### 🎉 New features
9294

93-
Release notes for previous releases between 1.3.1 and 1.7.0 were not include here as they only included React Native version bumps.
95+
- Update to Expo SDK 25. ([4139951](https://github.com/expo/create-react-native-app/commit/4139951f7422e58e95b75e730f30aa7a7db0a542) by [@brentvatne](https://github.com/brentvatne))
9496

95-
#### Bug Fixes
97+
## 1.9.0 - 2018-01-17
9698

97-
- Fix Flow config, works on new projects now as expected.
99+
### 🎉 New features
98100

99-
## 1.3.1 (September 2, 2017)
101+
- Update XDL to version 47.2.0. ([70f61b5](https://github.com/expo/create-react-native-app/commit/70f61b578f9441320b3917416251a746e7ed601f) by [@fson](https://github.com/fson))
100102

101-
#### Bug Fixes
103+
## 1.8.0 - 2017-11-27
102104

103-
- Fix an issue where `stdout` is null when validating inotify watches in some rare cases that I don't understand yet. (https://github.com/expo/create-react-native-app/issues/234)
105+
### 🎉 New features
104106

105-
#### Committers
107+
- Update for SDK 23. ([56df72a](https://github.com/expo/create-react-native-app/commit/56df72a4b862e42bcc0f172ad10c7f5639045006) by [@brentvatne](https://github.com/brentvatne))
106108

107-
- brentvatne
109+
## 1.7.0 - 2017-11-02
108110

109-
## 1.3.0 (August 28, 2017)
111+
_Release notes for previous releases between 1.3.1 and 1.7.0 were not include here as they only included React Native version bumps._
110112

111-
#### Bug Fixes
113+
### 🐛 Bug fixes
112114

113-
- Force installation of Expo fork of react-native when ejecting to ExpoKit. (Fixes: https://forums.expo.io/t/exp-detach-build-failed-on-brand-new-create-react-native-app-eject/2610)
115+
- Fix Flow config, works on new projects now as expected. ([7402574](https://github.com/expo/create-react-native-app/commit/7402574e8be1474453e568ab467abc4501c9b3e2) by [@brentvatne](https://github.com/brentvatne))
114116

115-
#### Committers
117+
## 1.3.1 - 2017-09-02
116118

117-
- brentvatne
119+
### 🐛 Bug fixes
118120

119-
## 1.2.1 (August 19, 2017)
121+
- Fix an issue where `stdout` is null when validating inotify watches in some rare cases that I don't understand yet. ([ed4f5f4](https://github.com/expo/create-react-native-app/commit/ed4f5f4d1e1464a782eb65ca1b7a5d26f3998c91) by [@brentvatne](https://github.com/brentvatne))
120122

121-
#### Improvements
123+
## 1.3.0 - 2017-08-28
122124

123-
- Update to Expo SDK 20
124-
- Warn if OS file watcher config is too low and watchman is not installed
125+
### 🐛 Bug fixes
125126

126-
#### Committers
127+
- Force installation of Expo fork of react-native when ejecting to ExpoKit. ([cbf3f9e](https://github.com/expo/create-react-native-app/commit/cbf3f9e373d2edde00c824d2269f26f6bf5b7cfb) by [@brentvatne](https://github.com/brentvatne))
127128

128-
- arahansen
129-
- ro-savage
130-
- vs1682
131-
- brentvatne
129+
## 1.2.1 - 2017-08-19
132130

133-
## 1.1.0 (July 28, 2017)
131+
### 🐛 Bug fixes
134132

135-
#### Bug Fixes
133+
- Update to Expo SDK 20. ([#370](https://github.com/expo/create-react-native-app/pull/370) by [@ro-savage](https://github.com/ro-savage))
134+
- Fix syntax error in flowconfig template. ([#373](https://github.com/expo/create-react-native-app/pull/373) by [@arahansen](https://github.com/arahansen))
135+
- Warn if OS file watcher config is too low and watchman is not installed. ([#358](https://github.com/expo/create-react-native-app/pull/358) by [@vs1682](https://github.com/vs1682))
136+
- Check if watchman exists before existing due to os config. ([cd887b4](https://github.com/expo/create-react-native-app/commit/cd887b4bd0c671cf396082e2f5d043a9a99808a7) by [@brentvatne](https://github.com/brentvatne))
136137

137-
- Switch Babel preset on eject ([#328](https://github.com/expo/create-react-native-app/pull/328))
138-
- Fix yarnpkg alias usage in the init script ([#329](https://github.com/expo/create-react-native-app/pull/329))
138+
## 1.1.0 - 2017-07-28
139139

140-
#### Features
140+
### 🐛 Bug fixes
141141

142-
- Add interactive mode with keyboard commands ([#326](https://github.com/expo/create-react-native-app/pull/326))
143-
- Include whether dev or production is enabled in "Running app on" message ([655960](https://github.com/expo/create-react-native-app/commit/655960090393673ec0a6208a1afac8f6821664e5))
142+
- Switch Babel preset on eject ([#328](https://github.com/expo/create-react-native-app/pull/328) by [@fson](https://github.com/fson))
143+
- Fix yarnpkg alias usage in the init script ([#329](https://github.com/expo/create-react-native-app/pull/329) by [@fson](https://github.com/fson))
144144

145-
#### Committers
145+
### 🎉 New features
146146

147-
- fson
148-
- brentvatne
147+
- Add interactive mode with keyboard commands ([#326](https://github.com/expo/create-react-native-app/pull/326) by [@fson](https://github.com/fson))
148+
- Include whether dev or production is enabled in "Running app on" message ([6559600](https://github.com/expo/create-react-native-app/commit/655960090393673ec0a6208a1afac8f6821664e5) by [@brentvatne](https://github.com/brentvatne))
149149

150-
## 1.0 (July 24, 2017)
150+
## 1.0.0 - 2017-07-24
151151

152-
#### Bug Fixes
152+
### 🐛 Bug fixes
153153

154-
- Fix broken link in README to test example. ([532258](https://github.com/expo/create-react-native-app/commit/5322584644413c1ea4ac70bbf1629a71803b27d5))
155-
- Fix npm 5 version validation. ([#317](https://github.com/expo/create-react-native-app/pull/317))
154+
- Fix broken link in README to test example. ([5322584](https://github.com/expo/create-react-native-app/commit/5322584644413c1ea4ac70bbf1629a71803b27d5) by [@brentvatne](https://github.com/brentvatne))
155+
- Fix npm 5 version validation. ([#317](https://github.com/expo/create-react-native-app/pull/317) by [@DuncanMacWeb](https://github.com/DuncanMacWeb))
156156

157-
#### Features
157+
### 🎉 New features
158158

159-
- Add `--package-manager` option which allows you to specify any package manager to use when creating a project. ([#307](https://github.com/expo/create-react-native-app/pull/307))
160-
- Update to [Expo SDK 19](https://blog.expo.io/expo-sdk-v19-0-0-is-now-available-821a62b58d3d) / React Native 0.46.1.
159+
- Add `--package-manager` option which allows you to specify any package manager to use when creating a project. ([#307](https://github.com/expo/create-react-native-app/pull/307) by [@metheglin](https://github.com/metheglin))
160+
- Update to [Expo SDK 19](https://blog.expo.io/expo-sdk-v19-0-0-is-now-available-821a62b58d3d) / React Native 0.46.1. ([63d1ddb](https://github.com/expo/create-react-native-app/commit/63d1ddbc1237a64d0189b5390f34ac6ada8254c4) by [@brentvatne](https://github.com/brentvatne))
161+
- Softens warnings for npm 5 where version > 5.0.3. ([#317](https://github.com/expo/create-react-native-app/pull/317) by [@DuncanMacWeb](https://github.com/DuncanMacWeb))
162+
- Add CHANGELOG.md ([#319](https://github.com/expo/create-react-native-app/pull/319) by [@shashkovdanil](https://github.com/shashkovdanil))
161163
- Update [xdl](https://github.com/expo/xdl)
162-
- Softens warnings for npm 5 where version > 5.0.3.
163164
- Removes the dependency on ngrok and dtrace, so there is no native compile step on install.
164-
- Add CHANGELOG.md ([#319](https://github.com/expo/create-react-native-app/pull/319))
165-
166-
#### Committers
167-
168-
- metheglin
169-
- Hum4n01d
170-
- DuncanMacWeb
171-
- shashkovdanil
172-
- brentvatne

0 commit comments

Comments
 (0)