Skip to content

Releases: bilfeldt/laravel-flash-message

v1.2.0

28 Feb 09:08
b9aae0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 May 21:56
de8fc9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

23 Dec 00:17
1152000
Compare
Choose a tag to compare

What's Changed

  • Update FlashMessageServiceProvider.php by @bilfeldt in #29

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Dec 00:26
7427f4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v1.0.0

Breaking changes

Blade component are now namespaced instead of prefixed. This means that usage of the components should be changed from the old prefix syntax

<x-flash-alert ... /> // no longer supported

to the new namespace syntax

<x-flash::alert ... /> // new syntax

v0.4.0

16 Dec 00:24
671ddc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

16 Dec 00:04
Compare
Choose a tag to compare

Use switch instead of match to keep pre PHP 8.0 support

v0.3.0

15 Dec 23:50
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @comes made their first contribution in #12

Full Changelog: v0.2.1...v0.3.0

v0.2.1

28 Mar 10:23
9cefcbd
Compare
Choose a tag to compare

What's Changed

  • Fix missing messages were doing redirect by @bilfeldt in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Feb 21:54
e5e6f98
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Nov 08:49
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release