Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

65 lines (43 loc) · 3.06 KB

Change Log

All notable changes to the MVS-Explorer will be documented in this file.

<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

<2.0.0>

New features and enhancements

  • 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.

<1.0.17>

New features and enhancements

  • Replaced the File APIs with zOSMF APIs

<1.0.14>

  • updated material ui
  • updated webpack build and dev config

<1.0.10>

New features and enhancements

  • 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

<1.0.9>

New features and enhancements

  • Added trap int signal for zowe launcher to stop the running process

<1.0.7>

New features and enhancements

  • 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

<1.0.6>

New features and enhancements

  • 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

Bug fixes

  • 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

<1.0.2>

New features and enhancements

  • Build enhancements moved copy static files inside webpack, and added local storage flag to enable redux logger - Nakul

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 (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