- no changes in this release.
- Enh #129: Add support for
yiisoft/view
version^11
(@vjik) - Enh #130: Bump PHP version to
^8.1
and refactor code (@vjik)
- Chg #122: Raise required
yiisoft/view
version to^10.0
(@vjik)
- 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)
- Bug #112: Fix events configuration for Yii Debug (@vjik)
- 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: Fix find for layout file due to compatibility with
yiisoft/view
(@rustamwin)
- 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)
- Enh #70: Add support
yiisoft/view
of version^7.0
andyiisoft/html
of version^3.0
(@vjik) - Bug #61: Fixed getting incorrect controller name based on controller instance (@vjik, @kamarton)
- New #51: Add immutable method
ViewRenderer::withLocale()
that set locale (@thenotsoft)
- Chg #50: Update the
yiisoft/view
dependency, added^5.0
(@thenotsoft)
- Chg #48: Update the
yiisoft/csrf
dependency to^1.2
(@devanych)
- Chg #47: Update the
yiisoft/view
dependency to^4.0
(@vjik)
- Chg #45:
CsrfInjection
now injects a stringable CSRF object with methodsgetToken()
,getParameterName()
,getHeaderName()
andhiddenInput()
instead of string token to common parameters (@vjik)
- Chg: Replace interface
ContentParametersInjectionInterface
toCommonParametersInjectionInterface
that inject parameters both to content and to layout (@vjik) - Bug #42: Fixed not passing common parameters setted in process content rendering to layout (@vjik)
- Bug #40: Fixed not passing content and layout parameters injections to nested view rendering (@vjik)
- Chg: Use yiisoft/html ^2.0 and yiisoft/view ^2.0 (@samdark)
- Initial release.