remirror v1.0.0-next.58 Release Notes

Release Date: 2020-11-29 // over 3 years ago
  • 🛠 Fixes 🔧

    • ⚡️ 3d3da227 #815 Thanks @ifiokjr! - Allow access to extension.store.currentState before the first state update. This fixes #814.

Previous changes from v1.0.0-next.57

  • 🛠 Fixes

    4ae3c9b2 #812 Thanks @whawker! - Fix rendered HTML when selecting or applying marks to part of a link.

    Behaviour before fix.

    \<p\>\<a href="/"\>My partially\</a\>\<a href="/"\>\<span class="selection"\>selected\</span\>\</a\>\<a href="/"\>link\</a\>\</p\>
    

    Behaviour after fix.

    \<p\>\<a href="/"\> My partially \<span class="selection"\>selected\</span\> link \</a\>\</p\>