1. 27 Jun, 2017 1 commit
  2. 07 Jun, 2017 1 commit
  3. 23 May, 2017 1 commit
  4. 22 May, 2017 1 commit
  5. 19 May, 2017 5 commits
  6. 17 May, 2017 1 commit
    • Jeffrey Posnick's avatar
      PWA-ification, via SWPrecacheWebpackPlugin + manifest.json (#1728) · c7c3a521
      Jeffrey Posnick authored
      * sw-precache-webpack-plugin, SW registration, manifest.json
      
      * Documentation + a few SW tweaks.
      
      * Added an unregister method, too, just in case.
      
      * More info for the READMEs.
      
      * Add minify to SWPrecacheWebpackPlugin config
      
      * Fix SWPrecacheWebpackPlugin typo
      
      * Fix file references in READMEmd
      
      * Add instructions for testing service-worker locally
      
      * Review feedback
      
      * Some additional PWA metadata
      
      * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support
      
      * Review feedback.
      
      * Add manifest.json context in a comment.
      
      * Fix typo
      
      * Downgrade to sw-precache-webpack-plugin 0.9.1
      
      * Hide changes in README until 1.0
      
      * Hide changes in User Guide until 1.0
      
      * Hide more docs
      c7c3a521
  7. 09 May, 2017 1 commit
    • Ian Schmitz's avatar
      Bump minimal Node version to 6 (#1897) · f35593c1
      Ian Schmitz authored
      * Bump minimal Node version to 4.7.0
      
      * Bump minimal Node version to 4.7.0
      
      Modified additional files that needed a bump to 4.7.0 minimum node version
      
      * Bump minimal Node version to 4.7.0
      
      Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+
      
      * Bump minimal node version to 6
      
      * Bump minimal node version to 6
      
      * Bump minimal node version to 6
      f35593c1
  8. 28 Apr, 2017 1 commit
  9. 10 Apr, 2017 1 commit
  10. 14 Mar, 2017 1 commit
  11. 13 Mar, 2017 1 commit
  12. 11 Mar, 2017 1 commit
  13. 08 Mar, 2017 2 commits
  14. 07 Mar, 2017 1 commit
  15. 24 Feb, 2017 2 commits
    • Charlie Gleason's avatar
      Added a how-to on react-snapshot (#1577) · c8d9c478
      Charlie Gleason authored
      * Added a how-to on react-snapshot
      
      Added a section with a short description and link to a tutorial on generating static html pages with react-snapshot, and also linked to it from the section on managing the page title.
      
      * Updated link title for react-snapshot overview
      
      * Explained pre-rendering in a more generic way
      
      * Added link to top level README.md, and removed specifics from overview
      
      * Updated html -> HTML
      
      * Updated quotes and apostrophes
      
      * html -> HTML
      
      * Fix link
      c8d9c478
    • Dan Abramov's avatar
      Link to "Debugging in the Editor" · e14e0036
      Dan Abramov authored
      e14e0036
  16. 22 Feb, 2017 1 commit
  17. 17 Feb, 2017 1 commit
  18. 16 Feb, 2017 2 commits
  19. 15 Feb, 2017 1 commit
  20. 12 Feb, 2017 4 commits
  21. 10 Feb, 2017 1 commit
    • Joe Haddad's avatar
      readme: Add Advanced Configuration (#1515) · 7a02f9a4
      Joe Haddad authored
      * Add Advanced Configuration section
      
      * Reference package.json instead
      
      * Add HOST, HTTPS, and CI
      
      * Switch wording from Amazon to a CDN
      
      * Add test runner comment
      
      * Add top-level README link
      
      * Simplify wording
      
      * Link to relevant docs
      
      * Link to apps
      
      * Add .env link
      
      * Simpler links
      
      * Add a CI flag note
      7a02f9a4
  22. 24 Jan, 2017 1 commit
  23. 23 Jan, 2017 1 commit
  24. 12 Jan, 2017 1 commit
    • Daniel Schep's avatar
      Document Flow support (#1384) · 7cd03f9f
      Daniel Schep authored
      * Document Flow support
      
      Projects created by Create React App use the `babel-preset-react` which includes
      Flow babel plugins which introduces new syntax. This is important for users to know
      as it causes what used to be syntax errors to be silently suppressed because they're
      valid type annotations in Flow. For example if a user accidentally has `[foo: 'bar']`,
      Babel will silently convert it to `[foo]`.
      
      * Make it a bit clearer
      7cd03f9f
  25. 12 Dec, 2016 2 commits
  26. 28 Nov, 2016 1 commit
  27. 23 Nov, 2016 1 commit
  28. 20 Nov, 2016 2 commits