Skip to content

Commit 9e4abad

Browse files
committed
Changelog for 2.25.0
1 parent 8528467 commit 9e4abad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.25.0] - 2025-04-29
99

1010
### Added
1111

12-
- Added `applyAction: 'never'` option, to prevent load function [invalidation](https://svelte.dev/tutorial/kit/invalidation) from overwriting the form data.
12+
- Added `applyAction: 'never'` option, to prevent load function [invalidation](https://svelte.dev/tutorial/kit/invalidation) from overwriting the form state.
1313
- Added `invalidateAll: 'pessimistic'` option as an alternative to the `'force'` option (recommended to use instead for clarity).
1414

1515
## [2.24.1] - 2025-04-06

src/routes/(v2)/v2/Navigation.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
'issue-455',
7979
'vine',
8080
'timeproxy',
81-
'tainted-null-random'
81+
'tainted-null-random',
82+
'issue-588'
8283
].sort();
8384
</script>
8485

0 commit comments

Comments
 (0)