Releases: kubernetes-sigs/kui
v8.10.11
Fixes
- for browser-based clients, the kubernetes context and namespace widgets sometimes present stale data
Details
[8.10.11 6ddd4f7] fix: CurrentContext and CurrentNamespace widgets may have stale data inBrowser
Date: Wed Jul 8 18:24:44 2020 -0400
4 files changed, 29 insertions(+), 5 deletions(-)
v8.10.10
Fixes
- removing a Terminal block would not abort the associated watch job
Details
[8.10.10 a1c8cde] fix(plugins/plugin-client-common): clicking 'remove' of a watchable response doesn't abort the underlying pty job
Author: Mengting Yan [email protected]
Date: Tue Jul 7 14:33:36 2020 -0400
1 file changed, 20 insertions(+), 6 deletions(-)
v8.10.9
Fixes
helm help
renders poorly for v3.0 and v3.1 (v3.2+ were fine)
Details
[8.10.9 5fc5bfd] fix(plugins/plugin-kubectl): tolerate helm 3.0 and 3.1 help custom ascii art tables
Date: Mon Jul 6 14:26:25 2020 -0400
1 file changed, 9 insertions(+)
[8.10.9 b780478] fix(plugins/plugin-client-default): improve debug logging of client properties
Date: Mon Jul 6 15:59:07 2020 -0400
1 file changed, 7 insertions(+), 2 deletions(-)
v8.10.8
Fixes
- helm v3 help output is poorly formatted
- kubectl apply/create/delete tables still have ALLCAPS headers
- two minor CSS fixes
Details
[8.10.8 d644b42] fix(plugins/plugin-client-common): "No resources" in watch pane can occlude watch pane title
Date: Thu Jul 2 07:40:12 2020 -0400
1 file changed, 4 insertions(+), 2 deletions(-)
[8.10.8 0d9013b] fix(plugins/plugin-kubectl): kubectl apply/create/delete tables still have ALLCAPS headers
Date: Thu Jul 2 09:00:35 2020 -0400
2 files changed, 14 insertions(+), 4 deletions(-)
[8.10.8 e32dd8b] fix(plugins/plugin-client-common): decrease height of table footer
Date: Thu Jul 2 09:32:09 2020 -0400
1 file changed, 2 insertions(+), 2 deletions(-)
[8.10.8 095c7f1] fix: kubectl help misformats helm help tables
Date: Thu Jul 2 12:53:53 2020 -0400
2 files changed, 6 insertions(+), 2 deletions(-)
v8.10.7
v8.10.6
Updates
- The Table UI has been updated. See #5042 for discussion. Please register any thoughts there! Feedback is most welcome.
Details
[8.10.6 7c1bd29] fix: reduce custom CSS rules for table UI
Date: Sun Jun 28 16:54:03 2020 -0400
20 files changed, 124 insertions(+), 141 deletions(-)
[8.10.6 f2df196] fix: move default loadingDone icon into plugin-client-common
Date: Mon Jun 29 13:47:30 2020 -0400
7 files changed, 13 insertions(+), 30 deletions(-)
[8.10.6 9bbea99] fix(plugins/plugin-client-common): leftover debug printfs in table sorting
Date: Mon Jun 29 18:12:13 2020 -0400
1 file changed, 1 deletion(-)
[8.10.6 bd00714] feat(plugins/plugin-client-common): use Cards to wrap kube tables and grids
Date: Mon Jun 29 21:35:54 2020 -0400
12 files changed, 131 insertions(+), 66 deletions(-)
[8.10.6 fbfbee9] fix(plugins/plugin-client-common): double watch panes may open up
Date: Tue Jun 30 08:49:05 2020 -0400
1 file changed, 3 insertions(+), 1 deletion(-)
[8.10.6 4fe9316] fix(plugins/plugin-client-common): disableTableTitle also disables title of watch panes
Date: Tue Jun 30 11:41:33 2020 -0400
2 files changed, 20 insertions(+), 12 deletions(-)
[8.10.6 037c678] fix(plugins/plugin-core-support): remove old "window" commands
Date: Tue Jun 30 13:21:32 2020 -0400
3 files changed, 7 insertions(+), 54 deletions(-)
v8.10.5
This release contains a single change of benefit only to Kui developers.
Details
[8.10.5 37d41e6] feat: allow clients to modify the session lifecycle UI by providing custom strings
Date: Fri Jun 26 16:28:25 2020 -0400
13 files changed, 80 insertions(+), 28 deletions(-)
create mode 100644 plugins/plugin-client-default/i18n/resources_en_US.json
v8.10.4
This is mostly an internal-fix release. The only user-visible change will be improved color contrast in the watch pane for certain themes.
Details
[8.10.4 e7a8bf5] feat: Update default loadingDone to use Card component
Date: Wed Jun 24 15:09:16 2020 -0400
13 files changed, 99 insertions(+), 81 deletions(-)
[8.10.4 65cd648] chore: move electron components into plugin-electron-components
Date: Wed Jun 24 19:09:23 2020 -0400
22 files changed, 60 insertions(+), 425 deletions(-)
[8.10.4 38a8d4c] fix: Confirm dialog color contrast issues
Date: Thu Jun 25 12:26:12 2020 -0400
3 files changed, 19 insertions(+), 4 deletions(-)
[8.10.4 7e714dd] fix: Card component does not render well in dark themes
Date: Thu Jun 25 12:30:06 2020 -0400
8 files changed, 70 insertions(+), 27 deletions(-)
[8.10.4 ef48aab] fix: xterm alt buffer mode behaves oddly for clients that do not enable splitTerminals
Date: Thu Jun 25 16:28:33 2020 -0400
3 files changed, 4 insertions(+), 4 deletions(-)
[8.10.4 acf77ef] fix: clients should be able to enable watcher auto pinning without enabling splitTerminals
Date: Thu Jun 25 16:30:10 2020 -0400
2 files changed, 6 insertions(+), 7 deletions(-)
[8.10.4 6f9ba7b] fix: increase contrast in watch pane
Date: Thu Jun 25 20:17:32 2020 -0400
5 files changed, 16 insertions(+), 16 deletions(-)
[8.10.4 5778a93] feat: add capability to show welcome widget to new users in Terminal
Author: Mengting Yan [email protected]
Date: Thu Jun 25 16:41:51 2020 -0400
18 files changed, 199 insertions(+), 111 deletions(-)
[8.10.4 fdbd979] fix(plugins/plugin-carbon-themes): regression in status stripe borders for carbon themes
Date: Fri Jun 26 09:12:38 2020 -0400
2 files changed, 2 insertions(+), 1 deletion(-)
[8.10.4 a2a48a6] fix(packages/builder): headless build should not rebuild node-pty
Date: Fri Jun 26 09:33:01 2020 -0400
1 file changed, 7 deletions(-)
[8.10.4 bf67173] fix(plugins/plugin-client-common): WatchPane has incorrect padding
Author: Mengting Yan [email protected]
Date: Fri Jun 26 10:49:47 2020 -0400
1 file changed, 1 insertion(+)
[8.10.4 5da847d] fix: still see name-related breadcrumbs and short-name header with feature flag sidecarName 'heroText'
Author: Mengting Yan [email protected]
Date: Fri Jun 26 10:32:11 2020 -0400
3 files changed, 31 insertions(+), 31 deletions(-)
v8.10.3
v8.10.2
[8.10.2 b18ec45] fix: support for using patternfly components with non-patternfly themes
Date: Thu Jun 18 15:23:26 2020 -0400
18 files changed, 338 insertions(+), 65 deletions(-)
[8.10.2 6307df0] feat(plugins/plugin-client-common): improve accessibility of "red" error grid cells
Date: Fri Jun 19 08:04:56 2020 -0400
3 files changed, 58 insertions(+), 20 deletions(-)
[8.10.2 0638d5d] fix: upgrade @patternfly/react-core to latest
Author: Mengting Yan [email protected]
Date: Fri Jun 19 11:19:34 2020 -0400
6 files changed, 423 insertions(+), 840 deletions(-)
[8.10.2 b4df368] fix(plugins/plugin-client-common): reverse-i-search does not properly report no matches
Date: Fri Jun 19 16:10:33 2020 -0400
2 files changed, 42 insertions(+), 15 deletions(-)
[8.10.2 277d1cc] fix(plugins/plugin-client-common): make Close a top-level button in watch panes
Date: Sat Jun 20 17:48:11 2020 -0400
5 files changed, 41 insertions(+), 16 deletions(-)
[8.10.2 d08e3e4] simplified font zooming
Date: Mon Jun 15 16:09:35 2020 -0400
26 files changed, 253 insertions(+), 489 deletions(-)
[8.10.2 4090b7f] fix(plugins/plugin-patternfly-themes): update theme alignment to patternfly v4
Date: Mon Jun 22 09:51:59 2020 -0400
2 files changed, 129 insertions(+), 79 deletions(-)
[8.10.2 7ea845a] fix(plugins/plugin-client-common): component misparses certain markdown source
Date: Mon Jun 22 12:39:59 2020 -0400
1 file changed, 13 insertions(+), 7 deletions(-)
[8.10.2 833a75c] feat(plugins/plugin-client-common): add support for Tags in StatusStripe
Date: Mon Jun 22 13:27:56 2020 -0400
9 files changed, 220 insertions(+), 28 deletions(-)
[8.10.2 ef426d6] fix(plugins/plugin-proxy-support): improved display of ProxyOffline state
Date: Mon Jun 22 14:25:23 2020 -0400
2 files changed, 13 insertions(+), 11 deletions(-)
[8.10.2 1526379] feat: add alert command to display Alert component in Terminal
Author: Mengting Yan [email protected]
Date: Mon Jun 22 14:56:53 2020 -0400
12 files changed, 225 insertions(+), 3 deletions(-)
[8.10.2 4dd9716] fix(plugins/plugin-client-common): spurious warning in the console re: Tag
Date: Mon Jun 22 19:03:56 2020 -0400
2 files changed, 4 insertions(+), 1 deletion(-)
[8.10.2 d079461] fix(plugins/plugin-kubectl): singleton breadcrumbs in kubectl help should not be clickable
Date: Mon Jun 22 20:07:59 2020 -0400
1 file changed, 1 insertion(+), 1 deletion(-)
[8.10.2 8e509dc] fix(plugins/plugin-client-common): carbon breadcrumbs may not have proper hover effect
Date: Mon Jun 22 20:08:37 2020 -0400
1 file changed, 4 insertions(+)
[8.10.2 7fc2340] fix(plugins/plugin-kubectl): changing ns via oc does not update ns widget, in browser clients
Date: Tue Jun 23 10:19:51 2020 -0400
3 files changed, 35 insertions(+), 6 deletions(-)
[8.10.2 e2cc8b6] fix(plugins/plugin-kubectl): oc logs does not work
Date: Tue Jun 23 11:20:00 2020 -0400
10 files changed, 538 insertions(+), 489 deletions(-)
[8.10.2 97a46e3] fix(plugins/plugin-client-common): UpdateNotification widget has invisible background color
Date: Tue Jun 23 14:48:06 2020 -0400
1 file changed, 1 insertion(+), 1 deletion(-)
[8.10.2 030dc3f] fix(plugins/plugin-client-common): poor alignment of sidecar toolbar elements
Date: Tue Jun 23 14:57:34 2020 -0400
2 files changed, 2 insertions(+), 2 deletions(-)
[8.10.2 33c9a19] feat: add a command to return the Card Component in Terminal
Author: Mengting Yan [email protected]
Date: Tue Jun 23 11:50:31 2020 -0400
12 files changed, 216 insertions(+), 12 deletions(-)
[8.10.2 48b4b1f] chore: bump dependences
Date: Tue Jun 23 17:55:11 2020 -0400
18 files changed, 1014 insertions(+), 1503 deletions(-)
[8.10.2 f95e0dd] chore(plugins/plugin-bash-like): bump xtermjs dependence to 4.7.0
Date: Wed Jun 24 07:49:03 2020 -0400
3 files changed, 19 insertions(+), 19 deletions(-)
[8.10.2 75f7849] fix(plugins/plugin-client-common): Screenshot modal never goes away
Date: Wed Jun 24 09:04:11 2020 -0400
1 file changed, 1 insertion(+), 1 deletion(-)
[8.10.2 832fabc] fix(plugins/plugin-client-common): improve Terminal screenshots by adding padding
Date: Wed Jun 24 09:11:15 2020 -0400
2 files changed, 21 insertions(+), 2 deletions(-)
[8.10.2 4b2d9fa] fix(packages/webpack): allow imports of markdown and image assets
Date: Wed Jun 24 12:30:40 2020 -0400
3 files changed, 44 insertions(+), 9 deletions(-)