1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 23:12:52 +02:00

update history

This commit is contained in:
Ian Storm Taylor
2016-07-20 21:48:58 -07:00
parent 4f95bc4c84
commit a0d5f32b70

View File

@@ -18,7 +18,7 @@ _July 20, 2016_
#### BREAKING CHANGES
- **Change `renderMark(mark, state, editor)` to `renderMark(mark, marks, state, editor)`.**
This change allows you to render marks based on multiple `marks` presence at once on a given range of text, for example using a custom `BoldItalic.otf` font when text has both `bold` and `italic` marks.
This change allows you to render marks based on multiple `marks` presence at once on a given range of text, for example using a custom `BoldItalic.otf` font when text has both `bold` and `italic` marks.
## `0.3.0`