@tiptap-pro/extension-import-docx Changelog

Changelog for @tiptap-pro/extension-import-docx

0.9.0

Minor Changes

  • 4f38179: Address side-effect type import to load module augmentation (Commands) from extension-pages

0.8.0

Minor Changes

  • 8167367: Add imageUploadConfig option for structured image upload configuration during DOCX import.

    The new imageUploadConfig option replaces the deprecated imageUploadCallbackUrl string and gives full control over how the convert service uploads images found in imported DOCX files:

    • url (required) — the endpoint that receives uploaded images
    • headers — custom HTTP headers (e.g., Authorization: Bearer ...) forwarded to the upload endpoint, typed as HeadersInit for full Fetch API compatibility
    • method — HTTP method for the upload request, typed as RequestInit['method']
    • queryParams — query parameters appended to the upload URL

    The extension validates that url is a well-formed HTTP/HTTPS URL and throws an ImageUploadConfigValidationError if not. When both imageUploadConfig and the deprecated imageUploadCallbackUrl are provided, imageUploadConfig takes precedence and a console warning is emitted.

    Migration: replace imageUploadCallbackUrl: 'https://...' with imageUploadConfig: { url: 'https://...' }.

0.7.0

Minor Changes

  • fcd13d5: Initial beta point for export and pages packages

3.0.0-beta.31

3.0.0-beta.30

Patch Changes

  • 7f9455b: Bumped Tiptap and Hocuspocus Dependencies to most recent version

3.0.0-beta.29

3.0.0-beta.28

3.0.0-beta.27

3.0.0-beta.26

3.0.0-beta.25

Patch Changes

  • 77a7769: Bumped @tiptap and @hocuspocus dependencies

3.0.0-beta.24

Patch Changes

  • aca403d: Bump tiptap and hocuspocus dependencies

3.0.0-beta.23

3.0.0-beta.22

Patch Changes

  • e369685: upgraded hocuspocus and tiptap dependencies

3.0.0-beta.21

3.0.0-beta.20

Patch Changes

  • 6b08d0c: Bumped tiptap and hocuspocus dependencies

3.0.0-beta.19

3.0.0-beta.18

Patch Changes

  • 40d6b02: updated tiptap and hocuspocus dependencies

3.0.0-beta.17

3.0.0-beta.16

Patch Changes

  • b31ecec: Updated tiptap packages

3.0.0-beta.15

Major Changes

  • 953106f: Updated all tiptap dependencies

3.0.0-next.0

Patch Changes

  • 8292f35: Initialized Changesets

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.17.5 (2025-02-26)

Note: Version bump only for package @tiptap-pro/extension-import

2.17.4 (2025-02-11)

Note: Version bump only for package @tiptap-pro/extension-import

2.17.3 (2025-01-30)

Features

  • add a header for identifying which extension ran the export/import (fbbe521)

2.17.2 (2025-01-07)

Bug Fixes

  • import: resolve markdown file types (cab71cb)

2.17.1 (2024-12-30)

Note: Version bump only for package @tiptap-pro/extension-import

2.17.0 (2024-12-20)

Features

  • import: add experimental DOCX & image upload Import (#157) (cd73967)

2.16.3 (2024-11-28)

Bug Fixes

  • emoji: preserve marks in stored marks when inserting an emoji (#143) (5ebbed4)

2.16.2 (2024-11-27)

Note: Version bump only for package @tiptap-pro/extension-import

2.16.1 (2024-11-26)

Bug Fixes

  • mathematics: do some bounds checking to make the root doc not be asked what it's before or after is (#140) (7af2b73)

2.16.0 (2024-11-25)

Note: Version bump only for package @tiptap-pro/extension-import

2.15.0 (2024-11-20)

Note: Version bump only for package @tiptap-pro/extension-import

2.14.1 (2024-11-14)

Note: Version bump only for package @tiptap-pro/extension-import

2.14.0 (2024-11-07)

Note: Version bump only for package @tiptap-pro/extension-import

2.13.0 (2024-10-31)

Features

  • snapshot-compare: first version of snapshot compare (#113) (8462002)

2.11.9 (2024-10-02)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.8 (2024-10-02)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.7 (2024-09-27)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.6 (2024-09-27)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.5 (2024-09-27)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.4 (2024-09-26)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.3 (2024-09-24)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.2 (2024-08-30)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.1 (2024-08-23)

Note: Version bump only for package @tiptap-pro/extension-import

2.11.0 (2024-08-21)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.11 (2024-08-09)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.10 (2024-08-08)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.9 (2024-08-06)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.8 (2024-08-06)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.7 (2024-07-31)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.6 (2024-07-31)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.5 (2024-07-26)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.4 (2024-07-26)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.3 (2024-07-16)

Note: Version bump only for package @tiptap-pro/extension-import

2.10.2 (2024-07-15)

Note: Version bump only for package @tiptap-pro/extension-import