Update dependency symfony/ux-twig-component to v2.13.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
symfony/ux-twig-component (source) |
2.12.0 -> 2.13.0
|
Release Notes
symfony/ux-twig-component (symfony/ux-twig-component)
v2.13.0
- Added configuration to separate your components into different "namespaces"
- Add
outerScope
variable reach variables from the parent template of an "embedded" component. - Deprecate calling
ComponentTemplateFinder
constructor withoutdirectory
argument. - Add profiler integration:
TwigComponentDataCollector
and debug toolbar templates - Add search feature in
debug:twig-component
command. - Fix inconsistencies with how
{% component %}
/<twig:component>
syntaxes are rendered vscomponent()
:PostRenderEvent
is now dispatched & the template resolution happens at runtime. - Fix priority of passed in props vs default props with anonymous components.
- Add Symfony 7 support.
- TwigPreLexer: improve performance.
- Fix twig:lint bug with anonymous component tag.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.