|
1 |
| -## [2.0.1] |
2 |
| -- Feature [#306](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/306) - Added support of manual vertical tooltip position. |
3 |
| -- Fixed [#318](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/318) - Add support for enable/disable showcase globally. |
4 |
| -- Fixed [#316](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/316) - Add title and description padding |
5 |
| -- Fixed [#330](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/330) - Overlay not showing in flutter 3.7.0 |
6 |
| -- Fixed [#288](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/288) - Take in account view insets (such as keyboard) |
7 |
| -- Fixed [#334](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/334) - Move code line to resolve no context issue |
8 |
| -- Add PR title validation workflow |
9 |
| - |
10 |
| -## [2.0.0+1] |
11 |
| -- Fixed [#237](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/261) - Feature added to enable/disable default gesture of ShowcaseView child using `disableDefaultTargetGestures` parameter |
12 |
| -- Fixed [#206](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/206) - getLeft and getRight return wrong result when in middle with a little offset |
13 |
| -- Fixed issue of duplicate key found in example. |
14 |
| -- Fixed [#253](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/253) - Add TextAlign attribute for title and description |
15 |
| -- `pull_request_template.md.` file updated with proper document |
16 |
| -- `CONTRIBUTING.md` file updated with proper document |
17 |
| -- Fixed [#268](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/268) - Added smooth scale transition when tooltip appear on the screen |
18 |
| -- Updated parameter name of `ShowCaseWidget` and `Showcase` class |
19 |
| - |
20 |
| -## [1.1.8] |
21 |
| -- Fixed [#237](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/237) - Feature added to enable/disable overlay click using `disableBarrierInteraction` parameters |
22 |
| -- ToolTip BorderRadius setting support |
23 |
| - |
24 |
| -## [1.1.7] |
25 |
| - |
26 |
| -- Fixed [#235](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/235) - 1.1.6 scrolling behavior in PageView. |
27 |
| -- Fixed [#242](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/242) - Error when display showcase on FloatingActionBar inside a TabBar (with more than 1 tab). |
28 |
| - |
29 |
| -## [1.1.6] |
30 |
| - |
31 |
| -- Fixed [#62](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/62) - While using ShowCase widget, not scrolling to respective widget when it's not visible. |
32 |
| -- Fixed [#131](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/131) - Support of other gestures onTargetLongPress and onTargetDoubleTap |
33 |
| -- Fixed [#140](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/140) - disableAnimation at ShowcaseWidget level |
34 |
| -- Fixed [#71](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/71) - Highlight Not working when widget is not visible on screen |
35 |
| -- Add flutter 3.0 support. |
36 |
| - |
37 |
| -## [1.1.5] |
38 |
| - |
39 |
| -- Fixed [#173](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/173) - showArrow not working |
40 |
| -- Fixed [#150](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/150) - Add condition for determine state is active |
41 |
| -- Fixed [#121](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/121) - SlideTransition widget in tooltip_widget.dart is constantly rebuildung even after the showcasing is supposed to have stopped |
42 |
| -- Fixed [#152](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/152) - Calculation of tooltip position |
43 |
| -- Fixed [#182](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/182) - Not providing blurValue causes Exception: Please provide ShowCaseView context |
44 |
| -- Fixed [#162](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/162) - Add feature to move back |
45 |
| -- Fixed [#181](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/181) - Add feature to go to previous item |
46 |
| - |
47 |
| -## [1.1.4] |
48 |
| - |
49 |
| -- Add glassmorphism effect in showcase background. |
50 |
| -- Fixed [#166](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/166) - shapeBorder need to be more customisable |
51 |
| -- Fixed [#163](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/163) - Null check operator used on a null value |
52 |
| - |
53 |
| -## [1.1.3] |
54 |
| - |
55 |
| -- Fixed [#158](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/158) - Arrow animation is not synchronized with tooltip |
56 |
| - |
57 |
| -## [1.1.2] |
58 |
| - |
59 |
| -- Fixed [#78](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/78) - Exception:BoxConstraints has NaN values #78 |
60 |
| -- Fixed [#139](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/139) - Weird position #139 |
61 |
| -- Fixed [#138](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/138) - show Unhandled Exception: Null check operator used on a null value error |
62 |
| - |
63 |
| -## [1.1.1] |
64 |
| - |
65 |
| -- Fixed [#92](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/92) - Showcase in ReorderableListView show at incorrect position |
66 |
| -- License update from BSD 2-Clause "Simplified" to MIT |
67 |
| - |
68 |
| -## [1.1.0] |
69 |
| - |
70 |
| -- Fixed [#103](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/103) - add overlay padding. |
71 |
| -- Fixed [#105](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/105) - showcase not showing text in one line even if it is not so big. |
72 |
| -- Fixed [#56](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/56) - Landscape mode issue |
73 |
| -- Fixed [#86](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/86) - Showcase isn't rendering responsively |
74 |
| - |
75 |
| -## [1.0.0] |
76 |
| - |
77 |
| -- Fixed [#95](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/95) - Migrated to null safety. |
78 |
| -- Fixed [#74](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/74) - Long text description is hidden. |
79 |
| -- Fixed [#76](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/76) - Overlay is not displayed properly on web. |
80 |
| -- Fixed [#81](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/81) - Crash on hot reload. |
81 |
| -- Fixed [#84](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/84) - Background dim does not work in some screens. |
82 |
| -- Fixed [#90](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/90) - ListView Item Support. |
83 |
| - |
84 |
| -## [0.1.6] |
85 |
| - |
86 |
| -- [Feature #63](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/63) method callback after individual showcase start and end |
87 |
| -- [Fix #57](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/57) Position of the Showcase.withWidget is different on iPhone 11 |
88 |
| -- [Feature #49](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/49) Add autoplay tooltip on showcase view plugin. |
89 |
| - |
90 |
| -## [0.1.5] |
91 |
| - |
92 |
| -* Refactor usage of deprecated methods |
93 |
| -* Add support for `disableAnimation` option. |
94 |
| - |
95 |
| -## [0.1.4] - Added onFinish method [#17](https://github.com/simformsolutions/flutter_showcaseview/issues/17). |
96 |
| - |
97 |
| -## [0.1.3] - Added feature |
98 |
| - |
99 |
| -Updated syntax to pass new context to ShowCaseWidget |
100 |
| -Added onTargetTap callback feature [#10](https://github.com/simformsolutions/flutter_showcaseview/issues/10). |
101 |
| - |
102 |
| -## [0.1.2] - Fixed issue [#6](https://github.com/simformsolutions/flutter_showcaseview/issues/6). |
103 |
| - |
104 |
| -## [0.1.1] - Fixed maintenance issues. |
105 |
| - |
106 |
| -## [0.1.0] - Initial release on 22nd Augest, 2019. |
| 1 | +# [1.0.0] - Initial release on 14 Sep 2023 |
107 | 2 |
|
108 | 3 | * First release.
|
0 commit comments