|
1 | | -## [5.0.0] - (UnRelease) |
| 1 | +## [5.0.0] |
2 | 2 | - Feature [#500](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/500) - |
3 | 3 | Added `onDismiss` callback in `ShowCaseWidget` which will trigger whenever `onDismiss` method is |
4 | 4 | called. |
|
8 | 8 | - Fixed [#506](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/506) - Timer |
9 | 9 | was not canceling when tapped on `TooltipActionButton` which may cause issue when `autoPlay` is ON. |
10 | 10 | - Improvement [#511](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/511) - |
11 | | - Improved Tooltip widget |
| 11 | + Improved Tooltip widget. |
12 | 12 | - Feature [#54](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/54) - Added |
13 | 13 | Feasibility to position tooltip left and right to the target widget. |
14 | 14 | - Feature [#113](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/113) - Added |
15 | | - multiple showcase feature |
| 15 | + multiple showcase feature. |
16 | 16 | - Improvement [#514](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/514) - |
17 | 17 | 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. |
19 | 19 | - 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. |
21 | 21 | - Fixed [#515](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/515) - Added |
22 | 22 | missing assertions for `Showcase.withWidget()`. |
23 | 23 | - Feature [#518](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/518) - created |
|
28 | 28 | widget and added `ShowcaseView` class to handle showcase widget functionality independently |
29 | 29 | without context. |
30 | 30 | - Format [#528](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/528) - Formatted |
31 | | - project structure |
| 31 | + project structure. |
32 | 32 | - Fixed [#526](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/526) - Fixed |
33 | 33 | screen edge assertions. |
34 | 34 | - Feature [#521](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/521) - Added |
35 | | - `toolTipMargin` support for `Showcase.withWidget` |
| 35 | + `toolTipMargin` support for `Showcase.withWidget`. |
36 | 36 | - 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. |
38 | 38 | - Improvement [#530](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/530) - |
39 | 39 | Upgraded minimum dart sdk version to 3.0.0 and utilised Dart 3 features accordingly. |
40 | 40 | - Deprecate [#531](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/531) - |
41 | 41 | Update deprecated `ShowCaseWidget` removal version. |
42 | 42 | - 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. |
44 | 46 |
|
45 | 47 | ## [4.0.1] |
46 | 48 | - Fixed [#493](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/493) - ShowCase.withWidget not showing issue |
|
184 | 186 |
|
185 | 187 | ## [0.1.5] |
186 | 188 |
|
187 | | -* Refactor usage of deprecated methods |
188 | | -* Add support for `disableAnimation` option. |
| 189 | +- Refactor usage of deprecated methods |
| 190 | +- Add support for `disableAnimation` option. |
189 | 191 |
|
190 | | -## [0.1.4] - Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17). |
| 192 | +## [0.1.4] |
191 | 193 |
|
192 | | -## [0.1.3] - Added feature |
| 194 | +- Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17). |
193 | 195 |
|
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] |
196 | 197 |
|
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. |
198 | 200 |
|
199 | | -## [0.1.1] - Fixed maintenance issues. |
| 201 | +## [0.1.2] |
200 | 202 |
|
201 | | -## [0.1.0] - Initial release on 22nd Augest, 2019. |
| 203 | +- Fixed issue [#6](https://github.com/simformsolutions/flutter_showcaseview/issues/6). |
202 | 204 |
|
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. |
0 commit comments