Skip to content

Latest commit

 

History

History
179 lines (123 loc) · 4.25 KB

File metadata and controls

179 lines (123 loc) · 4.25 KB

<<<<<<< Updated upstream

3.3.3

Patch Changes

  • 7961855: Fix arrow style on Android

Change Log

3.3.2

Patch Changes

  • d14d956: Expose totalStepsNumber via useCopilot

3.3.1

Patch Changes

  • 05b3a47: Fix a type error in walkthroughable

3.3.0

Minor Changes

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

3.2.1

Patch Changes

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

3.2.0

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

3.1.0

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

3.0.1

Patch Changes

  • 3a0f6e0: Migrate to TS and add CopilotProvider

3.0.0

Major Changes

  • f2b45c7: Migrate to TS and deprecate HOC

Changelog

Stashed changes

All notable changes to this project will be documented in this file.

[3.3.0] - 2024-03-06

⚙️ Miscellaneous Tasks

  • Upgrade dependencies and fix the issue with missing module file specified in package json (#311)

[3.2.1] - 2023-04-13

🐛 Bug Fixes

  • (android) Fix malformed field crash, add more config (#279)

[3.0.0] - 2023-03-22

🚀 Features

  • (CopilotStep) Add active flag to steps
  • (tooltip) Add getNth function (#267)

🐛 Bug Fixes

  • Fixing the arrow position
  • (CopilotStep) Fix measure error where TEST is undefined
  • (SvgMask) Defer rendering Svg until layout is measured
  • (example) Fix the watcher for updating the example dep
  • (copilot) Start(fromStep) issue fixed
  • (CopilotModal) Consider status bar height
  • (CopilotModal) Do status bar offset only on android
  • (contributing) Fix broken links
  • (copilot) Hoist static props
  • (types) Adjust type from handleNthStep -> handleNth (#268)

🚜 Refactor

  • The Button to the compoenents directory
  • (CopilotModal) Use Modal instead of ternary expression to control visibiity

📚 Documentation

  • (Readme) Improve docs
  • Charles suggestions
  • (Readme) Add badges
  • Update semaphore project name
  • Remove old name inspiration
  • (README) Renaming the npm package
  • (README) Copilotable to walkthroughable
  • (README) Add tutorial triggering description
  • (README) Updates for v2.0.0
  • (README) Add react-native-svg to the installation section
  • Fix shields to point to correct pkg & center
  • (events) Described event emitters in readme
  • (events) Remove event handlers on unmount in example
  • (README) Add OKG
  • (README) Update OKGrow link

🎨 Styling

  • Fix lint errors
  • Lint

🧪 Testing

  • Add unit tests
  • (walkthroughable) Added tests for the walkthroughable
  • (copilot) Added tests for the copilot HOC
  • (copilot) Add test for tooltip component
  • (copilot) Update the tests based on the Modal change
  • (Copilot) Test for the step active flags

⚙️ Miscellaneous Tasks

  • Add .editorconfig
  • Change the package author
  • Eslint
  • Rename the package
  • Add package lock
  • Bump version (1.0.1)
  • (example) Upgrade expo for the example and better src linking
  • Cleaning up the directory structure
  • (Example) Update name of the package in the example
  • (yarn) Upgrade packages and remove package-lock.json
  • (package) Bump version to 2.1.0
  • (README) Update badges
  • (package) Bump version 2.2.0
  • (package) Bump version to 2.2.3
  • (package) Bump the version to 2.2.5
  • (package) Bump version 2.2.6
  • (package) Bump version to 2.3.0
  • Add hoist-non-react-statics dependency
  • Add hoist-non-react-statics dependency
  • Bump version to 2.4.0
  • Bump version to 2.4.1
  • Lint
  • (package) Bump version
  • (package) Update version
  • Add travis
  • Upgrade packages
  • More pkg upgrades
  • Fix a lint issue
  • Upgrade expo to v34
  • (travis) Run deploy on master
  • (package) Bump version to 2.4.8

Example

  • (App) Trigger tutorial on componentDidMount
  • (App) Added an example for the event emitter
  • Added the active flag to the example