Skip to content

v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 22:52

2.1.0 (2026-07-25)

✨ Features

  • dom: add document.currentScript (5cfc356)
  • dom: add insertAdjacentElement/insertAdjacentText (c68ef93)
  • dom: add Intl.NumberFormat/DateTimeFormat polyfill (e585025)
  • dom: add named access on the window object (11c2848)
  • dom: add v0.17 ergonomics gaps (7b0cd52)
  • dom: decompose / href into URL parts (4992fdf)
  • dom: reflect hidden/title/lang/dir on Element (272d88f)
  • intl: add Intl.RelativeTimeFormat and Intl.PluralRules (27f664c)
  • sandbox: make onConfirm awaitable (bd9e8d3)

🐛 Bug Fixes

  • android: register IntlBindings.cpp in CMake sources (d344c02)
  • dom: harden named-access registry mutations (90b2e8c)
  • dom: mirror window.location as document.location (f912087)
  • dom: selectedIndex/selectedOptions default consistently (e32be89)
  • dom: stop Element.prototype.host from breaking Shadow DOM traversal (62dda99)
  • dom: tighten Intl currency/dateStyle/timeStyle handling (1673826)
  • events: wire onchange/oninput/onsubmit/onreset handlers (2d2c62c)
  • intl: don't round values for RelativeTimeFormat numeric:auto (20f58d0)
  • test: test frame's name attribute via createElement (bbb8423)

📚 Documentation

  • add v0.18 roadmap entry (b09eb4c)
  • changelog: remove erroneous breaking-change note from v2.0.0 (4159964)