@revolist/vue-datagrid 4.8.1 → 4.8.2
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 +6 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
### 🚨 Repository Notice 🚨
|
|
2
|
+
|
|
3
|
+
This repo is read-only and will be **deprecated** in v5+ in favor of monorepos. Post issues [here](https://github.com/revolist/revogrid). Happy coding! 🖥️💻
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
<p align="center">
|
|
2
8
|
<a href="https://rv-grid.com">
|
|
3
9
|
<img src="./assets/logo.svg" alt="RevoGrid" height="150" />
|
|
@@ -163,11 +169,6 @@ export default {
|
|
|
163
169
|
|
|
164
170
|
[Example and guide](https://rv-grid.com/guide/vue2/)
|
|
165
171
|
|
|
166
|
-
## 🚨 Repository Notice 🚨
|
|
167
|
-
|
|
168
|
-
**TL;DR:** This repo is read-only and will be **deprecated** in v5+ in favor of monorepos. Post issues [here](https://github.com/revolist/revogrid). Happy coding! 🖥️💻
|
|
169
|
-
|
|
170
|
-
|
|
171
172
|
## Versions
|
|
172
173
|
|
|
173
174
|
- **2.0+**: Introduced the plugin system, grouping, sorting, and filtering.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/vue-datagrid",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.2",
|
|
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.
|
|
65
|
+
"@revolist/revogrid": "4.8.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@vue/compiler-sfc": "^3.2.37",
|