This PR was submitted for the 3.x branch but it was merged into the 2.x branch instead (closes#3226).
Discussion
----------
Allow Symfony 5
This fixes#3225
Commits
-------
d735a43e support Sf5
This PR was merged into the 2.x branch.
Discussion
----------
Add missing suggestions in Twig Extra Bundle
Commits
-------
8c2c193a Add missing suggestions in Twig Extra Bundle
This PR was submitted for the 3.x branch but it was merged into the 1.x branch instead (closes#3215).
Discussion
----------
[Minor] Correct return type of twig_date_converter
if a `\DateTimeImmutable` is passed to `twig_date_converter` it will return a `\DateTimeImmutable`, not a `\DateTime`.
Commits
-------
e927e859 Correct return type of twig_date_converter
This PR was squashed before being merged into the 2.x branch (closes#3205).
Discussion
----------
Updated spaceless deprecation to point to `apply` tag, as the `filter` tag is now deprecated too
Title says it all. No reason to chase our tail if we find a random `spaceless` tag yet.
Commits
-------
a3435895 Updated spaceless deprecation to point to `apply` tag, as the `filter` tag is now deprecated too
This PR was merged into the 1.x branch.
Discussion
----------
Remove mentions of the obsolete twig-extensions repository
Commits
-------
7f48a181 Remove mention of the obsolete twig-extensions repository
This PR was squashed before being merged into the 2.x branch (closes#3198).
Discussion
----------
Fix number formatter in Intl extra extension
Commits
-------
a6cf3f3f Fix number formatter in Intl extra extension
This PR was merged into the 1.x branch.
Discussion
----------
Remove usage of the old Autoloader class in the docs
Commits
-------
240e967c Remove usage of the old Autoloader class in the docs
This PR was merged into the 1.x branch.
Discussion
----------
Add support for exponential numbers
Commits
-------
60921350 Add support for exponential numbers
This PR was squashed before being merged into the 2.x branch (closes#3153).
Discussion
----------
Update .gitattributes to remove tests from "dist"
This was proposed many times before, but considering https://github.com/symfony/symfony/pull/33579 is now merged, I propose this again. I refer to that issue as for the reasoning, as it applies here also.
I did not add the `docs` directory as there was much discussion about that before (discussion in #942)
Related: #942#1776#1981#2292#2799 2905
Commits
-------
5cde1f50 Update .gitattributes to remove tests from \"dist\"
This PR was merged into the 2.x branch.
Discussion
----------
doc: number_format add math calculation hint
Add hint about number_format and math calculation
Commits
-------
954ab4b8 doc: number_format add math calculation hint