Download Latest Version v3.6.2 source code.tar.gz (1.5 MB)
Email in envelope

Get an email when there's a new version of Tiptap

Home / v3.5.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-09-24 731 Bytes
v3.5.3 source code.tar.gz 2025-09-24 1.5 MB
v3.5.3 source code.zip 2025-09-24 2.4 MB
Totals: 3 Items   3.9 MB 0

Releases

v3.5.3

@tiptap/extension-text-style

Patch Changes

  • Merge nested span styles only for immediate child spans and guard style values.

  • Replace non-standard/fragile selector approach and avoid re-processing nested <span> elements.

  • Read parent style once, merge with child style only when present, and remove empty style attributes.
  • Improves parsing performance and robustness in browsers, Node/JSDOM and tests.

This change fixes a bug that could cause exponential work when parsing deeply nested <span> elements - in extreme cases that could make the tab unresponsive or crash the renderer. It is a bugfix / performance improvement with no public API changes.

Source: README.md, updated 2025-09-24