Skip to content

v2.3.0

Choose a tag to compare

@zerodevx zerodevx released this 31 Aug 11:20
· 190 commits to main since this release
  • Refactor (simplify) MutationObserver code
  • Support partial rendering - render() will not re-stamp the DOM if there are no changes now
  • Run Prism highlight asynchronously with Web Workers; fall back to synchronous if unsupported
  • Update marked to v3
  • BREAKING: clearDom() is deprecated since partial rendering inserts or replaces instead
  • BREAKING: stampDom() is deprecated; operation split into stampStyles() and stampBody() respectively
  • BREAKING: makeFrag() is deprecated and replaced with makeNode()