1. 11 11月, 2019 4 次提交
  2. 10 11月, 2019 11 次提交
    • J
      Add routes-manifest test (#9365) · b6af38d2
      JJ Kasper 提交于
      b6af38d2
    • J
      v9.1.4-canary.2 · a7feb468
      Joe Haddad 提交于
      a7feb468
    • J
      Test CJS Import of `isomorphic-unfetch` (#9363) · 64a9ae91
      Joe Haddad 提交于
      64a9ae91
    • J
      Fix `window.fetch` Polyfill (#9364) · 8dcec04b
      Joe Haddad 提交于
      8dcec04b
    • J
      v9.1.4-canary.1 · 32d702d2
      Joe Haddad 提交于
      32d702d2
    • J
      Update routes-manifest and add tests (#9361) · 4e3b5ae2
      JJ Kasper 提交于
      * Test custom-routes serverless
      
      * Make sure we add default statusCode to routes-manifest
      
      * Update routes-manifest
      
      * Add DEFAULT_REDIRECT_STATUS constant
      4e3b5ae2
    • J
      v9.1.4-canary.0 · 7c83a123
      Joe Haddad 提交于
      7c83a123
    • T
      Convert wrapper class to function component (#9095) · 9b999b1c
      Tim Neutkens 提交于
      * Convert wrapper class to function component
      
      * Remove unneeded export
      
      * Check versions of chrome and chromedriver
      
      * Update to chromedriver 76
      
      * Revert config.yml
      
      * Update with-router.tsx
      9b999b1c
    • J
      Implement custom routes RFC (#9157) · d19e825d
      JJ Kasper 提交于
      * add initial custom-routes handling
      
      * Add tests for custom-routes
      
      * Handle chained redirects, separate dev custom
      routes reading, and add version to routes manifest
      
      * Handle no routes manifest
      
      * Swap build custom routes calling
      
      * Add flatten-routes
      
      * Add flattening of custom routes
      
      * Re-work implementation to follow routes top-down
      
      * Add regex field to routes-manifest
      
      * Fix path-to-regexp match breaking after upgrade
      
      * Fix duplicate const from merge
      
      * Add some changes from review
      
      * Don't make path-match strict
      
      * add default custom route values
      
      * Update routes-manifest
      
      * Update options for path-match
      
      * Remove todo
      
      * Add test for rewrite with params
      
      * Only use strict mode for custom routes
      
      * Update dynamic-routing test
      
      * Move getCustomRoutes to prepare
      
      * Remove extra change
      
      * Update handling for error-in-error test
      
      * Apply suggestions from code review
      Co-Authored-By: NJoe Haddad <joe.haddad@zeit.co>
      
      * Apply suggestions from review
      
      * Update slice change
      
      * Apply suggestions from code review
      Co-Authored-By: NJoe Haddad <joe.haddad@zeit.co>
      
      * Apply suggestions from review
      
      * Fix TypeScript error
      
      * Fix getCustomRoutes in dev mode
      
      * Apply suggestions from code review
      
      * Update slice
      
      * Apply suggestions from code review
      Co-Authored-By: NJoe Haddad <joe.haddad@zeit.co>
      
      * Delete un-used test page
      
      * Add test for param overwriting
      
      * Apply suggestions from code review
      Co-Authored-By: NJoe Haddad <joe.haddad@zeit.co>
      
      * Add extra check to param test
      d19e825d
    • R
      Add full-icu package (#9286) · d5486e5b
      Raymond 提交于
      As long as node does not ship with fill-icu this will do the trick making FormattedRelativeTime work on nodejs.
      Other polyfill like @formatjs/intl-relativetimeformat/polyfill did not work on nodejs and thus giving an error that client did not match server.
      d5486e5b
    • L
      Ignore shell-quote on Windows (#9296) · ab5e606e
      Luis Alvarez D 提交于
      ab5e606e
  3. 09 11月, 2019 3 次提交
  4. 08 11月, 2019 6 次提交
  5. 07 11月, 2019 2 次提交
  6. 06 11月, 2019 4 次提交
  7. 05 11月, 2019 6 次提交
  8. 02 11月, 2019 4 次提交
    • T
      Call getInitialProps on Component when it’s not defined on App (#9287) · 21f0db81
      Tim Neutkens 提交于
      Fixes #9284
      21f0db81
    • J
      Handle backslashes for plugins (#9282) · 739322d0
      JJ Kasper 提交于
      739322d0
    • D
      Add Patternfly example (#9251) · d21ad2b4
      Daniel Reinoso 提交于
      * Add Patternfly example
      
      * Fix lint
      
      * Add missing space
      
      * Remove trailing comma
      d21ad2b4
    • J
      Polyfill `window.fetch` by Default (#9168) · ff2d3fd8
      Janicklas Ralph 提交于
      * Polyfilling fetch and object-assign
      
      * Polyfilling corejs object-assign
      
      * Adding object-assign in polyfills.js. IE11 does not support Object.assign
      
      * Fixing failing test
      
      * Updating object.assign polyfill to fix aliasing
      
      * Updating test case value to match new build stats
      
      * Increasing the size of default build to 225kb
      
      * Fixing defer-script test case to not include polyfill.js
      
      * Revert README.md
      
      * Re-design the polyfill approach based on PR feedback
      
      * Adding comment and fixing test case
      
      * Rename polyfills chunk
      
      * Extract aliases into helper
      
      * Remove extra new line
      
      * Fix TypeScript typings
      
      * Adding _internal_fetch alias
      
      * Adjust build manifest plugin
      
      * Build manifest plugin changes - adding a separate entry for polyfills
      
      * Rename polyfills entry in build-manifest.json
      
      * Remove old comment
      
      * Fix TS
      
      * Set key
      
      * Polyfills already added
      
      * Filtring polyfill.module.js
      
      * Fix test
      
      * Add __internal_fetch to alias rule
      
      * Adjust name
      
      * bump size
      
      * ignore polyfills
      
      * sigh
      ff2d3fd8