1. 14 4月, 2019 1 次提交
  2. 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
  3. 12 4月, 2019 5 次提交
  4. 11 4月, 2019 17 次提交
  5. 10 4月, 2019 12 次提交