Skip to content

Releases: future-architect/cheetah-grid

0.13.0

12 Jun 04:14
9ec6c0d
Compare
Choose a tag to compare

Source diff: 0.12.1->0.13.0

⭐ Features

  • #153 Supports setting column width definition to auto.

0.12.1

05 Jun 02:21
cbad057
Compare
Choose a tag to compare

Source diff: 0.12.0->0.12.1

🐛 Bugfixes

  • #151 Fixed: changing the number of rows could cause the focus to be manipulated.

⚙️ Chores

  • Upgrade dependencies.

0.12.0

03 Apr 04:51
cc99e1d
Compare
Choose a tag to compare

Source diff: 0.11.1->0.12.0

⭐ Features

  • #147 Changed to be able to set disabled per cell.

⚙️ Chores

  • Upgrade dependencies.

0.11.1

03 Jan 01:57
bce2b02
Compare
Choose a tag to compare

Fixed script error

0.11.0

03 Jan 01:35
b3565c9
Compare
Choose a tag to compare

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

20 Nov 06:39
31190c4
Compare
Choose a tag to compare

Bugfixes

  • #130 Fixed: Did not work when set the function to the icon property. (cheetah-grid)

0.10.0

17 Nov 12:33
5f905fd
Compare
Choose a tag to compare

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

02 Oct 13:56
0f88901
Compare
Choose a tag to compare

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

02 Oct 02:46
ff2cca8
Compare
Choose a tag to compare

Bugfixes

  • #111 Fixed: the global theme was not reflected in the instance after grid generation.

0.8.3

01 Oct 09:01
f4f2f24
Compare
Choose a tag to compare

Bugfixes

  • Fixed the dependencies of vue-cheetah-grid on cheetah-grid from 0.8.0 to 0.8.2