Major versions of yiisoft/view and yiisoft/yii-view were tagged.
View
andWebView
got fluent interface for their setters.View::withAddedCommonParameters()
andWebView::withAddedCommonParameters()
were revemod since view should be mutable in order for parameters to be cascaded into sub-views.- Some metod and config option ranaming was performed in
View
andWebView
. "Common parameters" became just "parameters". ContentParametersInjectionInterface
was replaced withContentParametersInjectionInterface
. It injects parameters for both views and layout.