You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,52 @@
1
+
## [2.13.0] - 10/05/2025
2
+
3
+
**Changes**
4
+
5
+
- Enable slide animation for bottom and top for bottom and top centered toasts [PR#150](https://github.com/koukibadr/Motion-Toast/pull/150)
6
+
- Refactor deprecated color opacity [PR#151](https://github.com/koukibadr/Motion-Toast/pull/151)
7
+
1
8
## [2.12.1] - 17/03/2025
2
9
3
10
**Bug Fix**
11
+
4
12
- Resolve compilation error with `wihValues` when setting opacity value [Issue #134](https://github.com/koukibadr/Motion-Toast/issues/134)
5
13
6
14
## [2.12.0] - 16/03/2025
7
15
8
16
**Bug Fix**
17
+
9
18
- Update toast overlay height to support app usage when the toast is displayed [PR](https://github.com/koukibadr/Motion-Toast/pull/135)[Issue #134](https://github.com/koukibadr/Motion-Toast/issues/134)
10
19
11
20
**Enhancement**
21
+
12
22
- Update alignment, MotionToastPosition is refactored to use Alignment object [PR](https://github.com/koukibadr/Motion-Toast/pull/140)[Issue #126](https://github.com/koukibadr/Motion-Toast/issues/126)
13
23
- Support for custom alignment values
14
24
15
25
**Changes**
26
+
16
27
- Refactor: AnimationTypes values are renamed [PR](https://github.com/koukibadr/Motion-Toast/pull/141)
17
28
18
29
## [2.11.0] - 07/08/2024
19
30
20
31
**Enhancement**
32
+
21
33
- Remove content padding effect on motion toast sidebar widget
22
34
- Replace EdgeInsets type with EdgeInsetsGeometry type for wider options (Support of EdgeInsets and EdgeInsetsDirectional) [PR](https://github.com/koukibadr/Motion-Toast/pull/125)
23
35
- Update custom motion toast rendering to support width and height constraints for large screens
24
36
25
37
**Changes**
38
+
26
39
- Update layoutDirection from LayoutDirection enum to TextDirection dart class
27
40
28
41
## [2.10.0] - 25/04/2024
29
42
30
43
**Enhancement**
44
+
31
45
- Replace `backgroundType` with `opacity` double attribute
32
46
- Updated predefined themes colors, themes now have different primary and secondary colors
33
47
34
48
**Changes**
49
+
35
50
- Remove motion toast type parameter and replace it with direct theme initialization
36
51
- Remove `iconType` parameter
37
52
-`MotionToast.delete` marked as deprecated and will be removed in the next version
@@ -48,15 +63,16 @@
48
63
## [2.8.0] - 21/01/2024
49
64
50
65
- Update motion toast display with Overlay instead of Navigator
51
-
- Fix center content issue [Issue #113](https://github.com/koukibadr/Motion-Toast/issues/113)
66
+
- Fix center content issue [Issue #113](https://github.com/koukibadr/Motion-Toast/issues/113)
0 commit comments