### v1.0.5 / 2021-09-17

- Add destroy grid interface
- Add add setEditing and stopEditing actions
- Add Alobal loading
- Add menu edge check
- Fix the grid body does not display when there is no pinned column

### v1.0.4 / 2021-09-14

- Add getRowData and getRowDataByIndex action
- Add scroll horizontally through the touchpad in the table body

### v1.0.3 / 2021-09-08

- Add column flex layout and adaptive remaining width
- Add setBaseHeight dispatch to the row
- Add setHeight dispatch to the column
- Add appendSelectRows, takeSelectRow, appendRows action to the row
- Delete appendRows dispatch from row
- Fix add vendor prefixes to CSS rules by autoprefixer

### v1.0.2 / 2021-09-07

- Add takeRows dispatch to the row store
- Add appendRowsBefore dispatch to the row store
- Fix contextmenu position is wrong when the page is scrolled
- Fix shoule hide context menu when clickoutside
- Fix layout error
- Fix appendRows does not take effect

### v1.0.1 / 2021-09-06

- Fix npm publish error
- Update README.md

### v1.0.0 / 2021-09-06

- Column pinned
- Drag to adjust column width
- Virtual list
- Custom cell render
- Custom cell editor
- Range selection
- Copy and paste
- Drag to fill cells
- Context menu
