## [1.3.4](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.3.3...v1.3.4) (2020-10-27)


### Bug Fixes

* **useScrollWatch:** do not use ! optional chain ([b931a6d](https://github.com/ron0115/react-smooth-scroll-hook/commit/b931a6dbc7e376de5c78fc60bf2b13cd10f7f507))

## [1.3.3](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.3.2...v1.3.3) (2020-08-29)


### Features

* **API:** deprecated scrollToPage ([be27bde](https://github.com/ron0115/react-smooth-scroll-hook/commit/be27bdeea3af88e972ed29883680218d04ad9f31))

## [1.3.2](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.3.1...v1.3.2) (2020-08-28)


### Bug Fixes

* detect some event when dom change ([5dc4ef8](https://github.com/ron0115/react-smooth-scroll-hook/commit/5dc4ef83234550c22a005ebff1dc309b860697b3))

## [1.3.1](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.3.0...v1.3.1) (2020-08-28)


### Features

* useScrollWatch hook to detect scroll event ([7c0a42c](https://github.com/ron0115/react-smooth-scroll-hook/commit/7c0a42cf9ac47fb475eff980f2b6b9da24cb303f))

# [1.3.0](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.2.0...v1.3.0) (2020-08-27)


### Features

* support documentParent mode ([0deb1bd](https://github.com/ron0115/react-smooth-scroll-hook/commit/0deb1bdaa5ee0824426cc0df320c276c79923b50))

# [1.2.0](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.1.0...v1.2.0) (2020-08-25)


### Bug Fixes

* default to use native scrollTo ([de97546](https://github.com/ron0115/react-smooth-scroll-hook/commit/de9754651a2e33cb2d013df97a8350921748337d))


### Features

* support some state return from hook ([e884422](https://github.com/ron0115/react-smooth-scroll-hook/commit/e88442297d04d8f17d11547736b7863b9768afdc))

# [1.1.0](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.0.1...v1.1.0) (2020-08-25)


### Features

* support some state return from hook ([e15e50d](https://github.com/ron0115/react-smooth-scroll-hook/commit/e15e50d536a283a55b19c579addf38590cf06be7))

## [1.0.1](https://github.com/ron0115/react-smooth-scroll-hook/compare/v1.0.0...v1.0.1) (2020-08-22)


### Bug Fixes

* default to use native scrollTo ([2b0b244](https://github.com/ron0115/react-smooth-scroll-hook/commit/2b0b244b6d3607907a0df6d42546a27a22c67544))

# 1.0.0 (2020-08-21)


### Features

* initial first version ([e3f882b](https://github.com/ron0115/react-smooth-scroll-hook/commit/e3f882b8e9a1109743fac8e45b42bcc4b4244a13))
