Releases: hygraph/rich-text
Releases · hygraph/rich-text
@graphcms/rich-text-types@0.2.0
Minor Changes
768492a
#25 Thanks @jpedroschmitz! - - Includeembed
in the list of types inElement
- Add new type
VideoMimeTypes
- Add new type
AssetMimeTypes
- Add new type
EmbedProps
- Add new type
EmbedElement
- Add new type
AssetReference
- Add new type
Reference
- Add new type
EmbedReferences
- Add
EmbedElement
toElementNode
- Add
references
toRichTextProps
- Add
Asset
andembed
toNodeRendererType
- Add new type
@graphcms/rich-text-react-renderer@0.2.0
Minor Changes
768492a
#25 Thanks @jpedroschmitz! - Add support for embeds assets and custom models
Patch Changes
- Updated dependencies [
768492a
]:- @graphcms/rich-text-types@0.2.0
@graphcms/html-to-slate-ast@0.5.1
Patch Changes
- Updated dependencies [
768492a
]:- @graphcms/rich-text-types@0.2.0
@graphcms/html-to-slate-ast@0.5.0
Minor Changes
b2c8f91
#23 Thanks @larisachristie! - Fix the AST shape of a converted copy-pasted image
@graphcms/html-to-slate-ast@0.4.0
@graphcms/html-to-slate-ast@0.3.0
@graphcms/rich-text-types@0.1.4
Patch Changes
e950c91
#17 Thanks @jpedroschmitz! - fix: empty thead being renderered
@graphcms/rich-text-react-renderer@0.1.5
Patch Changes
-
e950c91
#17 Thanks @jpedroschmitz! - fix: empty thead being renderered -
1a0354c
#16 Thanks @jpedroschmitz! - docs: add examples for next image and gatsby link -
Updated dependencies [
e950c91
]:- @graphcms/rich-text-types@0.1.4
@graphcms/html-to-slate-ast@0.2.0
Minor Changes
672b2b9
#12 Thanks @feychenie! - @graphcms/html-to-slate-ast is now isomorphic and async. It uses DOMParser in the browser, and jsdom in node.
@graphcms/rich-text-types@0.1.3
Patch Changes
7cb7b7e
#9 Thanks @feychenie! - Moved html-to-slate-ast package to this repo.