Skip to content

Releases: revolist/vue3-datagrid

v3.2.17

05 Sep 07:42
Compare
Choose a tag to compare

Full Changelog: v3.2.16...v3.2.17

v3.2.6

13 Aug 13:02
Compare
Choose a tag to compare

Full Changelog: v3.2.0...v3.2.6

  • Extended Vite support.
  • Typings included
  • Fixed issue with build from 3.2.0

Release 3.2.0

11 Aug 16:08
fb4875a
Compare
Choose a tag to compare

What's Changed

  • fix: #18 miss the publicPath of webpack config cause the unittest fai… by @lijie1129 in #19

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

29 Mar 11:56
c108d8a
Compare
Choose a tag to compare

Multi Filtering improvement to current filter plugin by @islarky88 in revolist/revogrid#302
Bump tmpl from 1.0.4 to 1.0.5 by https://github.com/dependabot in revolist/revogrid#288

v3.0.97

21 Oct 20:32
8f23018
Compare
Choose a tag to compare

Version updated

Merge fixes and updates

22 Jul 12:41
7cbdb72
Compare
Choose a tag to compare

v3.0.52

08 Apr 13:07
Compare
Choose a tag to compare
version up

Stretch last column plugin

06 Apr 17:03
Compare
Choose a tag to compare
v3.0.5

stretch last

v3.0.2

27 Mar 00:19
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:44
f6806bb
Compare
Choose a tag to compare
v1.0.5

Update package.json