Skip to content

Commit d8a5b6e

Browse files
chore: 🔖 Version Bump 5.0.0
1 parent 5ec26c4 commit d8a5b6e

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

CHANGELOG.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [5.0.0] - (UnRelease)
1+
## [5.0.0]
22
- Feature [#500](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/500) -
33
Added `onDismiss` callback in `ShowCaseWidget` which will trigger whenever `onDismiss` method is
44
called.
@@ -8,16 +8,16 @@
88
- Fixed [#506](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/506) - Timer
99
was not canceling when tapped on `TooltipActionButton` which may cause issue when `autoPlay` is ON.
1010
- Improvement [#511](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/511) -
11-
Improved Tooltip widget
11+
Improved Tooltip widget.
1212
- Feature [#54](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/54) - Added
1313
Feasibility to position tooltip left and right to the target widget.
1414
- Feature [#113](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/113) - Added
15-
multiple showcase feature
15+
multiple showcase feature.
1616
- Improvement [#514](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/514) -
1717
Improved showcase widget and showcase with widget, Removed inherited widget, keys and setStates,
18-
Added controller to manage showcase
18+
Added controller to manage showcase.
1919
- CHORE [#514](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/514) -
20-
Bumped dart minimum sdk to 2.19.6
20+
Bumped dart minimum sdk to 2.19.6.
2121
- Fixed [#515](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/515) - Added
2222
missing assertions for `Showcase.withWidget()`.
2323
- Feature [#518](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/518) - created
@@ -28,19 +28,21 @@
2828
widget and added `ShowcaseView` class to handle showcase widget functionality independently
2929
without context.
3030
- Format [#528](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/528) - Formatted
31-
project structure
31+
project structure.
3232
- Fixed [#526](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/526) - Fixed
3333
screen edge assertions.
3434
- Feature [#521](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/521) - Added
35-
`toolTipMargin` support for `Showcase.withWidget`
35+
`toolTipMargin` support for `Showcase.withWidget`.
3636
- Feature [#520](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/520) - Added
37-
`targetTooltipGap` to manage space between tooltip and target widget
37+
`targetTooltipGap` to manage space between tooltip and target widget.
3838
- Improvement [#530](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/530) -
3939
Upgraded minimum dart sdk version to 3.0.0 and utilised Dart 3 features accordingly.
4040
- Deprecate [#531](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/531) -
4141
Update deprecated `ShowCaseWidget` removal version.
4242
- Improvement [#505](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/505) -
4343
Fixed example app to run in flutter version `v3.32.5`.
44+
- Feature [#538](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/538) - Add
45+
autoPlayDelay to Showcase widget.
4446
- Breaking [#541](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/541) -
4547
Removed height and width from `Showcase.withWidget` constructor, as it is not required anymore.
4648
- Improvement [#555](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/555)
@@ -192,20 +194,26 @@
192194

193195
## [0.1.5]
194196

195-
* Refactor usage of deprecated methods
196-
* Add support for `disableAnimation` option.
197+
- Refactor usage of deprecated methods
198+
- Add support for `disableAnimation` option.
197199

198-
## [0.1.4] - Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17).
200+
## [0.1.4]
199201

200-
## [0.1.3] - Added feature
202+
- Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17).
201203

202-
Updated syntax to pass new context to ShowCaseWidget
203-
Added onTargetTap callback feature [#10](https://github.com/simformsolutions/flutter_showcaseview/issues/10).
204+
## [0.1.3]
204205

205-
## [0.1.2] - Fixed issue [#6](https://github.com/simformsolutions/flutter_showcaseview/issues/6).
206+
- Feature [#10](https://github.com/simformsolutions/flutter_showcaseview/issues/10) - Updated syntax to pass new context to ShowCaseWidget
207+
Added onTargetTap callback feature.
206208

207-
## [0.1.1] - Fixed maintenance issues.
209+
## [0.1.2]
208210

209-
## [0.1.0] - Initial release on 22nd Augest, 2019.
211+
- Fixed issue [#6](https://github.com/simformsolutions/flutter_showcaseview/issues/6).
210212

211-
* First release.
213+
## [0.1.1]
214+
215+
- Fixed maintenance issues.
216+
217+
## [0.1.0]
218+
219+
- Initial release on 22nd August, 2019.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: showcaseview
22
description: A Flutter package to Showcase/Highlight widgets step by step.
3-
version: 4.0.1
3+
version: 5.0.0
44
issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues
55
repository: https://github.com/simformsolutions/flutter_showcaseview
66

0 commit comments

Comments
 (0)