Skip to content

Commit

Permalink
update README.md, CHANGELOG.md and preview gif
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jul 15, 2022
1 parent 513614d commit d0dac7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.0] - 2022-07-15

* Ability to pause tooltip display without triggering `onDone` action
* Start tooltip display at specific displayIndex by passing value to start method `start(<optional displayIndex>)`
* Readme.md updates.

## [0.1.0] - 2022-02-07

* Improvements to access controller from OverlayTooltipScaffold in same context scope
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Package that helps display tooltips for onboarding certain features in your ap
Due to the non-flexibility of some other tooltips packages, Overlay tooltip is designed to give you control over the nature of your tooltips widget, overlay colors, when to start/dismiss tooltips and moving between previous/next tooltips.


<img src="https://raw.githubusercontent.com/Deuque/overlay_tooltip/a1a0c7ed441cedf5cff90bb5660c7c747ee2dd96/media/overlay_tooltip.gif" height="420"/>
<img src="https://raw.githubusercontent.com/Deuque/overlay_tooltip/master/media/overlay_tooltip.gif" height="420"/>


## Usage
Expand Down

0 comments on commit d0dac7a

Please sign in to comment.