Skip to content

Releases: hotwired-laravel/stimulus-laravel

1.1.0

06 Mar 03:14
b0de668
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

21 Feb 00:44
fd7cc38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...1.0.0

1.0.0-beta3

05 Jan 02:15
87d2132
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release

Changelog

  • FIXED: Fixes the install command (87d2132)

1.0.0-beta2

24 Nov 22:26
3f06544
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

What's Changed

  • Fix importmap package installation by @tonysm in #19

Full Changelog: 1.0.0-beta1...1.0.0-beta2

1.0.0-beta1

24 Nov 21:59
eac587f
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.1...1.0.0-beta1


⚠️ Attention ⚠️

If you're updating from the 0.x tags, update:

  • The resources/js/libs/stimulus.js file, to rename the lowercase application module to Stimulus (also in the export), your resources/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 running php artisan stimulus:manifest

0.3.1

31 Aug 04:15
60367c7
Compare
Choose a tag to compare

What's Changed

  • Fix Manifest Generation on Windows by @tonysm in #15

Full Changelog: 0.3.0...0.3.1

0.3.0

01 Jul 18:46
254dffb
Compare
Choose a tag to compare

Changelog

  • CHANGED: The package name changed in Composer/Packagist from hotwired/stimulus-laravel to hotwired-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 like Hotwired\\StimulusLaravel on your application/config folders, please update that to HotwiredLaravel\\StimulusLaravel. This is a breaking change, but since the package is in the v0, I'm okay with it.

Full Changelog: 0.2.0...0.3.0

0.2.0

14 Feb 01:26
99923ea
Compare
Choose a tag to compare

Changelog

  • CHANGED: Support for Laravel 10