# @platform-modules/ui-editor

## 0.2.0

### Minor Changes

- 5824112: Add the controlled `editor-widget` public subpath with accessible formatting, sandboxed preview, typed media insertion, and structural widget errors. Keep external controlled document replacement silent and outside undo history.
- 801cad3: Modernize package-facing compatibility for the Node 26 toolchain. Better Auth 1.7 requires the exported account schema to add `issuer`, enforce `(issuer, accountId)` uniqueness, and add JWKS metadata columns (`expiresAt`, `alg`, `crv`); existing Better Auth engine databases must apply the corresponding schema migration. React-facing packages now use React 19 element types, locale persistence remains usable when browser storage is unavailable, and the rich-text editor uses the Tiptap 3 editor and `setContent` APIs.

## 0.1.0

### Minor Changes

- 982f03a: Export `createDefaultExtensions` so hosts can compose the default extension set with an extra node (e.g. an Image extension) instead of re-listing the whole set.
