Skip to content

0.9.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 02 Oct 13:56
· 288 commits to master since this release
0f88901

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.