1.21.9
Fixed
-
Allow using 3rd party
IComponentActivatorat the same time as component factories. By @egil. Reported by BenSchoen in #1129. -
Calling
IRenderedComponent.Render()orIRenderedComponent.SetParametersAndRender()did not batch up multiple synchronous re-renders after setting parameters. This is now changed such that the method causes the component to re-render with new parameters in the same way as if a parent component had passed new parameters to it. By @egil. Reported by @Jcparkyn in #1119.