Skip to content

0.8.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 28 Sep 07:47
· 299 commits to master since this release
b417982

Features

  • #99 Added appearance property to the menu column style
  • #100 Added disabled and readonly properties to column components on vue-cheetah-grid
    • Added disabled property to each actionable column components.
      The target is with the following column components.
      • CGridButtonColumn
      • CGridLinkColumn
    • Added disabled and readonly properties to each editable column components.
      The target is with the following column components.
      • CGridInputColumn
      • CGridMenuColumn
  • #100 Added CGridCheckColumn component on vue-cheetah-grid

Chores / Updates

  • #100 Changed the processing method, of to reflect column properties changed to the grid, on vue-cheetah-grid
  • Added cheetah-grid to dependencies of vue-cheetah-grid.