Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic reloading when editing GS(S)P methods #16744

Merged
merged 20 commits into from Sep 2, 2020

Commits on Sep 1, 2020

  1. Copy the full SHA
    bd17872 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f44fa5e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    85aab1a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Export return type for GetStaticPaths (vercel#16580)

    * feat Export return type for GetStaticPaths
    
    * add Duplicate generic
    
    Co-authored-by: Luis Alvarez D <luis@vercel.com>
    2 people authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    86c6c8b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2e0986f View commit details
    Browse the repository at this point in the history
  3. [EXAMPLE] with-framer-motion: fix broken images (vercel#16714)

    * refactor: remove useless console.log
    
    * fix: replace broken images
    
    * Updated title
    
    Co-authored-by: Luis Alvarez <luis@vercel.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    f3c93e0 View commit details
    Browse the repository at this point in the history
  4. Revert vercel#14580 (vercel#16757)

    Timer authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    d3cf1ce View commit details
    Browse the repository at this point in the history
  5. v9.5.3-canary.27

    Timer authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    9c11d2b View commit details
    Browse the repository at this point in the history
  6. v9.5.3

    Timer authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    d723471 View commit details
    Browse the repository at this point in the history
  7. Add Fast Refresh Demo (vercel#16576)

    Closes vercel#16538 
    
    Basically reverts vercel#16497 and some minor changes. Also adds a link in the docs.
    
    This reverts commit ec281df.
    YichiZ authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    936d3f3 View commit details
    Browse the repository at this point in the history
  8. force persistor persist again after persistStore bootstrap done (verc…

    …el#16085)
    
    This PR is to fix "[Examples] Problem with query parameters in with-redux-persist (vercel#15484)"
    The root cause is 
    persist/rehydrate action will issue twice when query parameter is set. But persistStore initial bootstrap is not ready yet. So i add a bootstrap callback and force persistor to persist again to make overall state correct. I also modify the loading prop to a `<div>loading</div>` because it's confuse to set Component in loading prop. 
    
    Attached the GIF
    ![demo](https://user-images.githubusercontent.com/1462027/89922530-bec04000-dc31-11ea-9831-12cd9d436d96.gif)
    
    Closes vercel#15484
    weichienhung authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    5c8355e View commit details
    Browse the repository at this point in the history
  9. Make the image post-processor ignore SVG images (vercel#16732)

    This is a small change to the image post-processor logic. When it's looking for images to preload, it will now ignore SVGs, as these are rarely the relevant images for LCP.
    atcastle authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    f7c40c7 View commit details
    Browse the repository at this point in the history
  10. v9.5.4-canary.0

    Timer authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    d5562f2 View commit details
    Browse the repository at this point in the history
  11. Only update lookups for dev overlay if mounted (vercel#16776)

    Since the error overlay could be dismissed before this is resolved we need to make sure the component is still mounted before updating the state.
    ijjk committed Sep 2, 2020
    Copy the full SHA
    1dd1f70 View commit details
    Browse the repository at this point in the history
  12. Create _document.js to include current language in HTML tag (vercel#1…

    …6360)
    
    * Create _document.js
    
     Includes the lang attribute with current language inside the <html> tag.
    
    * Lint fix
    
    Co-authored-by: Luis Alvarez D <luis@vercel.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored and ijjk committed Sep 2, 2020
    Copy the full SHA
    deb40ea View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    9df55a0 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    f4031e3 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    f642195 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f41f351 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    498be1b View commit details
    Browse the repository at this point in the history