slate v0.2.0 Release Notes

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

    🚚 transform.mark() is now transform.addMark() and transform.unmark() is now transform.removeMark(). The new names make it clearer that the transforms are actions being performed, and it paves the way for adding a toggleMark convenience as well.