@revolist/revogrid 4.25.1 → 4.25.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/package.json +1 -1
- package/readme.md +2 -4
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -7,9 +7,7 @@
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@revolist/revogrid"><img src="https://img.shields.io/npm/v/@revolist/revogrid" alt="Latest Version on NPM"/></a>
|
|
9
9
|
<a href="https://github.com/revolist/revogrid/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/@revolist/revogrid" alt="Software License"/></a>
|
|
10
|
-
<img src="https://
|
|
11
|
-
<img src="https://badgen.net/bundlephobia/tree-shaking/@revolist/revogrid" alt="Tree shaking"/>
|
|
12
|
-
<img src="https://img.shields.io/bundlephobia/min/@revolist/revogrid" alt="Bundle size"/>
|
|
10
|
+
<a href="https://www.npmjs.com/package/@revolist/revogrid"><img src="https://img.shields.io/npm/dm/@revolist/revogrid" alt="NPM downloads per month"/></a>
|
|
13
11
|
<img src="https://sonarcloud.io/api/project_badges/measure?project=revolist_revogrid&metric=alert_status" alt="Sonar Quality Gate"/>
|
|
14
12
|
<a href="https://github.com/revolist/revogrid/actions/workflows/unit.yml">
|
|
15
13
|
<img src="https://github.com/revolist/revogrid/actions/workflows/unit.yml/badge.svg" alt="Workflow status badge" loading="lazy" height="20">
|
|
@@ -56,7 +54,7 @@ Used by some of the largest companies in Europe and the United States.
|
|
|
56
54
|
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.
|
|
57
55
|
|
|
58
56
|
|
|
59
|
-
- **Lightweight**: Minimal initial bundle size
|
|
57
|
+
- **Lightweight**: Minimal initial bundle size. Can be imported with polyfills or as a module for modern browsers.
|
|
60
58
|
|
|
61
59
|
- **[Intelligent Virtual DOM](https://rv-grid.com/guide/overview#VNode-Reactive-DOM)**: Smart row recombination to minimize redraws.
|
|
62
60
|
|