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

Auth example branch update #1029

Merged
merged 167 commits into from
Feb 7, 2017

Commits on Jan 5, 2017

  1. Configuration menu
    Copy the full SHA
    c01e306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef25cf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78ab40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e38cacc View commit details
    Browse the repository at this point in the history
  5. example using inferno v1.0.* (vercel#663)

    * example using inferno v1.0.*
    
    * fix name.
    aranajhonny authored and rauchg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    e01056d View commit details
    Browse the repository at this point in the history
  6. Handle errors of React lifecycle methods (vercel#661)

    * handle errors of lifecycle methods
    
    * handle errors of render method
    nkzawa authored and rauchg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    8570d19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47a7a48 View commit details
    Browse the repository at this point in the history
  8. fix HMR for dynamic entries (vercel#652)

    nkzawa authored and rauchg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    b8373b8 View commit details
    Browse the repository at this point in the history
  9. Fix Improve "pages/ not found error" (vercel#624)

    * fix not found error
    
    * add comment
    aranajhonny authored and rauchg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    e363e73 View commit details
    Browse the repository at this point in the history
  10. Added layout component example (vercel#560)

    * added layout component example
    
    * coding style fixes
    
    * trailing spaces removed
    
    * updated README file
    
    * added layout example in docs
    
    * moved .babelrc so that it handles all projects from the examples folder
    alexnm authored and rauchg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    07f7170 View commit details
    Browse the repository at this point in the history
  11. Release 2.0.0-beta.14

    rauchg committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    05cbcb4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6af316d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. bump styled-jsx

    rauchg committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    d387c52 View commit details
    Browse the repository at this point in the history
  2. Release 2.0.0-beta.15

    rauchg committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    221a5ea View commit details
    Browse the repository at this point in the history
  3. Adds mobx example (vercel#676)

    * Adds mobx example
    
    * Fix coding style to match JS Standard
    
    * Removes unecessary link
    
    * Update README.md
    
    * Update README.md
    
    * Change next version from beta to ^2.0.0-beta
    
    * Assigns the store to a local var
    
    * Adds navigation in the example
    
    * Removes unecessary imports
    
    * Fix coding style to match JS Standard
    
    * Fix Clock import
    fdidron authored and arunoda committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    13feb88 View commit details
    Browse the repository at this point in the history
  4. bypass SSE on Service Worker (vercel#681)

    nkzawa authored and rauchg committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    0551dc9 View commit details
    Browse the repository at this point in the history
  5. fix HMR (vercel#680)

    nkzawa authored and rauchg committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    8df7f0d View commit details
    Browse the repository at this point in the history
  6. Release 2.0.0-beta.16

    rauchg committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    7ebfec0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. Update README.md (vercel#687)

    dhruska authored and nkzawa committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    4ac8e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8b329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf109a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c684262 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. Configuration menu
    Copy the full SHA
    0c82d8a View commit details
    Browse the repository at this point in the history
  2. resolve react-dom/server (vercel#688)

    nkzawa authored and rauchg committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    9290411 View commit details
    Browse the repository at this point in the history
  3. Routing on the client with Redux (vercel#691)

    * Routing on the client with Redux
    
    * Removing unused import
    borellvi authored and arunoda committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    3b1f711 View commit details
    Browse the repository at this point in the history
  4. Fix link (vercel#701)

    possibilities authored and rauchg committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    2e0f9d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9163da4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Configuration menu
    Copy the full SHA
    042ffa1 View commit details
    Browse the repository at this point in the history
  2. Add case sensitive checks for imports and JSON page resolver (vercel#697

    )
    
    * Add case-sensitive-paths-webpack-plugin plugin.
    
    * Add case-sensitive check for server/resolve.
    arunoda authored and rauchg committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    88e4adf View commit details
    Browse the repository at this point in the history
  3. Check the existence of the gzipped path explicitly (vercel#704)

    * Check the existance of the gzipped path explicitely.
    
    * Fix a typo in the comments.
    
    * Fix a typo.
    arunoda authored and rauchg committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    d7eac7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3ee901 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    ec302aa View commit details
    Browse the repository at this point in the history
  2. Fix title of README (vercel#720)

    Huxpro authored and rauchg committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    c19b82d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8986cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab5c69b View commit details
    Browse the repository at this point in the history
  5. adding @timneutkens

    rauchg committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    4fcc551 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Add warning when running start without build (vercel#736)

    * add warning when running start without build
    
    * run build before start
    
    * Revert "run build before start"
    
    This reverts commit 171b544.
    
    * exit code & dir
    
    * dont update yarn.lock
    
    * use existsSync
    
    * Add some style changes.
    ntwcklng authored and nkzawa committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    23d5ea9 View commit details
    Browse the repository at this point in the history
  2. Implement "Immutable build artifacts" feature (vercel#745)

    * Write BUILD_ID when building.
    It's a random id (uuid.v4())
    
    * Add buildId to the core JS files.
    
    * Add immutable cache-control header.
    Only if the buildId is matched.
    
    * Set '-' as the dev buildId always.
    
    * Add buildId handling for JSON pages.
    arunoda authored and rauchg committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    b7e57f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Remove default next pages compilation from the main babel-loader. (ve…

    …rcel#731)
    
    * Remove default next pages compilation from the main babel-loader.
    This will fix the issue when the user ignore node_modules
    via our .babelrc option.
    
    * Change babel-loaders 'query' to 'options'.
    That's what's supported/recommended in webpack 2
    arunoda authored and rauchg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    8811a33 View commit details
    Browse the repository at this point in the history
  2. Don't discard component state on error (vercel#741)

    * render debug page as overlay
    
    * handle errors occurrred on rendering cycle for HMR
    
    * retrieve props if required on HMR
    nkzawa authored and rauchg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    0ef28ab View commit details
    Browse the repository at this point in the history
  3. remove unused module alias

    nkzawa committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    4c32dd9 View commit details
    Browse the repository at this point in the history
  4. New test setup (vercel#640)

    * Use jest-cli instead of gulp plugin.
    
    * Use jest-cli instead of gulp plugin.
    
    * Move fixtures into the examples dir.
    
    * Move test code of example app to the basic example.
    
    * Add isolated tests for server/resolve
    
    * Allow tests to use cheerio.
    
    * Use portfinder to get a unique port.
    
    * Move back integration tests into the example dir.
    
    * Introduce next-test-utils.
    
    * Remove gulp-jest
    
    * Add coveralls support.
    
    * Use transpiled version of code in dist.
    This is to make sure same file gets covered
    by both unit/isolated tests and integration tests.
    
    * Add support for source maps.
    
    * Use code from dist always.
    
    * Use nyc to stop instrument.
    
    * Add integration test suite for production usage.
    
    * Use jest-cli.
    
    * Add support for running e2e tests.
    
    * Check gzipPath with fs.stat before serving
    Otherwise, serve package might throw issues other than ENOENT
    
    * Install chromedriver with npm install.
    
    * Install chrome on travis-ci.
    
    * Add --forceExit to Jest.
    
    * Run tests only on Node v6.
    That's because selenium-webdriver only supports
    Node 6 LTS.
    
    * Use chromedriver NPM module to install chromedriver.
    
    * Use wd as the webdriver client.
    
    * Run chromedriver before tests.
    
    * Run travis for both node 4 and 6
    
    * Remove unwanted npm install script.
    
    * Move some common text utilities to next-test-utils
    
    * Add lint checks and testing in npm prepublish hook.
    
    * Use npm on travis-ci.
    We are having some caching issues with yarn and chromedriver.
    
    * Make tests work on windows.\n But chromedriver doesn't work.
    
    * Clean up dependencies.
    
    * Run chromedriver in background without any tools.
    
    * Fix a typo in the code.
    
    * Use ES6 features used in node4 inside the gulpfile.
    
    * Add some comments.
    
    * Add support for running in windows.
    
    * Stop chromedriver properly on windows.
    
    * Fix typos.
    arunoda authored and nkzawa committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    1dc52db View commit details
    Browse the repository at this point in the history
  5. Fix handling http methods (vercel#748)

    * support HEAD method
    
    * respond with 501 if method is not GET or HEAD
    nkzawa authored and rauchg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    e3e0a68 View commit details
    Browse the repository at this point in the history
  6. Use dynamic entry feature of webpack (vercel#750)

    * update webpack version and use dynamic entry feature of it
    
    * fix typo
    nkzawa authored and rauchg committed Jan 12, 2017
    2 Configuration menu
    Copy the full SHA
    dbecc2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31ada10 View commit details
    Browse the repository at this point in the history
  8. Release 2.0.0-beta.17

    rauchg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    0b2b56f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8651662 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b3353f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    7be5797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23cddda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ef34c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. example: fix style

    nkzawa committed Jan 14, 2017
    1 Configuration menu
    Copy the full SHA
    8a06c7b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. Configuration menu
    Copy the full SHA
    60918ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebed46 View commit details
    Browse the repository at this point in the history
  3. Add correct sync version of error handling with existSync. (vercel#769)

    * Add correct sync version of error handling with existSync.
    
    * Update utils.js
    arunoda authored and nkzawa committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    fae2305 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fd5cfd View commit details
    Browse the repository at this point in the history
  5. Add cross browser stacktrace (vercel#776)

    * Add cross browser stacktrace
    
    * Remove unused stack variable
    timneutkens authored and nkzawa committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    8318f5b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Configuration menu
    Copy the full SHA
    b6e72f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8767165 View commit details
    Browse the repository at this point in the history
  3. Set default NODE_ENV value. (vercel#768)

    arunoda authored and rauchg committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    6f117ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    782807b View commit details
    Browse the repository at this point in the history
  5. Add styled-jsx-postcss example (vercel#781)

    * Add styled-jsx-postcss example
    
    * Remove commented code
    giuseppeg authored and rauchg committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    0d6ceec View commit details
    Browse the repository at this point in the history
  6. Add NODE_PATH support for resolveLoaders as well. (vercel#778)

    * Add NODE_PATH support for resolveLoaders as well.
    
    * Remove unwanted code.
    arunoda authored and nkzawa committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    60ec4de View commit details
    Browse the repository at this point in the history
  7. bump webpack

    nkzawa committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    da83958 View commit details
    Browse the repository at this point in the history
  8. Fix typo in README (vercel#787)

    possibilities authored and arunoda committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    789edb8 View commit details
    Browse the repository at this point in the history
  9. Add dynamic routing keyword (vercel#788)

    I was looking for "dynamic routing" in the examples and didn't find it because that keyword isn't used.
    sedubois authored and nkzawa committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    8fa630d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    807d4be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ffeeb68 View commit details
    Browse the repository at this point in the history
  12. Fixed hapi example (vercel#795)

    impronunciable authored and rauchg committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    7cc554c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    70b92e6 View commit details
    Browse the repository at this point in the history
  14. Fix link (vercel#789)

    * Fix link
    
    * Fix links
    sedubois authored and impronunciable committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    a66ff65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e28f80c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Update README.md (vercel#802)

    fix quotation mark
    0bit authored and arunoda committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    606d89c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0627378 View commit details
    Browse the repository at this point in the history
  3. Added Koa example (vercel#800)

    * Added Koa example
    
    * Linted koa example
    impronunciable authored and timneutkens committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    2c2d961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1f2b92 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    2efabde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0119149 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Configuration menu
    Copy the full SHA
    43149bd View commit details
    Browse the repository at this point in the history
  2. added example with flow (vercel#814)

    * added  example with flow
    
    * Fixed linting errors
    jagreehal authored and rauchg committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    1e77568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be9c04 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    c215311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb1c0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a22b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    901ab5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    279fc99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aed328 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1180555 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    865f806 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a05a5d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    318f110 View commit details
    Browse the repository at this point in the history
  11. Make sure lastAppProps always have some value. (vercel#829)

    * Make sure lastAppProps always have some value.
    
    * Revert "Make sure lastAppProps always have some value."
    
    This reverts commit b4ae722.
    
    * Throw an error, if we found an empty object from getInitialProps.
    
    * Add proper tests for getInitialProps empty check.
    arunoda authored and rauchg committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    399e510 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f085a6d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. bump styled-jsx

    rauchg committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    3765b14 View commit details
    Browse the repository at this point in the history
  2. Release 2.0.0-beta.18

    rauchg committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    cec8f9d View commit details
    Browse the repository at this point in the history
  3. Use ErrorDebug component on error of react-hot-loader (vercel#852)

    * use ErrorDebug component for reporter of react-hot-loader
    
    * app: fix props of ErrorDebug
    nkzawa authored and rauchg committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    98e2951 View commit details
    Browse the repository at this point in the history
  4. Update styled-component docs (vercel#841)

    * Add details to custom Document documentation
    
    Custom document must be created at ./Pages/_document.js, which is not
    noted in the README… so I updated it.
    
    * Add note to styled-components example about existing issue
    
    * Made phrasing a bit more clear
    
    * Another phrasing update.
    
    * from P to p
    kristojorg authored and timneutkens committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    e67d62d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Configuration menu
    Copy the full SHA
    13d6c04 View commit details
    Browse the repository at this point in the history
  2. Fix error fonts (vercel#826)

    * add "consolas" font for windows
    
    * fix too small font size in non-retina display
    Zhao authored and rauchg committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    3813f73 View commit details
    Browse the repository at this point in the history
  3. tweak font sizes again 🙈

    rauchg committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    85cd38f View commit details
    Browse the repository at this point in the history
  4. Add Apollo example (vercel#780)

    * Add minimal apollo example
    
    * Update apollo example README
    
    * Update apollo example demo link in README
    
    * Fix button styles
    
    * Fix show more button
    
    * Alias demo url
    
    * Include the data field on the Apollo store when hydrating
    
    * Revert
    
    * Include the data field on the Apollo store when hydrating per tpreusse's suggestion.
    
    * Add example to faq section in README
    
    * Sort by newest; Add active state to buttons
    
    * Make optimization suggestions
    
    * Use process.browser; inline props
    adamsoffer authored and timneutkens committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    4b25748 View commit details
    Browse the repository at this point in the history
  5. Wrap render method created using class properties (2) (vercel#856)

    * wrap render method created using class properties
    
    * use Boolean instead of double not-operator
    
    * patch-react: move a comment
    nkzawa authored and rauchg committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    8b94534 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Configuration menu
    Copy the full SHA
    2390c87 View commit details
    Browse the repository at this point in the history
  2. Example using Fela (vercel#863)

    * added example using fela
    
    * update package-json
    
    * removed nested routing test
    
    * fixed linting issues
    
    * fixed typo
    Robin Frischmann authored and impronunciable committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    8d8d5eb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. simpler flow task (vercel#857)

    jagreehal authored and rauchg committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    cbb2d1c View commit details
    Browse the repository at this point in the history
  2. Added Google AMP example (vercel#793)

    * Added Google AMP example
    
    * Added styles and a second page
    
    * Using regular anchor since there is no client-side routing
    
    * Added comment on react config for amp
    impronunciable authored and arunoda committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    3ad3a6c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Added Fela Example to the CSS-in-JS <details> in README (vercel#878)

    Robin Frischmann authored and arunoda committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    a418b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89eaf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e2b7b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Update Apollo Example (vercel#888)

    * Add minimal apollo example
    
    * Update apollo example README
    
    * Update apollo example demo link in README
    
    * Fix button styles
    
    * Fix show more button
    
    * Alias demo url
    
    * Include the data field on the Apollo store when hydrating
    
    * Revert
    
    * Include the data field on the Apollo store when hydrating per tpreusse's suggestion.
    
    * Add example to faq section in README
    
    * Sort by newest; Add active state to buttons
    
    * Make optimization suggestions
    
    * Use process.browser; inline props
    
    * Pass wrapped component's initial props into component heirarchy if they exist
    adamsoffer authored and rauchg committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    a76ec83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51cbebb View commit details
    Browse the repository at this point in the history
  3. update yarn.lock

    nkzawa committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    293029a View commit details
    Browse the repository at this point in the history
  4. Release 2.0.0-beta.19

    nkzawa committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    386c960 View commit details
    Browse the repository at this point in the history
  5. Fix handling finished response (vercel#889)

    * allows to not return props if response is already finished on getInitialProps
    
    * check res.finished after getInitialProps call of Document
    nkzawa authored and arunoda committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    0b3db91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b131ca View commit details
    Browse the repository at this point in the history
  7. Update README.md (vercel#895)

    Just adding download instructions
    jcsmesquita authored and arunoda committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    8922e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Fix Apollo Example (vercel#900)

    * Add minimal apollo example
    
    * Update apollo example README
    
    * Update apollo example demo link in README
    
    * Fix button styles
    
    * Fix show more button
    
    * Alias demo url
    
    * Include the data field on the Apollo store when hydrating
    
    * Revert
    
    * Include the data field on the Apollo store when hydrating per tpreusse's suggestion.
    
    * Add example to faq section in README
    
    * Sort by newest; Add active state to buttons
    
    * Make optimization suggestions
    
    * Use process.browser; inline props
    
    * Pass wrapped component's initial props into component heirarchy if they exist
    
    * Remove unnecessary sorting of array
    adamsoffer authored and timneutkens committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    8310f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f49f8 View commit details
    Browse the repository at this point in the history
  3. Release 2.0.0-beta.20

    rauchg committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    f944b50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4481038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52163f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db50fc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. examples/with-redux: remove global store (vercel#908)

    This patch removes the global `store` on the client. IMO this example
    should avoid polluting the global namespace with simple scoping tricks
    can solve the problem equally as well.
    stephenmathieson authored and rauchg committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    ee717af View commit details
    Browse the repository at this point in the history
  2. Do not patch prototypes with render exposed only as a getter. (vercel…

    …#898)
    
    * Do not patch prototypes with render exposed only as a getter.
    
    * Use Object.getOwnPropertyDescriptor to make things simpler.
    
    * Get the prototype which has the render method.
    arunoda authored and nkzawa committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    bf467e6 View commit details
    Browse the repository at this point in the history
  3. with-apollo: Don't store Redux store and Apollo client in global name…

    …space (vercel#909)
    
    * Add yarn lockfile
    
    * Avoid storing Redux store and Apollo client in global namespace + don't create Apollo client when already existing in browser
    sedubois authored and timneutkens committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    a3bec76 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Remove yarn.lock from examples (vercel#912)

    * Remove yarn.lock from examples
    
    * Add yarn.lock to gitignore for examples
    
    * Move yarn ignore to examples directory
    timneutkens authored and arunoda committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    0820204 View commit details
    Browse the repository at this point in the history
  2. README: fix "Routing with lazy component loading" blob (vercel#915)

    Looks like `<Link>` was replaced with `\n` on accident
    stephenmathieson authored and arunoda committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    ac2a963 View commit details
    Browse the repository at this point in the history
  3. fix typo (vercel#916)

    kandros authored and timneutkens committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    b4814e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    72ae013 View commit details
    Browse the repository at this point in the history
  2. Use service-worker to fetch only JSON pages. (vercel#924)

    * Use service-worker to fetch only JSON pages.
    We simply don't need to proxy other requests through that.
    That's might cause some latency issues.
    
    * Use a better regexp to identify JSON pages.
    arunoda authored and nkzawa committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    0d2af80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08eadb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. [WIP] Remember scroll position on error (vercel#911)

    * Remember scroll position on error
    
    * Added comment + check if lastScroll was set
    
    * Remove check for lastAppProps
    
    * Use events to make scroll persistence dev-only
    
    * Return EventEmitter from next()
    
    * Update next-dev.js
    timneutkens authored and arunoda committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    bd83ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5188eed View commit details
    Browse the repository at this point in the history
  3. Add support for Webpack 2's tree-shaking (vercel#926)

    * Let webpack2 to handle ES2015 module system
    Since Node.js can't do that, we need to transpile
    ES2015 module system in the emit-file-loader.
    
    * Use sourceMaps only in dev.
    
    * Introduce a transform option to emit-file-loader
    So, we can move our ES2015 transpile code with that option.
    
    * Remove unwanted argument options.
    
    * Update comments.
    
    * Use dev flag instead of NODE_ENV
    arunoda authored and nkzawa committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    f3e541f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5790986 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Fix .json import issue (vercel#944)

    * Fix .json import error
    This is a regression we've added by vercel#926 (tree-shaking-support)
    
    * Add a test case.
    arunoda authored and nkzawa committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    ec2c8c6 View commit details
    Browse the repository at this point in the history
  2. add pretty message if port already in use(vercel#927) (vercel#932)

    * add pretty message if port already use(vercel#927)
    
    * fix console async nature
    
    * fix linter
    
    * clean callbacks code
    
    * Check package.json for the startup script
    
    * fix path to package
    
    * omit callback
    
    * remove extra check, code execute in try block
    
    * + reason for change start listen port of node http
    
    * remove extra code for search package
    dex157 authored and timneutkens committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    2f7d743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a97ca92 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Configuration menu
    Copy the full SHA
    f971734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24edfbd View commit details
    Browse the repository at this point in the history
  3. Allow parsed url to be passed down (vercel#950)

    * Allow parsed url to be passed down
    
    * Update example to reflect url passing
    
    * Check if passed url.query is empty
    
    * Rename url to parsedUrl
    timneutkens authored and arunoda committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    59281ad View commit details
    Browse the repository at this point in the history
  4. Added React-MD example (vercel#940)

    frol authored and timneutkens committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    0a2466a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf4fb78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61bdae5 View commit details
    Browse the repository at this point in the history
  7. Release 2.0.0-beta.21

    rauchg committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    3e34430 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fca0a39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efe0c7b View commit details
    Browse the repository at this point in the history
  10. Check if BUILD_ID is available before starting (vercel#960)

    * Check if BUILD_ID is available before starting
    
    * Leave whitespace at end of file
    timneutkens authored and rauchg committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    ec83670 View commit details
    Browse the repository at this point in the history
  11. Release 2.0.0-beta.22

    rauchg committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    adf38f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    729088c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Find custom babel config location properly. (vercel#969)

    * Find custom babel config location properly.
    Earlier we simply check for the .bablerc file in the dir.
    But the actual logic is much complex.
    Now we are using the babel's actual logic to find the
    custom config location.
    
    * Fix failing tests.
    arunoda authored and nkzawa committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    57e9a5e View commit details
    Browse the repository at this point in the history
  2. Add styled-jsx to babel plugins (vercel#970)

    * Resolve all modules through module resolver
    
    * Add styled-jsx back
    timneutkens authored and arunoda committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    3143e0d View commit details
    Browse the repository at this point in the history
  3. Improve babel settings (vercel#976)

    * fix babelrc settings
    
    * use only transform-es2015-modules-commonjs for transpiling emitting files
    nkzawa authored and rauchg committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    ddd93e9 View commit details
    Browse the repository at this point in the history
  4. Allow any element to be rendered under Link (vercel#921)

    * Allow any element to be rendered under Link
    
    * Use Children.only instead of Children.map
    
    * Remove check for multiple children since we already throw at 2+
    
    * Clean up variables
    timneutkens authored and rauchg committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    6431f5f View commit details
    Browse the repository at this point in the history
  5. Release 2.0.0-beta.23

    rauchg committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    2e81af8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. Added universal configuration example (vercel#991)

    * Added universal configuration example
    
    * Make example more clear
    timneutkens authored and arunoda committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    a8731d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Properly handle hash URL changes. (vercel#996)

    * Properly handle hash URL changes.
    
    * Make sure we replace origin correctly.
    
    * Get rid of RegExp for getUrl().
    arunoda authored and nkzawa committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    5b2854d View commit details
    Browse the repository at this point in the history
  2. Add next.js flowtype definition to with-flow example (vercel#973)

    * Add next.js flowtype definition to with-flow
    
    * Add render api types for flow
    
    * Add prefetch types
    
    * Fix push/replace api types to promise
    mizchi authored and nkzawa committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    267b74b View commit details
    Browse the repository at this point in the history
  3. [example] Progressive rendered application (vercel#998)

    * [add] example of a progressive rendered app
    
    * [update] remove extra blank line
    
    * [update] fix typo
    
    * [update] more use cases
    
    * [update] example link
    
    * Update README.md
    
    * [update] next.js dependency version
    
    * [update] fix readme typos
    sergiodxa authored and timneutkens committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    592c666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2af8a4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6510c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d45634 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6832fea View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Add contributing.md (vercel#1009)

    * Add contributing.md
    
    * Only reload example app on server changes
    timneutkens authored and arunoda committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    8c1808d View commit details
    Browse the repository at this point in the history
  2. Release 2.0.0-beta.24

    rauchg committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    8dfbbd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Update Apollo example (vercel#1021)

    * Add minimal apollo example
    
    * Update apollo example README
    
    * Update apollo example demo link in README
    
    * Fix button styles
    
    * Fix show more button
    
    * Alias demo url
    
    * Include the data field on the Apollo store when hydrating
    
    * Revert
    
    * Include the data field on the Apollo store when hydrating per tpreusse's suggestion.
    
    * Add example to faq section in README
    
    * Sort by newest; Add active state to buttons
    
    * Make optimization suggestions
    
    * Use process.browser; inline props
    
    * Pass wrapped component's initial props into component heirarchy if they exist
    
    * Remove unnecessary sorting of array
    
    * Update Apollo example
    
    * Remove trailing comma
    
    * Update reduxRootKey
    
    * Remove unnecessary babelrc
    adamsoffer authored and timneutkens committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    01cc898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fd9558 View commit details
    Browse the repository at this point in the history