Skip to content

Commit 50b2409

Browse files
committed
bumped to version 3.0.0
1 parent cf1ecb4 commit 50b2409

40 files changed

+2089
-1804
lines changed

CHANGELOG.md

Lines changed: 116 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,189 +1,205 @@
11
# Changelog
22

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.
319

420
## 2.3.0
521

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.
1531

1632
## 2.2.0
1733

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.
2541

2642
## 2.1.2
2743

28-
* **Documentation**: Updated the documentation to display the screenshots.
44+
- **Documentation**: Updated the documentation to display the screenshots.
2945

3046
## 2.1.1
3147

32-
* **Documentation**: Updated the documentation to display the screenshots.
48+
- **Documentation**: Updated the documentation to display the screenshots.
3349

3450
## 2.1.0
3551

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.
4258

4359
## 2.0.4
4460

45-
* **Optimization**: Removed unnecessary codes.
61+
- **Optimization**: Removed unnecessary codes.
4662

4763
## 2.0.3
4864

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.
5369

5470
## 2.0.2
5571

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.
6177

6278
## 2.0.1
6379

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.
6682

6783
## 2.0.0+1
6884

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.
7793

7894
## 2.0.0
7995

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.
87103

88104
## 1.2.3
89105

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.
94110

95111
## 1.2.2
96112

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.
101117

102118
## 1.2.1
103119

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
106122

107123
## 1.2.0
108124

109-
* Project structure changed.
110-
* Minor bug fixes.
111-
* Removed unnecessary codes.
125+
- Project structure changed.
126+
- Minor bug fixes.
127+
- Removed unnecessary codes.
112128

113129
## 1.1.0
114130

115-
* Minor bug fixes.
116-
* Performance improvements.
131+
- Minor bug fixes.
132+
- Performance improvements.
117133

118134
## 1.0.5
119135

120-
* Minor bug fixes.
121-
* Performance improvements.
136+
- Minor bug fixes.
137+
- Performance improvements.
122138

123139
## 1.0.4
124140

125-
* Minor bug fixes.
126-
* Performance improvements.
141+
- Minor bug fixes.
142+
- Performance improvements.
127143

128144
## 1.0.3
129145

130-
* Minor bug fixes.
131-
* Performance improvements.
146+
- Minor bug fixes.
147+
- Performance improvements.
132148

133149
## 1.0.2
134150

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.
139155

140156
## 1.0.1
141157

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.
148164

149165
## 1.0.0
150166

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.
155171

156172
## 0.1.5
157173

158-
* Default Slide Indicator added.
159-
* Bug fixes.
160-
* Performance improvements.
174+
- Default Slide Indicator added.
175+
- Bug fixes.
176+
- Performance improvements.
161177

162178
## 0.1.4
163179

164-
* Bug fixes.
165-
* Documentation updated.
180+
- Bug fixes.
181+
- Documentation updated.
166182

167183
## 0.1.3
168184

169-
* Minor bug fixes.
185+
- Minor bug fixes.
170186

171187
## 0.1.2
172188

173-
* Auto-sized child support.
174-
* Bug fixes.
189+
- Auto-sized child support.
190+
- Bug fixes.
175191

176192
## 0.1.1
177193

178-
* Bug fixes.
179-
* Documentation updated.
194+
- Bug fixes.
195+
- Documentation updated.
180196

181197
## 0.1.0
182198

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.
186202

187203
## 0.0.1
188204

189-
* Initial Version.
205+
- Initial Version.

0 commit comments

Comments
 (0)