Skip to content

component v0.2.1

Choose a tag to compare

@github-actions github-actions released this 19 Dec 01:57
· 105 commits to main since this release
  • Fix node replacement

    Anchors were being calculated incorrectly because it removed the old node before inserting the new one, Now it correctly uses the old node as the anchor for insertion and inserts the new node before removing the old one.