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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
33
33
-`<NodeContent />`
34
34
-`resizeDirections` to specifiy the axis that can be used to resize the node
35
35
-`resizeMaxDimensions` to add maximum values for resizing height/width
36
+
-`<CodeEditor />`
37
+
-`useToolbar` property to display toolbar if the `mode` is supported
38
+
- currently `markdown` mode is integrated, including support for headlines `<h1-6>`, `<blockquote>`, `<code>` block and inline, `<b>` bold, `<i>`, italic, `<del>` strike through, `<ul>`, `<ol>` and checkbox lists, `<a>` links and `<img>` images
36
39
- New icons:
37
-
- "item-magic-edit": icon for "magic" edit suggestions
38
-
- "artefact-task-concatenatetofile": icon for "Concatenate to file" operator
40
+
-`item-magic-edit`: icon for "magic" edit suggestions
41
+
-`artefact-task-concatenatetofile`: icon for "Concatenate to file" operator
0 commit comments