You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix bug where grid selection would be off by when row markers are enabled
* Fix crash when columns are too narrow to render menu selector correctly
* 3.1.1-alpha1
* Add support for group theme
* 3.1.1-alpha2
* Better fix for the grid selection issue
* 3.1.1-alpha3
* Respect theme in group headers correctly
* 3.1.1-alpha4
* Don't overdraw grid lines on 0 width columns
* 3.1.1-alpha5
* Unify undefined and empty string group
* Add minimap
* Minor story touchuP
* animation queue (#103)
* Add animation queue hook
* Better animation queue system
* Make animation queue function with custom cells
* Prevent animation jitter caused by timing differences
* Improve tags rendering perf
* Cleanup tag editor
* Fix demo
* Ensure frozen columns are draggable
* 3.1.1-alpha6
* Fix some editing issues and dont block propagation
* Fix crash
* 3.1.1-alpha7
* Make sure font overrides apply
* 3.1.1-alpha8
* Start working on experimental subgrid support
* 3.1.1-alpha9
* Fix issue where menus could cause drag interactions to not end
* Fix story
* Default text baseline to center
* Update deps
* Fix delete when selecting colukn
* 3.1.1-beta1
* Memory cleanup
* Allow minimap preview rect to be half size
* allow changing size of column group headers, vertical line color, and disabling padding of custom editors
* Fix build
* 3.1.1-beta2
* Improve image window loader performance
* Cleanup render
* Faster render
* Minor speedup
* Reuse images
* Allow for a prep phase for cells to minimize state changes
* const up the enums
* 3.1.1-beta3
* Prep for stable
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</h1>
5
5
<palign="center">A relatively small HTML5 Canvas based data editor supporting <b>millions</b> of rows, <b>rapid</b> updating, and fully <b>native scrolling</b>. We built <ahref="https://grid.glideapps.com"target="_blank">Data Grid</a> as the basis for the <ahref="https://docs.glideapps.com/all/reference/data-editor/introduction-to-the-data-editor"target="_blank">Glide Data Editor</a>.</p>
Copy file name to clipboardExpand all lines: core/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</h1>
5
5
<palign="center">A relatively small HTML5 Canvas based data editor supporting <b>millions</b> of rows, <b>rapid</b> updating, and fully <b>native scrolling</b>. We built <ahref="https://grid.glideapps.com"target="_blank">Data Grid</a> as the basis for the <ahref="https://docs.glideapps.com/all/reference/data-editor/introduction-to-the-data-editor"target="_blank">Glide Data Editor</a>.</p>
0 commit comments