All notable changes to the MVS-Explorer will be documented in this file.
- Diable the submit button & give a warning message, in Dialogs when Dataset or Dataset Member name is invalid
- MVS-explorer no longer uses explorer-ui-server, but now depends on app-server. In a standard Zowe environment this will result in less processes, but does break links about getting to the explorer via APIML routes. The explorer is now available via the app-server's APIML route.
- Replaced the File APIs with zOSMF APIs
- updated material ui
- updated webpack build and dev config
- Refactor MVS packagaing & installation scripts, and folder renames, to accomodate new iframe capability in ZLUX. Thanks @NakulManchanda
- Added manifest for API ML & App Framework installation using new plugin installation process. Thanks @JadinLuong, @jackjia-ibm
- Added trap int signal for zowe launcher to stop the running process
- Added loading icon to editor menu bar when opening a datasets contents (zowe/zlux#291), Thanks @jordanCain
- Changed packaging and lifecycle start.sh script to support explorer-ui-server keyring support (zowe/zowe-install-packaging#1177), Thanks @stevenhorsman, @js665999, @nakulmanchanda, @jackjia-ibm
- Added .npmrc to specify npm registry as config. Thanks @nakulmanchanda
- Changed packaging and lifecycle start.sh script to support explorer-ui-server keyring support (zowe/zowe-install-packaging#1177), Thanks @stevenhorsman, @js665999, @nakulmanchanda, @jackjia-ibm
- Added ability to collapse and resize dataset tree (zowe/zlux#259), Thanks @skurnevich
- Fix issue where dataset tree and content viewer were not aligned (zowe/zlux#484), Tanks @jordanCain
- Add default value for ZOWE_EXPLORER_FRAME_ANCESTORS at lifecycle start script.
It resolves (zowe/explorer-ui-server#44), thanks @nakulmanchanda
- Build enhancements moved copy static files inside webpack, and added local storage flag to enable redux logger - Nakul
- Fixed bug where user could end up in infinite authorization loop due to z/OSMF Ltps and APIML JWT not expiring at same time (zowe/api-layer#615), Thanks @jordanCain
- Added accesibility improvements in the form of an announcer for notification to alert screen readers and page title updates on page loads. (#116), Thanks @jordanCain