Skip to content

Releases: plaidev/craft-cross-cms

@craft-cross-cms/rich-text-core@0.0.5

12 Feb 01:21
809f3a5

Choose a tag to compare

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

10 Feb 12:16
a1d6ee0

Choose a tag to compare

Patch Changes

  • 72fa6d1: Re-export MarkdownExtensionOptions and MarkdownExtensionStorage types from @tiptap/markdown to propagate its module augmentation to consumers.

@craft-cross-cms/rich-text-core@0.0.3

10 Feb 08:53
d728074

Choose a tag to compare

Patch Changes

  • b7dabb5: Fix tiptap extension module augmentations not propagating to consumers.

    Re-export Options types from each tiptap extension package via export type in src/index.ts. This forces tsup's DTS bundler to preserve external references in dist/index.d.ts, allowing consumer TypeScript to load extension .d.ts files and enable command types such as editor.chain().toggleBold().

@craft-cross-cms/rich-text-core@0.0.2

10 Feb 05:18
89cb1fb

Choose a tag to compare

Patch Changes

  • 82b0dc6: Fix TypeScript type errors in cmsImage tests