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
+3-4
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@
6
6
7
7
### Added
8
8
9
-
* Give block rendering components access to the whole `blocks` list.
10
-
* Give block rendering components access to the whole `block`, when the component is rendered for a block.
11
-
* Give text decorators renders to the whole `blocks` list.
12
-
* Give text decorators renderers access to the whole `block`.
9
+
* Give block rendering components access to the current `block`, when the component is rendered for a block, and the `blocks` list.
10
+
* Give text decorators renderers access to the current `block` and `blocks` list.
11
+
* Give style rendering components access to the current `block`, `blocks` list, and current style type as `inline_style_range.style` ([#87](https://github.com/springload/draftjs_exporter/issues/87)).
0 commit comments