slickgrid-react
Advanced tools
Comparing version 4.4.0 to 4.4.1
{ | ||
"name": "slickgrid-react", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "Slickgrid components made available in React", | ||
@@ -99,7 +99,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@slickgrid-universal/common": "~4.4.0", | ||
"@slickgrid-universal/custom-footer-component": "~4.4.0", | ||
"@slickgrid-universal/empty-warning-component": "~4.4.0", | ||
"@slickgrid-universal/event-pub-sub": "~4.4.0", | ||
"@slickgrid-universal/pagination-component": "~4.4.0", | ||
"@slickgrid-universal/common": "~4.4.1", | ||
"@slickgrid-universal/custom-footer-component": "~4.4.1", | ||
"@slickgrid-universal/empty-warning-component": "~4.4.1", | ||
"@slickgrid-universal/event-pub-sub": "~4.4.1", | ||
"@slickgrid-universal/pagination-component": "~4.4.1", | ||
"dequal": "^2.0.3", | ||
@@ -119,9 +119,9 @@ "dompurify": "^3.0.8", | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@slickgrid-universal/composite-editor-component": "~4.4.0", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~4.4.0", | ||
"@slickgrid-universal/excel-export": "~4.4.0", | ||
"@slickgrid-universal/graphql": "~4.4.0", | ||
"@slickgrid-universal/odata": "~4.4.0", | ||
"@slickgrid-universal/rxjs-observable": "~4.4.0", | ||
"@slickgrid-universal/text-export": "~4.4.0", | ||
"@slickgrid-universal/composite-editor-component": "~4.4.1", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~4.4.1", | ||
"@slickgrid-universal/excel-export": "~4.4.1", | ||
"@slickgrid-universal/graphql": "~4.4.1", | ||
"@slickgrid-universal/odata": "~4.4.1", | ||
"@slickgrid-universal/rxjs-observable": "~4.4.1", | ||
"@slickgrid-universal/text-export": "~4.4.1", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
@@ -128,0 +128,0 @@ "@testing-library/react": "^14.2.1", |
@@ -10,3 +10,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 React. SlickGrid beats most other datagrids in terms of features, customizability and performance (it can easily deal with even a million row). Slickgrid-React is a wrapper on top of SlickGrid and it requires [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal/) dependency, originally we used the `6pac/SlickGrid` fork but that was dropped in >=7.0, so we no longer need external SlickGrid dependencies anymore apart from Slickgrid-Universal since [v4.0](https://github.com/ghiscoding/slickgrid-react/releases/tag/v4.0.2). SlickGrid was also recently refactored to be browser native (no more jQuery). | ||
One of the best JavasSript datagrid [SlickGrid](https://github.com/mleibman/SlickGrid), which was originally developed by @mleibman, is now available to React. SlickGrid beats most other datagrids in terms of features, customizability and performance (it can easily deal with even a million row). Slickgrid-React is a wrapper on top of SlickGrid and it requires [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal/) dependency, originally we used the `6pac/SlickGrid` fork but that was dropped in >=4.0, so we no longer need external SlickGrid dependencies anymore apart from Slickgrid-Universal since [v4.0](https://github.com/ghiscoding/slickgrid-react/releases/tag/v4.0.2). SlickGrid was also recently refactored to be browser native (no more jQuery). | ||
@@ -13,0 +13,0 @@ ## Documentation |