1. 14 1月, 2019 6 次提交
  2. 12 1月, 2019 8 次提交
  3. 11 1月, 2019 7 次提交
  4. 10 1月, 2019 1 次提交
  5. 09 1月, 2019 4 次提交
  6. 07 1月, 2019 2 次提交
  7. 06 1月, 2019 2 次提交
    • T
      improve with-unstated example (#5998) · 5d8ae445
      tylim 提交于
      improve the example so that it can preserve unstated from server to client unstated
      5d8ae445
    • L
      Improve assets size (#5999) · ba95f754
      Luc 提交于
      It looks like :
      
      ```
      Pages sizes after gzip:
      
      ┌ / (196 B)
      ├ /_app (11.5 kB)
      ├ /_error (4.44 kB)
      ├ /blog (196 B)
      └ /blog/page (195 B)
      ```
      
      (style inspired from now-cli : https://github.com/zeit/now-cli/blob/canary/src/util/output/builds.js)
      
      I'll add dynamic chunks in a separate PR.
      
      @timneutkens Do you want to keep `_app` and `_error` or filter them out ? I think it's a good idea to keep them, because `_app` can get pretty large and it would encourage code splitting in that case.
      ba95f754
  8. 05 1月, 2019 4 次提交
    • J
      Test updater script on examples folder (#5993) · 7e12997a
      Juan Olvera 提交于
      I wrote a [script](https://github.com/j0lv3r4/dependency-version-updater) to update dependencies recursively in `package.json` files, e.g.:
      
      ```
      $ node index.js --path="./examples" --dependencies="react=^16.7.0,react-dom=^16.7.0"
      ```
      
      This PR contains the result against the examples folder.
      7e12997a
    • J
      Change React version of examples to latest (#5990) · 89a4cabb
      Juan Olvera 提交于
      I changed the version to the following files:
      
      - [x] - examples/with-next-css/package.json
      - [x] - examples/with-draft-js/package.json
      - [x] - examples/custom-server-polka/package.json
      - [x] - examples/with-cerebral/package.json
      - [x] - examples/with-zones/package.json
      - [x] - examples/with-universal-configuration-runtime/package.json
      - [x] - examples/with-apollo/package.json
      - [x] - examples/with-higher-order-component/package.json
      - [x] - examples/with-hashed-statics/package.json
      - [x] - examples/with-pkg/package.json
      - [x] - examples/with-jest/package.json
      - [x] - examples/with-glamorous/package.json
      - [x] - examples/with-custom-reverse-proxy/package.json
      - [ ] - examples/with-emotion/package.json
      - [x] - examples/with-styled-jsx-scss/package.json
      - [x] - examples/with-styled-jsx-plugins/package.json
      
      `with-emotion/package.json` already has the latest, so I guess it's other packabe. BUT I think we need to update this example with the latest version of `emotion` since it changed a little bit (for better).
      89a4cabb
    • L
      rename event-emitter.test.js -> mitt.test.js (#5992) · dd9d4cc5
      Luc 提交于
      dd9d4cc5
    • L
      Replace event-emitter.js by mitt (#5987) · fc19b233
      Luc 提交于
      This PR aims at replacing next-server/lib/event-emitter.js by mitt.
      
      Fix https://github.com/zeit/next.js/issues/4908
      
      event-emitter.js is ~400 bytes gzipped vs mitt is 200 bytes
      fc19b233
  9. 03 1月, 2019 3 次提交
  10. 02 1月, 2019 3 次提交