slickgrid-react 5.9.0 → 5.10.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 (3) hide show
  1. package/LICENSE +2 -1
  2. package/README.md +5 -1
  3. package/package.json +30 -30
package/LICENSE CHANGED
@@ -1,4 +1,5 @@
1
- Copyright (c) 2022-present, Slickgrid-React - Ghislain B.
1
+ Copyright (c) 2022-present, Michael Leibman and Ghislain B.
2
+ https://github.com/ghiscoding/slickgrid-react
2
3
 
3
4
  Permission is hereby granted, free of charge, to any person obtaining
4
5
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -9,7 +9,7 @@
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
11
  ### Brief introduction
12
- One of the best JavasSript datagrid [SlickGrid](https://github.com/mleibman/SlickGrid), which was originally developed by @mleibman, is now available to the React world. SlickGrid beats most other datagrids 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 required), 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~ 🎉).
12
+ 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
13
 
14
14
  ## Documentation
15
15
  📘 [Documentation](https://ghiscoding.gitbook.io/slickgrid-react/getting-started/quick-start) website powered by GitBook for version 4+ (_... or use the [Wikis](https://github.com/ghiscoding/Slickgrid-React/wiki) for older versions_).
@@ -24,6 +24,10 @@ Refer to the **[Docs - Quick Start](https://ghiscoding.gitbook.io/slickgrid-reac
24
24
  ### NPM Package
25
25
  [slickgrid-react on NPM](https://www.npmjs.com/package/slickgrid-react)
26
26
 
27
+ ### Troubleshooting
28
+
29
+ This project **does not** work well with `React.StrictMode`, so please make sure to disable it to avoid pulling your hair for days.
30
+
27
31
  ### Versions Compatibility
28
32
 
29
33
  > **Note** please be aware that only the latest version of Slickgrid-React is supported and will receive bug fixes. The reason older versions are not supported is simply because it's already a lot of work to maintain for a single developer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slickgrid-react",
3
- "version": "5.9.0",
3
+ "version": "5.10.0",
4
4
  "description": "Slickgrid components made available in React",
5
5
  "keywords": [
6
6
  "react",
@@ -83,36 +83,36 @@
83
83
  "/src/slickgrid-react"
84
84
  ],
85
85
  "dependencies": {
86
- "@slickgrid-universal/common": "~5.9.0",
87
- "@slickgrid-universal/custom-footer-component": "~5.9.0",
88
- "@slickgrid-universal/empty-warning-component": "~5.9.0",
86
+ "@slickgrid-universal/common": "~5.10.0",
87
+ "@slickgrid-universal/custom-footer-component": "~5.10.0",
88
+ "@slickgrid-universal/empty-warning-component": "~5.10.0",
89
89
  "@slickgrid-universal/event-pub-sub": "~5.9.0",
90
- "@slickgrid-universal/pagination-component": "~5.9.0",
91
- "@slickgrid-universal/row-detail-view-plugin": "~5.9.0",
90
+ "@slickgrid-universal/pagination-component": "~5.10.0",
91
+ "@slickgrid-universal/row-detail-view-plugin": "~5.10.0",
92
92
  "dequal": "^2.0.3",
93
- "i18next": "^23.16.1",
93
+ "i18next": "^23.16.4",
94
94
  "sortablejs": "^1.15.3"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@4tw/cypress-drag-drop": "^2.2.5",
98
98
  "@arethetypeswrong/cli": "^0.16.4",
99
- "@faker-js/faker": "^9.0.3",
99
+ "@faker-js/faker": "^9.1.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": "^9.0.0",
104
- "@slickgrid-universal/composite-editor-component": "~5.9.0",
105
- "@slickgrid-universal/custom-tooltip-plugin": "~5.9.0",
106
- "@slickgrid-universal/excel-export": "~5.9.0",
107
- "@slickgrid-universal/graphql": "~5.9.0",
108
- "@slickgrid-universal/odata": "~5.9.0",
109
- "@slickgrid-universal/rxjs-observable": "~5.9.0",
110
- "@slickgrid-universal/text-export": "~5.9.0",
103
+ "@release-it/conventional-changelog": "^9.0.2",
104
+ "@slickgrid-universal/composite-editor-component": "~5.10.0",
105
+ "@slickgrid-universal/custom-tooltip-plugin": "~5.10.0",
106
+ "@slickgrid-universal/excel-export": "~5.10.0",
107
+ "@slickgrid-universal/graphql": "~5.10.0",
108
+ "@slickgrid-universal/odata": "~5.10.0",
109
+ "@slickgrid-universal/rxjs-observable": "~5.10.0",
110
+ "@slickgrid-universal/text-export": "~5.10.0",
111
111
  "@types/dompurify": "^3.0.5",
112
112
  "@types/fnando__sparkline": "^0.3.7",
113
113
  "@types/i18next-xhr-backend": "^1.4.2",
114
- "@types/node": "^22.7.7",
115
- "@types/react": "^18.3.11",
114
+ "@types/node": "^22.8.6",
115
+ "@types/react": "^18.3.12",
116
116
  "@types/react-dom": "^18.3.1",
117
117
  "@types/sortablejs": "^1.15.8",
118
118
  "@types/text-encoding-utf-8": "^1.0.5",
@@ -121,41 +121,41 @@
121
121
  "concurrently": "^9.0.1",
122
122
  "copyfiles": "^2.4.1",
123
123
  "custom-event-polyfill": "^1.0.7",
124
- "cypress": "^13.15.0",
124
+ "cypress": "^13.15.1",
125
125
  "cypress-real-events": "^1.13.0",
126
126
  "dompurify": "^3.1.7",
127
- "eslint": "^9.13.0",
128
- "eslint-plugin-cypress": "^4.0.0",
127
+ "eslint": "^9.14.0",
128
+ "eslint-plugin-cypress": "^4.1.0",
129
129
  "eslint-plugin-import": "^2.31.0",
130
- "eslint-plugin-n": "^17.11.1",
130
+ "eslint-plugin-n": "^17.12.0",
131
131
  "eslint-plugin-prefer-arrow": "^1.2.3",
132
- "eslint-plugin-react": "^7.37.1",
132
+ "eslint-plugin-react": "^7.37.2",
133
133
  "eslint-plugin-react-hooks": "^5.0.0",
134
134
  "fetch-jsonp": "^1.3.0",
135
135
  "globals": "^15.11.0",
136
136
  "i18next-http-backend": "^2.6.2",
137
137
  "isomorphic-fetch": "^3.0.0",
138
- "npm-run-all2": "^6.2.4",
138
+ "npm-run-all2": "^7.0.1",
139
139
  "react": "^18.3.1",
140
140
  "react-dom": "^18.3.1",
141
- "react-i18next": "^15.0.3",
141
+ "react-i18next": "^15.1.0",
142
142
  "react-router-dom": "^6.27.0",
143
143
  "regenerator-runtime": "^0.14.1",
144
144
  "release-it": "^17.10.0",
145
145
  "rimraf": "^5.0.10",
146
146
  "rxjs": "^7.8.1",
147
- "sass": "^1.80.3",
147
+ "sass": "^1.80.6",
148
148
  "serve": "^14.2.4",
149
149
  "typescript": "^5.6.3",
150
- "typescript-eslint": "^8.10.0",
151
- "vite": "^5.4.9",
152
- "vite-plugin-svgr": "^4.2.0",
150
+ "typescript-eslint": "^8.12.2",
151
+ "vite": "^5.4.10",
152
+ "vite-plugin-svgr": "^4.3.0",
153
153
  "vite-tsconfig-paths": "^5.0.1"
154
154
  },
155
155
  "engines": {
156
156
  "node": ">=18.19.0"
157
157
  },
158
158
  "resolutions": {
159
- "caniuse-lite": "1.0.30001669"
159
+ "caniuse-lite": "1.0.30001676"
160
160
  }
161
161
  }