Major versions of yiisoft/view and yiisoft/yii-view were tagged.
ViewandWebViewgot 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
ViewandWebView. "Common parameters" became just "parameters". ContentParametersInjectionInterfacewas replaced withContentParametersInjectionInterface. It injects parameters for both views and layout.