@revolist/react-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
 
@@ -207,6 +207,7 @@ export default App
207
207
  - **Now**: `import { ColumnDataSchemaRegular } from '@revolist/revogrid'`.
208
208
  - Changed viewport type names everywhere. For example, before: `rowDefinitions: [{ type: "row", index: 0, size: 145 }]`, after: `rowDefinitions: [{ type: "rgRow", index: 0, size: 145 }]`.
209
209
  - 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`.
210
+ - Multiple event breaking changes introduced: beforerowrender now returns `BeforeRowRenderEvent`. Check all events for details.
210
211
 
211
212
  - **Major improvements**:
212
213
  - Rethought the entire framework approach. Introduced Pro version with advance support and pro features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revolist/react-datagrid",
3
3
  "sideEffects": false,
4
- "version": "4.8.2",
4
+ "version": "4.8.6",
5
5
  "description": "React DataGrid Spreadsheet component with native cell render support",
6
6
  "main": "./dist/react-datagrid.umd.cjs",
7
7
  "module": "./dist/react-datagrid.js",
@@ -64,7 +64,7 @@
64
64
  "homepage": "https://github.com/revolist/revogrid#readme",
65
65
  "license": "MIT",
66
66
  "dependencies": {
67
- "@revolist/revogrid": "4.8.2"
67
+ "@revolist/revogrid": "4.8.6"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/react": "^18.3.2",