Releases: hotwired-laravel/stimulus-laravel
Releases · hotwired-laravel/stimulus-laravel
1.1.0
What's Changed
- Add note about
stimulus-vite-helpers
to 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.js
file, to rename the lowercaseapplication
module toStimulus
(also in the export), yourresources/js/libs/stimulus.js
should look like this - If you're not using Importmaps Laravel, you must regenerate the manifest file (the
resources/js/controllers/index.js
file), which you can do by runningphp artisan stimulus:manifest
0.3.1
0.3.0
Changelog
- CHANGED: The package name changed in Composer/Packagist from
hotwired/stimulus-laravel
tohotwired-laravel/stimulus-laravel
. The prior package was marked as abandoned, and everyone using it should switch to the new name. The namespace also changed, so if anyone had anything likeHotwired\\StimulusLaravel
on your application/config folders, please update that toHotwiredLaravel\\StimulusLaravel
. This is a breaking change, but since the package is in thev0
, I'm okay with it.
Full Changelog: 0.2.0...0.3.0