Skip to content

1.6.4

Choose a tag to compare

@github-actions github-actions released this 22 Feb 16:12
e10188c

A quick minor release that primiarily fixes a regression in 1.5.12.

Fixed

  • ClickAsync could lead to bubbling exceptions from GetDispatchEventTasks even though they should be handled. Reported by @aguacongas. Fixed by @linkdotnet.
  • Added more non bubbling events to bUnit so it behaves closer to the HTML specification. @linkdotnet.