Commit Graph

2036 Commits

Author SHA1 Message Date
Ian Sutherland
bf669a3a84 Update lock bot config 2018-12-28 12:15:33 -07:00
Jason Quense
e7b975e8c2 Generalize the Bootstrap documentation (#5631)
* Generalize the adding bootstrap documentation

* Update adding-bootstrap.md

* Update adding-bootstrap.md

* Update adding-bootstrap.md
2018-12-24 12:58:45 -07:00
Lukas Werfel
42a1b5acb2 Update eslint instructions in docs (#6084)
Add a note that it will work in IDE with 2.0.3 and later
2018-12-24 10:42:57 -05:00
Denis Mukhametov
0f4781e850 Fix control comment fo CSS Grid prefixing (#6061)
"on" value of "autoprefixer grid" is kinda deprecated. It's better to use "autoplace" or "no-autoplace" instead.
https://github.com/postcss/autoprefixer#options

"autoplace" enables PostCss' autoplace polyfill for ie and makes prefixes, "no-autoplace" only makes prefixes
https://github.com/postcss/autoprefixer#does-autoprefixer-polyfill-grid-layout-for-ie
2018-12-23 14:59:01 -05:00
Joe Haddad
c1714042b6 Add note to changelog v2.1.2 2018-12-23 13:56:53 -05:00
Joe Haddad
d7c0b59242 Publish
- babel-plugin-named-asset-import@0.3.0
 - babel-preset-react-app@7.0.0
 - create-react-app@2.1.2
 - eslint-config-react-app@3.0.6
 - react-app-polyfill@0.2.0
 - react-dev-utils@7.0.0
 - react-error-overlay@5.1.1
 - react-scripts@2.1.2
react-dev-utils@7.0.0 create-react-app@2.1.2 babel-preset-react-app@7.0.0 eslint-config-react-app@3.0.6 react-app-polyfill@0.2.0 react-error-overlay@5.1.1 react-scripts@2.1.2 babel-plugin-named-asset-import@0.3.0
2018-12-23 13:53:12 -05:00
Joe Haddad
6a7a43f3e4 Prepare 2.1.2 release 2018-12-23 13:50:24 -05:00
Joe Haddad
0702e78fbb Tweak contributing doc 2018-12-23 13:43:14 -05:00
Matheus Souza
45bc6280d1 Fix Markdown comment in proxying docs (#6009) 2018-12-11 09:35:24 -07:00
Dugagjin Lashi
3d1c0eacea add webp support for typescript (#5978)
* add webp support for typescript

* moved webp declaration below png
2018-12-11 10:53:44 -05:00
Max Belsky
4a6007e035 Add docs for creating new TypeScript project (#6015) 2018-12-11 09:45:39 +02:00
Ian Sutherland
1eff815f4d Make links to docs consistent in README (#6000) 2018-12-09 16:38:15 -07:00
Ian Schmitz
8985924521 Add production build section to docs (#5900) 2018-12-08 14:14:25 -08:00
Manoel
a9cf551db7 Update eslint instructions in docs (#5990) 2018-12-08 09:02:58 +02:00
Manoel
fbdf156aad Added extension to .eslintrc (#5988) 2018-12-07 08:42:12 -05:00
Ian Sutherland
7513481491 Update links to docs in all package README files (#5912)
* Update links to docs in all package README files

* Fix formatting of issue template

* Fix formatting of issue template
2018-12-06 13:30:54 -07:00
Ian Sutherland
2fa4c8a18e Use https for linked images in docs to fix mixed content warnings (#5985) 2018-12-06 12:58:33 -07:00
Stephen Algeo
433d0be3b1 Improve error messaging in verifyPackageTree.js (#5974) 2018-12-06 13:39:01 +02:00
Nicolas Goutay
af0a854a6c Add removeItem to localStorage mock in docs (#5919) 2018-12-05 15:41:58 -07:00
Jayant Bhawal
013c8f2c73 Add SASS_PATH instructions to Sass docs (#5917)
`node-sass` supports the SASS_PATH variable that we can use. This PR adds that to the documentation.
2018-12-04 09:45:56 -07:00
Joe Haddad
c50a7ea7de Suggest a different default for speed reasons (#5959)
Advanced users can opt into this behavior, but it's generally outside the users' control to fix and comes with performance concerns
2018-12-04 10:58:48 -05:00
Ian Sutherland
88f2b0bcfc Add pre-eject message about new features in v2 (#5954)
* Add pre-eject message about new features in v2

* Make message bold
2018-12-03 21:54:56 -05:00
shawn wang
ffb219d84d Add netlify.toml to prepare for deploy to netlify #5807 (#5930)
* commit toml

* full build path

* wow the path is long

* redirect
2018-11-30 15:13:55 +00:00
Michael Jackson
4878f2cae7 Correct some comments (#5927)
And remove some outdated info from 1.x
2018-11-29 20:48:07 -08:00
Adam Laycock
5352a0c046 Add note to docs about using Sass and Flow together (#5823)
* Add default values to `file_ext` note

* Update note to include a link to the relevant docs

* Update copy to indicate the default values

* Add missing space
2018-11-27 16:06:33 -07:00
Wei-Wei Wu
92b533e373 Update PWA link in README (#5907) 2018-11-27 14:19:31 -07:00
Ian Sutherland
2616d5fd9c Add placeholders to template README for bit.ly links. (#5808)
* Add placeholders to template README for bit.ly links.

* Add placeholders to template README for goo.gl links.
2018-11-27 11:29:30 -05:00
Alex Guerra
81c0cd4b19 Disable copy to clipboard in cra --info (#5905)
* Disable copy to clipboard in cra --info

Fixes an issue where npx create-react-app --info throws an exception on Windows. The exception was caused by envinfo's copy to clipboard functionality; envinfo is distributed pre-bundled, but the dependency it uses for copying to the clipboard makes use of a binary on Windows that can't be found once the bundle is made. Disabling copy to clipboard fixes the issue. Closes #5757.

* Explicitly set clipboard to false
2018-11-27 08:07:44 -05:00
Ian Schmitz
49e258b4a6 Support setupTests.ts (#5698) 2018-11-22 21:14:25 -08:00
Ian Sutherland
d9ee05cc8a Remove unnecessary whitespace in template HTML 2018-11-22 21:57:51 -07:00
Sibiraj
85a8a22513 Run prettier on HTML files (#5839) 2018-11-22 23:41:10 -05:00
Nikhil
d165591d8c Some Grammar fixes (#5858)
* Grammar fixes

1- For `Here's a `: The singular verb form ’s does not seem to agree with the plural subject a few common cases where you might want to try something else. Consider changing the verb form.

2- Added `A` before Reasonably : The noun phrase Reasonably good configuration seems to be missing a determiner before it. Consider adding an article. An article (a, an, or the) is a type of determiner. Possessive adjectives (my, his, our), possessive nouns (Joe’s, mother’s), and quantifiers (each, every) are also determiners. Single countable nouns usually require a determiner.

* Update README.md
2018-11-22 23:35:20 -05:00
Wendy Smoak
de44ef806d Fix link to page about running tests (#5883) 2018-11-22 18:35:33 -08:00
Simen Bekkhus
3a14e8fc26 fix: make typescriptformatter support 0.5 of fork checker (#5879) 2018-11-22 20:44:35 -05:00
Noel Yoo
1164f6bc30 Always test with the latest stable Node version on Travis (#5546) 2018-11-22 17:57:09 -07:00
Joe Haddad
c355f772be Fix propertyDecorator test 2018-11-21 23:42:51 -05:00
Joe Haddad
5c3f333837 Upgrade babel deps 2018-11-21 22:54:53 -05:00
Joe Haddad
be75601196 Fix annotated var test 2018-11-21 22:33:48 -05:00
Ian Schmitz
445a56dab4 Fix TypeScript decorator support (#5783)
* Fix TypeScript decorator support

* Update babel flow override

* WIP
2018-11-21 21:57:25 -05:00
Simen Bekkhus
2c92fd48f1 fix: add sideEffects: false to react-error-overlay (#5451)
This allows us to leave the import in the code, and webpack will still tree shake it out
2018-11-21 21:53:03 -05:00
Rasmus Eneman
a5ea56abbf Add allowESModules option to babel-preset-react-app (#5487)
* Add allowESModules option to babel-preset-react-app

* changes after feedback

* Apply suggestions from code review

Co-Authored-By: Pajn <rasmus@eneman.eu>
2018-11-21 14:39:33 -05:00
Nima Shahri
fb465a39e5 Make named-asset-import plugin work with export-as syntax (#5573)
* update named-asset-import babel plugin

* add tests to named-asset-import plugin

* add more plugin test

* extract generateNewSource method, renaming variables

* extract replaceNotVisitedSpecifiers for export and import visitors

* remove visited list update from importDeclaration

* renaming methods and removing return directly instead of saving
2018-11-20 09:00:29 -07:00
Pavinthan
e1c4d272f8 React native repository updated in README.md (#5849)
Create React Native App (https://github.com/react-community/create-react-native-app ) has been archived by the owner. It is now read-only.
2018-11-19 14:04:54 -05:00
Adam Wanninger
7e25df150d extra polyfills must be included manually (#5814)
* extra polyfills must be included manually, fixes #5795

* make note italicized
2018-11-16 09:06:01 -05:00
kulek1
69babbb55a Rename 'getting started' link to 'docs' (#5806) 2018-11-14 09:27:07 -08:00
Sagir Khan
d72256c7f8 docs: Simplify installing Storybook with npx (#5788)
Reduce two-step install to just one step (per the latest storybook docs)

Change (i) `npm install -g @storybook/cli` and (ii) `sb init` to `npx -p @storybook/cli sb init`

Refs: https://storybook.js.org/basics/quick-start-guide/
2018-11-14 08:54:02 -07:00
Gregory Shilin
0c9c97a778 Don't polyfill fetch for Node -- additional files (#5789) 2018-11-13 10:22:03 -05:00
Andy
1d8d9eaaee docs: Change Storybook install documentation (#5779) 2018-11-12 11:14:49 -07:00
Explorer /
0238098a5e Add PR welcoming badge (#5759)
* add pr badge 🎉

* add rounded badge 💥

* Update README.md
2018-11-09 23:46:22 -05:00
Kévin Dunglas
477862dd0e Suggest Encore when not building a SPA with Symfony (#5730)
* Suggest Encore when not building a SPA with Symfony

* Update README.md
2018-11-07 22:43:55 -05:00