Skip to content

Releases: hotwired-laravel/stimulus-laravel

1.4.0

31 Aug 16:02
1.4.0
1fde455

Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

1.3.1

08 May 00:56
1.3.1
5808bf7

Choose a tag to compare

What's Changed

  • Adds the optional bridge command to the core make command by @tonysm in #36
  • Comment out the reference to the deleted hello controller by @tonysm in #37

Full Changelog: 1.3.0...1.3.1

1.3.0

22 Mar 16:27
1.3.0
3295f06

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

1.2.0

02 Mar 21:37
1.2.0
a9098a9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

06 Mar 03:14
b0de668

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

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

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

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

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

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