react-interactive-guide
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -1,8 +0,21 @@ | ||
## [1.2.1](https://github.com/dominictwlee/react-interactive-guide/compare/v1.2.0...v1.2.1) (2020-04-19) | ||
# [1.3.0](https://github.com/dominictwlee/react-interactive-guide/compare/v1.2.1...v1.3.0) (2020-04-20) | ||
# [1.2.0](https://github.com/dominictwlee/react-interactive-guide/compare/v1.1.1...v1.2.0) (2020-04-18) | ||
### Features | ||
* export tour guide types ([3def3fe](https://github.com/dominictwlee/react-interactive-guide/commit/3def3fefc1b1f01f092000190d3e55f5c0187113)) | ||
# [1.2.1](https://github.com/dominictwlee/react-interactive-guide/compare/v1.2.0...v1.2.1) (2020-04-19) | ||
### Code Refactoring | ||
* narrow type anchor el ([951938b](https://github.com/dominictwlee/react-interactive-guide/commit/951938bd687915a6c50dc1853134f101ca3211af)) | ||
## [1.2.0](https://github.com/dominictwlee/react-interactive-guide/compare/v1.1.1...v1.2.0) (2020-04-18) | ||
### Features | ||
* add precondition to starting tourguide ([13457fc](https://github.com/dominictwlee/react-interactive-guide/commit/13457fc2afafb003f5079aa615147193fa12f7f3)) |
export { default as useGuide } from './useGuide'; | ||
export { default as Tourguide } from './Tourguide'; | ||
export type { TourguideProps } from './Tourguide'; | ||
export type { UseTourguideProps } from './useTourguide'; | ||
export { default as TourguideProvider } from './TourguideProvider'; |
{ | ||
"name": "react-interactive-guide", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Interactive tour guide for your react app", | ||
@@ -67,3 +67,3 @@ "source": "src/index.ts", | ||
"parcel-bundler": "^1.12.4", | ||
"prettier": "^1.19.1", | ||
"prettier": "^2.0.4", | ||
"react": ">= 16.8.0", | ||
@@ -70,0 +70,0 @@ "react-dom": ">= 16.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73421
226