All Versions
139
Latest Version
Avg Release Cycle
8 days
Latest Release
1434 days ago

Changelog History
Page 13

  • v0.5.0 Changes

    July 20, 2016
    BREAKING

    node.getTextNodes() is now node.getTexts(). This is just for consistency with the other existing Node methods like getBlocks(), getInlines(), etc. And it's nicely shorter. :wink:

    Node methods now throw earlier during unexpected states. This shouldn't break anything for most folks, unless a strange edge-case was going undetected previously.


  • v0.4.0 Changes

    July 20, 2016
    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.


  • v0.3.0 Changes

    July 20, 2016
    BREAKING

    transform.unwrapBlock() now unwraps selectively. Previously, calling unwrapBlock with a range representing a middle sibling would unwrap all of the siblings, removing the wrapping block entirely. Now, calling it with those same arguments will only move the middle sibling up a layer in the hierarchy, preserving the nesting on any of its siblings. This changes makes it much simpler to implement functionality like unwrapping a single list item, which previously would unwrap the entire list.


  • v0.2.114

    April 25, 2020
  • v0.2.113

    April 24, 2020
  • v0.2.112

    November 10, 2019
  • v0.2.111

    August 27, 2019
  • v0.2.110

    August 22, 2019
  • v0.2.107

    June 07, 2019
  • v0.2.10

    April 25, 2020