Commit e62d735
4.0.0 (#220)
* 3.5.0-alpha1
* Prevent vertical underscroll
* Improve cell prep routine (#215)
* Improve prep
* Reduce deprepping
* Make number cell dynamic
* 3.5.0-alpha2
* Fix up issue with drilldown cells having bad rendering when too small
* Allow quick-insert and delete from custom editors (#213)
* Add test for span expansion
* More tests
* Dont fail at drawing empty text cells quite so hard
* Improve screen reader support
* Spit our more aria tags
* Input/selection overhaul
- Grid selection is totally redefined
- Range/cell/rows/columns selections are all merged into the GridSelection object
- Multi-select for range/row/column can all be enabled disabled
- Blended selections of ranges/columns/rows can now be enabled
- Delete callback is now universal and allows partial handling
- Highlight ranges
- Many keybinding improvements
* Fix docs
* Attempt to fix esm module import in strict mode (#223)
* Attempt to fix esm module import in strict mode
* Add next test project
* Add test projects
* Run test projects in CI
* Cleanup stories
* Async getCellsForSelection support (#224)
* Improve type
* WIP
* Fix use-cell-sizer
* Remove dead comment
* Fix build of cells
* Fix use-data-source tests
* Hook up test
* Fix formatting
* Update docs
* Update contributing file to include instructions for how to add new cells
* Fix release builds I hope
* Try fix build again
* Add useAsyncDataSource to source package
* Fix build
* Fix build instructions
* Add smart sort mode which is number aware
* Handle floats better
* Fix issue where spans would sometimes cause selection to become unmoveable
* Update API for range/column/rowSelect modes
* Cleanup useColumnSizer and make sure it respects min/max size appropriately
* Measure last row when allowed to measure more than 1 row. This enables better handling of increasing series
* Make sure RowID cell has a valid editor
* 4.0.0-alpha2
* Improve screen reader support
* Add infromation about read-only and row/col selection states into a11y tree
* Make sure headers are clickable with screan readers
* Fix issue where pressing ctrl+a with an overlay open that did not have focus would cause unexpected results
* Fix issue where column sizer would call for non-existent rows
* Add onCellActivated event (#234)
* Add onCellActivated event
* Document and add tests
* Fix number cell centering
* Downfill indicator (#235)
* WIP
* WIP
* Implement partly buggy fill handle
* Better working downfill indicator
* Add docs
* Make sure you can operate the grid by tabbing into it
* Render focus state
* Fix build
* 4.0.0-alpha3
* Don't select first cell unless the selection is truly empty
* 4.0.0-alpah4
* Make sure to account for rowMarkerOffset in data editor
* Force DataGridOverlayEditor to left if its right draws out of viewport (#236)
* Force DataGridOverlayEditor to left if its right draws out of viewport
* Make ESLint happy
* Update readme
* Bump minimist from 1.2.5 to 1.2.6 (#239)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 4.0.0-beta1
* Remove unneeded hooks
* Initial work on removal of DataGridContainer
* Fix build
* Fix error where clicking on dead parts of the grid would focus the first cell in some situations
* Dramatically improve auto-layout behavior
* Cleanup refs to DataEditorContainer
* Fix widths
* 4.0.0-beta2
* Implement a basic range cell (#242)
* Add a custom Range cell
* Improve editor a bit
* Fix up rendering
* Improve overlay editor
* Fix centering
* Fix image loader
Co-authored-by: Jason <[email protected]>
* Fix typo
* 4.0.0-beta3
* rowMarkerOffset for onCellActivated mouse clicks (#243)
Keyboard activation already accounts for rowMarkerOffset; this fixes for mouse clicks
* Prevent diagonal scrolling (#244)
* Add ability to prevent diagonal scrolling
* Add docs
* Improve stories
* Missing story
* Fix visual
* Prep for 4.0.0 stable
* Update changelog
Co-authored-by: Ivo Elbert <[email protected]>
Co-authored-by: Daniel Sweet <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Reczek <[email protected]>1 parent 906f1a5 commit e62d735
File tree
144 files changed
+40463
-2312
lines changed- .github/workflows
- packages
- cells
- src
- cells
- core
- src
- common
- data-editor-container
- data-editor
- stories
- data-grid-dnd
- data-grid-overlay-editor
- private
- data-grid-search
- data-grid
- cells
- docs
- scrolling-data-grid
- stories
- source
- src
- test-projects
- cra4-gdg
- public
- src
- components
- cra5-gdg
- public
- src
- components
- next-gdg
- components
- pages
- api
- public
- styles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
144 files changed
+40463
-2312
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 50 | + | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| |||
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
71 | | - | |
| 68 | + | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
0 commit comments