Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>

Expand All @@ -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>
Expand Down Expand Up @@ -61,5 +65,5 @@ All notable changes to the MVS-Explorer will be documented in this file.
### Bug fixes
<!--- - Format: Fixed <xx>. (Issue/PR number) [Doc link if any] [Thanks @contributor] --->
- 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
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading