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/stimulus-bridge
base: v2.0.2
Choose a base ref
...
head repository: symfony/stimulus-bridge
compare: v2.1.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 9, 2021

  1. Update CHANGELOG for 2.0

    tgalopin committed Feb 9, 2021
    Copy the full SHA
    7b3d6ea View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Copy the full SHA
    2803a52 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. minor #34 Add an exemple with subdirectories (spike31)

    This PR was merged into the main branch.
    
    Discussion
    ----------
    
    Add an exemple with subdirectories
    
    Commits
    -------
    
    2803a52 Add an exemple with subdirectories
    weaverryan committed Mar 16, 2021
    Copy the full SHA
    dbb5f13 View commit details
    Browse the repository at this point in the history
  2. tweaking woring in README

    weaverryan committed Mar 16, 2021
    Copy the full SHA
    bfa1910 View commit details
    Browse the repository at this point in the history
  3. Fixing sourceMap bug and adding ability to specify laziness and expor…

    …t names as loader query
    weaverryan committed Mar 16, 2021
    Copy the full SHA
    c3c0111 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. bug #35 Fixing sourceMap bug and adding "lazy" & "export" loader opti…

    …ons (weaverryan)
    
    This PR was merged into the main branch.
    
    Discussion
    ----------
    
    Fixing sourceMap bug and adding "lazy" & "export" loader options
    
    Fixes #33 (except for lazy controllers... that would be more complex).
    
    Hi!
    
    This PR contains 2 parts:
    
    1) The sourcemap problem described in #33 is fixed. Thanks to @Kocal for that - he had all the right details... they just needed to be in a slightly different place. We don't need this sourcemap trick in the actual `loader.js` because that is loading a `controllers.json` file - were not trying to map eventual errors to that file.
    
    2) This adds the ability to add a `?lazy=true` when using the `lazy-controller-loader`, allowing you to make 3rd party controllers lazy (though the syntax isn't super attractive). See the updated README.
    
    I also tested this on a real project.
    
    Cheers!
    
    Commits
    -------
    
    c3c0111 Fixing sourceMap bug and adding ability to specify laziness and export names as loader query
    tgalopin committed Mar 31, 2021
    Copy the full SHA
    fe3083b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Tagging 2.0.3

    tgalopin committed Apr 13, 2021
    Copy the full SHA
    877c4f3 View commit details
    Browse the repository at this point in the history
  2. Tagging 2.1.0

    tgalopin committed Apr 13, 2021
    Copy the full SHA
    aebf207 View commit details
    Browse the repository at this point in the history