Releases

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.

How tldraw is versioned

Unlike many JavaScript packages distributed on NPM, the tldraw SDK does not follow semantic versioning in its release versions. Here's what we do instead:

  • Major version bumps are very rare and we reserve them for special changes that signify a paradigm shift of some kind.
  • Minor version bumps are released on a regular cadence - approximately monthly. They may contain breaking changes. We aim to make breaking changes as minimally disruptive as possible, but tldraw is actively evolving as we add new features. We recommend updating tldraw at a similar pace to our release cadence, and be sure to check the release notes.
  • Patch version bumps are for bugfixes and hotfixes that can't wait for the next cadence release.

Next

  • next - The changes for the upcoming release (v4.3).

v4.x

  • v4.2 - TipTap v3, dynamic tools, custom socket implementations
  • v4.1 - Shader starter kit, localStorage atoms, minimap filtering
  • v4.0 - Starter kits, WCAG 2.2 AA compliance, licensing updates

v3.x

  • v3.15 - npm create tldraw CLI, accessibility improvements
  • v3.14 - Contextual toolbars, PathBuilder API
  • v3.13 - Elbow arrows for technical diagrams
  • v3.12 - Accessibility focus, keyboard navigation
  • v3.11 - Rich text fixes, zoom improvements
  • v3.10 - Rich text as first-class primitive
  • v3.9 - Layout improvements, AtomMap class
  • v3.8 - React 19 compatibility, i18n expansion
  • v3.7 - Presence sync customization
  • v3.6 - Expanded action helpers
  • v3.5 - Grid snapping, layer improvements
  • v3.4 - Excalidraw compatibility
  • v3.3 - Readonly mode, sync improvements
  • v3.2 - Version alignment release
  • v3.1 - Shape visibility, server-side updates
  • v3.0 - New licensing, deep links, custom embeds

v2.x

Prev
Installation
Next
Next release