Skip to content

v14.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 15:21
e8f6107

👷‍♂️ Patch fixes

  • Adds support for using Node.prototype.cloneNode.call(element), Node.prototype.appendChild.call(element), Node.prototype.removeChild.call(element), Node.prototype.insertBefore.call(element) and Node.prototype.replaceChild.call(element), which Svelte v5 relies on - By @capricorn86 in task #1392