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

Page Builder - Improving Text Rendering on Rendered Pages #4402

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

adrians5j
Copy link
Member

@adrians5j adrians5j commented Nov 20, 2024

Changes

This PR adds two patches.

1. Improving Text Rendering on Rendered Pages

First, it ensures that the old Medium editor (used before we introduced Lexical into PB), does not render anything if the received content is recognized as JSON. Without this fix, on rendered pages, users would sometimes be able to see a JSON string being printed for a brief amount of time (a couple of ms).

Note that there is still some work to be done here, which will be done in the near future.

2. Added @babel/plugin-proposal-dynamic-import To Babel Configuration For React Apps

As the title says, we've added @babel/plugin-proposal-dynamic-import to Babel configuration that's used with React apps.

How Has This Been Tested?

Manually.

Documentation

Changelog.

@webiny-bot webiny-bot added this to the 5.41.2 milestone Nov 20, 2024
@adrians5j adrians5j changed the title Adrian/minor patches Page Builder - Improving Text Rendering on Rendered Pages Nov 20, 2024
@adrians5j adrians5j merged commit 24a3334 into dev Nov 20, 2024
16 checks passed
@adrians5j adrians5j deleted the adrian/minor-patches branch January 7, 2025 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants