Commit 8085cd8
5.1.0 (#486)
* Fix rare bug that can cause a flickering line
* Add overrideable header border bottom color
* Add onKeyDown/Up
* Allow disabling drawing of the focus ring
* Allow passing of custom image window loader
* Fix markdown button
* Custom renderer API (#481)
* Update names
* Add third party renderer API
* "Fix" build
* More correct type
* Implement onPaste
* Unify draw args
* Mostly working?
* Fix build
* This one too
* Cleanup most casts
* Fix tests
* Deprecate useCustomCells
* Improve type compat
* Fix
* Add test for broken space behavior
* Fix test
* Make it possible to disable grow when resizing
* Move to NPM workspaces (#482)
* Building workspaces
* Storybook crap
* Fix storybook
* Cleanup versioning
* Hopefully fix CI
* Try again
* Correct node version
* Simplify
* More work on correct builds
* More build fixes
* Fix broken tests
* 5.0.1-alpha1
* Try fix deploy
* Update prod scripts
* Add precise scrolling and tests
* Start/center/end tests
* Simplify type definition
* Add links cell
* Fix buggy sdouble scrolling behavior when using a controlled selection
* Re-enable code splitting
* Also enable splitting for cells package
* Fix deps culling
* Fix naming
* Remove resolution
* Fix error where links would still open editor eroniously
* 5.0.1-alpha2
* Add link cell editor
* Remove do nothing code
* Remove more dead code
* Offer better control over propagation
* Add tests for weird behavioral issue with scrolling
* Minor bump
* Increase permisivity of ImageWindowLoader interface
* Add control for image cell rounding radius
* Improve radius further
* Fix focus ring
* add ability to provide initial grid size
* Start adding support for scrollOffsetX/Y
* Fix test
* Support bounce scrolling
* Duh
* 5.1.0-alpha2
* Remove random math.random that was left in from debugging
* Add button cell
* Clean
* Improve button behavior
* Do better math
* Fix middle center bias fetch
* Enforce hover requriements
* add ability to independtly control max auto column size and max user settable column size
* docs v2 (#488)
* Start working on docs v2
* More docs
* More docs
* Update docs
* Fix drawing bug with draw focus ring disabled
* Fix initial scroll offset working when no initial size provided
* Fix issue where scrolling to invalid locations would sometimes fail weirdly
* Implement visible region x watching as well
* 5.1.0-alpha3
* Improve types to reduce errors
* Fix perf issue with data grid
* make it easier to see perf issues in storybook
* Cut an annoying amount of CPU time off the render loop for high FPS displays
* Fix tests
* 5.1.0-alpha4
* Minor perf improvements
* Fix build
* Add tests
* Disable blitting in safari as they broke the fast path
* 5.1.0-alpha5
* Fix infinite scroll
* Make diagonal scroll prevention more reliable and less jumpy
* More type improvements
* Double buffer support for safari (#491)
* Basic buffer juggling
* Make double buffering an option
* Ensure row markers are stable
* Make double buffering configurable
* Allow selection from all possible blit modes
* Fix tests
* Build fixes
* Resolve issue where dropdown cell would select first item every time regardless of what is selected
* Doo dee doo
* Add some tests for compact selection
* One more test
* Handle scaling factors
* Fix tests
* Fix classname being passed to canvas inappropriately
* 5.1.0-beta1
* Export declaration maps
* Fix keyboard shortcut not focusing search input (#443)
If search field loses focus, pressing the keyboard shortcut
again should refocus it.
Not addressing customization in: #443
* Prep for stable
Co-authored-by: Mark Miro <[email protected]>1 parent 6409366 commit 8085cd8
File tree
113 files changed
+45561
-16522
lines changed- .github/workflows
- .storybook
- packages
- cells
- src
- cells
- core
- src
- common
- data-editor
- stories
- data-grid-dnd
- data-grid-overlay-editor
- private
- data-grid-search
- data-grid
- cells
- growing-entry
- markdown-div
- scrolling-data-grid
- source
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+45561
-16522
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
46 | 43 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
| |||
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | | - | |
| 59 | + | |
66 | 60 | | |
67 | | - | |
| 61 | + | |
68 | 62 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 63 | | |
74 | 64 | | |
75 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
| 13 | + | |
18 | 14 | | |
19 | 15 | | |
20 | | - | |
21 | | - | |
| 16 | + | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
| |||
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | | - | |
39 | | - | |
| 34 | + | |
| 35 | + | |
40 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | | - | |
| 42 | + | |
46 | 43 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
| |||
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
64 | | - | |
| 58 | + | |
65 | 59 | | |
66 | | - | |
| 60 | + | |
67 | 61 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 62 | | |
73 | 63 | | |
74 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
| 88 | + | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | | - | |
| 105 | + | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
| |||
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
0 commit comments