Commit c412dcc
committed
Build: fix SelectionRect sticky-left prop, bump to 4.11.6-grid.1, commit dist/
- src/components/DataSheetGrid.tsx: pass the missing
stickyLeftColumnNumber prop into <SelectionRect> (tsc caught this
as a required-prop error after merging PR nick-keller#350's JSX changes on top
of PR nick-keller#386's SelectionContextType).
- package.json: version -> 4.11.6-grid.1 to mark this as the patched
line (sticky left columns + resizable columns) built on top of the
upstream 4.11.6 release.
- dist/: force-added (normally gitignored) since this fork is consumed
as a git dependency and needs the built output present in the repo.
Verified npm run build and npm test both pass (16 suites / 100 tests,
including tests/stickyColumns.test.tsx), and dist/types.d.ts exposes
stickyLeftColumnNumber, onColumnsResize, and initialColumnWidths.1 parent 37ca9dc commit c412dcc
139 files changed
Lines changed: 4484 additions & 1 deletion
File tree
- dist
- columns
- components
- hooks
- utils
- src/components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments