Releases: future-architect/cheetah-grid
Releases · future-architect/cheetah-grid
v0.20.0
⭐ Features
- #216 Added disabled option to grid.
🐛 Bugfixes
- #215 Fixed bug that scroll was returned to focus by shift key.
- #215 Fixed bug that input of
type="number"
cannot be started input with a minus sign.
v0.19.2
🐛 Bugfixes
- #213 Fixed maximum call stack size error on CGrid.vue
v0.19.0
⭐ Features
- #210 Add disableColumnResize option
🐛 Bugfixes
v0.18.1
🐛 Bugfixes
- #208 Fixed a bug that caused an error when pasting into the InlineMenuEditor column.
v0.18.0
⚙️ Updates
- #205 Changed to copy caption value when copying menu column.
v0.17.1
🐛 Bugfixes
- #202 Fixed bug of editable control with focus by script
v0.17.0
⭐ Features
- #197 Add multiline text header.
- #198 Improve cell movement by keyboard.
v0.16.0
⭐ Features
- #194 Add doSetPasteValue API to ListGrid.
🐛 Bugfixes
- #193 Fixed the way to specify default background color of CheckBox.
v0.15.0
⭐ Features
- #191 Added
contextmenu_cell
event to 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.