# tldraw v5.3.2 - Product: tldraw (https://whatsnew.fyi/product/tldraw) - Vendor: tldraw - Date: 2026-08-18 - Version: v5.3.2 - Original notes: https://github.com/tldraw/tldraw/releases/tag/v5.3.2 - Permalink: https://whatsnew.fyi/product/tldraw/releases/v5.3.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Product metadata to all package.json files to make licensing clearer between packages - **fixed** — Default UI components such as DefaultToolbar and DefaultQuickActionsContent crashing when mounted outside the Tldraw component - **fixed** — License validation treating native apps served from custom protocols as development environments - **fixed** — Wildcard license host matching so *.example.com matches only that domain's subdomains - **added** — Internal useMaybeLicenseManager() hook to get the license manager from context, falling back to the nearest editor's, or null - **added** — Internal Editor.licenseManager property assigned by TldrawEditor when it creates the editor - **changed** — Internal useLicenseFeatureFlag to accept LicenseManager or null and return false for null Generated from commits between `v5.3.1` and `HEAD` ##### Bug Fixes ###### License fixes and product metadata ([#10062](https://github.com/tldraw/tldraw/issues/10062)) - Added product metadata to all our package.json files to make licensing clearer between packages. - Fixed default UI components (such as `DefaultToolbar` and `DefaultQuickActionsContent`) crashing when mounted outside the `Tldraw` component. - Fixed license validation treating native apps served from custom protocols as development environments. - Fixed wildcard license host matching so `*.example.com` matches only that domain's subdomains. - Added internal `useMaybeLicenseManager()`: the license manager from context, falling back to the nearest editor's, or `null`. - Added internal `Editor.licenseManager`, assigned by `` when it creates the editor. - Changed internal `useLicenseFeatureFlag` to accept `LicenseManager | null` and return `false` for `null`.