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

Splitting sandpack from main bundle #4256

Merged
merged 30 commits into from
Feb 16, 2022

Commits on Feb 11, 2022

  1. Initial Commit

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1161a78 View commit details
    Browse the repository at this point in the history
  2. play with it

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    c4574ee View commit details
    Browse the repository at this point in the history
  3. oops

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4cd4e31 View commit details
    Browse the repository at this point in the history
  4. easier repro

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    3e9d486 View commit details
    Browse the repository at this point in the history
  5. import type

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    023a64c View commit details
    Browse the repository at this point in the history
  6. remove suspense: true

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a6b219b View commit details
    Browse the repository at this point in the history
  7. Add patch for next

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    dc9bf58 View commit details
    Browse the repository at this point in the history
  8. Patch package

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    2593bb6 View commit details
    Browse the repository at this point in the history
  9. Add fallback

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    34e4f80 View commit details
    Browse the repository at this point in the history
  10. Enable flag

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b081568 View commit details
    Browse the repository at this point in the history
  11. Fixes local dev env and adds better fallback for codeblock

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    38e36f3 View commit details
    Browse the repository at this point in the history
  12. Adds fallback for sandpack (should work fine)

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    894dd21 View commit details
    Browse the repository at this point in the history
  13. turn off concurrentFeatures

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1d9ee86 View commit details
    Browse the repository at this point in the history
  14. Revert "turn off concurrentFeatures"

    This reverts commit 50158ecbd33969e707a2a91a54e822e90c2ebfde.
    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    04fa675 View commit details
    Browse the repository at this point in the history
  15. Update SandpackWrapper.tsx

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d16d49a View commit details
    Browse the repository at this point in the history
  16. Removed flags and setTimeouts

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ada48d5 View commit details
    Browse the repository at this point in the history
  17. add timeouts and promise again

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1ea1e9d View commit details
    Browse the repository at this point in the history
  18. Adds bottom bezel and scroll to sandpack fallback

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    804e740 View commit details
    Browse the repository at this point in the history
  19. tinker bottombezel and remove console

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0222b84 View commit details
    Browse the repository at this point in the history
  20. Update CodeBlock.tsx

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    65ea072 View commit details
    Browse the repository at this point in the history
  21. Update SandpackWrapper.tsx

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    49c3baf View commit details
    Browse the repository at this point in the history
  22. removing overflows to avoid explicit scrolls

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9decfe5 View commit details
    Browse the repository at this point in the history
  23. upgrade nextjs to canary

    harish-sethuraman authored and gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    dae7e58 View commit details
    Browse the repository at this point in the history
  24. Rm patch

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8d885ba View commit details
    Browse the repository at this point in the history
  25. Fix TS

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    be3bb2f View commit details
    Browse the repository at this point in the history
  26. Bump Next

    gaearon committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    86996aa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. No more CSS jumping

    harish-sethuraman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e22c8ff View commit details
    Browse the repository at this point in the history
  2. Reverts the canary to use the latest Next.js 12.0.10

    harish-sethuraman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    700c43a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into test-splitting

    harish-sethuraman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a7d3bbf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into test-splitting

    harish-sethuraman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c60cac1 View commit details
    Browse the repository at this point in the history