<<<<<<< Updated upstream
- 7961855: Fix arrow style on Android
- d14d956: Expose totalStepsNumber via useCopilot
- 05b3a47: Fix a type error in walkthroughable
- 3e5d3cc: Fix the issue with missing module file specified in package json
- 3a6dd5a: Fix malformed field crash and add more config (arrowSize and margin)
- 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
-
312fba4: Expose more functions through the public API
Expose
stop,goToNext,goToNth, andgoToPrevthrough theuseCopilothook ExportDefaultUIfrom the module's entry to access the default Tooltip and StepNumber components
- 3a0f6e0: Migrate to TS and add CopilotProvider
Stashed changes
All notable changes to this project will be documented in this file.
- Upgrade dependencies and fix the issue with missing module file specified in package json (#311)
- (android) Fix malformed field crash, add more config (#279)
- (CopilotStep) Add active flag to steps
- (tooltip) Add getNth function (#267)
- 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)
- The Button to the compoenents directory
- (CopilotModal) Use Modal instead of ternary expression to control visibiity
- (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
- Fix lint errors
- Lint
- 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
- 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-staticsdependency - 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
- (App) Trigger tutorial on componentDidMount
- (App) Added an example for the event emitter
- Added the active flag to the example