diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9263b..e271b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log All notable changes to the MVS-Explorer will be documented in this file. +## <3.4.0> +### New features and enhancements +- Upgraded `react-contextmenu` and `react-redux`. [(#282)](https://github.com/zowe/explorer-mvs/pull/282) + ## <2.0.1> ### New features and enhancements -- Diable the submit button & give a warning message, in Dialogs when Dataset or Dataset Member name is invalid +- Disable the submit button & give a warning message, in Dialogs when Dataset or Dataset Member name is invalid ## <2.0.0> @@ -22,7 +26,7 @@ All notable changes to the MVS-Explorer will be documented in this file. ## <1.0.10> ### New features and enhancements -- Refactor MVS packagaing & installation scripts, and folder renames, to accomodate new iframe capability in ZLUX. Thanks @NakulManchanda +- Refactor MVS packaging & installation scripts, and folder renames, to accommodate new iframe capability in ZLUX. Thanks @NakulManchanda - Added manifest for API ML & App Framework installation using new plugin installation process. Thanks @JadinLuong, @jackjia-ibm ## <1.0.9> @@ -61,5 +65,5 @@ All notable changes to the MVS-Explorer will be documented in this file. ### Bug fixes - Fixed bug where user could end up in infinite authorization loop due to z/OSMF Ltps and APIML JWT not expiring at same time (https://github.com/zowe/api-layer/issues/615), Thanks @jordanCain -- Added accesibility improvements in the form of an announcer for notification to alert screen readers and +- Added accessibility improvements in the form of an announcer for notification to alert screen readers and page title updates on page loads. (https://github.com/zowe/explorer-mvs/pull/116), Thanks @jordanCain diff --git a/package-lock.json b/package-lock.json index 4a498f3..8f2e27a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,9 +16,9 @@ "prop-types": "15.8.1", "query-string": "9.1.0", "react": "16.14.0", - "react-contextmenu": "2.10.0", + "react-contextmenu": "2.14.0", "react-dom": "16.14.0", - "react-redux": "5.1.1", + "react-redux": "5.1.2", "react-router": "5.3.4", "react-router-dom": "5.3.4", "redux": "4.0.4", @@ -56,7 +56,7 @@ "eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-react": "7.35.0", "expect": "1.20.2", - "explorer-fvt-utilities": "2.0.4", + "explorer-fvt-utilities": "3.0.3-snapshot-103-20241105181553", "express": "4.21.2", "file-loader": "6.2.0", "html-webpack-plugin": "5.6.0", @@ -6078,9 +6078,9 @@ } }, "node_modules/explorer-fvt-utilities": { - "version": "2.0.4", - "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/explorer-fvt-utilities/-/explorer-fvt-utilities-2.0.4.tgz", - "integrity": "sha512-ktDkd4HrjW06MAb/cUAApz8+J7cIE0PPK060UQo5qtF68mEqUqyMQYc9GTWOuH1mFIcrB497YQDZaxVMq+AS8A==", + "version": "3.0.3-snapshot-103-20241105181553", + "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/explorer-fvt-utilities/-/explorer-fvt-utilities-3.0.3-snapshot-103-20241105181553.tgz", + "integrity": "sha512-fv38fTeIUojk1i9EQNN6Jr9mOnLeUBf3Fc9P3FP83BT+5Sf8QHR5EkTl0Wya1V02KhGt4OsaLEQ+Fp40KgSqcA==", "dev": true, "dependencies": { "chromedriver": "92.0.2", @@ -10824,17 +10824,17 @@ } }, "node_modules/react-contextmenu": { - "version": "2.10.0", - "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-contextmenu/-/react-contextmenu-2.10.0.tgz", - "integrity": "sha512-neiZGpfxfYFjqbcIExi69qruqhB7l0LKEguHDXeizgyTGbJHTwbq1GplXCHIafUAkbGZH8FfD9PBeUcSRG78+Q==", + "version": "2.14.0", + "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-contextmenu/-/react-contextmenu-2.14.0.tgz", + "integrity": "sha512-ktqMOuad6sCFNJs/ltEwppN8F0YeXmqoZfwycgtZR/MxOXMYx1xgYC44SzWH259HdGyshk1/7sXGuIRwj9hzbw==", "dependencies": { "classnames": "^2.2.5", "object-assign": "^4.1.0" }, "peerDependencies": { "prop-types": "^15.0.0", - "react": "^0.14.0 || ^15.0.0 || ^16.0.0", - "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0" + "react": "^0.14.0 || ^15.0.0 || ^16.0.1", + "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.1" } }, "node_modules/react-dom": { @@ -10862,12 +10862,12 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "node_modules/react-redux": { - "version": "5.1.1", - "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-redux/-/react-redux-5.1.1.tgz", - "integrity": "sha512-LE7Ned+cv5qe7tMV5BPYkGQ5Lpg8gzgItK07c67yHvJ8t0iaD9kPFPAli/mYkiyJYrs2pJgExR2ZgsGqlrOApg==", + "version": "5.1.2", + "resolved": "https://zowe.jfrog.io/zowe/api/npm/npm-release/react-redux/-/react-redux-5.1.2.tgz", + "integrity": "sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==", "dependencies": { "@babel/runtime": "^7.1.2", - "hoist-non-react-statics": "^3.1.0", + "hoist-non-react-statics": "^3.3.0", "invariant": "^2.2.4", "loose-envify": "^1.1.0", "prop-types": "^15.6.1", diff --git a/package.json b/package.json index 2b55946..6774862 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "prop-types": "15.8.1", "query-string": "9.1.0", "react": "16.14.0", - "react-contextmenu": "2.10.0", + "react-contextmenu": "2.14.0", "react-dom": "16.14.0", - "react-redux": "5.1.1", + "react-redux": "5.1.2", "react-router": "5.3.4", "react-router-dom": "5.3.4", "redux": "4.0.4", @@ -52,7 +52,7 @@ "eslint-plugin-jsx-a11y": "6.9.0", "eslint-plugin-react": "7.35.0", "expect": "1.20.2", - "explorer-fvt-utilities": "2.0.4", + "explorer-fvt-utilities": "3.0.3-snapshot-103-20241105181553", "express": "4.21.2", "file-loader": "6.2.0", "html-webpack-plugin": "5.6.0",