Skip to content

Commit

Permalink
Zowe Suite v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Jul 31, 2020
2 parents 33b1737 + a29a31e commit ec289b9
Show file tree
Hide file tree
Showing 139 changed files with 16,717 additions and 1,903 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the Zlux App Manager will be documented in this file.

## `1.14.0`

- [D] Fixed case in which the URI broker for unixfile would allow 3 or more slashes in a row
- Fixed GET call for recognizers & actions such that they are loaded into dispatcher

## `1.13.0`

- Updated translations for Personalization menu
- Removed usage of ngx-color in place of a custom color selector
- Converted login activity to event emitter
- Added new local storage listener so changes can be reported across tabs
- Added detect activity when login from new window/tab

## `1.12.0`

- Added iframe support for spawning a context menu when in single-app mode (via viewportevents instead of windowactions
Expand All @@ -17,3 +30,16 @@ All notable changes to the Zlux App Manager will be documented in this file.
- Created an injectible service for the theme emitting
- Created a token for the theme emitting injector (where a normal injectible isn't viable)
- Timeout notification scales with desktop size
- Support /api/v1/zlux under api root


## `1.13.0`
- Added new storage service to report last activity across tabs
- Cross-launch app via URL
- Fixed i18n compile errors
- Removed usage of ngx-color

## `1.14.0`
- Updated vulnerable dependencies
- Renew session on every new tab/window
- Added session logout and expired event to storage service to report across tabs
1 change: 1 addition & 0 deletions bootstrap/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dist/*
dts/*
web/*
!web/iframe-adapter.js
!web/adapter-init.js
node_modules/*
src/uri/*.js
src/uri/*.js.map
Expand Down
Loading

0 comments on commit ec289b9

Please sign in to comment.