|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 3.0.0 |
| 4 | + |
| 5 | +- **Breaking Change**: New `FlutterCarouselOptions` introduced for `FlutterCarousel`. |
| 6 | +- **Breaking Change**: New `FlutterCarouselController` introduced for `FlutterCarousel`. |
| 7 | +- **Breaking Change**: New `FlutterCarouselState` introduced for `FlutterCarousel`. |
| 8 | +- **Breaking Change**: New `ExpandableCarouselOptions` introduced for `ExpandableCarousel`. |
| 9 | +- **Breaking Change**: New `ExpandableCarouselController` introduced for `ExpandableCarousel`. |
| 10 | +- **Breaking Change**: New `ExpandableCarouselState` introduced for `ExpandableCarousel`. |
| 11 | +- **Documentation**: Updated the documentation to include breaking changes. |
| 12 | +- **Fix**: `issue #52` fixed. |
| 13 | +- **Fix**: `issue #51` fixed. |
| 14 | +- **Fix**: `issue #50` fixed. |
| 15 | +- **Fix**: `issue #48` fixed. |
| 16 | +- **Fix**: `issue #38` fixed. |
| 17 | +- **Fix**: `issue #37` fixed. |
| 18 | +- **Improvement**: Performance improvements. |
3 | 19 |
|
4 | 20 | ## 2.3.0
|
5 | 21 |
|
6 |
| -* **Breaking Change**: New `ExpandableCarouselOptions` introduced for `ExpandableCarousel`. |
7 |
| -* **Breaking Change**: New `ExpandableCarouselController` introduced for `ExpandableCarousel`. |
8 |
| -* **Breaking Change**: New `ExpandableCarouselState` introduced for `ExpandableCarousel`. |
9 |
| -* **Breaking Change**: All slide indicator properties have been consolidated into the `SlideIndicatorOptions` class. |
10 |
| -* **Enhancement**: `issue #44` Added optional halo effect for slide indicators, customizable via `SlideIndicatorOptions` properties (`enableHalo`, `haloPadding`, `haloDecoration`). |
11 |
| -* **Chore**: Removed dead code. |
12 |
| -* **Fix**: `issue #46` fixed. |
13 |
| -* **Fix**: `issue #44` fixed. |
14 |
| -* **Fix**: `issue #40` fixed. |
| 22 | +- **Breaking Change**: New `ExpandableCarouselOptions` introduced for `ExpandableCarousel`. |
| 23 | +- **Breaking Change**: New `ExpandableCarouselController` introduced for `ExpandableCarousel`. |
| 24 | +- **Breaking Change**: New `ExpandableCarouselState` introduced for `ExpandableCarousel`. |
| 25 | +- **Breaking Change**: All slide indicator properties have been consolidated into the `SlideIndicatorOptions` class. |
| 26 | +- **Enhancement**: `issue #44` Added optional halo effect for slide indicators, customizable via `SlideIndicatorOptions` properties (`enableHalo`, `haloPadding`, `haloDecoration`). |
| 27 | +- **Chore**: Removed dead code. |
| 28 | +- **Fix**: `issue #46` fixed. |
| 29 | +- **Fix**: `issue #44` fixed. |
| 30 | +- **Fix**: `issue #40` fixed. |
15 | 31 |
|
16 | 32 | ## 2.2.0
|
17 | 33 |
|
18 |
| -* **New Feature**: Support for custom slide indicators added. |
19 |
| -* **Documentation**: Updated the documentation to show all contributors. |
20 |
| -* **Documentation**: Updated the documentation to demonstrate the use of custom slide indicator. |
21 |
| -* **Fix**: `issue #28` fixed. |
22 |
| -* **Fix**: `issue #30` fixed. |
23 |
| -* **Improvement**: Performance improvements. |
24 |
| -* **Optimization**: Removed unnecessary codes. |
| 34 | +- **New Feature**: Support for custom slide indicators added. |
| 35 | +- **Documentation**: Updated the documentation to show all contributors. |
| 36 | +- **Documentation**: Updated the documentation to demonstrate the use of custom slide indicator. |
| 37 | +- **Fix**: `issue #28` fixed. |
| 38 | +- **Fix**: `issue #30` fixed. |
| 39 | +- **Improvement**: Performance improvements. |
| 40 | +- **Optimization**: Removed unnecessary codes. |
25 | 41 |
|
26 | 42 | ## 2.1.2
|
27 | 43 |
|
28 |
| -* **Documentation**: Updated the documentation to display the screenshots. |
| 44 | +- **Documentation**: Updated the documentation to display the screenshots. |
29 | 45 |
|
30 | 46 | ## 2.1.1
|
31 | 47 |
|
32 |
| -* **Documentation**: Updated the documentation to display the screenshots. |
| 48 | +- **Documentation**: Updated the documentation to display the screenshots. |
33 | 49 |
|
34 | 50 | ## 2.1.0
|
35 | 51 |
|
36 |
| -* **Fix**: `issue #27` LICENSE updated to MIT. |
37 |
| -* **Fix**: `issue #24` fixed. |
38 |
| -* **Fix**: `issue #22` fixed. |
39 |
| -* **Fix**: `issue #20` fixed. |
40 |
| -* **Fix**: `issue #17` fixed. |
41 |
| -* **Improvement**: Performance improvements. |
| 52 | +- **Fix**: `issue #27` LICENSE updated to MIT. |
| 53 | +- **Fix**: `issue #24` fixed. |
| 54 | +- **Fix**: `issue #22` fixed. |
| 55 | +- **Fix**: `issue #20` fixed. |
| 56 | +- **Fix**: `issue #17` fixed. |
| 57 | +- **Improvement**: Performance improvements. |
42 | 58 |
|
43 | 59 | ## 2.0.4
|
44 | 60 |
|
45 |
| -* **Optimization**: Removed unnecessary codes. |
| 61 | +- **Optimization**: Removed unnecessary codes. |
46 | 62 |
|
47 | 63 | ## 2.0.3
|
48 | 64 |
|
49 |
| -* **Improvement**: Removed unnecessary dependencies. |
50 |
| -* **Fix**: All known bug fixed and removed. |
51 |
| -* **Improvement**: Performance improvements. |
52 |
| -* **Optimization**: Removed unnecessary codes. |
| 65 | +- **Improvement**: Removed unnecessary dependencies. |
| 66 | +- **Fix**: All known bug fixed and removed. |
| 67 | +- **Improvement**: Performance improvements. |
| 68 | +- **Optimization**: Removed unnecessary codes. |
53 | 69 |
|
54 | 70 | ## 2.0.2
|
55 | 71 |
|
56 |
| -* **Add**: `indicatorMargin` property added to `CarouselOptions`. |
57 |
| -* **Improvement**: Removed unnecessary dependencies. |
58 |
| -* **Fix**: All known bug fixed and removed. |
59 |
| -* **Improvement**: Performance improvements. |
60 |
| -* **Optimization**: Removed unnecessary codes. |
| 72 | +- **Add**: `indicatorMargin` property added to `CarouselOptions`. |
| 73 | +- **Improvement**: Removed unnecessary dependencies. |
| 74 | +- **Fix**: All known bug fixed and removed. |
| 75 | +- **Improvement**: Performance improvements. |
| 76 | +- **Optimization**: Removed unnecessary codes. |
61 | 77 |
|
62 | 78 | ## 2.0.1
|
63 | 79 |
|
64 |
| -* **Documentation**: Updated the documentation to reflect the new Github Pages deployment. |
65 |
| -* **Fix**: All known bug fixed and removed. |
| 80 | +- **Documentation**: Updated the documentation to reflect the new Github Pages deployment. |
| 81 | +- **Fix**: All known bug fixed and removed. |
66 | 82 |
|
67 | 83 | ## 2.0.0+1
|
68 | 84 |
|
69 |
| -* **Fix**: Enums are now exported. |
70 |
| -* **New Feature**: `ExpandableCarousel` widget added. |
71 |
| -* **Breaking Change**: `scrollPhysics` is now `physics` in `CarouselOptions`. |
72 |
| -* **Breaking Change**: `carouselController` is now `controller` in `CarouselOptions`. |
73 |
| -* **Breaking Change**: Project architecture changed. |
74 |
| -* **Fix**: All known bug fixed and removed. |
75 |
| -* **Improvement**: Performance improvements. |
76 |
| -* **Optimization**: Removed unnecessary codes. |
| 85 | +- **Fix**: Enums are now exported. |
| 86 | +- **New Feature**: `ExpandableCarousel` widget added. |
| 87 | +- **Breaking Change**: `scrollPhysics` is now `physics` in `CarouselOptions`. |
| 88 | +- **Breaking Change**: `carouselController` is now `controller` in `CarouselOptions`. |
| 89 | +- **Breaking Change**: Project architecture changed. |
| 90 | +- **Fix**: All known bug fixed and removed. |
| 91 | +- **Improvement**: Performance improvements. |
| 92 | +- **Optimization**: Removed unnecessary codes. |
77 | 93 |
|
78 | 94 | ## 2.0.0
|
79 | 95 |
|
80 |
| -* **New Feature**: `ExpandableCarousel` widget added. |
81 |
| -* **Breaking Change**: `scrollPhysics` is now `physics` in `CarouselOptions`. |
82 |
| -* **Breaking Change**: `carouselController` is now `controller` in `CarouselOptions`. |
83 |
| -* **Breaking Change**: Project architecture changed. |
84 |
| -* **Fix**: All known bug fixed and removed. |
85 |
| -* **Improvement**: Performance improvements. |
86 |
| -* **Optimization**: Removed unnecessary codes. |
| 96 | +- **New Feature**: `ExpandableCarousel` widget added. |
| 97 | +- **Breaking Change**: `scrollPhysics` is now `physics` in `CarouselOptions`. |
| 98 | +- **Breaking Change**: `carouselController` is now `controller` in `CarouselOptions`. |
| 99 | +- **Breaking Change**: Project architecture changed. |
| 100 | +- **Fix**: All known bug fixed and removed. |
| 101 | +- **Improvement**: Performance improvements. |
| 102 | +- **Optimization**: Removed unnecessary codes. |
87 | 103 |
|
88 | 104 | ## 1.2.3
|
89 | 105 |
|
90 |
| -* **Fix**: bug auto play carousel is not working. |
91 |
| -* All known bug fixed and removed. |
92 |
| -* Performance improvements. |
93 |
| -* Removed unnecessary codes. |
| 106 | +- **Fix**: bug auto play carousel is not working. |
| 107 | +- All known bug fixed and removed. |
| 108 | +- Performance improvements. |
| 109 | +- Removed unnecessary codes. |
94 | 110 |
|
95 | 111 | ## 1.2.2
|
96 | 112 |
|
97 |
| -* **Fix**: `issue #7` bug show indicator when no custom `CarouselController` is set and `showIndicator` is set to `true` and `onPageChanged` is called. |
98 |
| -* Custom `CarouselController` can be set via `CarouselOptions` property. |
99 |
| -* All known bugs are fixed. |
100 |
| -* Performance improvements. |
| 113 | +- **Fix**: `issue #7` bug show indicator when no custom `CarouselController` is set and `showIndicator` is set to `true` and `onPageChanged` is called. |
| 114 | +- Custom `CarouselController` can be set via `CarouselOptions` property. |
| 115 | +- All known bugs are fixed. |
| 116 | +- Performance improvements. |
101 | 117 |
|
102 | 118 | ## 1.2.1
|
103 | 119 |
|
104 |
| -* Github Actions: Web Demo is now deployed to Github Pages |
105 |
| -* Documentation: Updated the documentation to reflect the new Github Pages deployment |
| 120 | +- Github Actions: Web Demo is now deployed to Github Pages |
| 121 | +- Documentation: Updated the documentation to reflect the new Github Pages deployment |
106 | 122 |
|
107 | 123 | ## 1.2.0
|
108 | 124 |
|
109 |
| -* Project structure changed. |
110 |
| -* Minor bug fixes. |
111 |
| -* Removed unnecessary codes. |
| 125 | +- Project structure changed. |
| 126 | +- Minor bug fixes. |
| 127 | +- Removed unnecessary codes. |
112 | 128 |
|
113 | 129 | ## 1.1.0
|
114 | 130 |
|
115 |
| -* Minor bug fixes. |
116 |
| -* Performance improvements. |
| 131 | +- Minor bug fixes. |
| 132 | +- Performance improvements. |
117 | 133 |
|
118 | 134 | ## 1.0.5
|
119 | 135 |
|
120 |
| -* Minor bug fixes. |
121 |
| -* Performance improvements. |
| 136 | +- Minor bug fixes. |
| 137 | +- Performance improvements. |
122 | 138 |
|
123 | 139 | ## 1.0.4
|
124 | 140 |
|
125 |
| -* Minor bug fixes. |
126 |
| -* Performance improvements. |
| 141 | +- Minor bug fixes. |
| 142 | +- Performance improvements. |
127 | 143 |
|
128 | 144 | ## 1.0.3
|
129 | 145 |
|
130 |
| -* Minor bug fixes. |
131 |
| -* Performance improvements. |
| 146 | +- Minor bug fixes. |
| 147 | +- Performance improvements. |
132 | 148 |
|
133 | 149 | ## 1.0.2
|
134 | 150 |
|
135 |
| -* Option to float Slide Indicator over Carousel or to show below Carousel added. |
136 |
| -* Screenshots updated. |
137 |
| -* Source code optimized. |
138 |
| -* Performance improvements. |
| 151 | +- Option to float Slide Indicator over Carousel or to show below Carousel added. |
| 152 | +- Screenshots updated. |
| 153 | +- Source code optimized. |
| 154 | +- Performance improvements. |
139 | 155 |
|
140 | 156 | ## 1.0.1
|
141 | 157 |
|
142 |
| -* Web app example demo added. |
143 |
| -* Indicator color will change according to System theme. |
144 |
| -* Screenshots updated. |
145 |
| -* Documentation updated. |
146 |
| -* Source code optimized. |
147 |
| -* Performance improvements. |
| 158 | +- Web app example demo added. |
| 159 | +- Indicator color will change according to System theme. |
| 160 | +- Screenshots updated. |
| 161 | +- Documentation updated. |
| 162 | +- Source code optimized. |
| 163 | +- Performance improvements. |
148 | 164 |
|
149 | 165 | ## 1.0.0
|
150 | 166 |
|
151 |
| -* Source code optimized. |
152 |
| -* Bug fixes. |
153 |
| -* Performance improvements. |
154 |
| -* Documentation updated. |
| 167 | +- Source code optimized. |
| 168 | +- Bug fixes. |
| 169 | +- Performance improvements. |
| 170 | +- Documentation updated. |
155 | 171 |
|
156 | 172 | ## 0.1.5
|
157 | 173 |
|
158 |
| -* Default Slide Indicator added. |
159 |
| -* Bug fixes. |
160 |
| -* Performance improvements. |
| 174 | +- Default Slide Indicator added. |
| 175 | +- Bug fixes. |
| 176 | +- Performance improvements. |
161 | 177 |
|
162 | 178 | ## 0.1.4
|
163 | 179 |
|
164 |
| -* Bug fixes. |
165 |
| -* Documentation updated. |
| 180 | +- Bug fixes. |
| 181 | +- Documentation updated. |
166 | 182 |
|
167 | 183 | ## 0.1.3
|
168 | 184 |
|
169 |
| -* Minor bug fixes. |
| 185 | +- Minor bug fixes. |
170 | 186 |
|
171 | 187 | ## 0.1.2
|
172 | 188 |
|
173 |
| -* Auto-sized child support. |
174 |
| -* Bug fixes. |
| 189 | +- Auto-sized child support. |
| 190 | +- Bug fixes. |
175 | 191 |
|
176 | 192 | ## 0.1.1
|
177 | 193 |
|
178 |
| -* Bug fixes. |
179 |
| -* Documentation updated. |
| 194 | +- Bug fixes. |
| 195 | +- Documentation updated. |
180 | 196 |
|
181 | 197 | ## 0.1.0
|
182 | 198 |
|
183 |
| -* Pre-built Carousel indicator support added. |
184 |
| -* Bug fixes. |
185 |
| -* Documentation updated. |
| 199 | +- Pre-built Carousel indicator support added. |
| 200 | +- Bug fixes. |
| 201 | +- Documentation updated. |
186 | 202 |
|
187 | 203 | ## 0.0.1
|
188 | 204 |
|
189 |
| -* Initial Version. |
| 205 | +- Initial Version. |
0 commit comments