Thanks to visit codestin.com
Credit goes to github.com

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-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.34.0
Choose a base ref
...
head repository: symfony/ux-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.35.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 26, 2026

  1. [Native] Introduce assets/ to ease installation of `@hotwired/hotwi…

    …re-native-bridge` JS dependency
    
    Noticed just after @zairigimad 's conference at SymfonyLive 2026 (🎉).
    
    We didn't see the issue before merging symfony/ux#3338, but the `MakeNativeBridgeController` could not work because:
    - `REQUIRE_PACKAGES` constant was unused
    - `ensurePackagesExist()` does not exist
    
    By creating a `assets/package.json` in UX Native, we can tell to Symfony Flex to add the JS dependencies `@hotwired/stimulus` and `@hotwired/hotwire-native-bridge` to the `package.json` and `importmap.php`.
    No need anymore to check if some dependencies exist or not :D
    Kocal committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    88df2a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. [Chartjs][Icons][Map][Native][Notify][React][Svelte][Toolkit][Turbo][…

    …TwigComponent][Vue] Allow Symfony UX 3.x packages
    Kocal committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    139fc28 View commit details
    Browse the repository at this point in the history
Loading