react-virtuoso
Advanced tools
Comparing version 4.7.10 to 4.7.11
@@ -583,4 +583,5 @@ import { default as React_2 } from 'react'; | ||
* Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item. | ||
* Pass in an object to achieve additional effects similar to `scrollToIndex`. | ||
*/ | ||
initialTopMostItemIndex?: number; | ||
initialTopMostItemIndex?: number | IndexLocationWithAlign; | ||
/** | ||
@@ -587,0 +588,0 @@ * Set this value to offset the initial location of the list. |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "4.7.10", | ||
"version": "4.7.11", | ||
"homepage": "https://virtuoso.dev/", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -98,11 +98,6 @@ <img src="https://user-images.githubusercontent.com/13347/101237112-ec4c6000-36de-11eb-936d-4b6b7ec94976.png" width="229" /> | ||
A convenient way to debug something is to preview the test cases in the browser. | ||
To do that, run `npm run browse-examples` - it will open a crude UI that lets you browse the components in the `e2e` folder. | ||
To do that, run `npm run dev` - it will launch a Ladle server that lets you browse the components in the `examples` folder. | ||
### Docs | ||
The documentation site is built with docusaurus and the content is available in the `site/docs` directory. | ||
The API reference is generated from the doc comments in `src/components.tsx`. | ||
## License | ||
MIT License. |
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
5519
250595
103