@fluent-windows/hooks
Version:
Fluent-Windows React hooks.
75 lines (49 loc) • 5.47 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-alpha.2 (2019-10-10)
### Bug Fixes
* **@fluent-windows/hooks:** Add hooks: useHover, usePopper ([9479180](https://github.com/fluent-org/fluent-windows/commit/9479180))
* **@fluent-windows/hooks:** Fix `useClickOutside` type error and update snapshots ([82080e2](https://github.com/fluent-org/fluent-windows/commit/82080e2))
* **@fluent-windows/hooks:** Split hooks into separate packages ([7897849](https://github.com/fluent-org/fluent-windows/commit/7897849))
* **@fluent-windows/hooks/useMessage:** Fix deps bug ([0d0b05f](https://github.com/fluent-org/fluent-windows/commit/0d0b05f))
* **bug fix:** Fix circular reference problems ([e1521bc](https://github.com/fluent-org/fluent-windows/commit/e1521bc))
* **fluent-windows.com:** Navigation Persistent record of scroll position ([1d67613](https://github.com/fluent-org/fluent-windows/commit/1d67613))
* **Navigation:** Fix the problem of item refresh under reveal ([9239dd9](https://github.com/fluent-org/fluent-windows/commit/9239dd9))
* **Tooltip:** Fix problem with tooltip not showing ([81921b2](https://github.com/fluent-org/fluent-windows/commit/81921b2))
### Features
* **@fluent-windows/core:** Add propTypes support for all components ([09c2fa5](https://github.com/fluent-org/fluent-windows/commit/09c2fa5))
* **@fluent-windows/hooks:** add useMedia ([cbf7bd6](https://github.com/fluent-org/fluent-windows/commit/cbf7bd6))
* **@fluent-windows/hooks:** Document page added hooks/guide, Delete hooks useDeepCompareEffect. ([683ff73](https://github.com/fluent-org/fluent-windows/commit/683ff73))
* **@fluent-windows/hooks:** Modify the export method to support on-demand introduction ([8fd7cc8](https://github.com/fluent-org/fluent-windows/commit/8fd7cc8))
* **@fluent-windows/hooks:** New hooks useUpdateEffect ([b2e7e72](https://github.com/fluent-org/fluent-windows/commit/b2e7e72))
* **@fluent-windows/hooks/useMessage:** New hooks `useMessage` ([a8a0411](https://github.com/fluent-org/fluent-windows/commit/a8a0411))
* **Drawer:** Add component Drawer ([4ca6967](https://github.com/fluent-org/fluent-windows/commit/4ca6967))
* **fluent-windows.com:** The new icon interaction ([24c82d3](https://github.com/fluent-org/fluent-windows/commit/24c82d3))
* **Portal:** New component Portal ([96b8d4b](https://github.com/fluent-org/fluent-windows/commit/96b8d4b)), closes [#1](https://github.com/fluent-org/fluent-windows/issues/1)
* **Tooltip:** Complete the component Tooltip ([91c2730](https://github.com/fluent-org/fluent-windows/commit/91c2730))
* **Tooltip:** Tooltip does not render by default ([cb5af8a](https://github.com/fluent-org/fluent-windows/commit/cb5af8a))
### Performance Improvements
* **@fluent-windows/hooks:** Improve the performance of useReveal ([93c6041](https://github.com/fluent-org/fluent-windows/commit/93c6041))
# 1.0.0-alpha.1 (2019-10-07)
### Bug Fixes
* **@fluent-windows/hooks:** Add hooks: useHover, usePopper ([9479180](https://github.com/fluent-org/fluent-windows/commit/9479180))
* **@fluent-windows/hooks:** Fix `useClickOutside` type error and update snapshots ([82080e2](https://github.com/fluent-org/fluent-windows/commit/82080e2))
* **@fluent-windows/hooks:** Split hooks into separate packages ([7897849](https://github.com/fluent-org/fluent-windows/commit/7897849))
* **@fluent-windows/hooks/useMessage:** Fix deps bug ([0d0b05f](https://github.com/fluent-org/fluent-windows/commit/0d0b05f))
* **bug fix:** Fix circular reference problems ([e1521bc](https://github.com/fluent-org/fluent-windows/commit/e1521bc))
* **fluent-windows.com:** Navigation Persistent record of scroll position ([1d67613](https://github.com/fluent-org/fluent-windows/commit/1d67613))
* **Navigation:** Fix the problem of item refresh under reveal ([9239dd9](https://github.com/fluent-org/fluent-windows/commit/9239dd9))
* **Tooltip:** Fix problem with tooltip not showing ([81921b2](https://github.com/fluent-org/fluent-windows/commit/81921b2))
### Features
* **@fluent-windows/core:** Add propTypes support for all components ([09c2fa5](https://github.com/fluent-org/fluent-windows/commit/09c2fa5))
* **@fluent-windows/hooks:** add useMedia ([cbf7bd6](https://github.com/fluent-org/fluent-windows/commit/cbf7bd6))
* **@fluent-windows/hooks:** New hooks useUpdateEffect ([b2e7e72](https://github.com/fluent-org/fluent-windows/commit/b2e7e72))
* **@fluent-windows/hooks/useMessage:** New hooks `useMessage` ([a8a0411](https://github.com/fluent-org/fluent-windows/commit/a8a0411))
* **Drawer:** Add component Drawer ([4ca6967](https://github.com/fluent-org/fluent-windows/commit/4ca6967))
* **fluent-windows.com:** The new icon interaction ([24c82d3](https://github.com/fluent-org/fluent-windows/commit/24c82d3))
* **Portal:** New component Portal ([96b8d4b](https://github.com/fluent-org/fluent-windows/commit/96b8d4b)), closes [#1](https://github.com/fluent-org/fluent-windows/issues/1)
* **Tooltip:** Complete the component Tooltip ([91c2730](https://github.com/fluent-org/fluent-windows/commit/91c2730))
* **Tooltip:** Tooltip does not render by default ([cb5af8a](https://github.com/fluent-org/fluent-windows/commit/cb5af8a))
### Performance Improvements
* **@fluent-windows/hooks:** Improve the performance of useReveal ([93c6041](https://github.com/fluent-org/fluent-windows/commit/93c6041))