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/flex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: symfony/flex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on May 23, 2025

  1. Fix unpack logic

    nicolas-grekas committed May 23, 2025
    Configuration menu
    Copy the full SHA
    d66470c View commit details
    Browse the repository at this point in the history
  2. bug #1050 Fix unpack logic (nicolas-grekas)

    This PR was merged into the 2.x branch.
    
    Discussion
    ----------
    
    Fix unpack logic
    
    Fix #1030
    and a few other things when unpacking packs.
    
    Working on tests now.
    
    Commits
    -------
    
    d66470c Fix unpack logic
    nicolas-grekas committed May 23, 2025
    Configuration menu
    Copy the full SHA
    f0075f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41275d6 View commit details
    Browse the repository at this point in the history
  4. feature #1026 [AssetMapper] Allow to define entrypoint in importmap.p…

    …hp (Jibbarth)
    
    This PR was squashed before being merged into the 2.x branch.
    
    Discussion
    ----------
    
    [AssetMapper] Allow to define entrypoint in importmap.php
    
    Hello 👋
    
    I wanted that one of my package to be able to define an asset as entrypoint inside importmap.php to be allow call `importmap('`@mypackage`/entry.js')` inside a template of the package.
    
    I made a naive modification, not sure if it was the purpose of the `[symfony][entrypoints]` node of the package.json.
    
    Maybe it would be fit directly inside the `[symfony][importmap]` node.
    
    WDYT ?
    
    _UPDATE_ : see latest proposal here #1026 (comment)
    
    Commits
    -------
    
    41275d6 [AssetMapper] Allow to define entrypoint in importmap.php
    nicolas-grekas committed May 23, 2025
    Configuration menu
    Copy the full SHA
    9db045b View commit details
    Browse the repository at this point in the history
  5. Fix flex upgrades

    nicolas-grekas committed May 23, 2025
    Configuration menu
    Copy the full SHA
    5d743b3 View commit details
    Browse the repository at this point in the history
Loading