@jay19950328/react-hooks
Version:
76 lines (31 loc) • 2.05 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# [1.0.0](https://github.com/Jay0328/react-hooks/compare/v0.2.0...v1.0.0) (2019-03-30)
### chore
* upgrade ([3a9eaf5](https://github.com/Jay0328/react-hooks/commit/3a9eaf5))
### BREAKING CHANGES
* use es instead of commonjs
# [0.2.0](https://gitlab.jay0328.me/root/UJ/compare/v0.1.2...v0.2.0) (2019-03-12)
### Bug Fixes
* **useDidUpdate:** won't be called if unmounted ([ce94516](https://gitlab.jay0328.me/root/UJ/commit/ce94516))
### Features
* useMediaQuery ([14ff157](https://gitlab.jay0328.me/root/UJ/commit/14ff157))
* useWindowSize ([725796d](https://gitlab.jay0328.me/root/UJ/commit/725796d))
## [0.1.2](https://gitlab.jay0328.me/root/UJ/compare/v0.1.1...v0.1.2) (2019-03-11)
## [0.1.1](https://gitlab.jay0328.me/root/UJ/compare/v0.1.0...v0.1.1) (2019-03-10)
# [0.1.0](https://gitlab.jay0328.me/root/UJ/compare/v0.0.2...v0.1.0) (2019-03-10)
### Build System
* **bundle:** separate commonjs and es ([2d3a5cd](https://gitlab.jay0328.me/root/UJ/commit/2d3a5cd))
### Code Refactoring
* **lifecycle:** separate didMount and unmount ([be2eaad](https://gitlab.jay0328.me/root/UJ/commit/be2eaad))
* **useElement:** rename useContainer to useElement ([f817b24](https://gitlab.jay0328.me/root/UJ/commit/f817b24))
* **useStateCb:** rename useStateWithCallback to useStateCb ([28c8222](https://gitlab.jay0328.me/root/UJ/commit/28c8222))
### Features
* **useUpdate:** initial ([7e5db24](https://gitlab.jay0328.me/root/UJ/commit/7e5db24))
### BREAKING CHANGES
* **lifecycle:** useLifeCycles is removed, use useDidMount and useUnmount instead
* **useStateCb:** useStateWithCallback is removed, use useStateCb instead.
* **useElement:** useContainer removed, use useElement instead.
* **bundle:** Just import root path
## [0.0.2](https://gitlab.jay0328.me/root/UJ/compare/v0.0.1...v0.0.2) (2019-03-01)
## 0.0.1 (2019-03-01)