slickgrid-react 10.1.0 → 10.1.1

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -89,7 +89,7 @@ export default function Example() {
89
89
 
90
90
  | Slickgrid-React | React | Migration Guide | Notes | Date |
91
91
  |:---------------:| --------- | --------------- | ----- | ---- |
92
- | 10.x | React >=19.0 | [Migration 10.x](https://ghiscoding.gitbook.io/slickgrid-react/migrations/migration-to-10.x) | Smaller code, requires Slickgrid-Universal [10.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v10.0.0) | 2026-03-02 |
92
+ | 10.x | React >=19.0 | [Migration 10.x](https://ghiscoding.gitbook.io/slickgrid-react/migrations/migration-to-10.x) | modernization and accessibility, requires Slickgrid-Universal [10.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v10.0.0) | 2026-03-02 |
93
93
  | 9.x | React >=19.0 | [Migration 9.x](https://ghiscoding.gitbook.io/slickgrid-react/migrations/migration-to-9.x) | ESM-Only, requires Slickgrid-Universal [9.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v9.0.0) | 2025-05-10 |
94
94
  | 5.x | React >=18.0 | [Migration 5.x](https://ghiscoding.gitbook.io/slickgrid-react/migrations/migration-to-5.x) | Modern UI / Dark Mode, requires Slickgrid-Universal [5.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v5.0.0) | 2024-05-10 |
95
95
  | 4.x | | [Migration 4.x](https://ghiscoding.gitbook.io/slickgrid-react/migrations/migration-to-4.x) | merge SlickGrid into Slickgrid-Universal,<br> requires Slickgrid-Universal [4.x](https://github.com/ghiscoding/slickgrid-universal/releases/tag/v4.0.2) | 2023-12-15 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slickgrid-react",
3
- "version": "10.1.0",
3
+ "version": "10.1.1",
4
4
  "description": "Slickgrid components made available in React",
5
5
  "keywords": [
6
6
  "react",
@@ -52,17 +52,17 @@
52
52
  "/src"
53
53
  ],
54
54
  "dependencies": {
55
- "@slickgrid-universal/common": "10.1.0",
56
- "@slickgrid-universal/custom-footer-component": "10.1.0",
57
- "@slickgrid-universal/empty-warning-component": "10.1.0",
58
- "@slickgrid-universal/event-pub-sub": "10.1.0",
59
- "@slickgrid-universal/pagination-component": "10.1.0",
60
- "@slickgrid-universal/utils": "10.1.0",
55
+ "@slickgrid-universal/common": "10.1.1",
56
+ "@slickgrid-universal/custom-footer-component": "10.1.1",
57
+ "@slickgrid-universal/empty-warning-component": "10.1.1",
58
+ "@slickgrid-universal/event-pub-sub": "10.1.1",
59
+ "@slickgrid-universal/pagination-component": "10.1.1",
60
+ "@slickgrid-universal/utils": "10.1.1",
61
61
  "dequal": "^2.0.3",
62
62
  "sortablejs": "^1.15.7"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": ">=19.0.0"
66
66
  },
67
- "gitHead": "a3eee6a849bf67e76161ddef91a18b91a4f4ef1f"
67
+ "gitHead": "3fcfc35958eb2d000e9d31ad4d195ba9cf485b5c"
68
68
  }