|
1 | 1 | ## [3.0.0] - Enhance animation and performance
|
2 |
| -* Deprecated Features: |
3 |
| - • isTitleCenter: Replaced with TextAlign in the Text widget for better control. |
4 |
| - • drawerIcon: Use a custom appBar for enhanced customization. |
5 |
| - • appBarHeight: This feature has been deprecated. |
6 |
| - • appBarColor: Replaced with backgroundColor in SliderAppBarConfig. |
7 |
| - • appBarPadding: Now replaced with padding in SliderAppBarConfig. |
8 |
| -* New Features: |
9 |
| - • Added SliderAppBarConfig for streamlined AppBar configuration. |
10 |
| -* Rename SlideDirection enums for consistency: |
11 |
| - • LEFT_TO_RIGHT → leftToRight |
12 |
| - • RIGHT_TO_LEFT → rightToLeft |
13 |
| - • TOP_TO_BOTTOM → topToBottom |
14 |
| -* Upgrade dart version min 3.0.0. |
15 |
| - |
16 |
| - |
17 |
| -# [2.1.3] - Release |
18 |
| - * Improvement |
19 |
| - |
| 2 | +* Upgrade dart version min `3.0.0`. |
| 3 | +#### Deprecated Features: |
| 4 | +* `isTitleCenter`: Replaced with `TextAlign` in the `Text` widget for better control. |
| 5 | +* `drawerIcon`: Use a custom appBar for enhanced customization. |
| 6 | +* `appBarHeight`: This feature has been deprecated. |
| 7 | +* `appBarColor`: Replaced with backgroundColor in `SliderAppBarConfig`. |
| 8 | +* `appBarPadding`: Now replaced with padding in `SliderAppBarConfig`. |
| 9 | +#### New Features: |
| 10 | +* Added `SliderAppBarConfig` for streamlined AppBar configuration. |
| 11 | +#### Rename SlideDirection enums for consistency: |
| 12 | +* LEFT_TO_RIGHT → leftToRight |
| 13 | +* RIGHT_TO_LEFT → rightToLeft |
| 14 | +* TOP_TO_BOTTOM → topToBottom |
| 15 | + |
| 16 | + |
| 17 | +## [2.1.3] - Release |
| 18 | +* Improvement |
20 | 19 |
|
21 | 20 | ## [2.1.2] - Release
|
22 | 21 | * replace `sliderShadow` to `sliderBoxShadow`
|
|
0 commit comments