1. 05 3月, 2020 2 次提交
  2. 04 3月, 2020 4 次提交
  3. 03 3月, 2020 7 次提交
    • J
      v9.2.3-canary.22 · 6598e99b
      Joe Haddad 提交于
      6598e99b
    • J
      Measure `getStaticProps`, `getServerSideProps` (#10800) · a5d0cb9d
      Joe Haddad 提交于
      * Measure `getStaticProps`, `getServerSideProps`
      
      * Test new fields
      a5d0cb9d
    • P
      Adding conformance checks (#10314) · 16672a43
      Prateek Bhatnagar 提交于
      * adding tests  for rect sync conformance check
      
      * adding test for react sync script conformance check
      
      * reverting yarn lock changes
      
      * adding duplicate polyfill conformance
      
      * bug fixes in dulpicate polyfill conformance check
      
      * adding settings capability to conformance plugin
      
      * removing minification check from server build
      
      * bug fix
      
      * settings for react sync script check
      16672a43
    • J
      v9.2.3-canary.21 · 4056e982
      JJ Kasper 提交于
      4056e982
    • J
      Fix next/config module mismatch in new serverless mode (#10792) · 9ec3dae6
      JJ Kasper 提交于
      * Add failing test case
      
      * Update serverless-loader require to fix config module mismatch
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      9ec3dae6
    • J
      v9.2.3-canary.20 · 2b74db73
      Joe Haddad 提交于
      2b74db73
    • J
      Prefetch SSG Data (#10127) · 990eda2c
      Joe Haddad 提交于
      * Prefetch SSG Data
      
      * Update packages/next/client/page-loader.js
      Co-Authored-By: NJJ Kasper <jj@jjsweb.site>
      
      * Revert router.ts
      
      * Revert link.tsx
      
      * undo change
      
      * mimmic existing
      
      * simplify
      
      * Prefetch href and asPath
      
      * fix load
      
      * dedupe prefetchAs
      
      * Inject script tag on hover
      
      * comment prefetchAs
      
      * minify code
      
      * introduce lazy files
      
      * Add some breathing room
      
      * correct default type
      
      * Prefetch non-dynamic data
      
      * Prefetch dynamic route data
      
      * Fix size test
      
      * Humanize code
      
      * add tests
      
      * Disable code
      
      * Only generate modern version in modern mode
      
      * Extract function helper
      
      * add comments
      
      * Filter out dynamic route to simplify manifest size
      
      * add test
      Co-authored-by: NJJ Kasper <jj@jjsweb.site>
      990eda2c
  4. 02 3月, 2020 5 次提交
  5. 01 3月, 2020 3 次提交
  6. 29 2月, 2020 4 次提交
  7. 28 2月, 2020 5 次提交
    • J
      v9.2.3-canary.17 · 586fdf4e
      Joe Haddad 提交于
      586fdf4e
    • J
      Fix url-polyfill dep and re-enable native-url (#10726) · 7848615b
      Janicklas Ralph 提交于
      * Adding native-url package
      
      * Bumping native-url version
      
      * Upgrading native-url
      
      * Logging stats object for debugging
      
      * Logging stats object for debugging
      
      * Adding try catch to the error lines
      
      * Experimenting with regex
      
      * Experimenting with regex
      
      * Experimenting with regex
      
      * Testing regex changes
      
      * Fixing defer-script test case to not include polyfill.js
      
      * Meging changes with existing polyfill work
      
      * Bumping version
      
      * adjust webpack config
      
      * Reduce size in size test
      
      * Remove 1kb from legacy
      
      * Bumping native-url version, includes fix for IE11
      
      * Update lock file
      
      * Updating native-url, fixes issue on IE11
      
      * Fix sourcemap being added in document
      
      * Adding Router as an app level dep. Fixes Router not being added as a dep to pages without Link when granularChunks is enabled
      
      * Fix typescript error
      
      * Fix modern + granularChunks hydration failing
      
      * Fix TS error
      
      * Update native-url version
      
      * Adding native-url with safari fix
      
      * Update url-polyfill in polyfill-nomodule package
      
      * Remove url-polyfill from next package.json
      Co-authored-by: NTim Neutkens <tim@timneutkens.nl>
      Co-authored-by: NJJ Kasper <jj@jjsweb.site>
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      7848615b
    • J
      v9.2.3-canary.16 · 0ff41daa
      JJ Kasper 提交于
      0ff41daa
    • J
      Remove `unstable_` prefix from new methods (#10723) · c9d9f113
      JJ Kasper 提交于
      * Rename getServerProps to getServerSideProps
      
      * Remove unstable_ prefix from new methods
      
      * Add error when legacy methods are detected
      
      * Add legacy methods for babel transform
      
      * Add unstable_getServerSideProps also
      
      * Apply suggestions from code review
      Co-Authored-By: NJoe Haddad <joe.haddad@zeit.co>
      
      * Update types import
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      c9d9f113
    • J
      Rename getServerProps to getServerSideProps (#10722) · 2789e7e0
      JJ Kasper 提交于
      2789e7e0
  8. 27 2月, 2020 9 次提交
  9. 26 2月, 2020 1 次提交