Skip to content

v12.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 23:24
5394f83

🎨 Features

  • Adds support for Clipboard, ClipboardItem, Permissions and PermissionStatus, which are used by the Window.navigator.clipboard and Window.navigator.permissions properties. (#833)
  • Adds support for ClipboardEvent. (#833)
  • Improves support for DataTransfer, DataTransferItemList and DataTransferItem. (#833)
  • Adds MutationRecord class to Window as a property. (#1112)

👷‍♂️ Patch fixes

  • Restores HTMLInputElement.checked state when Event.preventDefault() is called on a dispatched "click" event.