@revolist/svelte-datagrid 4.11.18 → 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 +21 -19
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,21 +1,6 @@
1
- ### 🚨 Repository Notice
2
-
3
- Post new issues [here](https://github.com/revolist/revogrid). Happy coding! 💻
4
-
5
- ---
6
-
7
-
8
- We have updated our latest version to support **Svelte 5** following its official release. 🎉
9
- Read more about the announcement here: [Svelte 5 is Alive](https://svelte.dev/blog/svelte-5-is-alive).
10
-
11
- If you want to continue using **Svelte 4**, please switch to the [svelte-4](https://github.com/revolist/svelte-datagrid/tree/svelte-4) branch or use version prior to 4.11.0.
12
-
13
- ---
14
-
15
-
16
1
  <p align="center">
17
2
  <a href="https://rv-grid.com">
18
- <img src="./assets/logo.svg" alt="RevoGrid Data Grid" height="150" />
3
+ <img src="./assets/logo.svg" alt="Svelte Data Grid" height="150" />
19
4
  </a>
20
5
  </p>
21
6
 
@@ -28,12 +13,10 @@ If you want to continue using **Svelte 4**, please switch to the [svelte-4](http
28
13
  <img src="https://sonarcloud.io/api/project_badges/measure?project=revolist_revogrid&metric=alert_status" alt="Sonar Quality Gate"/>
29
14
  </p>
30
15
 
31
- #
32
16
 
33
- <h3 align="center">Powerful data grid component built with <a href="https://stenciljs.com" target="_blank">StencilJS</a>.</h3>
17
+ <h3 align="center">Powerful Svelte Data Grid component built on top of <a href="https://github.com/revolist/revogrid" target="_blank">RevoGrid</a>.</h3>
34
18
  <p align="center">
35
19
  Support Millions of cells and thousands of columns easy and efficiently for fast data rendering. Easy to use.
36
-
37
20
  </p>
38
21
 
39
22
  <p align="center">
@@ -123,6 +106,10 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
123
106
  - [Row header template](https://rv-grid.com/guide/row/headers).
124
107
  - [Cell properties](https://rv-grid.com/guide/cell/) (define custom properties for rendered cells).
125
108
 
109
+
110
+ > ⚠️ **Note**: Repository Notice: This repo is read-only. Create new issues at the [revogrid repo](https://github.com/revolist/revogrid)
111
+
112
+
126
113
  - [Cell template](https://rv-grid.com/guide/cell/renderer) (create your own cell views).
127
114
  - [Cell editor](https://rv-grid.com/guide/cell/editor) (use predefined or apply your own custom editors and cell types).
128
115
 
@@ -181,6 +168,21 @@ yarn add @revolist/svelte-datagrid;
181
168
  [Example and guide](https://rv-grid.com/guide/svelte/)
182
169
 
183
170
 
171
+
172
+ We have updated our latest version to support **Svelte 5** following its official release. 🎉
173
+ Read more about the announcement here: [Svelte 5 is Alive](https://svelte.dev/blog/svelte-5-is-alive).
174
+
175
+ If you want to continue using **Svelte 4**, please switch to the [svelte-4](https://github.com/revolist/svelte-datagrid/tree/svelte-4) branch or use version prior to 4.11.0.
176
+
177
+ ---
178
+
179
+
180
+ - [![VueJs](./assets/vuejs.svg) Vue 3](https://rv-grid.com/guide/vue3/) and [Vue 2](https://rv-grid.com/guide/vue2/)
181
+ - [![React](./assets/react.svg) React](https://rv-grid.com/guide/react/)
182
+ - [![Angular](./assets/angular.svg) Angular](https://rv-grid.com/guide/angular/)
183
+ - [![Svelte](./assets/svelte.svg) Svelte](https://rv-grid.com/guide/svelte/)
184
+ - [![JavaScript](./assets/js.svg) JavaScript](https://rv-grid.com/guide/)
185
+
184
186
  ## Versions
185
187
 
186
188
  - **2.0+**: Introduced the plugin system, grouping, sorting, and filtering.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/svelte-datagrid",
3
- "version": "4.11.18",
3
+ "version": "4.11.20",
4
4
  "description": "Svelte DataGrid Spreadsheet component with native cell render support",
5
5
  "main": "./dist/svelte-datagrid.umd.cjs",
6
6
  "module": "./dist/svelte-datagrid.js",
@@ -73,7 +73,7 @@
73
73
  "vite-plugin-dts": "^4.3.0"
74
74
  },
75
75
  "dependencies": {
76
- "@revolist/revogrid": "4.11.18"
76
+ "@revolist/revogrid": "4.11.20"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public"