You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `EmptyElementsToRemove` enum as a replacement for `RemoveEmptyElementType`
11
+
- Add `elementTypeKeys`
12
+
13
+
⚠️ Breaking Changes
14
+
15
+
> The `RichTextProps`, `ClassRendererProps`, `LinkRendererProps`, `DefaultElementProps` and the `NodeRendererType` type are now available on the `@graphcms/rich-text-react-renderer` package.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,17 @@ A set of companion packages for GraphCMS's Rich Text Field
4
4
5
5
## ✨ Packages
6
6
7
-
-[rich-text-react-renderer](./packages/react-renderer): Render Rich Text content from GraphCMS in React applications;
7
+
-[rich-text-html-renderer](./packages/html-renderer): Framework agnostic Rich Text renderer.
8
+
-[rich-text-react-renderer](./packages/react-renderer): Out of the box Rich Text renderer for React;
8
9
-[rich-text-types](./packages/types): TypeScript definitions for the GraphCMS Rich Text field type;
9
10
-[html-to-slate-ast](./packages/html-to-slate-ast): HTML to Slate AST converter for the GraphCMS's RichTextAST format.
10
11
12
+
## ⚡️ Examples (Rich Text Renderer)
13
+
14
+
-[Vue](./examples/vue)
15
+
-[Svelte](./examples/svelte/)
16
+
-[React](./examples/react/)
17
+
11
18
## 🤝 Contributing
12
19
13
20
Thanks for being interested in contributing! We're so glad you want to help! All types of contributions are welcome, such as bug fixes, issues, or feature requests. Also, don't forget to check the roadmap. See [`CONTRIBUTING.md`](./.github/CONTRIBUTING.md) for ways to get started.
0 commit comments