Releases: ciscoheat/sveltekit-flash-message
Releases · ciscoheat/sveltekit-flash-message
v2.4.6
23 Jan 11:47
Compare
Sorry, something went wrong.
No results found
Fixed
Possible navigation regression fix for Svelte 4 and 5.
v2.4.5
07 Jan 08:00
Compare
Sorry, something went wrong.
No results found
v2.4.4
08 Mar 11:46
Compare
Sorry, something went wrong.
No results found
Fixed
redirect with two parameters accepted a Cookies object, which wouldn't work as the redirect url couldn't be detected.
v2.4.2
16 Feb 12:11
Compare
Sorry, something went wrong.
No results found
Added
Compatibility with Svelte 5
v2.4.1
25 Jan 11:53
Compare
Sorry, something went wrong.
No results found
Fixed
SvelteKit 2 redirect issue fixed.
Options for getFlash affects routes below.
Removed debug messages.
Added
Reintroduced initFlash, since flash options are now properly affecting routes below.
v2.3.1
07 Jan 11:20
Compare
Sorry, something went wrong.
No results found
Fixed
Options weren't compared properly, causing problems when navigating.
v2.3.0
15 Dec 00:03
Compare
Sorry, something went wrong.
No results found
Added
The redirect function can now take the cookies object as well as the whole RequestEvent.
Fixed
Peer dependency support for SvelteKit 2. (#32 )
v2.2.2
13 Nov 17:23
Compare
Sorry, something went wrong.
No results found
Fixed
Options couldn't be set in different top-level layouts.
v2.2.1
14 Sep 12:16
Compare
Sorry, something went wrong.
No results found
Fixed
Flash message didn't appear when posting to a form action on a different route. (#26 )
v2.2.0
18 Aug 14:54
Compare
Sorry, something went wrong.
No results found
Fixed
Default cookie option for SameSite (strict) wasn't set on the client.
Added
flashCookieOptions added to getFlash options.