Skip to content

Commit bb489cb

Browse files
committed
chore: 🔖 Version Bump 5.0.0
1 parent 43c03f7 commit bb489cb

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

CHANGELOG.md

Lines changed: 27 additions & 19 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) -
43-
Fixed example app to run in flutter version `v3.32.5` .
43+
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

4547
## [4.0.1]
4648
- Fixed [#493](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/493) - ShowCase.withWidget not showing issue
@@ -184,20 +186,26 @@
184186

185187
## [0.1.5]
186188

187-
* Refactor usage of deprecated methods
188-
* Add support for `disableAnimation` option.
189+
- Refactor usage of deprecated methods
190+
- Add support for `disableAnimation` option.
189191

190-
## [0.1.4] - Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17).
192+
## [0.1.4]
191193

192-
## [0.1.3] - Added feature
194+
- Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17).
193195

194-
Updated syntax to pass new context to ShowCaseWidget
195-
Added onTargetTap callback feature [#10](https://github.com/simformsolutions/flutter_showcaseview/issues/10).
196+
## [0.1.3]
196197

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

199-
## [0.1.1] - Fixed maintenance issues.
201+
## [0.1.2]
200202

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

203-
* First release.
205+
## [0.1.1]
206+
207+
- Fixed maintenance issues.
208+
209+
## [0.1.0]
210+
211+
- 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)