1. 20 4月, 2019 3 次提交
  2. 19 4月, 2019 1 次提交
  3. 18 4月, 2019 4 次提交
  4. 17 4月, 2019 7 次提交
  5. 16 4月, 2019 5 次提交
    • J
      AMP fix escaped rel (#7045) · 75a2c45f
      JJ Kasper 提交于
      if `&amp=1` is used to point to the `amphtml` version of a page it get's escaped causing it to become `&amp=1` this fixes it to stay as `&amp=1`
      
      Closes: #7038 
      75a2c45f
    • J
      Remove client bundles for AMP only pages (#7034) · 59b328b5
      JJ Kasper 提交于
      * Remove client bundles for AMP pages
      after build since they are not used
      
      * Remove trailing white space
      
      * Use async-sema to limit removing AMP client bundles
      
      * Bring AMP client bundle removing
      semaphore concurrency down to 20
      
      * Don't check blocked pages when
      deleting AMP client bundles
      
      * Update client bundle removing for AMP pages
      
      * Add error handling for removing client AMP pages
      
      * rethrow error unless ENOENT during
      deleting AMP client pages
      
      * Handle error during removing AMP client
      pages the same during dev
      
      * Fix throwing instead of rejecting
      
      * Make sure next/config is set before requiring page
      
      * Update error check
      
      * return on reject
      
      * Fix next/config
      59b328b5
    • T
      Remove experimental flag (#7048) · 5054e943
      Tim Neutkens 提交于
      5054e943
    • J
      Remove experimental amp config (#7046) · 6f9c3aa8
      JJ Kasper 提交于
      This just removes the need for setting the experimental amp option
      6f9c3aa8
    • L
      Move next/router to Typescript (#7019) · c48340cd
      Luis Fernando Alvarez D 提交于
      Added types to next/router
      c48340cd
  6. 15 4月, 2019 8 次提交
  7. 14 4月, 2019 1 次提交
  8. 13 4月, 2019 5 次提交
    • F
      Fix GitHub spelling (#7024) · 9281f465
      Frieder Bluemle 提交于
      Just a minor typo fix: `Github` -> `GitHub`.
      9281f465
    • S
      Set descriptive displayName on withRouter HOC (#7017) · 01779429
      Simon Boudrias 提交于
      Not sure when it was introduced, but on the latest Next v8.0.4, there's no descriptive name attached to the component returns from `withRouter`.
      
      This makes it harder to debug and write test cases for components wrapped by `withRouter`.
      01779429
    • J
      v8.0.5-canary.33 · a0473e1f
      JJ Kasper 提交于
      a0473e1f
    • J
      Amp page level reload (#6971) · 09a2fe5c
      JJ Kasper 提交于
      * Only refresh the page when the active
      page is updated in AMP mode
      
      * Update handling of page reload to make sure it
      still refreshes after a change to another page
      
      * Update checking to be more accurate
      
      * Fix amp-dev not being loaded without
      experimental.amp and remove next.config from amp example
      
      * Remove old with-amp example and
      rename experimental-amp to with-amp
      
      * update example name
      Co-Authored-By: Nijjk <jj@jjsweb.site>
      
      * Update comment wording
      Co-Authored-By: Nijjk <jj@jjsweb.site>
      
      * Use document for reload to keep scroll position
      Co-Authored-By: Nijjk <jj@jjsweb.site>
      
      * fallback to reloading on error
      Co-Authored-By: Nijjk <jj@jjsweb.site>
      
      * Update with-amp example readme
      09a2fe5c
    • J
      Make sure AmpContext is available in _document (#7021) · 11016221
      JJ Kasper 提交于
      * Make sure AmpContext is available during _document
      render and update filtering of script tags in AMP mode
      
      * Update amphtml test to make sure
      AmpContext is set for _document render
      
      * Fix stray comma in render.tsx
      11016221
  9. 12 4月, 2019 5 次提交
  10. 11 4月, 2019 1 次提交