Releases: revolist/vue3-datagrid
Releases · revolist/vue3-datagrid
v3.2.17
Full Changelog: v3.2.16...v3.2.17
v3.2.6
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
What's Changed
- fix: #18 miss the publicPath of webpack config cause the unittest fai… by @lijie1129 in #19
New Contributors
- @lijie1129 made their first contribution in #19
Full Changelog: v3.1.0...v3.2.0
v3.1.0
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
Merge fixes and updates
version up
v3.0.52
Stretch last column plugin
v3.0.5 stretch last
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
v1.0.5 Update package.json