react-dynamic-help
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "react-dynamic-help", | ||
"description": "React Dynamic Help - Create flows of helpful popups in your React App", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -16,3 +16,3 @@ # react-dynamic-help | ||
V 0.4.1 - Basic implementation of the concept. | ||
V 0.4.3 - Basic implementation of the concept. | ||
@@ -25,2 +25,4 @@ Demo at https://github.com/GreenAsJade/react-dynamic-help-demo | ||
- Save the help system state. That's important for a real app :) | ||
- Support a no-op pseudo Item somehow, so you can have a break in a flow, with a resume. | ||
@@ -36,4 +38,2 @@ - Wouldn't this just amount to "start another flow?" | ||
But: https://stackoverflow.com/questions/73059467/how-do-you-set-the-style-of-an-element-obtained-from-a-callback-ref-in-typescrip | ||
- Fix up the packaging | ||
@@ -40,0 +40,0 @@ |
78151