@revolist/revogrid-react 4.11.19 → 4.11.20

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 +10 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,5 @@
1
1
  # React Data Grid minimalist adapter
2
2
 
3
-
4
- > [!NOTE]
5
- > Repository Notice: This repo is read-only. Create new issues at the [revogrid repo](https://github.com/revolist/revogrid)
6
-
7
-
8
3
  <p align="center">
9
4
  <a href="https://rv-grid.com">
10
5
  <img src="./assets/logo.svg" alt="React Data Grid" height="150" />
@@ -118,6 +113,10 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
118
113
 
119
114
  - **Rich API & Additional Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).
120
115
 
116
+
117
+ > ⚠️ **Note**: Repository Notice: This repo is read-only. Create new issues at the [revogrid repo](https://github.com/revolist/revogrid)
118
+
119
+
121
120
  ## Installation
122
121
 
123
122
 
@@ -248,6 +247,12 @@ export default App
248
247
 
249
248
 
250
249
 
250
+ - [![VueJs](./assets/vuejs.svg) Vue 3](https://rv-grid.com/guide/vue3/) and [Vue 2](https://rv-grid.com/guide/vue2/)
251
+ - [![React](./assets/react.svg) React](https://rv-grid.com/guide/react/)
252
+ - [![Angular](./assets/angular.svg) Angular](https://rv-grid.com/guide/angular/)
253
+ - [![Svelte](./assets/svelte.svg) Svelte](https://rv-grid.com/guide/svelte/)
254
+ - [![JavaScript](./assets/js.svg) JavaScript](https://rv-grid.com/guide/)
255
+
251
256
  ## Versions
252
257
 
253
258
  - **2.0+**: Introduced the plugin system, grouping, sorting, and filtering.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revolist/revogrid-react",
3
3
  "sideEffects": false,
4
- "version": "4.11.19",
4
+ "version": "4.11.20",
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.11.18"
67
+ "@revolist/revogrid": "4.11.20"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/react": "^18.3.2",