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

feat(richtext-lexical)!: lazy import React components to prevent client-only code from leaking into the server #4290

Merged
merged 16 commits into from
Dec 6, 2023

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    3c40eb9 View commit details
    Browse the repository at this point in the history
  2. chore(richtext-lexical): use useMemo for lazy-loaded React Components…

    … to prevent lag and flashes when parent component re-renders
    AlessioGr committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ed3c8bd View commit details
    Browse the repository at this point in the history
  3. chore: make exportPointerFiles.ts script usable for other packages as…

    … well by hoisting it up to the workspace root and making it configurable
    AlessioGr committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    48d9a51 View commit details
    Browse the repository at this point in the history
  4. chore(richtext-lexical): make sure no client-side code is imported by…

    … default from Features
    AlessioGr committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    741e2b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fad4e31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    808c3c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5738ed1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    6f41c3e View commit details
    Browse the repository at this point in the history
  2. chore(richtext-*): lazy-import Field & Cell Components, move Client-o…

    …nly exports to /components subpath export
    AlessioGr committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0d60686 View commit details
    Browse the repository at this point in the history
  3. chore(richtext-lexical): make sure nothing client-side is directly ex…

    …ported from the / subpath export anymore
    AlessioGr committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ac11002 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    666e3d5 View commit details
    Browse the repository at this point in the history
  2. add missing imports

    AlessioGr committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5745793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d7528 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83ad7db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2e044f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb5ba11 View commit details
    Browse the repository at this point in the history