Releases: yiisoft/yii-view-renderer
Releases · yiisoft/yii-view-renderer
Version 7.3.0
Version 7.2.0
Version 7.1.0
Version 7.0.0
- Chg #115: Only a full path can now be used as a layout (@vjik)
- Chg #116, #117, #118: Rename package to
yiisoft/yii-view-renderer
(@vjik) - Chg #119: Change package configuration parameters
viewPath
andlayout
to null (@vjik) - Chg #64: Refactor controller name extractor, use greedy search of namespace items with "controller(s)" postfix (@vjik)
Version 6.1.1
Version 6.1.0
- New #102: Add layout specific injections (@vjik)
- Enh #107: Implement lazy loading for injections (@vjik)
- Enh #79: Add debug collector for yiisoft/yii-debug (@xepozz)
- Enh #99: Make
viewPath
inViewRenderer
constructor optional (@vjik) - Bug #82: Fixed find for layout file due to compatibility with
yiisoft/view
(@rustamwin)
Version 6.0.0
- Chg #72: Adapt configuration group names to Yii conventions (@vjik)
- Enh #73: Add support for
yiisoft/aliases
version^3.0
(@vjik) - Enh #74: Add support for
yiisoft/csrf
version^2.0
(@vjik) - Enh #76: Add support for
yiisoft/data-response
version^2.0
(@vjik) - Enh #77: Add support for
yiisoft/view
version^8.0
(@vjik)
Version 5.0.1
Version 5.0.0
- New #51: Add immutable method
ViewRenderer::withLocale()
that set locale (@thenotsoft)