Releases: m4rvr/storyblok-rich-text-renderer
Releases · m4rvr/storyblok-rich-text-renderer
v3.6.0
Bug Fixes
- avoid ssr errors by providing fallbacks as span instead of div (d8f77d6)
Features
v3.5.0
Features
- add
textStyle
and highlight
marks (c10fc4b)
v3.4.0
Features
- add
superscript
and subscript
marks (8d12c8c)
v3.3.2
Bug Fixes
- add
anchor
to LinkAttributes
(eb95232)
v3.3.1
Bug Fixes
- temporarly remove
vue-tsc
in build command due to unfixable type issues (bd20b44)
v3.2.1
Bug Fixes
- vue-renderer: correctly wrap multiple marks (d4c67a5), closes #20
v3.2.0
Features
- vue-renderer: add option to omit paragraphs in list items (e2f51c1)
v2.0.1
Bug Fixes
- vue-renderer: pass href to router-link (99edefe)
v2.0.0
Bug Fixes
- correct import of
createElement
/h
(6037909)
v2.0.0-alpha.2
Bug Fixes
- types: add email to LinkType (8132590)