@revolist/vue-datagrid 4.9.8 → 4.9.9

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 +15 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,6 +15,7 @@ This repo is read-only and will be **deprecated** in v5+ in favor of monorepos.
15
15
  <a href="https://github.com/revolist/revogrid/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@revolist/revogrid" alt="Software License"/></a>
16
16
  <img src="https://badgen.net/bundlephobia/dependency-count/@revolist/revogrid@latest" alt="Tree shaking"/>
17
17
  <img src="https://badgen.net/bundlephobia/tree-shaking/@revolist/revogrid@latest" alt="Tree shaking"/>
18
+ <img src="https://sonarcloud.io/api/project_badges/measure?project=revolist_revogrid&metric=alert_status" alt="Sonar Quality Gate"/>
18
19
  </p>
19
20
 
20
21
  #
@@ -38,10 +39,13 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
38
39
  <i>RevoGrid material theme.</i>
39
40
  <br>
40
41
 
42
+
41
43
  ## Key Features
42
44
 
43
45
  - **High Performance**: Handles millions of cells in the viewport with a powerful core built by default.
44
46
 
47
+ - **Accessibility**: Follows WAI-ARIA best practices.
48
+
45
49
  - **Keyboard Support**:
46
50
  - Excel-like focus for efficient navigation and editing.
47
51
  - Seamless copy/paste from Excel, Google Sheets, or any other sheet format.
@@ -51,6 +55,12 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
51
55
 
52
56
  - **Intelligent Virtual DOM**: Smart row recombination to minimize redraws.
53
57
 
58
+ - **Virtual Scroll**: Handles large datasets with infinite scroll.
59
+
60
+ - **Formula Support**: Evaluate formulas in cell data.
61
+
62
+ - **Drag and Drop**: Drag and drop in rows and columns.
63
+
54
64
  - **Sorting**: Multiple options, customizable per column, with advanced event handling.
55
65
 
56
66
  - **Filtering**:
@@ -74,6 +84,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
74
84
 
75
85
  - **Cell Editing**: In-place editing of cell data.
76
86
 
87
+ - **Cell Merging**: Merge cells to form groups.
88
+
77
89
  - **Customizations**:
78
90
  - Column header template.
79
91
  - Row header template.
@@ -88,8 +100,6 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
88
100
  - Date.
89
101
  - Custom (create extended styles using any template).
90
102
 
91
- - **Drag and Drop**: Easily reorder rows.
92
-
93
103
  - **Range Operations**:
94
104
  - Selection.
95
105
  - Editing.
@@ -206,6 +216,9 @@ export default {
206
216
  - Enhanced plugin support - now with full access to grid providers.
207
217
  - Updated documentation.
208
218
  - Provided full framework support and native render for Angular, React, Svelte and Vue.
219
+
220
+ - **What next?**
221
+ - Check our [Roadmap](https://github.com/users/revolist/projects/3)
209
222
 
210
223
 
211
224
  ## Our Sponsors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/vue-datagrid",
3
- "version": "4.9.8",
3
+ "version": "4.9.9",
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.9.8"
65
+ "@revolist/revogrid": "4.9.9"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@vue/compiler-sfc": "^3.2.37",