yiisoft / yii-dataview

Data widgets
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
39 stars 21 forks source link

Update yiisoft/view requirement from ^8.0 to ^9.0 #189

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on yiisoft/view to permit the latest version.

Release notes

Sourced from yiisoft/view's releases.

Version 9.0.0

  • 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)
Changelog

Sourced from yiisoft/view's changelog.

9.0.0 May 28, 2024

  • 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)

8.0.0 February 16, 2023

  • Chg #219: Adapt configuration group names to Yii conventions (@​vjik)
  • Enh #222: Add support for yiisoft/cache version ^3.0 (@​vjik)

7.0.1 January 16, 2023

7.0.0 December 06, 2022

6.0.0 July 21, 2022

5.0.1 June 30, 2022

  • Enh #205: Add support for yiisoft/cache version ^2.0 (@​vjik)

5.0.0 February 03, 2022

  • New #193: Add simple view context class ViewContext (@​vjik)
  • New #193: Add method ViewInterface::withContextPath() that set view context path (@​vjik)
  • New #194: Add method ViewInterface::addToParameter() that add value(s) to end of specified array parameter (@​vjik)
  • New #195: Add method ViewInterface::withClearedState() that cleared state of view (parameters, blocks, etc.) (@​vjik)
  • Chg #195: Mutable method ViewInterface::setPlaceholderSalt() replaced to immutable withPlaceholderSalt() (@​vjik)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Looks like yiisoft/view is up-to-date now, so this is no longer needed.