Releases

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.

Current release: v3.5.0

Welcome to the 3.5.0 release of tldraw. This month's SDK release improves grid snapping, some usability improvements around layering shapes, and more fine-grained controls around exporting.

What's new

Snap to grid when creating shapes (#4875)

This PR makes sure that shapes snap to the grid when created. It adds a maybeSnapToGrid function, which can be used to push a shape onto the grid if grid mode is enabled, both when click-creating and when drag-creating.

Smart bringForward/sendBackward (#4851)

Improved the 'bring forward' and 'send backward' actions by making them only consider nearby overlapping shapes when deciding the next ordering.

Better support scale / quality in export utilities (#4795)

This helps better control the scale when using the image export utilities in tldraw. We now have the option to pass scale and pixelRatio to the export functions to give more fine-grained control.

Improvements

  • Improve panning performance when we have many note shapes and when we are zoomed out #4935
  • Improve hovers on page menu #4788
  • Allow custom React providers in SVG exports #4991
  • Make default color theme light. #4796
  • Improve right click on frame headings #4979

API changes

  • Expose font sizes, stroke sizes API #4940
  • Add rate limiting socket close reason. #4898
  • Add option to disable text creation on double click #4841

Bug Fix

  • Remove zooming to an editing shape if the shape is off-screen #4872
  • Fix shapes getting stuck in erasing state #4861
  • Fix id regression #4849pull/4788)
  • Keyboard shortcuts: fix up wrong size dialog on desktop #4791
  • Fix toast spacing #4800
  • Fix dragging on frame headings #4794
  • Make sure copy-as-png comes in at natural size #4771
  • Add store consistency checks during mergeRemoteChanges #4833
  • Fix Safari sleep crash #4822

Authors: 13

Previous releases

Prev
Installation
Next
v3.5.0