Commit 060be36
authored
feat: Add WaterfallLayout to RAC, and update GridLayout (#7729)
* feat: Add WaterfallLayout to RAC, and update GridLayout
* fix TS
* fix waterfall layout options
* Reuse skeleton nodes
* Fix margin on sticky items whose parent overflows
fixes S2 table
* Accept Layout class instead of requiring manual useMemo
* Ignore virtualizer in docs starter
* Improve list layout size estimation
* Add Tree to list of components supporting virtualization1 parent a20933c commit 060be36
File tree
28 files changed
+1012
-711
lines changed- packages
- @react-aria/virtualizer/src
- @react-spectrum
- listbox/src
- list/src
- s2/src
- @react-stately
- layout/src
- virtualizer/src
- react-aria-components
- docs
- src
- stories
- test
- scripts
28 files changed
+1012
-711
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments