-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK] Update typo3fluid/fluid to v4 - autoclosed #52
Conversation
|
Code Climate has analyzed commit 17cf9f9 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 0.0% (0.0% change). View more on Code Climate. |
Pull Request Test Coverage Report for Build 11834352998Details
💛 - Coveralls |
12d4068
to
5762225
Compare
5762225
to
91b4dd7
Compare
68908d9
to
8935b73
Compare
36711c1
to
55800aa
Compare
55800aa
to
385f25b
Compare
9fb5d77
to
c1b88d2
Compare
c1b88d2
to
836bd2e
Compare
| datasource | package | from | to | | ---------- | ---------------- | ------ | ----- | | packagist | typo3fluid/fluid | 2.15.0 | 4.0.1 |
836bd2e
to
17cf9f9
Compare
This PR contains the following updates:
^2.7
->^2.7 || ^4.0
Release Notes
TYPO3/Fluid (typo3fluid/fluid)
v4.0.1
Compare Source
What's Changed
Full Changelog: TYPO3/Fluid@4.0.0...4.0.1
v4.0.0
Compare Source
Nearly eight years after the launch of Fluid v2, we are happy to release Fluid v4. For this major version we had one key goal in mind: no breaking changes to user-facing APIs, such as ViewHelpers or View classes. We are confident that we have achieved this goal.
In this release, we focused on improving code quality by introducing stricter type checks across most of the codebase. In addition, we have deprecated several outdated or suboptimal APIs – most notably, the
renderStatic()
method for ViewHelpers and the related traits. While these deprecated APIs remain functional in Fluid v4, they will be removed in the upcoming Fluid v5 release. We strongly encourage users to consult the deprecation log and update their code to ensure compatibility with future versions.To make the upgrade process as seamless as possible, we've backported many of the new features to Fluid v2, ensuring that the migration path is largely backward-compatible.
Noteworthy features in v4 that could not be backported:
<f:comment>
now ignores Fluid syntax errors{true}
,{false}
and{null}
are part of the language now and can be used in all templatesAbstractTagBasedViewHelper
now supports boolean tag arguments according to the HTML5 standardA full list of breaking changes is available in the documentation.
New Contributors
Full Changelog: TYPO3/Fluid@2.15.0...4.0.0
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.