Skip to content

Version 9.0.0

Compare
Choose a tag to compare
@vjik vjik released this 28 May 14:15
· 6 commits to master since this release
9.0.0
dd130b7
  • 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)