Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

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

Release notes

Sourced from yiisoft/view's releases.

Version 12.0.0

  • New #278: Add ViewInterface::deepClone() method that clones object, including state cloning (@​vjik)
  • Chg #276: Allow to pass null to ViewInterface methods withBasePath() and withContext() (@​vjik)
  • Bug #279: Fix clearing theme in View::withClearedState() and WebView::withClearedState() (@​vjik)
Changelog

Sourced from yiisoft/view's changelog.

12.0.0 December 23, 2024

  • New #278: Add ViewInterface::deepClone() method that clones object, including state cloning (@​vjik)
  • Chg #276: Allow to pass null to ViewInterface methods withBasePath() and withContext() (@​vjik)
  • Bug #279: Fix clearing theme in View::withClearedState() and WebView::withClearedState() (@​vjik)

11.0.1 October 08, 2024

  • Enh #275: Make psr/event-dispatcher dependency optional (@​vjik)

11.0.0 October 02, 2024

  • Chg #271: Remove deprecated methods withDefaultExtension() and getDefaultExtension() from ViewInterface (@​vjik)
  • Chg #271: Rename configuration parameter defaultExtension to fallbackExtension (@​vjik)
  • Chg #272: Add variadic parameter $default to ViewInterface::getParameter() (@​vjik)
  • Enh #269: Bump PHP version to ^8.1 and refactor code (@​vjik)
  • Enh #273: Use more specific psalm types in results of WebView methods: getLinkTags(), getCss(), getCssFiles(), getJs() and getJsFiles() (@​vjik)
  • Bug #273: Fix empty string and "0" keys in WebView methods: registerCss(), registerStyleTag(), registerCssFile(), registerJs(), registerScriptTag() and registerJsFile() (@​vjik)

10.0.0 June 28, 2024

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

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

... (truncated)

Commits
  • b6b6910 Release version 12.0.0
  • 00d11a9 Add ViewInterface::deepClone() + Bump dev packages (#278)
  • 00a1dbf Fix theme clearing in withClearedState() (#279)
  • f879c63 Update rector/rector requirement from ^1.2 to ^2.0 (#277)
  • 55ef662 Allow to pass null to ViewInterface methods withBasePath() and `withCon...
  • 02448f8 Prepare for next release
  • dfdae3f Release version 11.0.1
  • 1aade72 Make psr/event-dispatcher dependency optional (#275)
  • a8039ab Prepare for next release
  • c73dd70 Release version 11.0.0
  • Additional commits viewable in compare view

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 <dependency name> 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)

Updates the requirements on [yiisoft/view](https://github.com/yiisoft/view) to permit the latest version.
- [Release notes](https://github.com/yiisoft/view/releases)
- [Changelog](https://github.com/yiisoft/view/blob/master/CHANGELOG.md)
- [Commits](yiisoft/view@10.0.0...12.0.0)

---
updated-dependencies:
- dependency-name: yiisoft/view
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 24, 2024
@vjik
Copy link
Member

vjik commented Dec 28, 2024

Waiting #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant