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/form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.24
Choose a base ref
...
head repository: symfony/form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.25
Choose a head ref
  • 7 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    1b99528 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    48c9662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a43da View commit details
    Browse the repository at this point in the history
  3. minor #61296 Fix wrong boolean values (nicolas-grekas)

    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    Fix wrong boolean values
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    The subset of #61203 that's obviously mistakes
    
    Commits
    -------
    
    12d0aa98710 Fix wrong boolean values
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    406d2b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. use false instead of null to hide the currency symbol

    This slipped in with #61296. Technically, there shouldn't be a difference
    but since we explicitly mention false in the documentation let's better
    be safe here.
    xabbuh committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    647ea28 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    bcc7d5e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    ce4d50b View commit details
    Browse the repository at this point in the history
Loading