Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Rails link to User Guide #918

Closed
wants to merge 143 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
143 commits
Select commit Hold shift + click to select a range
be9bd88
Added Rails link to User Guide
Oct 17, 2016
8df641d
Fix Travis CI config in template README.md (#910)
scholtzm Oct 17, 2016
74742c6
Enable babel parameters/destructuring for all versions of Node (#927)
JeffreyATW Oct 18, 2016
4ad58db
PostCSS should run on @import statements. (#929)
nhunzaker Oct 19, 2016
44377b2
Update dependencies (#945)
fson Oct 22, 2016
545c344
Forbid Webpack loader syntax in imports (#803)
fson Oct 22, 2016
ddd1bdb
Revert "Temporarily remove 0.7.0 changelog as it's not out yet"
fson Oct 22, 2016
5bd37eb
Update changelog for 0.7.0
fson Oct 22, 2016
04ea0ef
Update eslint-config-react-app version in the guide
fson Oct 22, 2016
9aa77a7
Publish
fson Oct 22, 2016
bc995af
Update CLI version in changelog
fson Oct 22, 2016
d2e5091
Fix an attribution link in 0.7.0 changelog
fson Oct 23, 2016
c02ffe2
Encourage people to try recent npm
gaearon Oct 24, 2016
7ea3e2b
Point people to npm Windows instructions
gaearon Oct 25, 2016
38579f0
Add next.js to Alternatives
gaearon Oct 25, 2016
c55aa7c
Enable compression on webpack-dev-server (#966) (#968)
frontsideair Oct 28, 2016
6126ac9
Gently nudge users towards https by default (#974)
Swizec Oct 28, 2016
930a7c7
Catch and noop call to open web browser. (#964)
spadin Oct 28, 2016
cb63c09
Add collectCoverageFrom option to collect coverage on files without a…
mackbyte Oct 28, 2016
8ff22be
Always build before deploying to gh-pages (#959)
dsernst Oct 28, 2016
b7498e0
Fixes https://github.com/facebookincubator/create-react-app/issues/95…
vadzim Oct 28, 2016
0c0d144
Check for presence of folders before continuing eject. Closes #939. (…
heldinz Oct 28, 2016
bfe079e
Remove custom babel-loader cache dir config (#983)
fson Oct 29, 2016
a9550b3
Allow webpack 2 as peerDependency in react-dev-utils (#963)
Oct 31, 2016
fe68994
Add Gatsby to alternatives (#995)
KyleAMathews Oct 31, 2016
6f00766
Remove redundant `function` from export statement (#996)
gnowoel Nov 1, 2016
4274624
Update babel-present-env and use node: 'current' as target (#1051)
valscion Nov 17, 2016
a7121e2
Clears the usage of react-jsx-source & react-jsx-self (#992)
sathishsoundharajan Nov 17, 2016
07e1e53
Remove unnecessary transform plugins for object spread to work (#1052)
valscion Nov 17, 2016
bb396df
Fix chrome tab reuse (#1035)
Nov 17, 2016
23fde94
Support Yarn (#898)
fson Nov 17, 2016
5cc7fa4
It's important after all
gaearon Nov 20, 2016
bbcf139
Add missing --dev argument (#1058)
nhajidin Nov 20, 2016
08eb9fd
Update css loader (#1057)
nhajidin Nov 20, 2016
f7a3dfd
Don't look for babelrc file during test (#1017)
nhajidin Nov 20, 2016
e709eb9
fix poor performance with firefox when using `eval` as `devtool` (#924)
ekaradon Nov 20, 2016
0a91f63
Update GH deploy instructions to match User Guide
gaearon Nov 20, 2016
bc8473b
Move the remove-on-eject-end tag at the end of the file (#978)
EnoahNetzach Nov 20, 2016
8fbe871
Add Storybook to the user guide (#738)
arunoda Nov 20, 2016
1ba93d0
Added info on using global variables. (#976)
jhorneman Nov 20, 2016
dbaa0f2
Remove "Defined Elsewhere" from the header
gaearon Nov 20, 2016
fe4a2a9
Tweak wording
gaearon Nov 20, 2016
6af130d
Add new guide topics to README
gaearon Nov 20, 2016
df5b390
No Configuration -> Convention over Configuration (#1031)
sheerun Nov 20, 2016
ccd1516
Better GH Pages guide
gaearon Nov 20, 2016
840e969
Use url-loader with limit 10k as a default loader. (#1059)
bebbi Nov 20, 2016
dace41d
Adds to docs - deployment with S3/CloudFront (#1071)
wolovim Nov 20, 2016
b2a9cad
Remove bundledDependencies (#1068)
fson Nov 21, 2016
6d859ba
exclude html from default loader. (#1075)
bebbi Nov 21, 2016
c5e7ca2
Replace rimraf with fs-extra functions (#1072)
existentialism Nov 21, 2016
b10f7e5
Upgrade Jest to 17.0 (#1078)
fson Nov 21, 2016
44df4d7
Adapt jest and eslint for new default loader scope. (#1077)
bebbi Nov 21, 2016
93738a0
Enable useBuiltIns option on object-rest-spread (#902)
existentialism Nov 21, 2016
f021d7b
add logging of existing default port process on start (#816)
ianmcnally Nov 22, 2016
72fae09
Add a note for OSX users about watchman and jest (#1080)
dmr Nov 23, 2016
76c5216
Add troubleshooting to main ToC
gaearon Nov 23, 2016
9088e87
Enable proxying of websockets (#1090)
dceddia Nov 23, 2016
31ad318
Add support for non-interactive terminal (#1032)
sheerun Nov 23, 2016
7a4c926
Add a link to PWA instructions
gaearon Nov 28, 2016
4696f91
Add link to PWA instructions to main README
gaearon Nov 28, 2016
ed583fc
Add a note about vscode-jest (#1126)
orta Dec 1, 2016
6421127
Crash the build during CI whenever linter warnings are encountered (#…
excitement-engineer Dec 3, 2016
51f3e1e
Update changelog for 0.8.0 and add Lerna Changelog (#1141)
fson Dec 3, 2016
2d18902
Publish
fson Dec 3, 2016
ca05a51
Bump global CLI to 1.0.0
fson Dec 3, 2016
8205367
Update package.json
fson Dec 3, 2016
5a01753
Publish
fson Dec 3, 2016
5f31eee
Revert Jest moduleNameMapper regex back to a whitelist (#1149)
fson Dec 4, 2016
4be51d6
Update changelog for 0.8.1
fson Dec 4, 2016
be2efc6
Publish
fson Dec 4, 2016
da53c1c
Update CHANGELOG.md
fson Dec 4, 2016
704ac03
Make jsx-no-undef rule an error (#1159)
existentialism Dec 5, 2016
1716424
Add testURL to jest config (#1120)
spudly Dec 5, 2016
e3113ad
Add "npm run build silently fails" to Troubleshooting (#1168)
gaearon Dec 5, 2016
2026c56
Fix minor typo/grammar (#1099)
alex-wilmer Dec 5, 2016
394e834
Document what npm build does and pushState (#933)
ldct Dec 5, 2016
d52ae67
Update e2e.sh (#1167)
gaearon Dec 5, 2016
9fa262f
Add deploy to Firebase CDN on template's README (Closes #374) (#1143)
guilhermebruzzi Dec 5, 2016
2b789a0
Don't strip stack traces of evaluated webpack bundles (#1050)
jameslnewell Dec 5, 2016
13067b5
Remove path module from webpack config on eject. (#1175)
harunhasdal Dec 6, 2016
d17e02e
Add Subresource Integrity support (#1176)
Dec 6, 2016
73acff0
[babel-preset-react-app] Temporary fix missing babel plugins (#1177)
EnoahNetzach Dec 6, 2016
c18bc95
Fix Babel issues in tests by applying the right transforms (#1179)
gaearon Dec 6, 2016
5f6aed6
Use file-loader for svgs (#1180)
bogdansoare Dec 6, 2016
788731c
Chrome 'open tab' reuse an empty tab when possible (#1165)
n3tr Dec 6, 2016
5dded1b
Update webpack prod config (#1181)
Dec 7, 2016
92cd842
Update Webpack to fix source map issues (#1188)
gaearon Dec 7, 2016
75a600e
Relax peerDependencies for ESLint preset (#1191)
gaearon Dec 7, 2016
16fe957
Only honor relative NODE_PATH (#1194)
gaearon Dec 7, 2016
f867ef4
Let Jest handle all file types (#1197)
gaearon Dec 7, 2016
93732f1
Add changelog for 0.8.2 (#1198)
gaearon Dec 7, 2016
57bd03f
Publish
gaearon Dec 7, 2016
e615a82
Add syntax highlighting configuration guide. (#806)
mareksuscak Dec 7, 2016
443c0c0
Instruct Jest to load native components from RNW instead of RN (#1201)
remon-nashid Dec 8, 2016
d2d58b2
Update webpack-subresource-integrity to fix Windows builds (#1203)
gaearon Dec 8, 2016
d963f31
Catch synchronous errors from spawning yarn (#1204)
gaearon Dec 8, 2016
9dfe55d
Add 0.8.3 changelog (#1205)
gaearon Dec 8, 2016
8c7a9c8
Publish
gaearon Dec 8, 2016
e1d708a
Fix - openChrome won't open default browser (using Canary) (#1215)
n3tr Dec 9, 2016
41d4751
Adding troubleshooting information about Subresource Integrity digest…
dfbaskin Dec 9, 2016
75b721c
Skip gh-page setup instruction if scripts.deploy has been added (#1222)
n3tr Dec 9, 2016
9bda36f
Clean up Yarn detection and install code (#1223)
fson Dec 10, 2016
fe7dbb2
Exit with an error code when npm/yarn install fails (#1224)
fson Dec 10, 2016
958a512
Update CONTRIBUTING.md (#1225)
fson Dec 10, 2016
a439045
Strip filename from loader notation first (#1226)
n3tr Dec 10, 2016
cef0f63
fix html-dev-plugin link in react-dev-utils doc (#1232)
shogunsea Dec 10, 2016
455827c
Disable subresource integrity temporarily (#1233)
Timer Dec 11, 2016
3af1def
Bump babel-eslint version (#1214)
existentialism Dec 11, 2016
7dc8069
Proxy rewrites Origin header to match the target server URL (#1212)
koles Dec 11, 2016
5d6a085
Use "commander" for cli argv handling (#1195)
EnoahNetzach Dec 11, 2016
837e6b4
Disable jest watch mode when --coverage flag is present (#1229)
BenoitAverty Dec 11, 2016
fc582da
Use a better clear console sequence (#1211)
gaearon Dec 11, 2016
53e7b23
Tweak console messages (#1236)
gaearon Dec 11, 2016
499f7d8
Clear scrollback in test mode (#1237)
gaearon Dec 11, 2016
2c20200
Add 0.8.4 changelog (#1238)
gaearon Dec 11, 2016
4fea096
Publish
gaearon Dec 11, 2016
5e51f86
Fix typos
gaearon Dec 11, 2016
c2c3728
Replace the Flow documentation section (#1245)
gaearon Dec 11, 2016
2457f13
Configure which browser to open in npm start (#873) (#1148)
GAumala Dec 11, 2016
13c0485
Only open Chrome tab if BROWSER is missing or is Chrome (#1247)
gaearon Dec 11, 2016
bda86a6
Style nit
gaearon Dec 12, 2016
637decf
Add "Syntax Highlighting" link to main README
gaearon Dec 12, 2016
2d29372
Add "Changing the Page Title" to User Guide (#1256)
gaearon Dec 12, 2016
ee4dce0
Clarify when to use the public folder
gaearon Dec 12, 2016
42fb25f
Heroku Deployment: Adds a note on how to resolve "File/Module Not Fou…
msuzoagu Dec 13, 2016
51eac12
Remove interactive shell check when opening browser on start (#1264)
CaryLandholt Dec 13, 2016
afdbbac
Only gitignore dirs in root, not deep (#1267)
jayphelps Dec 14, 2016
728c68c
gh-1269: Enabling nested folder paths for project name (#1270)
dinukadesilva Dec 18, 2016
5dd218c
Remove path-exists from dependencies and replace it with fs.existsSyn…
halfzebra Dec 18, 2016
f809bef
Downgrading to compatible version of SockJS-Client (#1274)
holloway Dec 21, 2016
9a4da6c
Updated react-scripts babel-jest && jest packages to 18.0.0 (#1311)
lopezator Dec 23, 2016
9ca97a5
Fixes duplicate "is" typo (#1306)
jmagrippis Dec 30, 2016
b4ed010
fix readme: remove double 'we' (#1312)
Chris-R3 Dec 30, 2016
171367b
Use npm script hooks to avoid && in deploy script (#1324)
zpao Dec 30, 2016
d8a0275
Bump babel-loader version (#1009) (#1309)
frontsideair Jan 8, 2017
e589992
Use yarnpkg alias to run Yarn (#1365)
fson Jan 9, 2017
7d572d7
Update changelog for 0.8.5
fson Jan 9, 2017
8f8508e
Publish
fson Jan 9, 2017
a1395c0
Add missing import in react-dev-utils README.md (#1369)
pedronauck Jan 11, 2017
f1be3e5
Change console.log for errors and warnings (#1375)
jimmyhmiller Jan 11, 2017
f67ccaa
webpack-dev-server patch for 'still-ok' success status (#1377)
Jan 12, 2017
0518c30
Document Flow support (#1384)
dschep Jan 12, 2017
ef239bc
docs: unify sections for rails and node backend integration
alexdriaguine Jan 23, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
fson authored and alexdriaguine committed Jan 23, 2017

Verified

This commit was signed with the committer’s verified signature.
Crazybus Michael Russell
commit da53c1cb32d4963d4ca59a9ee225addf06a35fdf
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,14 @@
* `react-scripts`
* [#1149](https://github.com/facebookincubator/create-react-app/pull/1149) Fix incorrectly stubbing JavaScript files with a dot in the import path in tests. ([@fson](https://github.com/fson))

### Migrating from 0.8.0 to 0.8.1

Inside any created project that has not been ejected, run:

```
npm install --save-dev --save-exact react-scripts@0.8.1
```

## 0.8.0 (2016-12-03)

#### :rocket: New Feature