Releases: hygraph/rich-text
@graphcms/[email protected]
Patch Changes
-
7cb7b7e
#9 Thanks @feychenie! - Moved html-to-slate-ast package to this repo. -
Updated dependencies [
7cb7b7e
]:- @graphcms/[email protected]
@graphcms/[email protected]
Patch Changes
-
7cb7b7e
#9 Thanks @feychenie! - Moved html-to-slate-ast package to this repo. -
Updated dependencies [
7cb7b7e
]:- @graphcms/[email protected]
@graphcms/[email protected]
Patch Changes
-
23b87f6
#6 Thanks @KaterBasilisk6! -
Add
RemoveEmptyElementType
@graphcms/[email protected]
Patch Changes
23b87f6
#6 Thanks @KaterBasilisk6!
⚡️ Improvements:
- feat(react): remove empty headings from rendering
- Updated dependencies [
23b87f6
]:- @graphcms/[email protected]
v0.1.2
Patch Changes
c064507
#3 Thanks @jpedroschmitz!
🐛 Bug fixes
- fix(react): empty space not being rendered
v0.1.1
Patch Changes
-
d831c93
#2 Thanks @jpedroschmitz! -
Add
list_item_child
toNodeRendererType
; -
Accept array of
ElementNode
and object withchildren
onRichTextContent
.
v0.1.0
- Initial types version;
In future updates, we'll add proper descriptions of the changes.
v0.1.1
Patch Changes
b1a0bae
#2 Thanks @jpedroschmitz!
🐛 Bug fixes:
- Move @graphcms/rich-text-types to dependecy section to fix the error "can't resolve @graphcms/rich-text-types"
d831c93
#2 Thanks @jpedroschmitz!
🐛 Bug fixes:
- fix(react): not rendering list children
- fix(react): fix can't resolve @graphcms/rich-text-types
- fix(react): html and jsx tags not being rendered correctly
⚡️ Improvements:
-
feat(react): accept both array and object for content
-
Updated dependencies [
d831c93
]:- @graphcms/[email protected]
v0.1.0
- Added the
RichText
component;
In future updates, we'll add proper descriptions of the changes.
v0.1.1-canary.0
- Add
list_item_child
toNodeRendererType
; - Accept array of
ElementNode
and object withchildren
onRichTextContent
.