@revolist/vue3-datagrid 4.8.5 → 4.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
30
30
|
<a href="#key-features">Key Features</a> •
|
|
31
31
|
<a href="#basic-usage">How To Use</a> •
|
|
32
32
|
<a href="#installation">Installation</a> •
|
|
33
|
-
<a href="https://
|
|
33
|
+
<a href="https://rv-grid.com/guide/">Docs</a> •
|
|
34
34
|
<a href="#license">License</a>
|
|
35
35
|
</p>
|
|
36
36
|
|
|
@@ -278,6 +278,7 @@ export default defineComponent({
|
|
|
278
278
|
- **Now**: `import { ColumnDataSchemaRegular } from '@revolist/revogrid'`.
|
|
279
279
|
- Changed viewport type names everywhere. For example, before: `rowDefinitions: [{ type: "row", index: 0, size: 145 }]`, after: `rowDefinitions: [{ type: "rgRow", index: 0, size: 145 }]`.
|
|
280
280
|
- Updated [event](https://rv-grid.com/guide/api/revoGrid.html#Events) naming convention. Review your [event](https://rv-grid.com/guide/api/revoGrid.html#Events) usage. [Event names](https://rv-grid.com/guide/api/revoGrid.html#Events) are all lowercase now and are aligned with modern event naming conventions. For example, `afterEdit` -> `afteredit`.
|
|
281
|
+
- Multiple event breaking changes introduced: beforerowrender now returns `BeforeRowRenderEvent`. Check all events for details.
|
|
281
282
|
|
|
282
283
|
- **Major improvements**:
|
|
283
284
|
- Rethought the entire framework approach. Introduced Pro version with advance support and pro features.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/vue3-datagrid",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.6",
|
|
4
4
|
"description": "Vue 3 DataGrid Spreadsheet component with native Vue 3 cell render support",
|
|
5
5
|
"main": "./dist/vue3-datagrid.umd.cjs",
|
|
6
6
|
"module": "./dist/vue3-datagrid.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"homepage": "https://github.com/revolist/revogrid#readme",
|
|
66
66
|
"license": "MIT",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@revolist/revogrid": "4.8.
|
|
68
|
+
"@revolist/revogrid": "4.8.6"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@stencil/core": "^4.19.2",
|