v5.3.2
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.