-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: moveyourdigital/editorjs-blocks-react-renderer
base: v1.2.0
head repository: moveyourdigital/editorjs-blocks-react-renderer
compare: v1.2.1
- 14 commits
- 33 files changed
- 1 contributor
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 94d4647 - Browse repository at this point
Copy the full SHA 94d4647View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd0e9a - Browse repository at this point
Copy the full SHA afd0e9aView commit details -
Merge pull request #22 from moveyourdigital/add-examples
Add examples
Configuration menu - View commit details
-
Copy full SHA for 7d519b5 - Browse repository at this point
Copy the full SHA 7d519b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbc87a - Browse repository at this point
Copy the full SHA 7cbc87aView commit details
Commits on Oct 27, 2021
-
Editor.js now has a NestedList tool which (unfortunately) uses the same block name "list" as the simple List block tool. As such, this adds support to nested ul and ol tags following the output showed in https://github.com/editor-js/nested-list#output-data Here's an example of such output data: ```json { "type" : "list", "data" : { "style" : "unordered", "items" : [ { "content": "Apples", "items": [ { "content": "Red", "items": [] }, { "content": "Green", "items": [] }, ] }, { "content": "Bananas", "items": [ { "content": "Yellow", "items": [] }, ] }, ] } } ``` Closes #30
Configuration menu - View commit details
-
Copy full SHA for 7c737c1 - Browse repository at this point
Copy the full SHA 7c737c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61480c9 - Browse repository at this point
Copy the full SHA 61480c9View commit details -
This block is just a variation of the Image block, where the `file` is replaced by a simple `url` string. Closes #23
Configuration menu - View commit details
-
Copy full SHA for 279b3bb - Browse repository at this point
Copy the full SHA 279b3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1928144 - Browse repository at this point
Copy the full SHA 1928144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599fa3e - Browse repository at this point
Copy the full SHA 599fa3eView commit details -
Fix Table block with new format
The new format assumes that withHeadings property only applies to the first row. This makes our table renderer compatible with both formats. Closes #34
Configuration menu - View commit details
-
Copy full SHA for 57cc76c - Browse repository at this point
Copy the full SHA 57cc76cView commit details -
Merge pull request #32 from moveyourdigital/issue-23-implement-simple…
…-image Adds support to SimpleImage
Configuration menu - View commit details
-
Copy full SHA for 5cde74a - Browse repository at this point
Copy the full SHA 5cde74aView commit details -
Merge pull request #31 from moveyourdigital/issue-30-nested-list
Support NestedList
Configuration menu - View commit details
-
Copy full SHA for c6f8927 - Browse repository at this point
Copy the full SHA c6f8927View commit details -
Merge pull request #35 from moveyourdigital/issue-34-fix-table
Fix Table block with new format
Configuration menu - View commit details
-
Copy full SHA for 3a4cc5b - Browse repository at this point
Copy the full SHA 3a4cc5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6392ff - Browse repository at this point
Copy the full SHA e6392ffView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...v1.2.1