@shopify/react-hooks
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -10,2 +10,6 @@ # Changelog | ||
## [1.2.0] - 2019-04-25 | ||
- Added a `useMountedRef` hook ([#663](https://github.com/Shopify/quilt/pull/663)) | ||
## [1.1.0] - 2019-04-17 | ||
@@ -12,0 +16,0 @@ |
export { useLazyRef } from './lazy-ref'; | ||
export { default as useTimeout } from './timeout'; | ||
export { default as useOnValueChange } from './on-value-change'; | ||
export { useMountedRef } from './mounted-ref'; |
@@ -9,1 +9,3 @@ "use strict"; | ||
exports.useOnValueChange = on_value_change_1.default; | ||
var mounted_ref_1 = require("./mounted-ref"); | ||
exports.useMountedRef = mounted_ref_1.useMountedRef; |
{ | ||
"name": "@shopify/react-hooks", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A collection of primitive React hooks.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6232
15
74