reakit-system
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.9.0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.8.0...reakit-system@0.9.0) (2020-02-10) | ||
### Features | ||
* Add `Disclosure` module and deprecate `Hidden` ([#541](https://github.com/reakit/reakit/tree/master/packages/reakit-system/issues/541)) ([4397ab0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/commit/4397ab0ea70e78ed187d6f463a5941f72907afb0)) | ||
# [0.8.0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.7.2...reakit-system@0.8.0) (2020-02-05) | ||
@@ -8,0 +19,0 @@ |
@@ -84,3 +84,3 @@ import { isObject } from 'reakit-utils/isObject'; | ||
* const mySystem = { | ||
* useHiddenProps() {} | ||
* useButtonProps() {} | ||
* }; | ||
@@ -87,0 +87,0 @@ * |
@@ -88,3 +88,3 @@ 'use strict'; | ||
* const mySystem = { | ||
* useHiddenProps() {} | ||
* useButtonProps() {} | ||
* }; | ||
@@ -91,0 +91,0 @@ * |
{ | ||
"name": "reakit-system", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Reakit System utils", | ||
@@ -34,3 +34,3 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"reakit-utils": "^0.8.0" | ||
"reakit-utils": "^0.9.0" | ||
}, | ||
@@ -40,6 +40,6 @@ "peerDependencies": { | ||
"react-dom": "^16.8.0", | ||
"reakit": "^1.0.0-beta.11", | ||
"reakit-utils": "^0.7.0" | ||
"reakit": "^1.0.0-beta.16", | ||
"reakit-utils": "^0.9.0" | ||
}, | ||
"gitHead": "fe9685838d8dbc746122bbfff6b8630b7d4d6b9e" | ||
"gitHead": "843dd4312fe21f3d7c18b94bd6b60182d306f946" | ||
} |
@@ -128,3 +128,3 @@ # reakit-system | ||
const mySystem = { | ||
useHiddenProps() {} | ||
useButtonProps() {} | ||
}; | ||
@@ -131,0 +131,0 @@ |
@@ -46,3 +46,3 @@ import { isObject } from "reakit-utils/isObject"; | ||
* const mySystem = { | ||
* useHiddenProps() {} | ||
* useButtonProps() {} | ||
* }; | ||
@@ -49,0 +49,0 @@ * |
@@ -12,3 +12,3 @@ import { UnionToIntersection } from "reakit-utils/types"; | ||
* const mySystem = { | ||
* useHiddenProps() {} | ||
* useButtonProps() {} | ||
* }; | ||
@@ -15,0 +15,0 @@ * |
Sorry, the diff of this file is not supported yet
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
368353