Releases: future-architect/cheetah-grid
Releases · future-architect/cheetah-grid
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.
0.10.1
Bugfixes
- #130 Fixed: Did not work when set the
function
to the icon
property. (cheetah-grid)
0.10.0
Breaking Changes!!
- #119 Made the icon loader an independent package to
cheetah-grid-icon-svg-loader
.
Features
- #120 Added
index.d.ts
- #126 Can place a checkbox on the header
Bugfixes
- #121 Supported importing from
Node.js
Thank you very much, @acherkashin and @shibukawa!
0.9.0
Breaking Changes!!
- #112 Deleted
cheetahGrid.themes.theme.create
API.
- #112 Changed not inherit the default theme automatically by
new cheetahGrid.themes.theme.Theme()
API.
- #112 Changed the resolve process of the theme.
For example, when the background color of the selection(selectionBgColor
) is not defined, defaultBgColor
was applied, but by this change, selectionBgColor
of the super theme
is referenced first.
- #112 Changed to draw right border of frozen column of
MATERIAL_DESIGN
theme.
Features
- #112 Added
cheetahGrid
property to vue-cheetah-grid
Bugfixes
- #112 Fixed: Possible to specify function as the colors of checkbox.
0.8.4
Bugfixes
- #111 Fixed: the global theme was not reflected in the instance after grid generation.
0.8.3
Bugfixes
- Fixed the dependencies of
vue-cheetah-grid
on cheetah-grid
from 0.8.0 to 0.8.2