1.19.14
Fixed
- Custom elements with attributes throw
ArgumentExceptionwithMarkupMatches. Reported by @candritzky. Fixed by @linkdotnet.
Changed
- Changed test renderer such that updates to rendered components markup happen in the same synchronization context as the test framework is using (if any), if any, to avoid memory race conditions. By @egil.