slickgrid-react
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -5,2 +5,9 @@ # Change Log | ||
# [2.6.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.5.0...v2.6.0) (2023-02-24) | ||
### Bug Fixes | ||
* regression Edit cell mouseout should save & excel copy should work ([#57](https://github.com/ghiscoding/slickgrid-react/issues/57)) ([152bc80](https://github.com/ghiscoding/slickgrid-react/commit/152bc8073f676544c0dbd133b51b4196b55b3665)) | ||
# [2.5.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.4.0...v2.5.0) (2023-02-17) | ||
@@ -7,0 +14,0 @@ |
@@ -226,3 +226,3 @@ define(["require", "exports", "@slickgrid-universal/common"], function (require, exports, common_1) { | ||
sortColNumberInSeparateSpan: true, | ||
suppressActiveCellChangeOnEdit: true, | ||
suppressActiveCellChangeOnEdit: false, | ||
pagination: { | ||
@@ -229,0 +229,0 @@ pageSizes: [10, 15, 20, 25, 30, 40, 50, 75, 100], |
@@ -226,3 +226,3 @@ "use strict"; | ||
sortColNumberInSeparateSpan: true, | ||
suppressActiveCellChangeOnEdit: true, | ||
suppressActiveCellChangeOnEdit: false, | ||
pagination: { | ||
@@ -229,0 +229,0 @@ pageSizes: [10, 15, 20, 25, 30, 40, 50, 75, 100], |
@@ -223,3 +223,3 @@ import { DelimiterType, EventNamingStyle, FileType, Filters, GridAutosizeColsMode, OperatorType } from '@slickgrid-universal/common'; | ||
sortColNumberInSeparateSpan: true, | ||
suppressActiveCellChangeOnEdit: true, | ||
suppressActiveCellChangeOnEdit: false, | ||
pagination: { | ||
@@ -226,0 +226,0 @@ pageSizes: [10, 15, 20, 25, 30, 40, 50, 75, 100], |
{ | ||
"name": "slickgrid-react", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Slickgrid components made available in React", | ||
@@ -79,7 +79,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@slickgrid-universal/common": "~2.5.0", | ||
"@slickgrid-universal/custom-footer-component": "~2.5.0", | ||
"@slickgrid-universal/empty-warning-component": "~2.5.0", | ||
"@slickgrid-universal/event-pub-sub": "~2.5.0", | ||
"@slickgrid-universal/pagination-component": "~2.5.0", | ||
"@slickgrid-universal/common": "~2.6.0", | ||
"@slickgrid-universal/custom-footer-component": "~2.6.0", | ||
"@slickgrid-universal/empty-warning-component": "~2.6.0", | ||
"@slickgrid-universal/event-pub-sub": "~2.6.0", | ||
"@slickgrid-universal/pagination-component": "~2.6.0", | ||
"dequal": "^2.0.3", | ||
@@ -98,3 +98,3 @@ "dompurify": "^3.0.0", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"@faker-js/faker": "^7.6.0", | ||
@@ -104,9 +104,9 @@ "@fnando/sparkline": "^0.3.10", | ||
"@release-it/conventional-changelog": "^5.1.1", | ||
"@slickgrid-universal/composite-editor-component": "~2.5.0", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~2.5.0", | ||
"@slickgrid-universal/excel-export": "~2.5.0", | ||
"@slickgrid-universal/graphql": "~2.5.0", | ||
"@slickgrid-universal/odata": "~2.5.0", | ||
"@slickgrid-universal/rxjs-observable": "~2.5.0", | ||
"@slickgrid-universal/text-export": "~2.5.0", | ||
"@slickgrid-universal/composite-editor-component": "~2.6.0", | ||
"@slickgrid-universal/custom-tooltip-plugin": "~2.6.0", | ||
"@slickgrid-universal/excel-export": "~2.6.0", | ||
"@slickgrid-universal/graphql": "~2.6.0", | ||
"@slickgrid-universal/odata": "~2.6.0", | ||
"@slickgrid-universal/rxjs-observable": "~2.6.0", | ||
"@slickgrid-universal/text-export": "~2.6.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
@@ -122,3 +122,3 @@ "@testing-library/react": "^14.0.0", | ||
"@types/jquery": "^3.5.16", | ||
"@types/node": "^18.13.0", | ||
"@types/node": "^18.14.1", | ||
"@types/react": "^18.0.28", | ||
@@ -129,4 +129,4 @@ "@types/react-dom": "^18.0.11", | ||
"@types/webpack": "^5.28.0", | ||
"@typescript-eslint/eslint-plugin": "^5.52.0", | ||
"@typescript-eslint/parser": "^5.52.0", | ||
"@typescript-eslint/eslint-plugin": "^5.53.0", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"@webpack-cli/serve": "^2.0.1", | ||
@@ -157,6 +157,6 @@ "babel-loader": "^9.1.2", | ||
"jest-environment-jsdom": "^29.4.3", | ||
"jest-extended": "^3.2.3", | ||
"jest-extended": "^3.2.4", | ||
"jsdom-global": "^3.0.2", | ||
"mini-css-extract-plugin": "^2.7.2", | ||
"minimatch": "^6.2.0", | ||
"minimatch": "^7.1.0", | ||
"moment-mini": "^2.29.4", | ||
@@ -168,3 +168,3 @@ "npm-check": "^6.0.1", | ||
"react-dom": "^18.2.0", | ||
"react-i18next": ">=12.1.5", | ||
"react-i18next": ">=12.2.0", | ||
"react-scripts": "^5.0.1", | ||
@@ -176,3 +176,3 @@ "react-router-dom": "^6.8.1", | ||
"rxjs": "^7.8.0", | ||
"sass": "^1.58.1", | ||
"sass": "^1.58.3", | ||
"sass-loader": "^13.2.0", | ||
@@ -193,4 +193,4 @@ "serve": "^14.2.0", | ||
"resolutions": { | ||
"caniuse-lite": "1.0.30001454" | ||
"caniuse-lite": "1.0.30001457" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
660676
+ Added@slickgrid-universal/binding@2.6.4(transitive)
+ Added@slickgrid-universal/common@2.6.4(transitive)
+ Added@slickgrid-universal/custom-footer-component@2.6.4(transitive)
+ Added@slickgrid-universal/empty-warning-component@2.6.4(transitive)
+ Added@slickgrid-universal/event-pub-sub@2.6.4(transitive)
+ Added@slickgrid-universal/pagination-component@2.6.4(transitive)
+ Added@slickgrid-universal/utils@2.6.4(transitive)
- Removed@slickgrid-universal/binding@2.5.0(transitive)
- Removed@slickgrid-universal/common@2.5.0(transitive)
- Removed@slickgrid-universal/custom-footer-component@2.5.0(transitive)
- Removed@slickgrid-universal/empty-warning-component@2.5.0(transitive)
- Removed@slickgrid-universal/event-pub-sub@2.5.0(transitive)
- Removed@slickgrid-universal/pagination-component@2.5.0(transitive)
- Removed@slickgrid-universal/utils@2.5.0(transitive)