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

v0.11.0 #4538

Closed
wants to merge 2 commits into from
Closed

v0.11.0 #4538

wants to merge 2 commits into from

Conversation

zurfyx
Copy link
Member

@zurfyx zurfyx commented May 23, 2023

v0.11.0

v0.11.0 (2023-05-23)

Arguably no major new features but this version comes with substantial bugfixes! Most notably:

  • Proper support for tabs
  • Remove redundant spaces on paste
  • Revised triple click heuristics
  • Fixed NodeSelection clicks on Android
  • Revised deletion heuristics style retention
  • Revised createRectsFromDOMRange for Mark-like plugins

(you can read more above these on the changelog below)

LexicalContextMenu (experimental)

Screenshot 2023-05-23 at 6 15 20 PM

While we strongly advocate for a11y and features that work across devices, there is significant demand for desktop users to have access to tooling via the right click. UX-wise, they're very familiar with it as it's common within other editors such as the well-known Google Docs, Pages and Microsoft Word and it's also the fastest.

LexicalContextMenu is a WIP and not ready for production but the prototype is already live in the Playground under a feature flag (see the gear on the bottom left to enable it /?shouldUseLexicalContextMenu=true)

Changelog

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 23, 2023
@vercel
Copy link

vercel bot commented May 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview May 23, 2023 10:22pm
lexical-playground ✅ Ready (Inspect) Visit Preview May 23, 2023 10:22pm

@github-actions
Copy link

github-actions bot commented May 23, 2023

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
packages/lexical/dist/Lexical.js 27.78 KB (0%) 556 ms (0%) 349 ms (+0.89% 🔺) 904 ms
packages/lexical-rich-text/dist/LexicalRichText.js 38.71 KB (0%) 775 ms (0%) 502 ms (-26.8% 🔽) 1.3 s
packages/lexical-plain-text/dist/LexicalPlainText.js 38.69 KB (0%) 774 ms (0%) 340 ms (+45.33% 🔺) 1.2 s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: LexicalAutoEmbedPlugin doesn't consistently work
2 participants