Releases: future-architect/cheetah-grid
Releases · future-architect/cheetah-grid
0.13.6
Source diff: 0.13.5->0.13.6
🐛 Bugfixes
- #161 Fixed that calling
makeVisibleCell
multiple times would calculate to incorrect position.
0.13.5
Source diff: 0.13.4->0.13.5
🐛 Bugfixes
- #160 Fixed a cache behavior defect in
CachedDataSource
.
0.13.4
Source diff: 0.13.3->0.13.4
🐛 Bugfixes
- #158 Fixed to hide focus message in grid focus out.
0.13.3
Source diff: 0.13.1->0.13.3
🐛 Bugfixes
- #156/#157 Fixed: Unable to sort when the field is defined by
{get, set}
.
0.13.1
Source diff: 0.13.0->0.13.1
🐛 Bugfixes
- #155 Fixed:
min-width
is included in calculation when column width is set to auto
.
0.13.0
Source diff: 0.12.1->0.13.0
⭐ Features
- #153 Supports setting column width definition to
auto
.
0.12.1
Source diff: 0.12.0->0.12.1
🐛 Bugfixes
- #151 Fixed: changing the number of rows could cause the focus to be manipulated.
⚙️ Chores
0.12.0
Source diff: 0.11.1->0.12.0
⭐ Features
- #147 Changed to be able to set
disabled
per cell.
⚙️ Chores
0.11.0
Features
- #134 Changed to emit the events from each column on
vue-cheetah-grid
- #136 Added paste action in single cell to SmallDialogInputEditor, InlineMenuEditor and CheckEditor
Bugfixes
- #134 Changed the checkbox on the header can be used on
vue-cheetah-grid
- #135 Fixed a bug when sorting on FilterDataSource
- #137 Fixed that the part using Path2D can not draw on Edge.