slickgrid-react
Advanced tools
Comparing version 5.9.0 to 5.10.0
{ | ||
"name": "slickgrid-react", | ||
"version": "5.9.0", | ||
"version": "5.10.0", | ||
"description": "Slickgrid components made available in React", | ||
@@ -86,10 +86,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@slickgrid-universal/common": "~5.9.0", | ||
"@slickgrid-universal/custom-footer-component": "~5.9.0", | ||
"@slickgrid-universal/empty-warning-component": "~5.9.0", | ||
"@slickgrid-universal/common": "~5.10.0", | ||
"@slickgrid-universal/custom-footer-component": "~5.10.0", | ||
"@slickgrid-universal/empty-warning-component": "~5.10.0", | ||
"@slickgrid-universal/event-pub-sub": "~5.9.0", | ||
"@slickgrid-universal/pagination-component": "~5.9.0", | ||
"@slickgrid-universal/row-detail-view-plugin": "~5.9.0", | ||
"@slickgrid-universal/pagination-component": "~5.10.0", | ||
"@slickgrid-universal/row-detail-view-plugin": "~5.10.0", | ||
"dequal": "^2.0.3", | ||
"i18next": "^23.16.1", | ||
"i18next": "^23.16.4", | ||
"sortablejs": "^1.15.3" | ||
@@ -100,19 +100,19 @@ }, | ||
"@arethetypeswrong/cli": "^0.16.4", | ||
"@faker-js/faker": "^9.0.3", | ||
"@faker-js/faker": "^9.1.0", | ||
"@fnando/sparkline": "^0.3.10", | ||
"@formkit/tempo": "^0.1.2", | ||
"@popperjs/core": "^2.11.8", | ||
"@release-it/conventional-changelog": "^9.0.0", | ||
"@slickgrid-universal/composite-editor-component": "~5.9.0", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~5.9.0", | ||
"@slickgrid-universal/excel-export": "~5.9.0", | ||
"@slickgrid-universal/graphql": "~5.9.0", | ||
"@slickgrid-universal/odata": "~5.9.0", | ||
"@slickgrid-universal/rxjs-observable": "~5.9.0", | ||
"@slickgrid-universal/text-export": "~5.9.0", | ||
"@release-it/conventional-changelog": "^9.0.2", | ||
"@slickgrid-universal/composite-editor-component": "~5.10.0", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~5.10.0", | ||
"@slickgrid-universal/excel-export": "~5.10.0", | ||
"@slickgrid-universal/graphql": "~5.10.0", | ||
"@slickgrid-universal/odata": "~5.10.0", | ||
"@slickgrid-universal/rxjs-observable": "~5.10.0", | ||
"@slickgrid-universal/text-export": "~5.10.0", | ||
"@types/dompurify": "^3.0.5", | ||
"@types/fnando__sparkline": "^0.3.7", | ||
"@types/i18next-xhr-backend": "^1.4.2", | ||
"@types/node": "^22.7.7", | ||
"@types/react": "^18.3.11", | ||
"@types/node": "^22.8.6", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
@@ -126,11 +126,11 @@ "@types/sortablejs": "^1.15.8", | ||
"custom-event-polyfill": "^1.0.7", | ||
"cypress": "^13.15.0", | ||
"cypress": "^13.15.1", | ||
"cypress-real-events": "^1.13.0", | ||
"dompurify": "^3.1.7", | ||
"eslint": "^9.13.0", | ||
"eslint-plugin-cypress": "^4.0.0", | ||
"eslint": "^9.14.0", | ||
"eslint-plugin-cypress": "^4.1.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-n": "^17.11.1", | ||
"eslint-plugin-n": "^17.12.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-react": "^7.37.1", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
@@ -141,6 +141,6 @@ "fetch-jsonp": "^1.3.0", | ||
"isomorphic-fetch": "^3.0.0", | ||
"npm-run-all2": "^6.2.4", | ||
"npm-run-all2": "^7.0.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-i18next": "^15.0.3", | ||
"react-i18next": "^15.1.0", | ||
"react-router-dom": "^6.27.0", | ||
@@ -151,8 +151,8 @@ "regenerator-runtime": "^0.14.1", | ||
"rxjs": "^7.8.1", | ||
"sass": "^1.80.3", | ||
"sass": "^1.80.6", | ||
"serve": "^14.2.4", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.10.0", | ||
"vite": "^5.4.9", | ||
"vite-plugin-svgr": "^4.2.0", | ||
"typescript-eslint": "^8.12.2", | ||
"vite": "^5.4.10", | ||
"vite-plugin-svgr": "^4.3.0", | ||
"vite-tsconfig-paths": "^5.0.1" | ||
@@ -164,4 +164,4 @@ }, | ||
"resolutions": { | ||
"caniuse-lite": "1.0.30001669" | ||
"caniuse-lite": "1.0.30001676" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # Slickgrid-React | ||
### Brief introduction | ||
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~ 🎉). | ||
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~ 🎉). | ||
@@ -28,2 +28,6 @@ ## Documentation | ||
### Troubleshooting | ||
This project **does not** work well with `React.StrictMode`, so please make sure to disable it to avoid pulling your hair for days. | ||
### Versions Compatibility | ||
@@ -30,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
619376
80
+ Added@babel/runtime@7.26.7(transitive)
+ Added@slickgrid-universal/binding@5.10.2(transitive)
+ Added@slickgrid-universal/common@5.10.2(transitive)
+ Added@slickgrid-universal/custom-footer-component@5.10.2(transitive)
+ Added@slickgrid-universal/empty-warning-component@5.10.2(transitive)
+ Added@slickgrid-universal/event-pub-sub@5.10.2(transitive)
+ Added@slickgrid-universal/pagination-component@5.10.2(transitive)
+ Added@slickgrid-universal/row-detail-view-plugin@5.10.2(transitive)
+ Added@slickgrid-universal/utils@5.10.2(transitive)
- Removed@babel/runtime@7.26.9(transitive)
- Removed@slickgrid-universal/binding@5.9.0(transitive)
- Removed@slickgrid-universal/common@5.9.0(transitive)
- Removed@slickgrid-universal/custom-footer-component@5.9.0(transitive)
- Removed@slickgrid-universal/empty-warning-component@5.9.0(transitive)
- Removed@slickgrid-universal/pagination-component@5.9.0(transitive)
- Removed@slickgrid-universal/row-detail-view-plugin@5.9.0(transitive)
Updatedi18next@^23.16.4