- Chg #115: Only a full path can now be used as a layout (@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.