Skip to content

Releases: yiisoft/view

Version 10.0.0

28 Jun 10:03
10.0.0
4416d30
Compare
Choose a tag to compare
  • Chg #266: Change logic of template file searching in ViewInterface::render() (@vjik)
  • Chg #266: Remove ViewInterface::renderFile() (@vjik)
  • Chg #266: When the view cannot be resolved in ViewInterface::render(), change exception from RuntimeException to
    LogicException (@vjik)

Version 9.0.0

28 May 14:15
9.0.0
dd130b7
Compare
Choose a tag to compare
  • New #242: Add View::getLocale() and WebView::getLocale() methods (@Tigrov)
  • New #243: Add immutable method ViewInterface::withTheme() (@Gerych1984)
  • Chg #232: Deprecate ViewInterface::withDefaultExtension() and ViewInterface::getDefaultExtension() in favor of
    withFallbackExtension() and getFallbackExtensions() (@rustamwin)
  • Enh #226: Adjust config to make View and WebView more configurable (@rustamwin)
  • Enh #232, #233: Make fallback extension configurable & support multiple fallbacks (@rustamwin)
  • Enh #248: Add types to ViewInterface::setParameter() and ViewInterface::addToParameter() parameters (@vjik)
  • Enh #250: Make event dispatcher in View and WebView optional (@vjik)
  • Enh #251: Make base path in View and WebView optional (@vjik)
  • Bug #224: Fix signature of CachedContent::cache() (@vjik)
  • Bug #226: Fix reset config for referenced definitions (@rustamwin)
  • Bug #232: Fix render templates that contain dots in their name (@rustamwin)

Version 8.0.0

16 Feb 13:21
8.0.0
85d0e4b
Compare
Choose a tag to compare
  • Chg #219: Adapt configuration group names to Yii conventions (@vjik)
  • Enh #222: Add support for yiisoft/cache version ^3.0 (@vjik)

Version 7.0.1

16 Jan 22:29
7.0.1
c61a628
Compare
Choose a tag to compare
  • Chg: Allow yiisoft/arrays ^3.0 (samdark)

Version 7.0.0

06 Dec 08:18
7.0.0
31c1743
Compare
Choose a tag to compare
  • Chg #211: Change return type of immutable methods in ViewInterface from self to static (@vjik)
  • Enh #211: Raise minimum PHP version to ^8.0 (@xepozz, @vjik)
  • Enh #213: Add support for yiisoft/html version ^3.0 (@vjik)

Version 6.0.0

21 Jul 16:20
6.0.0
fc0b33c
Compare
Choose a tag to compare

Version 5.0.1

30 Jun 12:15
5.0.1
d2976b1
Compare
Choose a tag to compare
  • Enh #205: Add support for yiisoft/cache version ^2.0 (@vjik)