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 #4539

Merged
merged 2 commits into from May 24, 2023
Merged

v0.11.0 #4539

merged 2 commits into from May 24, 2023

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 on 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
@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%) 328 ms (-24.64% 🔽) 883 ms
packages/lexical-rich-text/dist/LexicalRichText.js 38.71 KB (0%) 775 ms (0%) 355 ms (-46.76% 🔽) 1.2 s
packages/lexical-plain-text/dist/LexicalPlainText.js 38.69 KB (0%) 774 ms (0%) 287 ms (-37.1% 🔽) 1.1 s

@vercel
Copy link

vercel bot commented May 24, 2023

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

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 0:35am
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 0:35am

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
3 participants