slickgrid-react 5.13.4 → 5.14.0

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 +5 -0
  2. package/package.json +27 -27
package/README.md CHANGED
@@ -8,6 +8,11 @@
8
8
  [![npm bundle size](https://img.shields.io/bundlephobia/minzip/slickgrid-react?color=success&label=gzip)](https://bundlephobia.com/result?p=slickgrid-react)
9
9
  [![Actions Status](https://github.com/ghiscoding/slickgrid-react/workflows/CI%20Build/badge.svg)](https://github.com/ghiscoding/slickgrid-react/actions)
10
10
 
11
+ ## Structure Change (happening soon)
12
+ > [!NOTE]
13
+ > Please note that Angular-Slickgrid (and all other supported frameworks) will soon be moved under the [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) project.
14
+ > This will happen in the next major version, which is expected by end of April 2025. The installation will remain the same `npm install angular-slickgrid`, it's just the project that will be moved into a central location (much easier to maintain).
15
+
11
16
  ### Brief introduction
12
17
  One of the best JavasSript data grid [SlickGrid](https://github.com/mleibman/SlickGrid), which was originally developed by @mleibman, is now available to the React world. SlickGrid beats most other data grids in terms of features, customizability & performance (running smoothly with even a million rows). Slickgrid-React is a wrapper on top of [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal/) (which is a dependency), in the early beginning we used the `6pac/SlickGrid` fork but that was dropped in >=[v4.0](https://github.com/ghiscoding/slickgrid-react/releases/tag/v4.0.2) since Slickgrid-Universal is now a standalone project. SlickGrid was also recently rewritten with browser native code (no more ~jQuery~ 🎉).
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slickgrid-react",
3
- "version": "5.13.4",
3
+ "version": "5.14.0",
4
4
  "description": "Slickgrid components made available in React",
5
5
  "keywords": [
6
6
  "react",
@@ -81,12 +81,12 @@
81
81
  "/src/slickgrid-react"
82
82
  ],
83
83
  "dependencies": {
84
- "@slickgrid-universal/common": "~5.13.4",
85
- "@slickgrid-universal/custom-footer-component": "~5.13.4",
86
- "@slickgrid-universal/empty-warning-component": "~5.13.4",
84
+ "@slickgrid-universal/common": "~5.14.0",
85
+ "@slickgrid-universal/custom-footer-component": "~5.14.0",
86
+ "@slickgrid-universal/empty-warning-component": "~5.14.0",
87
87
  "@slickgrid-universal/event-pub-sub": "~5.13.0",
88
- "@slickgrid-universal/pagination-component": "~5.13.4",
89
- "@slickgrid-universal/row-detail-view-plugin": "~5.13.4",
88
+ "@slickgrid-universal/pagination-component": "~5.14.0",
89
+ "@slickgrid-universal/row-detail-view-plugin": "~5.14.0",
90
90
  "dequal": "^2.0.3",
91
91
  "i18next": "^23.16.8",
92
92
  "sortablejs": "^1.15.6"
@@ -96,34 +96,34 @@
96
96
  },
97
97
  "devDependencies": {
98
98
  "@4tw/cypress-drag-drop": "^2.3.0",
99
- "@faker-js/faker": "^9.6.0",
99
+ "@faker-js/faker": "^9.7.0",
100
100
  "@fnando/sparkline": "^0.3.10",
101
101
  "@formkit/tempo": "^0.1.2",
102
102
  "@popperjs/core": "^2.11.8",
103
- "@release-it/conventional-changelog": "^10.0.0",
104
- "@slickgrid-universal/composite-editor-component": "~5.13.4",
105
- "@slickgrid-universal/custom-tooltip-plugin": "~5.13.4",
106
- "@slickgrid-universal/excel-export": "~5.13.4",
107
- "@slickgrid-universal/graphql": "~5.13.4",
108
- "@slickgrid-universal/odata": "~5.13.4",
109
- "@slickgrid-universal/rxjs-observable": "~5.13.4",
110
- "@slickgrid-universal/text-export": "~5.13.4",
103
+ "@release-it/conventional-changelog": "^10.0.1",
104
+ "@slickgrid-universal/composite-editor-component": "~5.14.0",
105
+ "@slickgrid-universal/custom-tooltip-plugin": "~5.14.0",
106
+ "@slickgrid-universal/excel-export": "~5.14.0",
107
+ "@slickgrid-universal/graphql": "~5.14.0",
108
+ "@slickgrid-universal/odata": "~5.14.0",
109
+ "@slickgrid-universal/rxjs-observable": "~5.14.0",
110
+ "@slickgrid-universal/text-export": "~5.14.0",
111
111
  "@types/fnando__sparkline": "^0.3.7",
112
112
  "@types/i18next-xhr-backend": "^1.4.2",
113
- "@types/node": "^22.14.0",
113
+ "@types/node": "^22.15.2",
114
114
  "@types/react": "^18.3.20",
115
115
  "@types/react-dom": "^18.3.6",
116
116
  "@types/sortablejs": "^1.15.8",
117
117
  "@types/text-encoding-utf-8": "^1.0.5",
118
- "@vitejs/plugin-react": "^4.3.4",
118
+ "@vitejs/plugin-react": "^4.4.1",
119
119
  "bootstrap": "^5.3.5",
120
120
  "concurrently": "^9.1.2",
121
121
  "custom-event-polyfill": "^1.0.7",
122
- "cypress": "^14.3.0",
122
+ "cypress": "^14.3.2",
123
123
  "cypress-real-events": "^1.14.0",
124
124
  "dompurify": "^3.2.5",
125
- "eslint": "^9.24.0",
126
- "eslint-plugin-cypress": "^4.2.1",
125
+ "eslint": "^9.25.1",
126
+ "eslint-plugin-cypress": "^4.3.0",
127
127
  "eslint-plugin-import": "^2.31.0",
128
128
  "eslint-plugin-n": "^17.17.0",
129
129
  "eslint-plugin-prefer-arrow": "^1.2.3",
@@ -136,16 +136,16 @@
136
136
  "npm-run-all2": "^7.0.2",
137
137
  "react": "^18.3.1",
138
138
  "react-dom": "^18.3.1",
139
- "react-i18next": "^15.4.1",
140
- "react-router-dom": "^7.5.0",
139
+ "react-i18next": "^15.5.1",
140
+ "react-router-dom": "^7.5.2",
141
141
  "regenerator-runtime": "^0.14.1",
142
- "release-it": "^19.0.0-next.5",
142
+ "release-it": "^19.0.1",
143
143
  "rimraf": "^5.0.10",
144
144
  "rxjs": "^7.8.2",
145
- "sass": "^1.86.3",
145
+ "sass": "^1.87.0",
146
146
  "typescript": "^5.8.3",
147
- "typescript-eslint": "^8.29.1",
148
- "vite": "^6.2.5",
147
+ "typescript-eslint": "^8.31.0",
148
+ "vite": "^6.3.3",
149
149
  "vite-plugin-svgr": "^4.3.0",
150
150
  "vite-tsconfig-paths": "^5.1.4"
151
151
  },
@@ -153,6 +153,6 @@
153
153
  "node": ">=18.19.0"
154
154
  },
155
155
  "resolutions": {
156
- "caniuse-lite": "1.0.30001707"
156
+ "caniuse-lite": "1.0.30001715"
157
157
  }
158
158
  }