Skip to content

Releases: kitschpatrol/tldraw-cli

v4.6.7

10 Jul 19:25
Compare
Choose a tag to compare

v4.6.6

28 Jun 04:45
Compare
Choose a tag to compare

v4.6.5

24 Jun 13:30
Compare
Choose a tag to compare
  • 9a131f3 Release: 4.6.5
  • 124b2b8 Improve wording in CLI logging output.
  • b422fc4 Fix logic error in page selection code. Addresses #11.
  • e169422 Dependency updates.
  • 934445e Clean up test logging.

v4.6.4

20 Jun 02:48
Compare
Choose a tag to compare
  • 68d272f Release: 4.6.4
  • 0f82b87 Back to the canaries for compatibility with tldraw.com. Fixes #10.

v4.6.3

14 Jun 19:10
Compare
Choose a tag to compare
  • 5a6859b Release: 4.6.3
  • 830749e Update shared config. Cleans up CLI help in readme.

v4.6.2

12 Jun 05:45
Compare
Choose a tag to compare
  • 5fb8899 Release: 4.6.2
  • c1913a6 Update to tldraw 2.2.0 release, fixes #9.
  • 3313d0f Remove CSP warning log check.
  • ae9af4a Switch to new getSnapshot and loadSnapshot functions. Remove related warning log check.

v4.6.1

11 Jun 00:29
Compare
Choose a tag to compare
  • 741ce7d Release: 4.6.1
  • c033f76 Fix rare editor undefined bug.
  • 7074759 Forgive rounding errors in JSON and SVG test snapshots.
  • 01ca4db Don't hash JSON and SVG test snapshots.

v4.6.0

10 Jun 21:49
Compare
Choose a tag to compare
  • e99d1c2 Release: 4.6.0
  • a19df15 Add test for roun-trip API stability from local to tldraw.com and back to local.
  • 1aeebb3 Suppress Store.loadSnapshot warnings for now.
  • 1b206a5 Add some warnings to the documentation about scenarios where files may be uploaded to tldraw.com.
  • 18ad885 Expose tldrawToShareUrl function in the public API.
  • 5d75076 Expose tldrawOpen in the public API, and add related documentation to readme. Warning: This is a breaking change if you are using the formerly private tldrawOpen API .
  • d5aa59c Refactor open command logic.
  • b84e806 Add scheduled test run to GitHub actions to watch for API breakage.
  • 9028e54 Separate test and watched test commands.

v4.5.5

10 Jun 16:08
Compare
Choose a tag to compare
  • d167efc Release: 4.5.5
  • ce7848d Tests: Improve stable tldr JSON hash and --print output.
  • b7b1a59 Suppress CSP warnings pending tldraw/tldraw#3906.
  • 3d6dc87 Upgrade to a fresher tldraw 2.2 canary release. Fixes export issues with latest tldraw.com files. Re-addresses #2.
  • f323922 Lint fixes.
  • 5eafd2b Organize tests and emphasize file origin dates.
  • 767deed Minor dependency updates.
  • dc1dd1b Update GitHub actions workflows.
  • 3d02774 Fix possibly incorrect output from version command.

v4.5.4

26 May 22:53
Compare
Choose a tag to compare
  • aa8e921 Release: 4.5.4
  • ec0fe9e Minor dependency updates.
  • d3820af Test: Switch to perceptual image hash in tests to improve png snapshot stability.
  • 090908c Test: Fix issues with tldr and json snapshot hash stability.