@pluralsight/ps-design-system-util
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [7.0.2](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-util@7.0.1...@pluralsight/ps-design-system-util@7.0.2) (2021-02-11) | ||
### Bug Fixes | ||
* **util:** was losing ref on closest check ([#1604](https://github.com/pluralsight/design-system/issues/1604)) ([ac029c5](https://github.com/pluralsight/design-system/commit/ac029c52f861e52106a44f7e3177372b77e4df9d)) | ||
## [7.0.1](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-util@7.0.0...@pluralsight/ps-design-system-util@7.0.1) (2021-02-04) | ||
@@ -8,0 +19,0 @@ |
@@ -46,3 +46,3 @@ "use strict"; | ||
return removeListeners; | ||
}); | ||
}, [ref]); | ||
}; | ||
@@ -49,0 +49,0 @@ // eslint-disable-next-line @typescript-eslint/no-empty-function |
@@ -43,3 +43,3 @@ import { useEffect } from 'react'; | ||
return removeListeners; | ||
}); | ||
}, [ref]); | ||
}; | ||
@@ -46,0 +46,0 @@ // eslint-disable-next-line @typescript-eslint/no-empty-function |
{ | ||
"name": "@pluralsight/ps-design-system-util", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Runtime dependencies for utilitarian tasks. Analogous to a lodash.", | ||
@@ -31,3 +31,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "811650706b9d780da615d1e43eaf20b940afe02f" | ||
"gitHead": "35362ee05e24ebc5c3f824edd726e4d779e240d5" | ||
} |
Sorry, the diff of this file is not supported yet
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
149319