We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4cc5b commit e6392ffCopy full SHA for e6392ff
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "editorjs-blocks-react-renderer",
3
- "version": "1.2.0",
4
- "description": "EditorJS blocks renderer to semanticly beautiful html5 tags via React.",
+ "version": "1.2.1",
+ "description": "EditorJS blocks render to semanticly beautiful html5 tags via React.",
5
"keywords": [
6
"editorjs",
7
"editor.js",
@@ -13,6 +13,7 @@
13
"gatsby",
14
"renderer",
15
"html5",
16
+ "html",
17
"blocks"
18
],
19
"main": "dist/index.js",
src/renderers/image/index.tsx
@@ -7,7 +7,7 @@ export interface ImageBlockData {
url: string;
8
name?: string;
9
};
10
- url?: string
+ url?: string;
11
caption: string;
12
withBorder: boolean;
withBackground: boolean;
0 commit comments