8000 Comparing v3.0.0...v3.1.0 · symfony/stimulus-bridge · GitHub
[go: up one dir, main page]

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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: symfony/stimulus-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 9, 2021

  1. Update CHANGELOG.md

    weaverryan authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    50a7dc7 View commit details
    Browse the repository at this point in the history
  2. 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
    weaverryan committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    21edfbf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    a342910 View commit details
    Browse the repository at this point in the history
  2. README language tweak

    weaverryan authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    f92ca80 View commit details
    Browse the repository at this point in the history
  3. 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
    weaverryan committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    78f17b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    6618e29 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. 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
    tgalopin committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    1447253 View commit details
    Browse the repository at this point in the history
  2. Tagging 3.1.0

    tgalopin committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    997655b View commit details
    Browse the repository at this point in the history
Loading
0