Version 12.1 of Yii View package has been released. Here are the list of improvements and fixes included in the new version:
- changed PHP constraint in
composer.json
to8.1 - 8.4
; - allowed using
../
in the name of the view to refer to parent directory of the directory containing the view currently being rendered; - explicitly marked nullable parameters;
- fixed exception message when relative path is used without currently rendered view.