-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9b2e23
commit d831c93
Showing
7 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "canary", | ||
"initialVersions": { | ||
"@graphcms/rich-text-react-renderer": "0.1.0", | ||
"@graphcms/rich-text-types": "0.1.0" | ||
}, | ||
"changesets": [ | ||
"tough-shirts-suffer", | ||
"warm-bags-lie" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'@graphcms/rich-text-react-renderer': patch | ||
--- | ||
|
||
🐛 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@graphcms/rich-text-types': patch | ||
--- | ||
|
||
- Add `list_item_child` to `NodeRendererType`; | ||
- Accept array of `ElementNode` and object with `children` on `RichTextContent`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# @graphcms/rich-text-react-renderer | ||
|
||
## 0.1.1-canary.0 | ||
|
||
### Patch Changes | ||
|
||
🐛 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# @graphcms/rich-text-types | ||
|
||
## 0.1.1-canary.0 | ||
|
||
### Patch Changes | ||
|
||
- Add `list_item_child` to `NodeRendererType`; | ||
- Accept array of `ElementNode` and object with `children` on `RichTextContent`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters