Skip to content

Releases: future-architect/cheetah-grid

v0.20.0

23 Mar 01:45
11d2a10
Compare
Choose a tag to compare

⭐ 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

12 Mar 02:40
729a069
Compare
Choose a tag to compare

🐛 Bugfixes

  • #213 Fixed maximum call stack size error on CGrid.vue

v0.19.0

02 Mar 09:26
26bb74f
Compare
Choose a tag to compare

⭐ Features

  • #210 Add disableColumnResize option

🐛 Bugfixes

v0.18.1

20 Feb 03:48
a48e7a3
Compare
Choose a tag to compare

🐛 Bugfixes

  • #208 Fixed a bug that caused an error when pasting into the InlineMenuEditor column.

v0.18.0

17 Feb 02:44
c41d56a
Compare
Choose a tag to compare

⚙️ Updates

  • #205 Changed to copy caption value when copying menu column.

v0.17.1

07 Feb 04:03
d075e54
Compare
Choose a tag to compare

🐛 Bugfixes

  • #202 Fixed bug of editable control with focus by script

v0.17.0

31 Jan 00:32
1a213be
Compare
Choose a tag to compare

⭐ Features

  • #197 Add multiline text header.
  • #198 Improve cell movement by keyboard.

v0.16.0

23 Jan 06:43
dacd8e0
Compare
Choose a tag to compare

⭐ Features

  • #194 Add doSetPasteValue API to ListGrid.

🐛 Bugfixes

  • #193 Fixed the way to specify default background color of CheckBox.

v0.15.0

16 Jan 02:41
4955167
Compare
Choose a tag to compare

⭐ Features

  • #191 Added contextmenu_cell event to grid.

0.14.2

15 Jan 06:37
05eb83c
Compare
Choose a tag to compare

🐛 Bugfixes

  • #190 Fixed a bug when a string was specified for colSpan

⚙️ Updates

  • #190 Added scrollTop and scrollLeft property to DrawGrid.