react-virtuoso
Advanced tools
Comparing version 4.7.8 to 4.7.9
@@ -195,3 +195,3 @@ import { default as React_2 } from 'react'; | ||
export declare type GridListProps = Pick<React_2.ComponentProps<'div'>, 'style' | 'children' | 'className'> & { | ||
'data-test-id': string; | ||
'data-testid': string; | ||
} & React_2.RefAttributes<HTMLDivElement>; | ||
@@ -320,3 +320,3 @@ | ||
export declare type ListProps = Pick<React_2.ComponentProps<'div'>, 'style' | 'children'> & { | ||
'data-test-id': string; | ||
'data-testid': string; | ||
} & React_2.RefAttributes<HTMLDivElement>; | ||
@@ -370,3 +370,3 @@ | ||
export declare type ScrollerProps = Pick<React_2.ComponentProps<'div'>, 'style' | 'children' | 'tabIndex'> & { | ||
'data-test-id'?: string; | ||
'data-testid'?: string; | ||
'data-virtuoso-scroller'?: boolean; | ||
@@ -459,3 +459,3 @@ } & React_2.RefAttributes<HTMLDivElement>; | ||
export declare type TableBodyProps = Pick<React_2.ComponentProps<'tbody'>, 'style' | 'children' | 'className'> & { | ||
'data-test-id': string; | ||
'data-testid': string; | ||
} & React_2.RefAttributes<HTMLTableSectionElement>; | ||
@@ -462,0 +462,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "4.7.8", | ||
"version": "4.7.9", | ||
"homepage": "https://virtuoso.dev/", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -5,6 +5,6 @@ <img src="https://user-images.githubusercontent.com/13347/101237112-ec4c6000-36de-11eb-936d-4b6b7ec94976.png" width="229" /> | ||
**React Virtuoso** is the most powerful React virtual list/table component, full stop. Here's why: | ||
**React Virtuoso** - the most complete React virtualization rendering list/table/grid family of components. | ||
- Variable sized items out of the box; no manual measurements or hard-coding item heights is necessary; | ||
- Support for [reverse (bottom up) scrolling and prepending items](https://virtuoso.dev/prepend-items/) (chat, feeds, etc); | ||
- [Chat message list UI](https://virtuoso.dev/virtuoso-message-list/) **NEW**; | ||
- [Grouped mode with sticky headers](https://virtuoso.dev/grouped-by-first-letter/); | ||
@@ -44,2 +44,7 @@ - [Responsive grid layout](https://virtuoso.dev/grid-responsive-columns/); | ||
## [Message List](https://virtuoso.dev/virtuoso-message-list/) | ||
The Virtuoso message list component is built specifically for human/chatbot conversations. In addition to the virtualized rendering, the component exposes an imperative data management | ||
API that gives you the necessary control over the scroll position when older messages are loaded, new messages arrive, and when the user submits a message. The scroll position can update instantly or with a smooth scroll animation. | ||
## [Grouped Mode](https://virtuoso.dev/grouped-by-first-letter/) | ||
@@ -46,0 +51,0 @@ |
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
250682
108