chore(docs): update release notes 2026-02-14#7928
Merged
steveruizok merged 1 commit intomainfrom Feb 14, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
huppy-bot bot
pushed a commit
that referenced
this pull request
Feb 14, 2026
In order to keep the release notes current for the upcoming SDK release, this PR updates `apps/docs/content/releases/next.mdx` with documentation for recently merged changes. ### Changes - Add "What's new" section for the experimental `onDropOnCanvas` canvas drop handler (#7911) - Add API change entry for `TldrawOptions.experimental__onDropOnCanvas` - Update release intro paragraph to mention the new drop handler - Add bug fix entry for CJS compatibility regression from ESM-only rbush (#7905) - Add bug fix entry for zero pen pressure on tablets affecting draw shapes (#5693) ### Change type - [x] `docs` ### Test plan - [ ] Verify the release notes render correctly on the docs site ### Release notes - Update next release notes with experimental canvas drop handler, CJS fix, and tablet pressure fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order to keep the release notes current for the upcoming SDK release, this PR updates
apps/docs/content/releases/next.mdxwith documentation for recently merged changes.Changes
onDropOnCanvascanvas drop handler (feat(editor): add experimental onDropOnCanvas option #7911)TldrawOptions.experimental__onDropOnCanvasChange type
docsTest plan
Release notes