Skip to content

Releases: mohebifar/react-native-copilot

v3.3.2

02 May 03:58
4c44049
Compare
Choose a tag to compare

Patch Changes

  • d14d956: Expose totalStepsNumber via useCopilot

v3.3.1

11 Apr 21:12
b12b7ab
Compare
Choose a tag to compare

Patch Changes

  • 05b3a47: Fix a type error in walkthroughable

v3.3.0

06 Mar 21:40
b67bf9c
Compare
Choose a tag to compare

Minor Changes

  • 3e5d3cc: Fix the issue with missing module file specified in package json

v3.2.1

13 Apr 03:17
854cfe3
Compare
Choose a tag to compare

Patch Changes

  • 3a6dd5a: Fix malformed field crash and add more config (arrowSize and margin)

v3.2.0

22 Mar 16:39
021f9c4
Compare
Choose a tag to compare

Minor Changes

  • 0d8362a: Remove Tooltip and StepNumber passed props in favor of useCopilot context
    Un-register the step after name change and re-register with the new name
    Add tests for CopilotStep

v3.1.0

22 Mar 15:12
8db84c9
Compare
Choose a tag to compare

Minor Changes

  • 312fba4: Expose more functions through the public API

    Expose stop, goToNext, goToNth, and goToPrev through the useCopilot hook
    Export DefaultUI from the module's entry to access the default Tooltip and StepNumber components

v3.0.1

22 Mar 05:12
761f847
Compare
Choose a tag to compare

Patch Changes

  • 3a0f6e0: Migrate to TS and add CopilotProvider