slate v0.20.0 Release Notes

Release Date: 2017-05-17 // almost 7 years ago
  • BREAKING

    Returning null from the Html serializer skips the element. Previously, null and undefined had the same behavior of skipping the rule and trying the rest of the rules. Now if you explicitly return null it will skip the element itself.