Skip to content

Commit f11df74

Browse files
committed
bump version, update chagnelog
1 parent 6df1d71 commit f11df74

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 4.2.0
2+
3+
- [Add] `enlargeFactor` option
4+
- [Add] `CenterPageEnlargeStrategy.zoom` option
5+
- [Add] `animateToClosest` option
6+
7+
- [FIX] clear timer if widget was unmounted
8+
- [FIX] scroll carousel using touchpad
9+
110
# 4.1.1
211

312
- Fix code formatting

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note: this page is built with flutter-web. For a better user experience, please
2323

2424
## Installation
2525

26-
Add `carousel_slider: ^4.1.1` to your `pubspec.yaml` dependencies. And import it:
26+
Add `carousel_slider: ^4.2.0` to your `pubspec.yaml` dependencies. And import it:
2727

2828
```dart
2929
import 'package:carousel_slider/carousel_slider.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: carousel_slider
22
description: A carousel slider widget, support infinite scroll and custom child widget.
33
homepage: https://github.com/serenader2014/flutter_carousel_slider
44
repository: https://github.com/serenader2014/flutter_carousel_slider
5-
version: 4.1.1
5+
version: 4.2.0
66

77
environment:
88
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)