Update symfony packages - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/console (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/dotenv (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/flex | require | patch |
2.4.5 -> 2.4.6
|
symfony/framework-bundle (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/http-client (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/maker-bundle (source) | require-dev | minor |
1.55.1 -> 1.61.0
|
symfony/password-hasher (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/rate-limiter (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/runtime (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/security-bundle (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/stopwatch (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/twig-bridge (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/twig-bundle (source) | require | minor |
7.0.* -> 7.1.*
|
symfony/ux-twig-component (source) | require | minor |
2.16.0 -> 2.20.0
|
symfony/web-profiler-bundle (source) | require-dev | minor |
7.0.* -> 7.1.*
|
symfony/yaml (source) | require | minor |
7.0.* -> 7.1.*
|
Release Notes
symfony/console (symfony/console)
v7.1.5
Changelog (https://github.com/symfony/console/compare/v7.1.4...v7.1.5)
- no significant changes
v7.1.4
Changelog (https://github.com/symfony/console/compare/v7.1.3...v7.1.4)
- bug symfony/symfony#57853 [Console] Fix side-effects from running bash completions (@Seldaek)
- bug symfony/symfony#57997 [Console][PhpUnitBridge][VarDumper] Fix handling NO_COLOR env var (@nicolas-grekas)
v7.1.3
Changelog (https://github.com/symfony/console/compare/v7.1.2...v7.1.3)
- bug symfony/symfony#57815 [Console][PhpUnitBridge][VarDumper] Fix
NO_COLOR
empty value handling (@alexandre-daubois)
v7.1.2
Changelog (https://github.com/symfony/console/compare/v7.1.1...v7.1.2)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/console/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/console/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.10
Changelog (https://github.com/symfony/console/compare/v7.0.9...v7.0.10)
- bug symfony/symfony#57815 [Console][PhpUnitBridge][VarDumper] Fix
NO_COLOR
empty value handling (@alexandre-daubois)
v7.0.9
Changelog (https://github.com/symfony/console/compare/v7.0.8...v7.0.9)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/console/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/console/compare/v7.0.6...v7.0.7)
- bug symfony/symfony#54440 [Console] return null when message with name is not set (@xabbuh)
v7.0.6
Changelog (https://github.com/symfony/console/compare/v7.0.5...v7.0.6)
- bug symfony/symfony#54435 [Console] respect multi-byte characters when rendering vertical-style tables (@xabbuh)
- bug symfony/symfony#54419 Fix TypeError on ProgressBar (@Fan2Shrek)
symfony/dotenv (symfony/dotenv)
v7.1.5
Changelog (https://github.com/symfony/dotenv/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58274 [Dotenv] throw a meaningful exception when parsing dotenv files with BOM (@xabbuh)
v7.1.3
Changelog (https://github.com/symfony/dotenv/compare/v7.1.2...v7.1.3)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/dotenv/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/dotenv/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.10
Changelog (https://github.com/symfony/dotenv/compare/v7.0.9...v7.0.10)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/dotenv/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54700 [Dotenv] show overridden vars too when running debug:dotenv (@HMRDevil)
v7.0.7
Changelog (https://github.com/symfony/dotenv/compare/v7.0.6...v7.0.7)
- no significant changes
symfony/framework-bundle (symfony/framework-bundle)
v7.1.5
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58327 [FrameworkBundle] Do not access the container when the kernel is shut down (@jderusse)
- bug symfony/symfony#58290 [FrameworkBundle] fix XSD to allow to configure locks without resources (@xabbuh)
- bug symfony/symfony#58240 [FrameworkBundle] Fix service reset between tests (@HypeMC)
- bug symfony/symfony#58218 Work around
parse_url()
bug (@nicolas-grekas)
v7.1.4
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.3...v7.1.4)
- no significant changes
v7.1.3
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.2...v7.1.3)
- bug symfony/symfony#57803 [FrameworkBundle] move adding detailed JSON error messages to the validate phase (@xabbuh)
- bug symfony/symfony#57589 [FrameworkBundle] fix AssetMapper usage without assets enabled (@xabbuh)
v7.1.2
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57533 [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled (@nicolas-grekas)
- bug symfony/symfony#57554 [FrameworkBundle] Fix warming up routes (@nicolas-grekas)
- bug symfony/symfony#57434 [FrameworkBundle] inject the missing logger service (@xabbuh)
- bug symfony/symfony#57273 [FrameworkBundle] Fix setting default context for certain normalizers (@HypeMC)
- bug symfony/symfony#57348 [Notifier][Brevo] change type from chatter to texter (@xabbuh)
v7.1.1
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0...v7.1.1)
- bug symfony/symfony#57297 [FrameworkBundle] not registered definitions must not be modified (@xabbuh)
v7.1.0
Changelog (https://github.com/symfony/framework-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.10
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.9...v7.0.10)
- bug symfony/symfony#57803 [FrameworkBundle] move adding detailed JSON error messages to the validate phase (@xabbuh)
- bug symfony/symfony#57589 [FrameworkBundle] fix AssetMapper usage without assets enabled (@xabbuh)
v7.0.9
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.8...v7.0.9)
- bug symfony/symfony#57533 [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled (@nicolas-grekas)
- bug symfony/symfony#57273 [FrameworkBundle] Fix setting default context for certain normalizers (@HypeMC)
- bug symfony/symfony#57297 [FrameworkBundle] not registered definitions must not be modified (@xabbuh)
v7.0.8
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54791 [FrameworkBundle] move wiring of the property info extractor to the ObjectNormalizer (@xabbuh)
v7.0.7
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.6...v7.0.7)
- bug symfony/symfony#52917 [Serializer] Fix unexpected allowed attributes (@mtarld)
- bug symfony/symfony#54063 [FrameworkBundle] Fix registration of the bundle path to translation (@FlyingDR)
- bug symfony/symfony#54484 [Serializer] reset backed_enum priority, and re-prioritise translatable (@GwendolenLynch)
- bug symfony/symfony#54403 [FrameworkBundle] [Command] Fix #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions (Jeldrik Geraedts)
v7.0.6
Changelog (https://github.com/symfony/framework-bundle/compare/v7.0.5...v7.0.6)
- bug symfony/symfony#54315 [Serializer] Fixed BackedEnumNormalizer priority for translatable enum (@IndraGunawan)
- bug symfony/symfony#54292 [FrameworkBundle] Fix mailer config with XML (@lyrixx)
- bug symfony/symfony#54187 [FrameworkBundle] Fix PHP 8.4 deprecation on
ReflectionMethod
(@alexandre-daubois)
symfony/http-client (symfony/http-client)
v7.1.5
Changelog (https://github.com/symfony/http-client/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58278 [HttpClient] Fix setting
CURLMOPT_MAXCONNECTS
(@HypeMC) - bug symfony/symfony#58218 Work around
parse_url()
bug (@nicolas-grekas)
v7.1.4
Changelog (https://github.com/symfony/http-client/compare/v7.1.3...v7.1.4)
- bug symfony/symfony#58044 [HttpClient] Do not overwrite the host to request when using option "resolve" (@xabbuh)
- bug symfony/symfony#57981 [HttpClient] reject malformed URLs with a meaningful exception (@xabbuh)
- bug symfony/symfony#57870 [HttpClient] Disable HTTP/2 PUSH by default when using curl (@nicolas-grekas)
v7.1.3
Changelog (https://github.com/symfony/http-client/compare/v7.1.2...v7.1.3)
- no significant changes
v7.1.2
Changelog (https://github.com/symfony/http-client/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
- bug symfony/symfony#57564 [HttpClient] Fix initializing InformationalChunk (@nicolas-grekas)
- bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
v7.1.1
Changelog (https://github.com/symfony/http-client/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/http-client/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.10
Changelog (https://github.com/symfony/http-client/compare/v7.0.9...v7.0.10)
- no significant changes
v7.0.9
Changelog (https://github.com/symfony/http-client/compare/v7.0.8...v7.0.9)
- bug symfony/symfony#57569 [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun (@nicolas-grekas)
- bug symfony/symfony#57453 [HttpClient] Fix parsing SSE (@fancyweb)
v7.0.8
Changelog (https://github.com/symfony/http-client/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54860 [HttpClient] Revert fixing curl default options (@alexandre-daubois)
- bug symfony/symfony#54830 [HttpClient] Fix cURL default options for PHP 8.4 (@alexandre-daubois)
v7.0.7
Changelog (https://github.com/symfony/http-client/compare/v7.0.6...v7.0.7)
- bug symfony/symfony#54517 [HttpClient] Let curl handle transfer encoding (@michaelhue)
- bug symfony/symfony#54242 [HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator (@fancyweb)
v7.0.6
Changelog (https://github.com/symfony/http-client/compare/v7.0.5...v7.0.6)
- bug symfony/symfony#54400 [HttpClient] stop all server processes after tests have run (@xabbuh)
- bug symfony/symfony#54207 [HttpClient] Lazily initialize CurlClientState (@arjenm)
- bug symfony/symfony#54146 [HttpClient] Preserve float in JsonMockResponse (@Jibbarth)
v7.0.5
Changelog (https://github.com/symfony/http-client/compare/v7.0.4...v7.0.5)
- bug symfony/symfony#54102 [HttpClient] Fix deprecation on PHP 8.3 (@nicolas-grekas)
symfony/maker-bundle (symfony/maker-bundle)
v1.61.0
August 29th, 2024
Feature
- #1583 [make:crud] Remove / from from index action URL - @seb-jean
- #1579 [make:listener] Match event name against active events class/id - @maelanleborgne
-
#1571 [make:twig-component] Improve
make:twig-component
by reading the configuration file - @shadowc - #1549 [make:registration-form] improve generated types for phpstan - @seb-jean
- #1548 [make:reset-password] improve generated typehints for phpstan - @seb-jean
- #1539 [make:crud|voter] generate classes with final keyword - @jrushlow
Bug
- #1584 [make:entity] fix multiple and nullable enums - @Fan2Shrek
- #1581 [make:reset-password] fix generated test name - @mvhirsch
- #1573 [make:twig-component] Fix config file in error messages - @smnandre
-
#1550 [make:user] fix
getPassword()
return type in certain instance withPasswordAuthenticatedUserInterface
- @seb-jean
v1.60.0
June 10th, 2024
Feature
- #1534 [make:entity] add enum support - @loicsapone
- #1543 [dx] make it easier to use tooling for devs - @jrushlow
- #1544 [make:webhook] phpstan types and single quotes - @seb-jean
- #1546 [make:message] phpstan types - @seb-jean
- #1545 1545 [make:crud] use getString() instead of get() for csrf token - @seb-jean
- #1568 [make:schedule] Add transport name for attribute - @NicolasJourdan
- #1574 [make:validator] phpstan types - @seb-jean
Bug
- #1496 [make:entity] confirm to allow non-ascii char's in entity names - @Fan2Shrek
- #1533 make:security:form-login] fix remember me label - @jrushlow
- #1535 [make:entity] Update ux-turbo package name to have proper suggestion - @nfragnet
- #1559 [make:entity] fix indentation in broadcast_twig_template.tpl.php - @seb-jean
- #1569 Fix generated twig file location - @IndraGunawan
v1.59.1
May 5th, 2024
Bug
- #1532 [make:auth] only fire deprecation when command is called - @eltharin
v1.59.0
April 27th, 2024
Feature
- #1523 [make:auth] deprecate command - @jrushlow
- #1522 [make:security:custom] create a custom authenticator - @jrushlow
- #1521 [make:reset-password] improve types for static analysis in userland - @jrushlow
- #1520 [make:entity] Simplify repository PHPDoc removes method annotations - @lyrixx
-
#1519 [make:registration] use "User" type in
EmailVerifier::class
- @jrushlow -
#1518 [make:registration] add
bool
type to User::isVerified - @jrushlow - #1515 [make:security:form-login] add ability to generate tests - @jrushlow
- #1512 [make:webhook] Rephrase comments to be more explicit + minor improvement of generated code - @maelanleborgne
- #1511 [make:entity] helper message with two classes having the same name under different namespaces - @jeromegxj
- #1497 [make:*] add ability to generate tests - @jrushlow
Bug
- #1525 [make:serializer:encoder] fix interface signature mismatch in template - @jrushlow
- #1516 [common] add missing class header - @jrushlow
v1.58.0
April 6th, 2024
Feature
- #1502 [make:*] additional type improvements - @jrushlow
- #1499 [make:*] add docBlock return types for non-internal makers - @jrushlow
- #1493 [make:entity] managing keyword prefixes (is, has) for boolean properties getters - @ClemRiviere
- #1491 [make:webhook] Add new command for Symfony's Webhook Component - @maelanleborgne
- #1487 [make:schedule] a new command for creating recurring Symfony Schedules - @jrushlow
- #1219 [make:entity] Add PHPDoc var type for Collections - @b1rdex
Bug
- #1476 [ysm] handle linebreak followed by an immediate root-level comment - @jrushlow
v1.57.0
March 22nd, 2024
Feature
- #1488 [make:*] allow the option to use ULID's for entity id's - @jrushlow
-
#1484 [make:auth] use
getString()
instead ofget()
- @seb-jean - #1477 [make:message] Modernize Messenger\Message class, use PHP8 features - @lyrixx
- #1475 [make:user] better exception msg for non-attribute mapping entities - @jrushlow
- #1474 [make:entity] Prevent entity name from having an accent - @Fan2Shrek
-
#1473 [make:*] use
getPayload()
instead of accessingrequest
on Request objects - @Fan2Shrek - #1464 [make:registration-form] use validateEmailConfirmationFromRequest() when verifying emails - @jrushlow
- #1329 Add support for generating UUID id fields in entities - @Coffee2CodeNL
Bug
- #1490 [make:entity] Fix a small typo in a make:entity error message - maelanleborgne
- #1486 [make:entity] Fix exception message if mercure bundle not found with --broadcast - @cavasinf
v1.56.0
March 4th, 2024
Feature
- #1465 [make:twig-component] default to "no" when asking if is live component - @jrushlow
- #1463 [make:serializer:normalizer] stop using CacheableSupportsMethodInterface - @jrushlow
- #1460 [make:user] handle ORM\Column.unique deprecation - use ORM\UniqueConstrain - @maelanleborgne
- #1413 [DoctrineHelper] handle property type for custom doctrine type - @IndraGunawan
- #1405 [make:reset-password] increase password strength & check for comprimised password - @Spomky
- #1402 [make:entity] remove PasswordUpgraderInterface annotation in phpdoc - @AurelienPillevesse
-
#1393 [make:*] add
single_text
widget for all date types - @tacman -
#1345 [make:migration] Format the generated migration sql by passing
--formatted
to the command - @StevenRenaux - #1243 [make:registration] drop guard authentication support - @jrushlow
- #516 [make:migration] add ability to specify a configuration file - @LeJeanbono
Bug
- #1472 [make:migration] --configuration is available in all versions - @jrushlow
- #1469 - [make:form] fix generated field options_code indentation - @IndraGunawan
- #1468 - [make:crud] fixed issues with make CRUD test Controller generation - @dr-matt-smith
- #1461 - [make:auth] Fix 'always-remember-me' param always set to true - @maelanleborgne
symfony/password-hasher (symfony/password-hasher)
v7.1.1
Changelog (https://github.com/symfony/password-hasher/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/password-hasher/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/password-hasher/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/password-hasher/compare/v7.0.6...v7.0.7)
- no significant changes
symfony/rate-limiter (symfony/rate-limiter)
v7.1.1
Changelog (https://github.com/symfony/rate-limiter/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/rate-limiter/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/rate-limiter/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/rate-limiter/compare/v7.0.6...v7.0.7)
- no significant changes
symfony/runtime (symfony/runtime)
v7.1.1
Changelog (https://github.com/symfony/runtime/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/runtime/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/runtime/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/runtime/compare/v7.0.6...v7.0.7)
- no significant changes
symfony/security-bundle (symfony/security-bundle)
v7.1.4
Changelog (https://github.com/symfony/security-bundle/compare/v7.1.3...v7.1.4)
- bug symfony/symfony#57493 [SecurityBundle] Make security schema deterministic (@MatTheCat)
- bug symfony/symfony#58017 [SecurityBundle] Revert adding
_stateless
attribute to the request when firewall is stateless and the attribute is not already set (@MatTheCat)
v7.1.3
Changelog (https://github.com/symfony/security-bundle/compare/v7.1.2...v7.1.3)
- bug symfony/symfony#57748 [SecurityBundle] use firewall-specific user checkers when manually logging in users (@xabbuh)
v7.1.2
Changelog (https://github.com/symfony/security-bundle/compare/v7.1.1...v7.1.2)
- bug symfony/symfony#57520 [SecurityBundle] Remove unused memory users’
name
attribute from the XSD (@MatTheCat) - bug symfony/symfony#57467 [SecurityBundle] Add
provider
XML attribute to the authenticators it’s missing from (@MatTheCat)
v7.1.1
Changelog (https://github.com/symfony/security-bundle/compare/v7.1.0...v7.1.1)
- bug symfony/symfony#57263 [SecurityBundle] Fix
container.build_hash
parameter binding (@alexandre-daubois)
v7.1.0
Changelog (https://github.com/symfony/security-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.10
Changelog (https://github.com/symfony/security-bundle/compare/v7.0.9...v7.0.10)
- bug symfony/symfony#57748 [SecurityBundle] use firewall-specific user checkers when manually logging in users (@xabbuh)
v7.0.9
Changelog (https://github.com/symfony/security-bundle/compare/v7.0.8...v7.0.9)
- bug symfony/symfony#57520 [SecurityBundle] Remove unused memory users’
name
attribute from the XSD (@MatTheCat) - bug symfony/symfony#57467 [SecurityBundle] Add
provider
XML attribute to the authenticators it’s missing from (@MatTheCat)
v7.0.8
Changelog (https://github.com/symfony/security-bundle/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/security-bundle/compare/v7.0.6...v7.0.7)
- no significant changes
v7.0.6
Changelog (https://github.com/symfony/security-bundle/compare/v7.0.5...v7.0.6)
- bug symfony/symfony#54248 [Security] Correctly initialize the voter property (@aschempp)
v7.0.5
Changelog (https://github.com/symfony/security-bundle/compare/v7.0.4...v7.0.5)
- no significant changes
symfony/stopwatch (symfony/stopwatch)
v7.1.1
Changelog (https://github.com/symfony/stopwatch/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/stopwatch/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
symfony/twig-bridge (symfony/twig-bridge)
v7.1.5
Changelog (https://github.com/symfony/twig-bridge/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58207 [TwigBridge] Avoid calling deprecated mergeGlobals() (@derrabus)
v7.1.4
Changelog (https://github.com/symfony/twig-bridge/compare/v7.1.3...v7.1.4)
- bug symfony/symfony#58112 fix Twig 3.12 compatibility (@xabbuh)
- bug symfony/symfony#58078 [TwigBridge] Fix Twig deprecation notice (@yceruto)
- bug symfony/symfony#58020 [TwigBridge] fix compatibility with Twig 3.12 and 4.0 (@xabbuh)
v7.1.1
Changelog (https://github.com/symfony/twig-bridge/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/twig-bridge/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/twig-bridge/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/twig-bridge/compare/v7.0.6...v7.0.7)
- bug symfony/symfony#54598 [TwigBridge] implement NodeVisitorInterface instead of extending AbstractNodeVisitor (@xabbuh)
v7.0.6
Changelog (https://github.com/symfony/twig-bridge/compare/v7.0.5...v7.0.6)
- bug symfony/symfony#54425 [TwigBridge] Remove whitespaces from block form_help output (@rosier)
symfony/twig-bundle (symfony/twig-bundle)
v7.1.5
Changelog (https://github.com/symfony/twig-bundle/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58198 [TwigBundle] Add support for resetting globals between HTTP requests (@fabpot)
v7.1.1
Changelog (https://github.com/symfony/twig-bundle/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/twig-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/twig-bundle/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/twig-bundle/compare/v7.0.6...v7.0.7)
- no significant changes
symfony/ux-twig-component (symfony/ux-twig-component)
v2.20.0
- Add Anonymous Component support for 3rd-party bundles #2019
- Deprecate
cva
Twig function in favor ofhtml_cva
fromtwig/html-extra
#2144
v2.19.2
v2.19.0
v2.18.1
v2.18.0
v2.17.0
- Add nested attribute support #1405
symfony/web-profiler-bundle (symfony/web-profiler-bundle)
v7.1.4
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.3...v7.1.4)
- bug symfony/symfony#57917 [HttpKernel] [WebProfileBundle] Fix Routing panel for URLs with a colon (@akeylimepie)
v7.1.3
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.2...v7.1.3)
- bug symfony/symfony#57772 [WebProfilerBundle] Add word wrap in tables in dialog to see all the text in workflow listeners dialog (@SpartakusMd)
- bug symfony/symfony#57679 [WebProfilerBundle] Change incorrect check for the
stateless
request attribute (@themasch)
v7.1.2
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.1...v7.1.2)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.10
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.0.9...v7.0.10)
- bug symfony/symfony#57772 [WebProfilerBundle] Add word wrap in tables in dialog to see all the text in workflow listeners dialog (@SpartakusMd)
- bug symfony/symfony#57679 [WebProfilerBundle] Change incorrect check for the
stateless
request attribute (@themasch)
v7.0.9
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.0.8...v7.0.9)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54838 [WebProfilerBundle] Fix assignment to constant variable (@HypeMC)
- bug symfony/symfony#54800 [WebProfilerBundle] fix compatibility with Twig 3.10 (@xabbuh)
v7.0.7
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.0.6...v7.0.7)
- no significant changes
symfony/yaml (symfony/yaml)
v7.1.5
Changelog (https://github.com/symfony/yaml/compare/v7.1.4...v7.1.5)
- bug symfony/symfony#58279 [Yaml] parse empty sequence elements as null (@xabbuh)
v7.1.4
Changelog (https://github.com/symfony/yaml/compare/v7.1.3...v7.1.4)
- bug symfony/symfony#57968 [Yaml]
🐛 throw ParseException on invalid date (@homersimpsons)
v7.1.1
Changelog (https://github.com/symfony/yaml/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/yaml/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/yaml/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/yaml/compare/v7.0.6...v7.0.7)
- bug symfony/symfony#54706 [Yaml] call substr() with integer offsets (@xabbuh)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.