Releases: hotwired-laravel/stimulus-laravel
Releases · hotwired-laravel/stimulus-laravel
1.4.0
1.3.1
1.3.0
1.2.0
What's Changed
- updated installation code samples to use
Stimulusconstant by @bgartenmann in #26 - Support Laravel 12 by @tonysm in #30
New Contributors
- @bgartenmann made their first contribution in #26
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Add note about
stimulus-vite-helpersto README by @marcoroth in #21 - Adds Laravel 11 support by @tonysm in #22
New Contributors
- @marcoroth made their first contribution in #21
Full Changelog: 1.0.0...1.1.0
1.0.0
1.0.0-beta3
Changelog
- FIXED: Fixes the install command (87d2132)
1.0.0-beta2
What's Changed
Full Changelog: 1.0.0-beta1...1.0.0-beta2
1.0.0-beta1
What's Changed
Full Changelog: 0.3.1...1.0.0-beta1
If you're updating from the 0.x tags, update:
- The
resources/js/libs/stimulus.jsfile, to rename the lowercaseapplicationmodule toStimulus(also in the export), yourresources/js/libs/stimulus.jsshould look like this - If you're not using Importmaps Laravel, you must regenerate the manifest file (the
resources/js/controllers/index.jsfile), which you can do by runningphp artisan stimulus:manifest