File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.21]
8
+ - fix: prevent crash on ` closeModal ` if called without modal
9
+
10
+ ## [ 1.0.20]
11
+ - fix: transition error handling
12
+ - fix: transition fix
13
+ - chore: fix regression after last changes
14
+
15
+ ## [ 1.0.19]
16
+ - fix: completely ignore other platforms (ios: or android:)
17
+
18
+ ## [ 1.0.18]
19
+ - fix(android): allow custom transition on navigation back
20
+
21
+ ## [ 1.0.17]
22
+ - fix: dont catch and re throw on error or we loose original stack
23
+
24
+ ## [ 1.0.16]
25
+ - fix: support svelte class directive
26
+
7
27
## [ 1.0.15]
8
28
- fix: correctly destroy root element on application exit
9
29
You can’t perform that action at this time.
0 commit comments