- no changes in this release.
- 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.