@react-aria/virtualizer
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -229,3 +229,9 @@ var { | ||
}); | ||
}, [props, direction, state, contentSize, onVisibleRectChange, onScrollStart, onScrollEnd]); | ||
}, [props, direction, state, contentSize, onVisibleRectChange, onScrollStart, onScrollEnd]); // eslint-disable-next-line arrow-body-style | ||
useEffect(() => { | ||
return () => { | ||
clearTimeout(state.scrollTimeout); | ||
}; | ||
}, []); | ||
useLayoutEffect(() => { | ||
@@ -232,0 +238,0 @@ // TODO: resize observer |
@@ -190,3 +190,9 @@ import { useLocale } from "@react-aria/i18n"; | ||
}); | ||
}, [props, direction, state, contentSize, onVisibleRectChange, onScrollStart, onScrollEnd]); | ||
}, [props, direction, state, contentSize, onVisibleRectChange, onScrollStart, onScrollEnd]); // eslint-disable-next-line arrow-body-style | ||
useEffect(() => { | ||
return () => { | ||
clearTimeout(state.scrollTimeout); | ||
}; | ||
}, []); | ||
useLayoutEffect(() => { | ||
@@ -193,0 +199,0 @@ // TODO: resize observer |
{ | ||
"name": "@react-aria/virtualizer", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,10 +17,10 @@ "license": "Apache-2.0", | ||
"type": "git", | ||
"url": "https://github.com/adobe-private/react-spectrum-v3" | ||
"url": "https://github.com/adobe/react-spectrum" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/i18n": "^3.0.0", | ||
"@react-aria/utils": "^3.0.0", | ||
"@react-stately/virtualizer": "^3.0.0", | ||
"@react-types/shared": "^3.0.0" | ||
"@react-aria/i18n": "^3.0.1", | ||
"@react-aria/utils": "^3.0.1", | ||
"@react-stately/virtualizer": "^3.0.1", | ||
"@react-types/shared": "^3.0.1" | ||
}, | ||
@@ -34,3 +34,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "a32224fdf009d69cf594f32ad18ac86d7ebb8a52" | ||
"gitHead": "ac0b7a7ba0edccd1c9ab4f849022ad6d2ccd19ed" | ||
} |
# @react-aria/virtualizer | ||
This package is part of [react-spectrum](https://github.com/adobe-private/react-spectrum-v3). See the repo for more details. | ||
This package is part of [react-spectrum](https://github.com/adobe/react-spectrum). See the repo for more details. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
141111
1465
Updated@react-aria/i18n@^3.0.1
Updated@react-aria/utils@^3.0.1
Updated@react-types/shared@^3.0.1