Skip to content

Releases: hygraph/rich-text

@graphcms/rich-text-react-renderer@0.1.4

23 Jun 17:17
Compare
Choose a tag to compare

Patch Changes

  • 7cb7b7e #9 Thanks @feychenie! - Moved html-to-slate-ast package to this repo.

  • Updated dependencies [7cb7b7e]:

    • @graphcms/rich-text-types@0.1.3

@graphcms/html-to-slate-ast@0.1.2

23 Jun 17:17
Compare
Choose a tag to compare

Patch Changes

  • 7cb7b7e #9 Thanks @feychenie! - Moved html-to-slate-ast package to this repo.

  • Updated dependencies [7cb7b7e]:

    • @graphcms/rich-text-types@0.1.3

@graphcms/rich-text-types@0.1.2

28 May 13:38
5166d94
Compare
Choose a tag to compare

Patch Changes

@graphcms/rich-text-react-renderer@0.1.3

28 May 13:38
5166d94
Compare
Choose a tag to compare

Patch Changes

⚡️ Improvements:

  • feat(react): remove empty headings from rendering
  • Updated dependencies [23b87f6]:
    • @graphcms/rich-text-types@0.1.2

v0.1.2

13 May 14:32
e266523
Compare
Choose a tag to compare

Patch Changes

🐛 Bug fixes

  • fix(react): empty space not being rendered

v0.1.1

12 May 22:05
Compare
Choose a tag to compare

Patch Changes

  • d831c93 #2 Thanks @jpedroschmitz!

  • Add list_item_child to NodeRendererType;

  • Accept array of ElementNode and object with children on RichTextContent.

v0.1.0

12 May 13:43
056bc0d
Compare
Choose a tag to compare
  • Initial types version;

In future updates, we'll add proper descriptions of the changes.

v0.1.1

12 May 22:05
Compare
Choose a tag to compare

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/rich-text-types@0.1.1

v0.1.0

12 May 13:00
056bc0d
Compare
Choose a tag to compare
  • Added the RichText component;

In future updates, we'll add proper descriptions of the changes.

v0.1.1-canary.0

12 May 20:04
Compare
Choose a tag to compare
v0.1.1-canary.0 Pre-release
Pre-release
  • Add list_item_child to NodeRendererType;
  • Accept array of ElementNode and object with children on RichTextContent.