-
-
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: v3.0.0
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: v3.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 4 contributors
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50a7dc7 - Browse repository at this point
Copy the full SHA 50a7dc7View commit details -
minor #58 Update CHANGELOG.md for 3.0 (weaverryan)
This PR was merged into the main branch. Discussion ---------- Update CHANGELOG.md for 3.0 Just some rewording to match the blog post: https://symfony.com/blog/symfony-ux-2-0-and-stimulus-3-support Commits ------- 50a7dc7 Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 21edfbf - Browse repository at this point
Copy the full SHA 21edfbfView commit details
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a342910 - Browse repository at this point
Copy the full SHA a342910View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92ca80 - Browse repository at this point
Copy the full SHA f92ca80View commit details -
minor #60 Add some notes about using TypeScript and ES6 (jmsche, weav…
…erryan) This PR was merged into the main branch. Discussion ---------- Add some notes about using TypeScript and ES6 This small PR to add details about writing TS controllers (at least, to avoid errors by just writing a simple one). Thanks `@weaverryan` for finding the issue I had in #59 :) I added your explanation almost word for word, I hope it's okay :) Commits ------- f92ca80 README language tweak a342910 Add some notes about using TypeScript and ES6
Configuration menu - View commit details
-
Copy full SHA for 78f17b3 - Browse repository at this point
Copy the full SHA 78f17b3View commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6618e29 - Browse repository at this point
Copy the full SHA 6618e29View commit details
Commits on Apr 20, 2022
-
feature #65 Activating "debug" mode for Stimulus for dev builds (weav…
…erryan) This PR was merged into the main branch. Discussion ---------- Activating "debug" mode for Stimulus for dev builds Hi! Well... this was such an easy win, we should have done it awhile ago :). For a "dev" build, this activates Stimulus's debug mode, which outputs a lot of information to the log. Here is an example of a page with a single controller... and then after I activate an action on that controller: <img width="233" alt="Screen Shot 2022-04-19 at 10 09 53 AM" src="https://user-images.githubusercontent.com/121003/164023350-f0086b9b-afaa-47bb-b5f2-5e73e4f5da48.png"> When running `yarn encore production` (or `npm run encore production`), debug mode will be disabled. Heck, Weback is SO cool that, when building for production, the entire new `if` statement is omitted (i.e. this adds 0 extra bytes to production builds). Commits ------- 6618e29 Activating "debug" mode for Stimulus for dev builds
Configuration menu - View commit details
-
Copy full SHA for 1447253 - Browse repository at this point
Copy the full SHA 1447253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997655b - Browse repository at this point
Copy the full SHA 997655bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0...v3.1.0