-
-
Notifications
You must be signed in to change notification settings - Fork 16
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/stimulus-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 3 contributors
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b3d6ea - Browse repository at this point
Copy the full SHA 7b3d6eaView commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2803a52 - Browse repository at this point
Copy the full SHA 2803a52View commit details
Commits on Mar 16, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for dbb5f13 - Browse repository at this point
Copy the full SHA dbb5f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa1910 - Browse repository at this point
Copy the full SHA bfa1910View commit details -
Fixing sourceMap bug and adding ability to specify laziness and expor…
…t names as loader query
Configuration menu - View commit details
-
Copy full SHA for c3c0111 - Browse repository at this point
Copy the full SHA c3c0111View commit details
Commits on Mar 31, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for fe3083b - Browse repository at this point
Copy the full SHA fe3083bView commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 877c4f3 - Browse repository at this point
Copy the full SHA 877c4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aebf207 - Browse repository at this point
Copy the full SHA aebf207View commit details
There are no files selected for viewing