1.26.64
Changed
- Upgraded AngleSharp to 1.0.7.
Fixed
- When the
TestContext
was disposed, the Blazor Renderer itself didn't dispose components under test. By @linkdotnet. - When navigating, the
HistoryEntryState
onNavigationManager
will be populated. By @linkdotnet.
Added
- New overloads for
IRenderedFragmentBase.InvokeAsync
that allow retrieving the work item's return value. By @jcparkyn.