Name | Modified | Size | Downloads / 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.