Skip to content

Releases: revolist/vue-datagrid

Filter contains Capital case problem fixed

05 Apr 13:34
6c26404
Compare
Choose a tag to compare
v3.0.4

Update package.json

Focus issue fixed

29 Mar 14:00
Compare
Choose a tag to compare
v3.0.3

version update

v3.0.2

27 Mar 00:23
Compare
Choose a tag to compare

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

15 Feb 15:39
f508f13
Compare
Choose a tag to compare

Minor fixes

v2.9.8

14 Feb 15:20
Compare
Choose a tag to compare
vue constructor as structure

v2.9.7

11 Feb 15:09
Compare
Choose a tag to compare
version up

Version up, issues fix

11 Feb 05:15
d194337
Compare
Choose a tag to compare
v2.9.6

Update package.json

Initial trimmed support

05 Feb 17:13
3391483
Compare
Choose a tag to compare
v2.9.5

Update package.json

Trimmed row support for vue component

05 Feb 17:02
f920965
Compare
Choose a tag to compare
v2.9.4

Update package.json

Fixed vue component cell

05 Feb 01:28
Compare
Choose a tag to compare
v2.9.3

adapter fix