slate v0.4.0 Release Notes

Release Date: 2016-07-20 // almost 8 years ago
  • BREAKING

    renderMark(mark, state, editor) is now 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.