Commit 3164bfd
5.3.0 (#758)
* 5.2.2-beta1
* Fix unable to select last col
* Find better react-laag fix
* Fix build error
* Prevent crash
* Ensure click off container properly supports touches
* 5.2.2-beta2
* Improve error messages
* Offer increased control over search
* Add dumb filter example
* Fix import
* Export GetRowThemeCallback
* Ensure canvas is in proper ltr/rtl mode
* Don't accidentally exclude final col when copying rows
* Make sure to support RTL in column headers
* Load up testing framework
* Fix build
* Add row marker stories
* Add more type exports
* Fix padding with wrapped text
* 5.2.2-beta3
* Fix copy pasta discovered during merge
* Bump to 5.2.2-beta5
* feat: pass through middle mouse click event to onCellClicked (#693)
* pass through middle mouse click event to onCellClicked
* Add tests and prevent werid behavior
* Add more tests and fixes
* Oops
* Fix build
---------
Co-authored-by: Jason Smith <[email protected]>
* Fix issue with missing ts distribution (#673)
* feat: expose the cell location in keyboard event (#664)
* feat: expose the cell location in keyboard event
* Add test
* Fix API
---------
Co-authored-by: Alex Corrado <[email protected]>
Co-authored-by: Jason Smith <[email protected]>
* DatePickerCell Implementation (#627)
* DatePickerCell Implementation with prettier
* Suggestions. Note, I do need to add more unit tests
* Actually remove the unit test beacuse infra does not support this as of yet.
* Rename variable to dateKind
* Add support.ts duplicate method into cells packagea and refactor import
* Put back try and catch. oops
* readd format parameter to support backwards compat and incorporate Lukas Feedback
* Adding basic unit test
* Add todos for myself
* lint
* Add max, min, step, readonly, and change cached displayDate behavior to undefined behavior
* Add more tests and dataid for date-picker-cell
* Add tests
* Add date, time, datetime tests
* cleanup
* Remove console.log
* Add more test cases for onPaste
* Add time test case for onPaste
* Add implementation for time in onPaste
* Cleanup tests a bit
* Add additional columns to storybook
* Apply correct formatting
* Apply correct formatting
* Clean up with correct prettier file
* Remove need for support functions
* Clean imports
* Revert "Clean up with correct prettier file"
This reverts commit 32e5b93.
* Add assert method
* Fix paste issue
* Delete support ts
* Fix cell stories display
* Add styling to apply gdg theme
* Fix tests
* Use outside read-only
* Remove theme
* Add cell tests to CI workflow
* Fix tests and remove extra test
* Remove tests because they're failing based on timezone
* Update date picker cell (#5)
* Fix unit tests
* Fix tests
* Remove min / max
* Add support for Date as min / max value (#6)
* Fix unit tests
* Fix tests
* Remove min / max
* Add support for date in min/max
---------
Co-authored-by: lukasmasuch <[email protected]>
Co-authored-by: Jason Smith <[email protected]>
* 5.2.2-beta6
* Add obstructed playground
* Cleanup events a little more
* Bump to 5.3.0
---------
Co-authored-by: Alex Corrado <[email protected]>
Co-authored-by: Caleb Hoyoul Kang <[email protected]>
Co-authored-by: Lukas Masuch <[email protected]>
Co-authored-by: Vigen <[email protected]>
Co-authored-by: willhuang1997 <[email protected]>1 parent 7beb65d commit 3164bfd
File tree
33 files changed
+1287
-163
lines changed- .github/workflows
- .vscode
- packages
- cells
- src
- cells
- test
- core
- src
- click-outside-container
- common
- data-editor-container
- data-editor
- data-grid-overlay-editor
- data-grid-search
- data-grid
- cells
- docs/examples
- test
- source
33 files changed
+1287
-163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
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 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
332 | 362 | | |
333 | 363 | | |
334 | 364 | | |
| |||
351 | 381 | | |
352 | 382 | | |
353 | 383 | | |
354 | | - | |
| 384 | + | |
355 | 385 | | |
356 | 386 | | |
357 | 387 | | |
| |||
415 | 445 | | |
416 | 446 | | |
417 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
418 | 453 | | |
419 | | - | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
420 | 458 | | |
421 | 459 | | |
422 | 460 | | |
| |||
0 commit comments