Releases: revolist/vue-datagrid
Releases · revolist/vue-datagrid
Filter contains Capital case problem fixed
v3.0.4 Update package.json
Focus issue fixed
v3.0.3 version update
v3.0.2
Updates for version 3.0
Version 3.0 introduces breaking changes:
- Removed viewport component, this extra layer was redundant;
- Changed classes to complex names in order to support bootstrap and other libraries:
- row -> rgRow;
- col -> rgCol;
- data-cell -> rgCell;
- data-header-cell -> rgHeaderCell;
- All methods migrated to lowercase in order to support the modern approach of event naming. It means events name migration:
afterEdit
->afteredit
for all events. Check api for details; - Added pure esm modules support in order to use the grid in all modern frontend tooling like vitejs, parcel etc, now you can import custom-elements without lazy loading, just keep in mind you are responsible for polifills.
Version up
Minor fixes
v2.9.8
v2.9.7
Version up, issues fix
v2.9.6 Update package.json
Initial trimmed support
v2.9.5 Update package.json
Trimmed row support for vue component
v2.9.4 Update package.json
Fixed vue component cell
v2.9.3 adapter fix