apps/docs/content/getting-started/releases.mdx
Release notes for all tldraw SDK versions. Each minor release has its own page documenting new features, breaking changes, API additions, improvements, and bug fixes. Patch releases are listed within their parent minor release.
For the original releases, see the GitHub releases page.
Unlike many JavaScript packages distributed on NPM, the tldraw SDK does not follow semantic versioning in its release versions. Instead:
npm install tldraw to get the latest minor version of tldrawnpm install tldraw@next to get the latest version of tldraw that is used on tldraw.commain branch of tldraw are available to test through our pre-release canary builds.We ship an experimental tldraw-migrate agent skill to let an agent help you update to the latest version of the sdk. It detects your current version, fetches the relevant release notes, upgrades packages, and works through any type errors using the migration guides in our release notes. See our migration skill guide for details on how to set up and use the skill.
npm create tldraw CLI, accessibility improvements