Releases: plaidev/craft-cross-cms
Releases · plaidev/craft-cross-cms
@craft-cross-cms/rich-text-core@0.0.5
Patch Changes
- 048fd96: Enable tree-shaking for constant-only imports by switching tsup to unbundled output, adding sideEffects: false, and re-exporting light utilities directly from their source module to avoid pulling in tiptap dependencies.
@craft-cross-cms/rich-text-core@0.0.4
Patch Changes
- 72fa6d1: Re-export
MarkdownExtensionOptionsandMarkdownExtensionStoragetypes from@tiptap/markdownto propagate its module augmentation to consumers.
@craft-cross-cms/rich-text-core@0.0.3
Patch Changes
-
b7dabb5: Fix tiptap extension module augmentations not propagating to consumers.
Re-export Options types from each tiptap extension package via
export typeinsrc/index.ts. This forces tsup's DTS bundler to preserve external references indist/index.d.ts, allowing consumer TypeScript to load extension.d.tsfiles and enable command types such aseditor.chain().toggleBold().
@craft-cross-cms/rich-text-core@0.0.2
Patch Changes
- 82b0dc6: Fix TypeScript type errors in cmsImage tests