Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/ux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.25.1
Choose a base ref
...
head repository: symfony/ux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.25.2
Choose a head ref
  • 7 commits
  • 25 files changed
  • 2 contributors

Commits on May 19, 2025

  1. Update versions to 2.25.1

    Symfony committed May 19, 2025
    Configuration menu
    Copy the full SHA
    e5f51fe View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    ca51192 View commit details
    Browse the repository at this point in the history
  2. minor #2755 [Map] Remove test for render_map deprecation (Kocal)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    [Map] Remove test for `render_map` deprecation
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Docs?         | no <!-- required for new features -->
    | Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    
    <!--
    Replace this notice by a description of your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - For new features, provide some code snippets to help understand usage.
     - Features and deprecations must be submitted against branch main.
     - Update/add documentation as required (we can help!)
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility (see https://symfony.com/bc).
    -->
    
    Commits
    -------
    
    ca51192 [Map] Remove test for `render_map` deprecation
    Kocal committed May 20, 2025
    Configuration menu
    Copy the full SHA
    5231f5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53584d5 View commit details
    Browse the repository at this point in the history
  4. [TwigComponent] Fix ComponentAttributes rendering when using `Stimu…

    …lusAttributes` as default attributes
    Kocal committed May 20, 2025
    Configuration menu
    Copy the full SHA
    8ed98d6 View commit details
    Browse the repository at this point in the history
  5. minor #2753 [Toolkit] Enforce symfony/ux-twig-component ^2.25.1 (Kocal)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    [Toolkit] Enforce symfony/ux-twig-component ^2.25.1
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Docs?         | no <!-- required for new features -->
    | Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    
    <!--
    Replace this notice by a description of your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - For new features, provide some code snippets to help understand usage.
     - Features and deprecations must be submitted against branch main.
     - Update/add documentation as required (we can help!)
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility (see https://symfony.com/bc).
    -->
    
    Commits
    -------
    
    53584d5 [Toolkit] Enforce symfony/ux-twig-component ^2.25.1
    Kocal committed May 20, 2025
    Configuration menu
    Copy the full SHA
    b63eb02 View commit details
    Browse the repository at this point in the history
  6. bug #2757 [TwigComponent] Fix ComponentAttributes rendering when us…

    …ing `StimulusAttributes` as default attributes (Kocal)
    
    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    [TwigComponent] Fix `ComponentAttributes` rendering when using `StimulusAttributes` as default attributes
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Docs?         | yes <!-- required for new features -->
    | Issues        | Fix #2756 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    
    <!--
    Replace this notice by a description of your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - For new features, provide some code snippets to help understand usage.
     - Features and deprecations must be submitted against branch main.
     - Update/add documentation as required (we can help!)
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility (see https://symfony.com/bc).
    -->
    
    We missed the case where we can inject `StimulusAttributes` when using `attributes.defaults()`, as documented in https://symfony.com/bundles/ux-twig-component/current/index.html#component-attributes
    
    It looks like our tests weren't solid enough, since we asserted on `all()` instead of the rendered string.
    
    Commits
    -------
    
    8ed98d6 [TwigComponent] Fix `ComponentAttributes` rendering when using `StimulusAttributes` as default attributes
    Kocal committed May 20, 2025
    Configuration menu
    Copy the full SHA
    952e6e7 View commit details
    Browse the repository at this point in the history
Loading