@revolist/vue-datagrid 4.8.2 → 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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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://github.com/revolist/revogrid/blob/master/src/components/revo-grid/readme.md">Docs</a> •
33
+ <a href="https://rv-grid.com/guide/">Docs</a> •
34
34
  <a href="#license">License</a>
35
35
  </p>
36
36
 
@@ -194,6 +194,7 @@ export default {
194
194
  - **Now**: `import { ColumnDataSchemaRegular } from '@revolist/revogrid'`.
195
195
  - Changed viewport type names everywhere. For example, before: `rowDefinitions: [{ type: "row", index: 0, size: 145 }]`, after: `rowDefinitions: [{ type: "rgRow", index: 0, size: 145 }]`.
196
196
  - 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`.
197
+ - Multiple event breaking changes introduced: beforerowrender now returns `BeforeRowRenderEvent`. Check all events for details.
197
198
 
198
199
  - **Major improvements**:
199
200
  - 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/vue-datagrid",
3
- "version": "4.8.2",
3
+ "version": "4.8.6",
4
4
  "description": "Vue 2 DataGrid Spreadsheet component with native Vue 2 render support",
5
5
  "main": "./dist/vue2-datagrid.umd.cjs",
6
6
  "module": "./dist/vue2-datagrid.mjs",
@@ -62,7 +62,7 @@
62
62
  "homepage": "https://github.com/revolist/revogrid#readme",
63
63
  "license": "MIT",
64
64
  "dependencies": {
65
- "@revolist/revogrid": "4.8.2"
65
+ "@revolist/revogrid": "4.8.6"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@vue/compiler-sfc": "^3.2.37",