| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-18 | 969 Bytes | |
| v5.3.2 source code.tar.gz | 2026-08-18 | 39.6 MB | |
| v5.3.2 source code.zip | 2026-08-18 | 41.8 MB | |
| Totals: 3 Items | 81.4 MB | 12 | |
Generated from commits between v5.3.1 and HEAD
Bug Fixes
License fixes and product metadata (#10062)
- Added product metadata to all our package.json files to make licensing clearer between packages.
- Fixed default UI components (such as
DefaultToolbarandDefaultQuickActionsContent) crashing when mounted outside theTldrawcomponent. - Fixed license validation treating native apps served from custom protocols as development environments.
- Fixed wildcard license host matching so
*.example.commatches only that domain's subdomains. - Added internal
useMaybeLicenseManager(): the license manager from context, falling back to the nearest editor's, ornull. - Added internal
Editor.licenseManager, assigned by<TldrawEditor />when it creates the editor. - Changed internal
useLicenseFeatureFlagto acceptLicenseManager | nulland returnfalsefornull.