Releases: future-architect/cheetah-grid
Releases · future-architect/cheetah-grid
0.14.2
🐛 Bugfixes
- #190 Fixed a bug when a string was specified for colSpan
⚙️ Updates
- #190 Added scrollTop and scrollLeft property to DrawGrid.
0.14.1
🐛 Bugfixes
- #189 Fixed a bug where Vue component columns were not rendered.
0.14.0
💥 Breaking Changes
- #177 APIs that cannot be implemented with TypeScript / ES6 export are abolished.
⭐ Features
- #178 Supports multi-line layout.
- #179 Supports pasting a range of values.
- #182 Added
highlightBgColor
property to theme.
- #183 Added
visibleRowCount
, visibleColCount
, topRow
and leftCol
properties to grid.
🐛 Bugfixes
- #185 #186 Fixed ligatures breaking.
- #187 Change to ignore negative scrolling when using momentum-based scrolling.
⚙️ Chores
0.13.8
Source diff: 0.13.7->0.13.8
🐛 Bugfixes
- #166 Fixed
Cannot read property ... of undefined
error on header refresh
0.13.7
Source diff: 0.13.6->0.13.7
🐛 Bugfixes
- #163 Fixed that getting defaultRowHeight property would be incorrect value
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}
.