Releases: kitschpatrol/tldraw-cli
Releases · kitschpatrol/tldraw-cli
v4.1.0
v4.0.0
- 54d4250 Release: 4.0.0
- f401b1f Breaking: Change
--dark-mode
option flag to--dark
for concision. - 1df6897 Breaking: Add support for opening local files on tldraw.com. Open command now defaults to using tldraw.com instead of local tldraw instance.
- c9f669d Update dependencies.
- 628c213 Logging improvements.
- f890a01 Move log prefixing.
- 6b7c567 Breaking: Remove verbose argument from node api. Expose log instead.
- cedb96b Be more explicit about what goes to stdout.
- 24aec28 Improve readme wording.
v3.2.0
v3.1.0
v3.0.0
- be4593f Release: 3.0.0
- 5d1d8fb Breaking: Switch to multi-command argument parsing. Add open command.
- 6f887e4 Update tldraw to canary for now to fix migration issues.
- 2fdf936 Add and serve local tldraw favicon.
- 521ca60 Readme updates reflecting changes to Node API.
- 703871d Write exported file paths to stdout.
- 029b292 Dependency updates.
- cc44347 Add support for exporting to tldr. Documentation updates. Add inline IIFE module import plugin.
- c782aec Add support for exporting to json.
- 9bd907f Add TldrawFormat type.
- 59d4263 Breaking change: tldrawtoImage always returns string[]. Refactor puppeteer and express into classes.