Skip to content

Releases: mohebifar/react-native-copilot

v3.3.3

Choose a tag to compare

@github-actions github-actions released this 17 Dec 21:34
7eb8bdb

Patch Changes

  • 7961855: Fix arrow style on Android

Change Log

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 02 May 03:58
4c44049

Patch Changes

  • d14d956: Expose totalStepsNumber via useCopilot

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Apr 21:12
b12b7ab

Patch Changes

  • 05b3a47: Fix a type error in walkthroughable

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 21:40
b67bf9c

Minor Changes

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

v3.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 03:17
854cfe3

Patch Changes

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

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 16:39
021f9c4

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

Choose a tag to compare

@github-actions github-actions released this 22 Mar 15:12
8db84c9

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

Choose a tag to compare

@github-actions github-actions released this 22 Mar 05:12
761f847

Patch Changes

  • 3a0f6e0: Migrate to TS and add CopilotProvider