Releases: nixrajput/flutter_carousel_widget
Releases · nixrajput/flutter_carousel_widget
v3.1.0
What's Changed
- bumped to version 3.1.0 by @nixrajput in #57
- Security: Added
SECURITY.md
for vulnerability reporting and security best practices. - Enhancement: Added a
Pull Request template
to ensure thorough checks for new contributions. - Fix:
issue #56
fixed. - Fix:
issue #55
fixed.
New Contributors
- @nixrajput made their first contribution in #57
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- Improvement: Added comments to the classes, controllers, states, options, enums, and indicators.
- Improvement: Formatted the code to pass static analysis.
- Documentation: Removed demo
gif
to reduce package size.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Breaking Change: New
FlutterCarouselOptions
introduced forFlutterCarousel
. - Breaking Change: New
FlutterCarouselController
introduced forFlutterCarousel
. - Breaking Change: New
FlutterCarouselState
introduced forFlutterCarousel
. - Breaking Change: New
ExpandableCarouselOptions
introduced forExpandableCarousel
. - Breaking Change: New
ExpandableCarouselController
introduced forExpandableCarousel
. - Breaking Change: New
ExpandableCarouselState
introduced forExpandableCarousel
. - Documentation: Updated the documentation to include breaking changes.
- Fix:
issue #52
fixed. - Fix:
issue #51
fixed. - Fix:
issue #50
fixed. - Fix:
issue #48
fixed. - Fix:
issue #38
fixed. - Fix:
issue #37
fixed. - Improvement: Performance improvements.
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
- Breaking Change: New
ExpandableCarouselOptions
introduced forExpandableCarousel
. - Breaking Change: New
ExpandableCarouselController
introduced forExpandableCarousel
. - Breaking Change: New
ExpandableCarouselState
introduced forExpandableCarousel
. - Breaking Change: All slide indicator properties have been consolidated into the
SlideIndicatorOptions
class. - Enhancement:
issue #44
Added optional halo effect for slide indicators, customizable viaSlideIndicatorOptions
properties (enableHalo
,haloPadding
,haloDecoration
). - Chore: Removed dead code.
- Fix:
issue #46
fixed. - Fix:
issue #44
fixed. - Fix:
issue #40
fixed. - Hide CarouselController from 'material.dart' import by @InstantlyMoist in #43
- Add feature: customizable halo for prebuilt indicators by @ProV1X in #45
New Contributors
- @InstantlyMoist made their first contribution in #43
- @ProV1X made their first contribution in #45
Full Changelog: v2.2.0...v2.3.0
v2.2.0
- New Feature: Support for custom slide indicators added.
- Documentation: Updated the documentation to show all contributors.
- Documentation: Updated the documentation to demonstrate the use of custom slide indicator.
- Fix:
issue #28
fixed. - Fix:
issue #30
fixed. - Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
What's Changed
- export SequentialFillIndicator by @DjordjeMancic97 in #34
- Expose and document SlideIndicator contract by @DDavidPrime in #36
New Contributors
- @DjordjeMancic97 made their first contribution in #34
- @DDavidPrime made their first contribution in #36
Full Changelog: v2.1.2...v2.2.0
v2.1.2
2.1.2
- Documentation: Updated the documentation to display the screenshots.
Full Changelog: v2.1.0...v2.1.2
v2.1.0
2.1.0
- Fix:
issue #27
LICENSE updated to MIT. - Fix:
issue #24
fixed. - Fix:
issue #22
fixed. - Fix:
issue #20
fixed. - Fix:
issue #17
fixed. - Fixed(?) a bunch of documentation comments that appear to be missing a '/' by @TDuffinNTU in #23
New Contributors
- @TDuffinNTU made their first contribution in #23
Full Changelog: v2.0.4...v2.1.0
v2.0.4
Changelog
2.0.4
- Improvement: Removed unnecessary dependencies.
- Fix: All known bugs fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
What's Changed
- Fixed incorrect carouselController named param in the documentation. by @MatthewJones517 in #19
New Contributors
- @MatthewJones517 made their first contribution in #19
Full Changelog: v2.0.2...v2.0.4
v2.0.2
Changelog
2.0.2
- Add:
indicatorMargin
property added toCarouselOptions
. - Improvement: Removed unnecessary dependencies.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.0.1
- Documentation: Updated the documentation to reflect the new Github Pages deployment
- Fix: All known bug fixed and removed.
2.0.0+1
- Fix: Enums are now exported.
- New Feature:
ExpandableCarousel
widget added. - Breaking Change:
scrollPhysics
is nowphysics
inCarouselOptions
. - Breaking Change:
carouselController
is nowcontroller
inCarouselOptions
. - Breaking Change: Project architecture changed.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.0.0
- New Feature:
ExpandableCarousel
widget added. - Breaking Change:
scrollPhysics
is nowphysics
inCarouselOptions
. - Breaking Change:
carouselController
is nowcontroller
inCarouselOptions
. - Breaking Change: Project architecture changed.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
1.2.3
- Fix: bug auto play carousel is not working.
- All known bug fixed and removed.
- Performance improvements.
- Removed unnecessary codes.
1.2.2
- Fix:
issue #7
bug show indicator when no customCarouselController
is set andshowIndicator
is set totrue
andonPageChanged
is called. - Custom
CarouselController
can be set viaCarouselOptions
property. - All known bugs are fixed.
- Performance improvements.
1.2.1
- Github Actions: Web Demo is now deployed to Github Pages
- Documentation: Updated the documentation to reflect the new Github Pages deployment
1.2.0
- Project structure changed.
- Minor bug fixes.
- Removed unnecessary codes.
1.1.0
- Minor bug fixes.
- Performance improvements.
1.0.5
- Minor bug fixes.
- Performance improvements.
1.0.4
- Minor bug fixes.
- Performance improvements.
1.0.3
- Minor bug fixes.
- Performance improvements.
1.0.2
- Option to float Slide Indicator over Carousel or to show below Carousel added.
- Screenshots updated.
- Source code optimised.
- Performance improvements.
1.0.1
- Web app example demo added.
- Indicator color will change according to System theme.
- Screenshots updated.
- Documentation updated.
- Source code optimised.
- Performance improvements.
1.0.0
- Source code optimised.
- Bug fixes.
- Performance improvements.
- Documentation updated.
0.1.5
- Default Slide Indicator added.
- Bug fixes.
- Performance improvements.
0.1.4
- Bug fixes.
- Documentation updated.
0.1.3
- Minor bug fixes.
0.1.2
- Auto-sized child support.
- Bug fixes.
0.1.1
- Bug fixes.
- Documentation updated.
0.1.0
- Pre-built Carousel indicator support added.
- Bug fixes.
- Documentation updated.
0.0.1
- Initial Version.
v2.0.1
Changelog
2.0.1
- Documentation: Updated the documentation to reflect the new Github Pages deployment
- Fix: All known bug fixed and removed.
2.0.0+1
- Fix: Enums are now exported.
- New Feature:
ExpandableCarousel
widget added. - Breaking Change:
scrollPhysics
is nowphysics
inCarouselOptions
. - Breaking Change:
carouselController
is nowcontroller
inCarouselOptions
. - Breaking Change: Project architecture changed.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.0.0
- New Feature:
ExpandableCarousel
widget added. - Breaking Change:
scrollPhysics
is nowphysics
inCarouselOptions
. - Breaking Change:
carouselController
is nowcontroller
inCarouselOptions
. - Breaking Change: Project architecture changed.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
1.2.3
- Fix: bug auto play carousel is not working.
- All known bug fixed and removed.
- Performance improvements.
- Removed unnecessary codes.
1.2.2
- Fix:
issue #7
bug show indicator when no customCarouselController
is set andshowIndicator
is set totrue
andonPageChanged
is called. - Custom
CarouselController
can be set viaCarouselOptions
property. - All known bugs are fixed.
- Performance improvements.
1.2.1
- Github Actions: Web Demo is now deployed to Github Pages
- Documentation: Updated the documentation to reflect the new Github Pages deployment
1.2.0
- Project structure changed.
- Minor bug fixes.
- Removed unnecessary codes.
1.1.0
- Minor bug fixes.
- Performance improvements.
1.0.5
- Minor bug fixes.
- Performance improvements.
1.0.4
- Minor bug fixes.
- Performance improvements.
1.0.3
- Minor bug fixes.
- Performance improvements.
1.0.2
- Option to float Slide Indicator over Carousel or to show below Carousel added.
- Screenshots updated.
- Source code optimised.
- Performance improvements.
1.0.1
- Web app example demo added.
- Indicator color will change according to System theme.
- Screenshots updated.
- Documentation updated.
- Source code optimised.
- Performance improvements.
1.0.0
- Source code optimised.
- Bug fixes.
- Performance improvements.
- Documentation updated.
0.1.5
- Default Slide Indicator added.
- Bug fixes.
- Performance improvements.
0.1.4
- Bug fixes.
- Documentation updated.
0.1.3
- Minor bug fixes.
0.1.2
- Auto-sized child support.
- Bug fixes.
0.1.1
- Bug fixes.
- Documentation updated.
0.1.0
- Pre-built Carousel indicator support added.
- Bug fixes.
- Documentation updated.
0.0.1
- Initial Version.