From 1d52ea0623b2907349947a568bd70cbda5cb3bd1 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Wed, 3 Feb 2021 19:06:01 -0500 Subject: [PATCH] v10.1.1 --- CHANGELOG.md | 1585 +++++++++++++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 67 + packages/builder/package.json | 2 +- packages/core/CHANGELOG.md | 365 ++++ packages/core/package.json | 2 +- packages/proxy/CHANGELOG.md | 16 + packages/proxy/package.json | 2 +- packages/react/CHANGELOG.md | 18 + packages/react/package.json | 2 +- packages/test/CHANGELOG.md | 142 ++ packages/test/package.json | 2 +- packages/webpack/CHANGELOG.md | 51 + packages/webpack/package.json | 2 +- plugins/plugin-bash-like/CHANGELOG.md | 163 ++ plugins/plugin-bash-like/package.json | 2 +- plugins/plugin-carbon-themes/CHANGELOG.md | 81 + plugins/plugin-carbon-themes/package.json | 2 +- plugins/plugin-client-alternate/CHANGELOG.md | 23 + plugins/plugin-client-alternate/package.json | 2 +- plugins/plugin-client-common/CHANGELOG.md | 840 +++++++++ plugins/plugin-client-common/package.json | 2 +- plugins/plugin-client-default/CHANGELOG.md | 96 + plugins/plugin-client-default/package.json | 2 +- plugins/plugin-client-notebook/CHANGELOG.md | 24 + plugins/plugin-client-notebook/package.json | 2 +- plugins/plugin-client-test/CHANGELOG.md | 45 + plugins/plugin-client-test/package.json | 2 +- plugins/plugin-core-support/CHANGELOG.md | 182 ++ plugins/plugin-core-support/package.json | 2 +- plugins/plugin-core-themes/CHANGELOG.md | 42 + plugins/plugin-core-themes/package.json | 2 +- .../plugin-electron-components/CHANGELOG.md | 20 + .../plugin-electron-components/package.json | 2 +- plugins/plugin-git/CHANGELOG.md | 28 + plugins/plugin-git/package.json | 2 +- plugins/plugin-iter8/CHANGELOG.md | 19 + plugins/plugin-iter8/package.json | 2 +- .../plugin-kubectl-flow-views/CHANGELOG.md | 12 + .../plugin-kubectl-flow-views/package.json | 2 +- plugins/plugin-kubectl/CHANGELOG.md | 361 ++++ plugins/plugin-kubectl/package.json | 2 +- .../plugin-patternfly4-themes/CHANGELOG.md | 58 + .../plugin-patternfly4-themes/package.json | 2 +- plugins/plugin-proxy-support/CHANGELOG.md | 29 + plugins/plugin-proxy-support/package.json | 2 +- plugins/plugin-wskflow/CHANGELOG.md | 15 + plugins/plugin-wskflow/package.json | 2 +- 48 files changed, 4306 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8417ef00ca..4d3c2ded705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,1591 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **packages/builder:** fixes for building kui on windows ([7b636cc](https://github.com/IBM/kui/commit/7b636cc)), closes [#4920](https://github.com/IBM/kui/issues/4920) +- **packages/core:** improved support for ls versus backslash on windows ([83ddba2](https://github.com/IBM/kui/commit/83ddba2)), closes [#6353](https://github.com/IBM/kui/issues/6353) +- **packages/webpack:** webpack.config.js blindly ignores certain directories ([e44ae46](https://github.com/IBM/kui/commit/e44ae46)), closes [#6626](https://github.com/IBM/kui/issues/6626) +- **plugins/plugin-bash-like:** further improve error handling in proxy ([3bc78a7](https://github.com/IBM/kui/commit/3bc78a7)), closes [#6608](https://github.com/IBM/kui/issues/6608) +- **plugins/plugin-bash-like:** improve efficiency of fetching file data ([38c41ea](https://github.com/IBM/kui/commit/38c41ea)), closes [#6659](https://github.com/IBM/kui/issues/6659) +- **plugins/plugin-bash-like:** improve error handling of proxy ([9d4441c](https://github.com/IBM/kui/commit/9d4441c)), closes [#6608](https://github.com/IBM/kui/issues/6608) +- **plugins/plugin-bash-like:** leftover debugging in pty/server "done with stdiochannel" ([3ff62af](https://github.com/IBM/kui/commit/3ff62af)), closes [#6651](https://github.com/IBM/kui/issues/6651) +- **plugins/plugin-bash-like:** reloading browser when streaming events may cause websocket channel to crash ([035c320](https://github.com/IBM/kui/commit/035c320)), closes [#6608](https://github.com/IBM/kui/issues/6608) +- **plugins/plugin-bash-like:** some improvements to interactive xterm performance ([ed6ff18](https://github.com/IBM/kui/commit/ed6ff18)), closes [#6905](https://github.com/IBM/kui/issues/6905) +- **plugins/plugin-client-common:** a few more small tweaks to welcome notebook ([27773cb](https://github.com/IBM/kui/commit/27773cb)), closes [#6829](https://github.com/IBM/kui/issues/6829) +- **plugins/plugin-client-common:** Events in tables-as-grid wrap when not needed ([fd46054](https://github.com/IBM/kui/commit/fd46054)), closes [#6600](https://github.com/IBM/kui/issues/6600) +- **plugins/plugin-client-common:** events table doesn't handle long messages and narrow viewports ([ea90a34](https://github.com/IBM/kui/commit/ea90a34)), closes [#6831](https://github.com/IBM/kui/issues/6831) +- **plugins/plugin-client-common:** improve platform compatibility of Home and End keys ([da7393f](https://github.com/IBM/kui/commit/da7393f)), closes [#3267](https://github.com/IBM/kui/issues/3267) +- **plugins/plugin-client-common:** Improve rendering of Source Reference UI ([278b28f](https://github.com/IBM/kui/commit/278b28f)), closes [#6582](https://github.com/IBM/kui/issues/6582) +- **plugins/plugin-client-common:** Markdown handling of consecutive img tags only shows first ([1578e58](https://github.com/IBM/kui/commit/1578e58)), closes [#6602](https://github.com/IBM/kui/issues/6602) +- **plugins/plugin-client-common:** Markdown lists may lack bullets/numbers ([5a00ae0](https://github.com/IBM/kui/commit/5a00ae0)), closes [#6947](https://github.com/IBM/kui/issues/6947) +- **plugins/plugin-client-common:** Markdown renderer does not handle image height attribute ([4d49eb9](https://github.com/IBM/kui/commit/4d49eb9)), closes [#6613](https://github.com/IBM/kui/issues/6613) +- **plugins/plugin-client-common:** Markdown: validateDomNesting console error ([97b2c17](https://github.com/IBM/kui/commit/97b2c17)), closes [#6577](https://github.com/IBM/kui/issues/6577) +- **plugins/plugin-client-common:** new tabs don't receive focus for 2 seconds ([1705870](https://github.com/IBM/kui/commit/1705870)), closes [#6668](https://github.com/IBM/kui/issues/6668) +- **plugins/plugin-client-common:** onclick handlers for ls should respond only to clicking on text ([8477386](https://github.com/IBM/kui/commit/8477386)), closes [#6567](https://github.com/IBM/kui/issues/6567) +- **plugins/plugin-client-common:** PatternFly NavResponse does not unexpand ([d1f9dc9](https://github.com/IBM/kui/commit/d1f9dc9)), closes [#6669](https://github.com/IBM/kui/issues/6669) +- **plugins/plugin-client-common:** Rendering of markdown incorrectly inherits white-space:nowrap from repl ([d66b8b2](https://github.com/IBM/kui/commit/d66b8b2)), closes [#6575](https://github.com/IBM/kui/issues/6575) +- **plugins/plugin-client-common:** repl context will overflow when scrollback has over 100 inputs ([9c84721](https://github.com/IBM/kui/commit/9c84721)), closes [#6646](https://github.com/IBM/kui/issues/6646) +- **plugins/plugin-client-common:** tab completion can be flakey ([145d1a5](https://github.com/IBM/kui/commit/145d1a5)), closes [#6649](https://github.com/IBM/kui/issues/6649) +- **plugins/plugin-client-common:** table clicks fail when the maximum number of splits is reached ([16dfc8b](https://github.com/IBM/kui/commit/16dfc8b)), closes [#6938](https://github.com/IBM/kui/issues/6938) +- Markdown misparses certain links ([a9a3ec8](https://github.com/IBM/kui/commit/a9a3ec8)), closes [#6944](https://github.com/IBM/kui/issues/6944) +- **packages/test:** test selector for ACTIVATION_TITLE expects it to be clickable ([8c8d76e](https://github.com/IBM/kui/commit/8c8d76e)), closes [#6887](https://github.com/IBM/kui/issues/6887) +- **plugins/plugin-bash-like:** ls command fails with backslashes on windows ([8b8c2c1](https://github.com/IBM/kui/commit/8b8c2c1)), closes [#6353](https://github.com/IBM/kui/issues/6353) +- **plugins/plugin-client-common:** Increase entryDelay for table tooltips ([4e3739a](https://github.com/IBM/kui/commit/4e3739a)), closes [#6870](https://github.com/IBM/kui/issues/6870) +- **plugins/plugin-client-common:** kubectl unified tables have a NAME column (all caps) ([419f35d](https://github.com/IBM/kui/commit/419f35d)), closes [#6820](https://github.com/IBM/kui/issues/6820) +- **plugins/plugin-client-common:** live tables may never show "Last Updated" footer message ([477fa04](https://github.com/IBM/kui/commit/477fa04)), closes [#6845](https://github.com/IBM/kui/issues/6845) +- **plugins/plugin-client-common:** Markdown links should have a tooltip ([df223cd](https://github.com/IBM/kui/commit/df223cd)), closes [#6939](https://github.com/IBM/kui/issues/6939) +- **plugins/plugin-client-common:** Markdown renderer does not handle img tags with http src ([fe12530](https://github.com/IBM/kui/commit/fe12530)), closes [#6818](https://github.com/IBM/kui/issues/6818) +- **plugins/plugin-client-common:** Markdown rendering of images does not support percentage width or height ([6e75c40](https://github.com/IBM/kui/commit/6e75c40)), closes [#6822](https://github.com/IBM/kui/issues/6822) +- **plugins/plugin-client-common:** on windows, table breadcrumb has vertical scrollbars ([b2fda10](https://github.com/IBM/kui/commit/b2fda10)), closes [#6878](https://github.com/IBM/kui/issues/6878) +- **plugins/plugin-client-common:** redirectToPlainSplitIfNeeded may favor smaller terminals ([58f9ab0](https://github.com/IBM/kui/commit/58f9ab0)), closes [#6930](https://github.com/IBM/kui/issues/6930) +- **plugins/plugin-client-common:** Sidecar sticks to a short height when switching from Yaml -> Summary -> Yaml tab ([79e7df3](https://github.com/IBM/kui/commit/79e7df3)), closes [#6913](https://github.com/IBM/kui/issues/6913) +- **plugins/plugin-client-common:** sidecar top tabs may not have the proper sidecar header color ([dee76ed](https://github.com/IBM/kui/commit/dee76ed)), closes [#6841](https://github.com/IBM/kui/issues/6841) +- **plugins/plugin-client-common:** sometimes both the block action buttons and the timestamp are visible at the same time ([a3ece2b](https://github.com/IBM/kui/commit/a3ece2b)), closes [#5936](https://github.com/IBM/kui/issues/5936) +- **plugins/plugin-client-common:** spinner is off-center by 1px ([e8cea91](https://github.com/IBM/kui/commit/e8cea91)), closes [#6885](https://github.com/IBM/kui/issues/6885) +- **plugins/plugin-client-common:** Table header seems to float in front of dropdowns ([8a2b54b](https://github.com/IBM/kui/commit/8a2b54b)), closes [#6880](https://github.com/IBM/kui/issues/6880) +- **plugins/plugin-client-common:** The pause watching icon should be grey ([a0de73a](https://github.com/IBM/kui/commit/a0de73a)), closes [#6931](https://github.com/IBM/kui/issues/6931) +- **plugins/plugin-client-common:** tweak sidecar button spacing a bit ([9bdf8a6](https://github.com/IBM/kui/commit/9bdf8a6)), closes [#6873](https://github.com/IBM/kui/issues/6873) +- **plugins/plugin-client-common:** when there're 3 splits, clicking table cells in the first split fail ([83efa2b](https://github.com/IBM/kui/commit/83efa2b)), closes [#6937](https://github.com/IBM/kui/issues/6937) +- **plugins/plugin-client-common:** when there're 3 splits, clicking table in the first split will create the 4th split ([b894b27](https://github.com/IBM/kui/commit/b894b27)), closes [#6932](https://github.com/IBM/kui/issues/6932) +- **Plugins/plugin-client-common:** replayed notebooks don't always open scrolled to top ([6d71638](https://github.com/IBM/kui/commit/6d71638)), closes [#6824](https://github.com/IBM/kui/issues/6824) +- **plugins/plugin-iter8:** remove use of patternfly's Touchspin ([c8f9351](https://github.com/IBM/kui/commit/c8f9351)), closes [#6875](https://github.com/IBM/kui/issues/6875) +- **plugins/plugin-kubectl:** fetchFileString aggressively calls toString on all objects ([01c1964](https://github.com/IBM/kui/commit/01c1964)), closes [#6941](https://github.com/IBM/kui/issues/6941) +- UpdateChecker does not render tables, lists, or relative image refs properly ([3e6ba75](https://github.com/IBM/kui/commit/3e6ba75)), closes [#6918](https://github.com/IBM/kui/issues/6918) +- **plugins/plugin-kubectl:** kubernetes test input pod.yaml has a container named "name" ([6ac5210](https://github.com/IBM/kui/commit/6ac5210)), closes [#6907](https://github.com/IBM/kui/issues/6907) +- **plugins/plugin-kubectl:** make sure to pick the last specified label selector ([7d44bcb](https://github.com/IBM/kui/commit/7d44bcb)), closes [#6840](https://github.com/IBM/kui/issues/6840) +- **plugins/plugin-kubectl:** Remove unused css from plugin-kubectl ([4d65051](https://github.com/IBM/kui/commit/4d65051)), closes [#6902](https://github.com/IBM/kui/issues/6902) +- change new split keyboard shortcut from cltrOrMeta+U -> +Y ([9cac19d](https://github.com/IBM/kui/commit/9cac19d)), closes [#6876](https://github.com/IBM/kui/issues/6876) +- **plugins/plugin-kubectl:** multikind table isn't unified correctly when some rows are offline ([dd02cde](https://github.com/IBM/kui/commit/dd02cde)), closes [#6865](https://github.com/IBM/kui/issues/6865) +- In PatternFly4 Light and Garbon Gray90 themes, new tab/new split buttons lack hover effect ([8fa95fc](https://github.com/IBM/kui/commit/8fa95fc)), closes [#6804](https://github.com/IBM/kui/issues/6804) +- the x in the offline badge is sometimes low contrast, especially in dark themes ([c60157c](https://github.com/IBM/kui/commit/c60157c)), closes [#6784](https://github.com/IBM/kui/issues/6784) +- **plugins/plugin-kubectl:** k api-resources | grep events has odd error message ([338ae2f](https://github.com/IBM/kui/commit/338ae2f)), closes [#6838](https://github.com/IBM/kui/issues/6838) +- **plugins/plugin-kubectl:** replace Sidecar Events Mode with a toolbar button to show events table in REPL ([ccc47d0](https://github.com/IBM/kui/commit/ccc47d0)), closes [#6847](https://github.com/IBM/kui/issues/6847) +- Screenshot alert is not visible in narrower windows ([d94da68](https://github.com/IBM/kui/commit/d94da68)), closes [#6843](https://github.com/IBM/kui/issues/6843) +- **packages/builder:** remove jq dependence from electron builder ([0300577](https://github.com/IBM/kui/commit/0300577)), closes [#6725](https://github.com/IBM/kui/issues/6725) +- **plugins/plugin-bash-like:** browser clients do not correctly signal that a kui proxy connection has been severed ([6bb6545](https://github.com/IBM/kui/commit/6bb6545)), closes [#6692](https://github.com/IBM/kui/issues/6692) +- **plugins/plugin-bash-like:** pty/client has remnants of global sidecar ([3ae2681](https://github.com/IBM/kui/commit/3ae2681)), closes [#6694](https://github.com/IBM/kui/issues/6694) +- **plugins/plugin-client-common:** `kubectl get -f` does not render well when in a minisplit ([d9f6548](https://github.com/IBM/kui/commit/d9f6548)), closes [#6750](https://github.com/IBM/kui/issues/6750) +- **plugins/plugin-client-common:** age field in event footer is underlined ([c733449](https://github.com/IBM/kui/commit/c733449)), closes [#6739](https://github.com/IBM/kui/issues/6739) +- **plugins/plugin-client-common:** block action buttons and timestamp may both be visible ([6e63cb7](https://github.com/IBM/kui/commit/6e63cb7)), closes [#5936](https://github.com/IBM/kui/issues/5936) +- **plugins/plugin-client-common:** Block borders aren't quite right ([7050a02](https://github.com/IBM/kui/commit/7050a02)), closes [#6808](https://github.com/IBM/kui/issues/6808) +- **plugins/plugin-client-common:** Dropdown hover effect in PatternFly4 Dark has no contrast ([35eefb4](https://github.com/IBM/kui/commit/35eefb4)), closes [#6744](https://github.com/IBM/kui/issues/6744) +- **plugins/plugin-client-common:** Experimental badge has low contrast in PatternFly4 Light theme ([7c0bfff](https://github.com/IBM/kui/commit/7c0bfff)), closes [#6715](https://github.com/IBM/kui/issues/6715) +- **plugins/plugin-client-common:** Grids in minisplits have horizontal overflow ([d2483fd](https://github.com/IBM/kui/commit/d2483fd)), closes [#6781](https://github.com/IBM/kui/issues/6781) +- **plugins/plugin-client-common:** isWidthConstrained is always true for nSplits > 1 ([7d832f2](https://github.com/IBM/kui/commit/7d832f2)), closes [#6782](https://github.com/IBM/kui/issues/6782) +- **plugins/plugin-client-common:** Leftover console logs in ScrollableTerminal ([4f4af0d](https://github.com/IBM/kui/commit/4f4af0d)), closes [#6755](https://github.com/IBM/kui/issues/6755) +- **plugins/plugin-client-common:** markdown spacing regressions with h3 and h4 ([d674931](https://github.com/IBM/kui/commit/d674931)), closes [#6736](https://github.com/IBM/kui/issues/6736) +- **plugins/plugin-client-common:** popover has odd spacing and overflow ([12d2508](https://github.com/IBM/kui/commit/12d2508)), closes [#6809](https://github.com/IBM/kui/issues/6809) +- **plugins/plugin-client-common:** pty output in the first block does not render ([9ec3996](https://github.com/IBM/kui/commit/9ec3996)), closes [#6758](https://github.com/IBM/kui/issues/6758) +- **plugins/plugin-client-common:** React warnings in console due to new Modal spi ([57f0cf6](https://github.com/IBM/kui/commit/57f0cf6)), closes [#6696](https://github.com/IBM/kui/issues/6696) +- **plugins/plugin-client-common:** remove block border and refine input border for minisplits ([7b5ce5b](https://github.com/IBM/kui/commit/7b5ce5b)), closes [#6801](https://github.com/IBM/kui/issues/6801) +- **plugins/plugin-client-common:** Remove superfluous padding around source ref items ([b821a2b](https://github.com/IBM/kui/commit/b821a2b)), closes [#6731](https://github.com/IBM/kui/issues/6731) +- **plugins/plugin-client-common:** some grid cells display with no background color ([3d4a41d](https://github.com/IBM/kui/commit/3d4a41d)), closes [#6794](https://github.com/IBM/kui/issues/6794) +- **plugins/plugin-client-common:** status stripe "dropdown" menus can have poor color contrast ([fda4ee6](https://github.com/IBM/kui/commit/fda4ee6)), closes [#6706](https://github.com/IBM/kui/issues/6706) +- **plugins/plugin-client-common:** tab completion does not render well in minisplits ([8eb0fbc](https://github.com/IBM/kui/commit/8eb0fbc)), closes [#6752](https://github.com/IBM/kui/issues/6752) +- **plugins/plugin-client-common:** tab-completion font-family regression ([13b3d49](https://github.com/IBM/kui/commit/13b3d49)), closes [#6751](https://github.com/IBM/kui/issues/6751) +- **plugins/plugin-client-common:** table and nav content are not left-aligned with breadcrumb ([a8b8015](https://github.com/IBM/kui/commit/a8b8015)), closes [#6741](https://github.com/IBM/kui/issues/6741) +- **plugins/plugin-client-common:** Table header background color can be incorrect ([3249d89](https://github.com/IBM/kui/commit/3249d89)), closes [#6810](https://github.com/IBM/kui/issues/6810) +- **plugins/plugin-client-common:** Table onclick handlers applied to every cell ([d5a9c3a](https://github.com/IBM/kui/commit/d5a9c3a)), closes [#6792](https://github.com/IBM/kui/issues/6792) +- **plugins/plugin-client-common:** tables with inferred headers never allow for grid presentation ([a384783](https://github.com/IBM/kui/commit/a384783)), closes [#6763](https://github.com/IBM/kui/issues/6763) +- **plugins/plugin-client-common:** width-constrained NavResponse UI should spend more space on content ([309c6ff](https://github.com/IBM/kui/commit/309c6ff)), closes [#6742](https://github.com/IBM/kui/issues/6742) +- **plugins/plugin-client-common:** With full-width blocks, PatternFly Tables have odd column spacing ([4062489](https://github.com/IBM/kui/commit/4062489)), closes [#6766](https://github.com/IBM/kui/issues/6766) +- **plugins/plugin-client-test:** Add missing SpaceFiller to plugin-client-test ([a0f77ee](https://github.com/IBM/kui/commit/a0f77ee)), closes [#6687](https://github.com/IBM/kui/issues/6687) +- **plugins/plugin-electron-components:** UpdateChecker should ignore prereleases ([29cba1d](https://github.com/IBM/kui/commit/29cba1d)), closes [#6655](https://github.com/IBM/kui/issues/6655) +- **plugins/plugin-kubectl:** `k get all` with direct/get doesn't fail back to the old impl of get ([bdc3446](https://github.com/IBM/kui/commit/bdc3446)), closes [#6643](https://github.com/IBM/kui/issues/6643) +- **plugins/plugin-kubectl:** `k get all` with direct/get doesn't fail back to the old impl of get ([a2c0c2b](https://github.com/IBM/kui/commit/a2c0c2b)), closes [#6643](https://github.com/IBM/kui/issues/6643) +- **plugins/plugin-kubectl:** direct operations fail if err.message is not JSON ([c5dc825](https://github.com/IBM/kui/commit/c5dc825)), closes [#6653](https://github.com/IBM/kui/issues/6653) +- **plugins/plugin-kubectl:** direct watcher improperly formats event url ([d9717ff](https://github.com/IBM/kui/commit/d9717ff)), closes [#6593](https://github.com/IBM/kui/issues/6593) +- **plugins/plugin-kubectl:** direct/watch may update rows in a wrong order ([c0e5e17](https://github.com/IBM/kui/commit/c0e5e17)), closes [#6642](https://github.com/IBM/kui/issues/6642) +- **plugins/plugin-kubectl:** event watcher doesn't render well in minisplit ([56176de](https://github.com/IBM/kui/commit/56176de)), closes [#6772](https://github.com/IBM/kui/issues/6772) +- **plugins/plugin-kubectl:** events watching returns an empty table with just a streaming events footer ([fbeae76](https://github.com/IBM/kui/commit/fbeae76)), closes [#2771](https://github.com/IBM/kui/issues/2771) +- **plugins/plugin-kubectl:** get without kind doesn't fail back to the old get impl ([e85af25](https://github.com/IBM/kui/commit/e85af25)), closes [#6719](https://github.com/IBM/kui/issues/6719) +- **plugins/plugin-kubectl:** kubectl direct streaming fails to register a stream.on('error') ([44a6038](https://github.com/IBM/kui/commit/44a6038)), closes [#6616](https://github.com/IBM/kui/issues/6616) +- **plugins/plugin-kubectl:** kubectl direct watcher does not properly filter events and resource updates ([be9e308](https://github.com/IBM/kui/commit/be9e308)), closes [#6599](https://github.com/IBM/kui/issues/6599) +- **plugins/plugin-kubectl:** kubectl get events -o wide shows incorrect Last Seen column ([b24990b](https://github.com/IBM/kui/commit/b24990b)), closes [#6796](https://github.com/IBM/kui/issues/6796) +- **plugins/plugin-kubectl:** kubectl sourceRef fetching is expensive ([f6539c5](https://github.com/IBM/kui/commit/f6539c5)), closes [#6662](https://github.com/IBM/kui/issues/6662) +- **plugins/plugin-kubectl:** kubectl watch commands without resource names won't show Added updates ([64442b3](https://github.com/IBM/kui/commit/64442b3)), closes [#6630](https://github.com/IBM/kui/issues/6630) +- **plugins/plugin-kubectl:** show SourceRef when creating heterogeneous resources ([adb21c5](https://github.com/IBM/kui/commit/adb21c5)), closes [#6640](https://github.com/IBM/kui/issues/6640) +- **plugins/plugin-patternfly4-themes:** improve Card background color in PF4 Dark theme ([1ca7f51](https://github.com/IBM/kui/commit/1ca7f51)), closes [#6780](https://github.com/IBM/kui/issues/6780) +- ctrl+L in the first block makes the prompt inactive ([232e5e1](https://github.com/IBM/kui/commit/232e5e1)), closes [#6597](https://github.com/IBM/kui/issues/6597) +- in minisplits, blocks that contain pty output may have excess whitespace ([d9299ae](https://github.com/IBM/kui/commit/d9299ae)), closes [#6759](https://github.com/IBM/kui/issues/6759) +- In narrower windows, there is too much content in the StatusStripe ([453bc86](https://github.com/IBM/kui/commit/453bc86)), closes [#6570](https://github.com/IBM/kui/issues/6570) +- in screenshot alert, the icon and title text are misaligned ([ff57573](https://github.com/IBM/kui/commit/ff57573)), closes [#6770](https://github.com/IBM/kui/issues/6770) +- kubectl direct streaming fails to register a stream.on('error') ([fd9fbf6](https://github.com/IBM/kui/commit/fd9fbf6)), closes [#6616](https://github.com/IBM/kui/issues/6616) +- kubectl direct/get does not specify that get tables have the `onclickIdempotent` property ([31361ec](https://github.com/IBM/kui/commit/31361ec)), closes [#6778](https://github.com/IBM/kui/issues/6778) +- **plugins/plugin-kubectl:** heterogeneous get unifies table incorrectly when some resources have label ([a5dab2e](https://github.com/IBM/kui/commit/a5dab2e)), closes [#6672](https://github.com/IBM/kui/issues/6672) [#6676](https://github.com/IBM/kui/issues/6676) +- **plugins/plugin-kubectl:** k logs has bad error message ([d1afe30](https://github.com/IBM/kui/commit/d1afe30)), closes [#6740](https://github.com/IBM/kui/issues/6740) +- **plugins/plugin-patternfly4-themes:** slightly darken terminal background color ([d666baa](https://github.com/IBM/kui/commit/d666baa)), closes [#6708](https://github.com/IBM/kui/issues/6708) +- kubectl get -f --watch doesn't watch ([e45e8ee](https://github.com/IBM/kui/commit/e45e8ee)), closes [#6588](https://github.com/IBM/kui/issues/6588) +- kubectl kustomize can have bogus output ([8bf8ebe](https://github.com/IBM/kui/commit/8bf8ebe)), closes [#6114](https://github.com/IBM/kui/issues/6114) +- kubectl Terminal tab test is flakey ([5e28860](https://github.com/IBM/kui/commit/5e28860)), closes [#6636](https://github.com/IBM/kui/issues/6636) +- ls clicks that do another ls should not open a split ([fc0873b](https://github.com/IBM/kui/commit/fc0873b)), closes [#6565](https://github.com/IBM/kui/issues/6565) +- README images render with odd spacing on github ([0351e9f](https://github.com/IBM/kui/commit/0351e9f)), closes [#6606](https://github.com/IBM/kui/issues/6606) +- **packages/builder:** electron builder uses the top-level package.json version instead of client version when building electron dists ([80ebfa5](https://github.com/IBM/kui/commit/80ebfa5)), closes [#6488](https://github.com/IBM/kui/issues/6488) +- **packages/core:** first-time users may not see Themes widget ([12f62a4](https://github.com/IBM/kui/commit/12f62a4)), closes [#6528](https://github.com/IBM/kui/issues/6528) +- **packages/core:** For some users, the Themes selector may not be shown ([b6c2a69](https://github.com/IBM/kui/commit/b6c2a69)), closes [#6519](https://github.com/IBM/kui/issues/6519) +- **packages/webpack:** webpack 5 has deprecated [hash](<[0a575f2](https://github.com/IBM/kui/commit/0a575f2)>), closes [#6447](https://github.com/IBM/kui/issues/6447) +- **plugins/plugin-bash-like:** For browser clients, Kui should share the websocket across Kui tabs ([03aed68](https://github.com/IBM/kui/commit/03aed68)), closes [#6453](https://github.com/IBM/kui/issues/6453) +- **plugins/plugin-bash-like:** wide shell output may not properly line wrap ([18ab6a1](https://github.com/IBM/kui/commit/18ab6a1)), closes [#6530](https://github.com/IBM/kui/issues/6530) +- **plugins/plugin-client-common:** Drilldown from table isn't always fully in view ([ba1222c](https://github.com/IBM/kui/commit/ba1222c)), closes [#6555](https://github.com/IBM/kui/issues/6555) +- **plugins/plugin-client-common:** first-time edits of commentary may cause editor to lose focus ([81b55e0](https://github.com/IBM/kui/commit/81b55e0)), closes [#6545](https://github.com/IBM/kui/issues/6545) +- **plugins/plugin-client-common:** in patternfly-based components, the CurrentContext widget has poor alignment ([c6f873c](https://github.com/IBM/kui/commit/c6f873c)), closes [#6494](https://github.com/IBM/kui/issues/6494) +- **plugins/plugin-client-common:** Markdown component does not properly handle local relative image paths ([deb7b47](https://github.com/IBM/kui/commit/deb7b47)), closes [#6547](https://github.com/IBM/kui/issues/6547) +- **plugins/plugin-client-common:** Markdown image does not properly handle align attribute ([5c382f8](https://github.com/IBM/kui/commit/5c382f8)), closes [#6551](https://github.com/IBM/kui/issues/6551) +- **plugins/plugin-client-common:** Markdown renderer does not properly render tables ([69d45a9](https://github.com/IBM/kui/commit/69d45a9)), closes [#6563](https://github.com/IBM/kui/issues/6563) [#4364](https://github.com/IBM/kui/issues/4364) +- **plugins/plugin-client-common:** minor Output alignment regression ([91442ad](https://github.com/IBM/kui/commit/91442ad)), closes [#6438](https://github.com/IBM/kui/issues/6438) +- **plugins/plugin-client-common:** monaco editor always consumes mouse wheel scrolling events ([bed75eb](https://github.com/IBM/kui/commit/bed75eb)), closes [#6480](https://github.com/IBM/kui/issues/6480) +- **plugins/plugin-client-common:** new PatternFly TopTabStripe impl changes colors when a NavResponse is displayed ([d2d6a53](https://github.com/IBM/kui/commit/d2d6a53)), closes [#6553](https://github.com/IBM/kui/issues/6553) +- **plugins/plugin-client-common:** new patternfly-based TopTabStripe behaves poorly with narrower windows ([fc97ab8](https://github.com/IBM/kui/commit/fc97ab8)), closes [#6549](https://github.com/IBM/kui/issues/6549) +- **plugins/plugin-client-common:** patternfly Tree component does not load patternfly base ([c38961b](https://github.com/IBM/kui/commit/c38961b)), closes [#6502](https://github.com/IBM/kui/issues/6502) +- **plugins/plugin-client-common:** PatternFly's CodeSnippet rendering issues ([48f30fa](https://github.com/IBM/kui/commit/48f30fa)), closes [#6542](https://github.com/IBM/kui/issues/6542) [#6544](https://github.com/IBM/kui/issues/6544) +- **plugins/plugin-client-common:** Rendering of markdown files could be improved ([23d6e75](https://github.com/IBM/kui/commit/23d6e75)), closes [#6557](https://github.com/IBM/kui/issues/6557) +- **plugins/plugin-client-common:** show table click result in a new split ([fd1b3a1](https://github.com/IBM/kui/commit/fd1b3a1)), closes [#6477](https://github.com/IBM/kui/issues/6477) +- **plugins/plugin-client-common:** sidecar maximization is a bit off when in a split ([f103379](https://github.com/IBM/kui/commit/f103379)), closes [#6531](https://github.com/IBM/kui/issues/6531) +- **plugins/plugin-client-common:** sometimes response is not scrolled into view properly ([a2fae6a](https://github.com/IBM/kui/commit/a2fae6a)), closes [#6479](https://github.com/IBM/kui/issues/6479) +- **plugins/plugin-git:** git branch command fails if the underlying git command decides to paginate ([45af52b](https://github.com/IBM/kui/commit/45af52b)), closes [#6535](https://github.com/IBM/kui/issues/6535) +- **plugins/plugin-kubectl:** get-direct does not support field-selectors ([85b849c](https://github.com/IBM/kui/commit/85b849c)), closes [#6473](https://github.com/IBM/kui/issues/6473) +- **plugins/plugin-kubectl:** kubectl delete poller may get stuck Green ([c1d7662](https://github.com/IBM/kui/commit/c1d7662)), closes [#6436](https://github.com/IBM/kui/issues/6436) +- **plugins/plugin-kubectl:** kubectl get-all-namespaces test is unreliable ([a0e44a3](https://github.com/IBM/kui/commit/a0e44a3)), closes [#6561](https://github.com/IBM/kui/issues/6561) +- use Dropdown component for RadioTable impl ([244b16a](https://github.com/IBM/kui/commit/244b16a)), closes [#6539](https://github.com/IBM/kui/issues/6539) +- **plugins/plugin-client-common:** table sorting may result in bad drilldown onclicks ([17d75c3](https://github.com/IBM/kui/commit/17d75c3)), closes [#6524](https://github.com/IBM/kui/issues/6524) +- **plugins/plugin-git:** kui's git branch command fails if the underlying git command decides to paginate ([47e1616](https://github.com/IBM/kui/commit/47e1616)), closes [#6535](https://github.com/IBM/kui/issues/6535) +- **plugins/plugin-kubectl:** kubectl direct status watcher can get stuck ([2346ce2](https://github.com/IBM/kui/commit/2346ce2)), closes [#6514](https://github.com/IBM/kui/issues/6514) +- **plugins/plugin-kubectl:** kubectl proxy manager may create a new proxy too often ([72d9d5d](https://github.com/IBM/kui/commit/72d9d5d)), closes [#6462](https://github.com/IBM/kui/issues/6462) +- **plugins/plugin-kubectl:** kubernetes namespace list does not update after namespace deletion ([c28c800](https://github.com/IBM/kui/commit/c28c800)), closes [#6521](https://github.com/IBM/kui/issues/6521) +- **plugins/plugin-kubectl:** Switching from kubectl logs tab to another tab causes uncaught exception ([d3f6770](https://github.com/IBM/kui/commit/d3f6770)), closes [#6585](https://github.com/IBM/kui/issues/6585) +- in patternfly-based themes, CurrentContext DropDown renders poorly ([f1a3faf](https://github.com/IBM/kui/commit/f1a3faf)), closes [#6496](https://github.com/IBM/kui/issues/6496) +- kubectl contexts table has odd CURRENT column ([f6d0a98](https://github.com/IBM/kui/commit/f6d0a98)), closes [#6523](https://github.com/IBM/kui/issues/6523) +- remove TreeResponse and PatternFly Tree Component ([e539a53](https://github.com/IBM/kui/commit/e539a53)), closes [#6581](https://github.com/IBM/kui/issues/6581) [#6328](https://github.com/IBM/kui/issues/6328) +- **plugins/plugin-client-common:** remove clicks from NotebookImpl ([45f0be5](https://github.com/IBM/kui/commit/45f0be5)), closes [#5856](https://github.com/IBM/kui/issues/5856) +- **plugins/plugin-core-themes:** Sidecar header and body may lack contrast ([b09391e](https://github.com/IBM/kui/commit/b09391e)), closes [#6306](https://github.com/IBM/kui/issues/6306) +- **plugins/plugin-iter8:** fix for typing errors in plugin-iter8 ([bf20b03](https://github.com/IBM/kui/commit/bf20b03)), closes [#6432](https://github.com/IBM/kui/issues/6432) +- **plugins/plugin-kubectl:** direct tables in splits are not hiding columns correctly ([5cc6cfc](https://github.com/IBM/kui/commit/5cc6cfc)), closes [#6484](https://github.com/IBM/kui/issues/6484) +- **plugins/plugin-kubectl:** heterogeneous apply tables lack a breadcrumb ([ee0bd2b](https://github.com/IBM/kui/commit/ee0bd2b)), closes [#6512](https://github.com/IBM/kui/issues/6512) +- **plugins/plugin-kubectl:** new kubectl direct logic does not properly handle ECONNREFUSED ([96eefdb](https://github.com/IBM/kui/commit/96eefdb)), closes [#6476](https://github.com/IBM/kui/issues/6476) +- **plugins/plugin-kubectl:** new kubectl event watching logic may drop events ([d46f591](https://github.com/IBM/kui/commit/d46f591)), closes [#6451](https://github.com/IBM/kui/issues/6451) +- **plugins/plugin-kubectl:** use PaginatedTable instead of RadioTable for `contexts` and `get namespaces` commands ([20f0737](https://github.com/IBM/kui/commit/20f0737)), closes [#6517](https://github.com/IBM/kui/issues/6517) +- **plugins/plugin-patternfly4-themes:** StatusStripe dropdowns have low contrast in PatternFly4 Dark theme ([c49729c](https://github.com/IBM/kui/commit/c49729c)), closes [#6717](https://github.com/IBM/kui/issues/6717) +- compilation failures due perhaps to typescript 4.1.3 upgrade?? ([d06824b](https://github.com/IBM/kui/commit/d06824b)), closes [#6432](https://github.com/IBM/kui/issues/6432) +- **plugins/plugin-client-common:** as sequence diagram nRows grows, rows shrink, but fonts do not ([eac0220](https://github.com/IBM/kui/commit/eac0220)), closes [#6420](https://github.com/IBM/kui/issues/6420) +- **plugins/plugin-client-common:** kubectl help sometimes does not line wrap properly ([b66928b](https://github.com/IBM/kui/commit/b66928b)), closes [#6425](https://github.com/IBM/kui/issues/6425) +- **plugins/plugin-kubectl:** plugin-kubectl's fetch-file, when using electron, does not have error handling ([b45a818](https://github.com/IBM/kui/commit/b45a818)), closes [#6426](https://github.com/IBM/kui/issues/6426) +- Clean up the way patternfly fonts are incorporated into themes ([2ba49e9](https://github.com/IBM/kui/commit/2ba49e9)), closes [#6375](https://github.com/IBM/kui/issues/6375) +- DIffEditor should render inline when in terminal split ([b86b127](https://github.com/IBM/kui/commit/b86b127)), closes [#6366](https://github.com/IBM/kui/issues/6366) +- drilldown from an undeployed application in tree will issue a kubectl get with 404 ([309a9a0](https://github.com/IBM/kui/commit/309a9a0)), closes [#6331](https://github.com/IBM/kui/issues/6331) +- Improve debuggability of s3 vfs mounting ([3989653](https://github.com/IBM/kui/commit/3989653)), closes [#6423](https://github.com/IBM/kui/issues/6423) +- in patternfly4 light theme, the status stripe hovers background color are not visible ([a0e79d5](https://github.com/IBM/kui/commit/a0e79d5)), closes [#6361](https://github.com/IBM/kui/issues/6361) +- kubectl watcher should auto-terminate, if given a bound up front ([1a94094](https://github.com/IBM/kui/commit/1a94094)), closes [#6417](https://github.com/IBM/kui/issues/6417) +- s3 job watcher sometimes fails due to startup issues ([96c7fea](https://github.com/IBM/kui/commit/96c7fea)), closes [#6411](https://github.com/IBM/kui/issues/6411) +- s3 job watcher sometimes fails due to startup issues ([8851d50](https://github.com/IBM/kui/commit/8851d50)), closes [#6411](https://github.com/IBM/kui/issues/6411) +- SequenceDiagram bar widths are pretty buggy ([6d1c458](https://github.com/IBM/kui/commit/6d1c458)), closes [#6408](https://github.com/IBM/kui/issues/6408) +- UpdateChecker popover can be too height ([8f87488](https://github.com/IBM/kui/commit/8f87488)), closes [#6413](https://github.com/IBM/kui/issues/6413) +- **plugins/plugin-bash-like:** ls on s3 vfs directory can fail ([b8dfb77](https://github.com/IBM/kui/commit/b8dfb77)), closes [#6316](https://github.com/IBM/kui/issues/6316) +- **plugins/plugin-client-common:** a few minor UI glitches in Block css ([a25c72c](https://github.com/IBM/kui/commit/a25c72c)), closes [#6335](https://github.com/IBM/kui/issues/6335) +- **plugins/plugin-client-common:** blocks with no input or output shouldn't have a background color ([42b5b01](https://github.com/IBM/kui/commit/42b5b01)), closes [#6367](https://github.com/IBM/kui/issues/6367) +- **plugins/plugin-client-common:** DiffEditor does not respond to resize events ([7f88934](https://github.com/IBM/kui/commit/7f88934)), closes [#6365](https://github.com/IBM/kui/issues/6365) +- **plugins/plugin-client-common:** DropdownWidget does not obey `title` property ([e534cbc](https://github.com/IBM/kui/commit/e534cbc)), closes [#6393](https://github.com/IBM/kui/issues/6393) +- **plugins/plugin-client-common:** in minisplits, no margin between active block and previous response ([e20c115](https://github.com/IBM/kui/commit/e20c115)), closes [#6333](https://github.com/IBM/kui/issues/6333) +- **plugins/plugin-client-common:** in PatternFly Light theme, status stripe hovers and borders are not visible ([8bfc9a1](https://github.com/IBM/kui/commit/8bfc9a1)), closes [#6324](https://github.com/IBM/kui/issues/6324) +- **plugins/plugin-client-common:** inverted color context in mini splits can have low contrast ([2541d74](https://github.com/IBM/kui/commit/2541d74)), closes [#6383](https://github.com/IBM/kui/issues/6383) +- **plugins/plugin-client-common:** LeftNav UIs can be too wide ([5dae64c](https://github.com/IBM/kui/commit/5dae64c)), closes [#6302](https://github.com/IBM/kui/issues/6302) +- **plugins/plugin-client-common:** patternfly popover close button has odd spacing ([e7c21fd](https://github.com/IBM/kui/commit/e7c21fd)), closes [#6345](https://github.com/IBM/kui/issues/6345) +- **plugins/plugin-client-common:** PatternFly themes are still using a carbon icon for Split ([4c05d28](https://github.com/IBM/kui/commit/4c05d28)), closes [#6322](https://github.com/IBM/kui/issues/6322) +- **plugins/plugin-client-common:** Popup mode client has a few status stripe rendering issues ([57bb8b2](https://github.com/IBM/kui/commit/57bb8b2)), closes [#6357](https://github.com/IBM/kui/issues/6357) +- **plugins/plugin-client-common:** processing block disappears in minisplits ([907a9d5](https://github.com/IBM/kui/commit/907a9d5)), closes [#6310](https://github.com/IBM/kui/issues/6310) +- **plugins/plugin-client-common:** red and green overlays in diff views are hard to see ([1843bff](https://github.com/IBM/kui/commit/1843bff)), closes [#6363](https://github.com/IBM/kui/issues/6363) +- **plugins/plugin-client-common:** Rendering glitches in carbon fonts for status stripe DropdownWidgets ([1ee18a6](https://github.com/IBM/kui/commit/1ee18a6)), closes [#6359](https://github.com/IBM/kui/issues/6359) +- **plugins/plugin-client-common:** TopTabStripe for Lightweight UI themes could be a bit lighter-weight ([8d0e144](https://github.com/IBM/kui/commit/8d0e144)), closes [#6398](https://github.com/IBM/kui/issues/6398) +- **plugins/plugin-core-support:** Simplify themes table ([ae46d5e](https://github.com/IBM/kui/commit/ae46d5e)), closes [#6341](https://github.com/IBM/kui/issues/6341) +- **plugins/plugin-kubectl:** helm test can fail due to helm release name exceeding 63 characters ([a9903ea](https://github.com/IBM/kui/commit/a9903ea)), closes [#6377](https://github.com/IBM/kui/issues/6377) +- **plugins/plugin-kubectl:** kubernetes CurrentContext widget may display as empty ([640263c](https://github.com/IBM/kui/commit/640263c)), closes [#6392](https://github.com/IBM/kui/issues/6392) +- tree should support leaf node drilling down ([006b881](https://github.com/IBM/kui/commit/006b881)), closes [#6293](https://github.com/IBM/kui/issues/6293) +- tweak the toolbar text and button label of `k get -f` tree ([ad476c5](https://github.com/IBM/kui/commit/ad476c5)), closes [#6303](https://github.com/IBM/kui/issues/6303) +- update kubectl/notebooks/deploy-applications for the Mode Toolbar change ([164244e](https://github.com/IBM/kui/commit/164244e)), closes [#6385](https://github.com/IBM/kui/issues/6385) +- **packages/core:** kubectl-kui popup can fail when setting allowRendererProcessReuse ([c74e787](https://github.com/IBM/kui/commit/c74e787)), closes [#6260](https://github.com/IBM/kui/issues/6260) +- **plugins/plugin-bash-like:** ls -l does not show stat data ([d82a32c](https://github.com/IBM/kui/commit/d82a32c)), closes [#6287](https://github.com/IBM/kui/issues/6287) +- **plugins/plugin-bash-like:** Size column in ls output has odd text alignment ([bf050e4](https://github.com/IBM/kui/commit/bf050e4)), closes [#6294](https://github.com/IBM/kui/issues/6294) +- **plugins/plugin-client-common:** `ls` in minisplit has tall rows ([00b5e41](https://github.com/IBM/kui/commit/00b5e41)), closes [#6289](https://github.com/IBM/kui/issues/6289) +- **plugins/plugin-client-common:** core themes should use fixed tab names ([3400431](https://github.com/IBM/kui/commit/3400431)), closes [#6208](https://github.com/IBM/kui/issues/6208) +- **plugins/plugin-client-common:** double whitespace may be removed from completed inputs ([fc0c0db](https://github.com/IBM/kui/commit/fc0c0db)), closes [#6279](https://github.com/IBM/kui/issues/6279) +- **plugins/plugin-client-common:** Experimental badge too tall for lightweight UI themes. ([57b1f51](https://github.com/IBM/kui/commit/57b1f51)), closes [#6284](https://github.com/IBM/kui/issues/6284) +- **plugins/plugin-client-common:** font size issues with lightweight ui in tree view ([575ced0](https://github.com/IBM/kui/commit/575ced0)), closes [#6228](https://github.com/IBM/kui/issues/6228) [#6229](https://github.com/IBM/kui/issues/6229) +- **plugins/plugin-client-common:** for lightweight ui themes, also show block duration in highlight color ([da3a3a7](https://github.com/IBM/kui/commit/da3a3a7)), closes [#6222](https://github.com/IBM/kui/issues/6222) +- **plugins/plugin-client-common:** in lightweight themes, hover on sequence diagram rows may result in errant border-top ([679498f](https://github.com/IBM/kui/commit/679498f)), closes [#6251](https://github.com/IBM/kui/issues/6251) +- **plugins/plugin-client-common:** in lightweight ui themes, markdown content has odd font spacing ([b114221](https://github.com/IBM/kui/commit/b114221)), closes [#6249](https://github.com/IBM/kui/issues/6249) +- **plugins/plugin-client-common:** inline sidecar should not have a min-width ([11a0cfb](https://github.com/IBM/kui/commit/11a0cfb)), closes [#6270](https://github.com/IBM/kui/issues/6270) +- **plugins/plugin-client-common:** input element is not distinct enough in lightweight ui themes with splits ([01b3e40](https://github.com/IBM/kui/commit/01b3e40)), closes [#6247](https://github.com/IBM/kui/issues/6247) +- **plugins/plugin-client-common:** ls ; ls has excessive vertical whitespace ([1b41c59](https://github.com/IBM/kui/commit/1b41c59)), closes [#6291](https://github.com/IBM/kui/issues/6291) +- **plugins/plugin-client-common:** pack table rows more densely in lightweight UI themes ([bcb3f23](https://github.com/IBM/kui/commit/bcb3f23)), closes [#6217](https://github.com/IBM/kui/issues/6217) +- **plugins/plugin-client-common:** Popup mode input stripe does not have reliable auto-focus behavior ([ac3935e](https://github.com/IBM/kui/commit/ac3935e)), closes [#6266](https://github.com/IBM/kui/issues/6266) +- **plugins/plugin-client-common:** prompt focus may not be restored when switching tabs ([5e81db9](https://github.com/IBM/kui/commit/5e81db9)), closes [#6239](https://github.com/IBM/kui/issues/6239) +- **plugins/plugin-client-common:** refine input UI for lightweight ui themes ([c479cdb](https://github.com/IBM/kui/commit/c479cdb)), closes [#6296](https://github.com/IBM/kui/issues/6296) +- **plugins/plugin-client-common:** sidecar toolbar text is not always vertically centered ([cbceee3](https://github.com/IBM/kui/commit/cbceee3)), closes [#6305](https://github.com/IBM/kui/issues/6305) +- **plugins/plugin-client-default:** Don't use OpenWhisk status stripe widget in popup mode ([6a35183](https://github.com/IBM/kui/commit/6a35183)), closes [#6268](https://github.com/IBM/kui/issues/6268) +- **plugins/plugin-ibmcloud:** ibmcloud cos bind fails to resolve endpoint aliases ([ef981ff](https://github.com/IBM/kui/commit/ef981ff)), closes [#6253](https://github.com/IBM/kui/issues/6253) +- **plugins/plugin-kubectl:** the Deploy Applications notebook has some typos ([817f9b7](https://github.com/IBM/kui/commit/817f9b7)), closes [#6256](https://github.com/IBM/kui/issues/6256) +- **plugins/plugin-kubectl:** unlabeled resources shouldn’t have badge for children's count ([4e1fea6](https://github.com/IBM/kui/commit/4e1fea6)), closes [#6243](https://github.com/IBM/kui/issues/6243) +- **plugins/plugin-kubectl-flow-views:** `tekton flow` command fails ([21600cc](https://github.com/IBM/kui/commit/21600cc)), closes [#6272](https://github.com/IBM/kui/issues/6272) +- **plugins/plugin-s3:** scale-out gzip not quite right ([81ffac0](https://github.com/IBM/kui/commit/81ffac0)), closes [#6298](https://github.com/IBM/kui/issues/6298) +- @patternfly/react-core breaks the indentation of TreeView ([f5c5253](https://github.com/IBM/kui/commit/f5c5253)), closes [#6224](https://github.com/IBM/kui/issues/6224) +- block timestamp in Light theme/lightweight ui has low contrast ([6ae08fd](https://github.com/IBM/kui/commit/6ae08fd)), closes [#6226](https://github.com/IBM/kui/issues/6226) +- keyboard history navigation does not work in Popup clients ([89197ba](https://github.com/IBM/kui/commit/89197ba)), closes [#6262](https://github.com/IBM/kui/issues/6262) +- port gunzip and gzip to use new job controller ([b5b8528](https://github.com/IBM/kui/commit/b5b8528)), closes [#6277](https://github.com/IBM/kui/issues/6277) +- **plugins/plugin-kubectl-flow-views:** `tekton flow` command does not support previewing a remote url ([214820f](https://github.com/IBM/kui/commit/214820f)), closes [#6274](https://github.com/IBM/kui/issues/6274) +- **plugins/plugin-s3:** ls against s3 vfs does not properly handle brace expansion ([037dac8](https://github.com/IBM/kui/commit/037dac8)), closes [#6258](https://github.com/IBM/kui/issues/6258) +- monaco diff view colors are not themed ([eed2527](https://github.com/IBM/kui/commit/eed2527)), closes [#6232](https://github.com/IBM/kui/issues/6232) +- PatternFly 2012.14 breaks the indentation of TreeView ([f052d71](https://github.com/IBM/kui/commit/f052d71)), closes [#6224](https://github.com/IBM/kui/issues/6224) +- Tree view badges can have low contrast ([9be1ae5](https://github.com/IBM/kui/commit/9be1ae5)), closes [#6245](https://github.com/IBM/kui/issues/6245) +- **packages/core:** will-navigate handler is too aggressive [#6085](https://github.com/IBM/kui/issues/6085) ([513a5f6](https://github.com/IBM/kui/commit/513a5f6)) +- **plugins/plugin-bash-like:** ls -l should show size column in splits ([e7b060f](https://github.com/IBM/kui/commit/e7b060f)), closes [#6193](https://github.com/IBM/kui/issues/6193) +- **plugins/plugin-bashlike:** when an XtermResponse is not an error, it has no `code` field ([bdd87ef](https://github.com/IBM/kui/commit/bdd87ef)), closes [#6177](https://github.com/IBM/kui/issues/6177) +- **plugins/plugin-client-common:** adjust TopTabStripe for lightweight ui themes ([00ee896](https://github.com/IBM/kui/commit/00ee896)), closes [#6204](https://github.com/IBM/kui/issues/6204) +- **plugins/plugin-client-common:** after Electron 10 update, ls output can render poorly ([1b7010b](https://github.com/IBM/kui/commit/1b7010b)), closes [#6147](https://github.com/IBM/kui/issues/6147) +- **plugins/plugin-client-common:** clicking the editor in carbon accordion will change the accordion label ([ce3fe02](https://github.com/IBM/kui/commit/ce3fe02)), closes [#6107](https://github.com/IBM/kui/issues/6107) +- **plugins/plugin-client-common:** core themes should use fixed tab names ([f93fe2b](https://github.com/IBM/kui/commit/f93fe2b)), closes [#6208](https://github.com/IBM/kui/issues/6208) +- **plugins/plugin-client-common:** editor doesn't grab focus for edit command ([9870267](https://github.com/IBM/kui/commit/9870267)), closes [#6090](https://github.com/IBM/kui/issues/6090) +- **plugins/plugin-client-common:** events in tree should stay scrolled to the bottom as events come in ([c5efedd](https://github.com/IBM/kui/commit/c5efedd)), closes [#6164](https://github.com/IBM/kui/issues/6164) +- **plugins/plugin-client-common:** externalize PatternFly TreeView component to SPI ([486a02e](https://github.com/IBM/kui/commit/486a02e)), closes [#6134](https://github.com/IBM/kui/issues/6134) +- **plugins/plugin-client-common:** height of TreeView events should match that of sidecar header ([bba1ccd](https://github.com/IBM/kui/commit/bba1ccd)), closes [#6174](https://github.com/IBM/kui/issues/6174) +- **plugins/plugin-client-common:** in carbon-based dark themes, the SourceRef expando text is not visible ([0b462f5](https://github.com/IBM/kui/commit/0b462f5)), closes [#6197](https://github.com/IBM/kui/issues/6197) +- **plugins/plugin-client-common:** in lightweight presentation mode, lighten up sidecar a bit ([c73c080](https://github.com/IBM/kui/commit/c73c080)), closes [#6202](https://github.com/IBM/kui/issues/6202) [#6201](https://github.com/IBM/kui/issues/6201) +- **plugins/plugin-client-common:** in some cases, Editor may present "you are in edit mode" for readOnly instantiations ([e3e7c16](https://github.com/IBM/kui/commit/e3e7c16)), closes [#6116](https://github.com/IBM/kui/issues/6116) +- **plugins/plugin-client-common:** lightweight ui has a few remaining "heavy" elements ([afef54a](https://github.com/IBM/kui/commit/afef54a)), closes [#6195](https://github.com/IBM/kui/issues/6195) +- **plugins/plugin-client-common:** lightweight ui: minisplits should not have the opacity filter ([96860f3](https://github.com/IBM/kui/commit/96860f3)), closes [#6198](https://github.com/IBM/kui/issues/6198) +- default chart colors should not use blue-red diverging spectrum ([918ab9c](https://github.com/IBM/kui/commit/918ab9c)), closes [#6191](https://github.com/IBM/kui/issues/6191) +- **plugins/plugin-client-common:** RadioTable has small font size ([19f758a](https://github.com/IBM/kui/commit/19f758a)), closes [#6102](https://github.com/IBM/kui/issues/6102) +- **plugins/plugin-client-common:** removing previous blocks will cause errant rendering to edit command result ([6594e8c](https://github.com/IBM/kui/commit/6594e8c)), closes [#6093](https://github.com/IBM/kui/issues/6093) +- **plugins/plugin-client-common:** sequence diagram does not display well with lightweight ui ([e746cc6](https://github.com/IBM/kui/commit/e746cc6)), closes [#6189](https://github.com/IBM/kui/issues/6189) +- **plugins/plugin-client-common:** SequenceDiagram can overflow 100% width ([d631fd9](https://github.com/IBM/kui/commit/d631fd9)), closes [#6159](https://github.com/IBM/kui/issues/6159) +- **plugins/plugin-client-common:** SequenceDiagram may emit spurious console errors ([c0ba218](https://github.com/IBM/kui/commit/c0ba218)), closes [#6166](https://github.com/IBM/kui/issues/6166) +- **plugins/plugin-client-common:** sidecar editor too-aggressively focuses ([8077cec](https://github.com/IBM/kui/commit/8077cec)), closes [#6104](https://github.com/IBM/kui/issues/6104) +- **plugins/plugin-client-common:** TabCompletion UI can fail ([cc3fb6d](https://github.com/IBM/kui/commit/cc3fb6d)), closes [#6130](https://github.com/IBM/kui/issues/6130) +- **plugins/plugin-client-common:** Tree Component tweaks ([2f21e22](https://github.com/IBM/kui/commit/2f21e22)), closes [#6158](https://github.com/IBM/kui/issues/6158) [#6157](https://github.com/IBM/kui/issues/6157) +- **plugins/plugin-client-common:** TreeView badges have poor contrast in patternfly themes ([8e0db86](https://github.com/IBM/kui/commit/8e0db86)), closes [#6149](https://github.com/IBM/kui/issues/6149) +- **plugins/plugin-client-common:** typo "soild" in Tree.scss ([1a64ccd](https://github.com/IBM/kui/commit/1a64ccd)), closes [#6172](https://github.com/IBM/kui/issues/6172) +- **plugins/plugin-client-common:** update spinner to avoid console error messages ([caea507](https://github.com/IBM/kui/commit/caea507)), closes [#6146](https://github.com/IBM/kui/issues/6146) +- **plugins/plugin-core-support:** Notebook vfs has leftover debugging printf ([b1417d3](https://github.com/IBM/kui/commit/b1417d3)), closes [#6119](https://github.com/IBM/kui/issues/6119) +- **plugins/plugin-iter8:** minor install command edit in notebook ([0691c4d](https://github.com/IBM/kui/commit/0691c4d)) +- **plugins/plugin-kubectl:** kui semi-ignores --dry-run for kubectl apply ([90c329f](https://github.com/IBM/kui/commit/90c329f)), closes [#6106](https://github.com/IBM/kui/issues/6106) +- **plugins/plugin-openwhisk:** OpenWhisk Trace tab does not work in offline notebooks ([de8ae02](https://github.com/IBM/kui/commit/de8ae02)), closes [#6121](https://github.com/IBM/kui/issues/6121) +- **plugins/plugin-s3:** CodeEngine s3 job provider can be optimized a bit ([5de4cb3](https://github.com/IBM/kui/commit/5de4cb3)), closes [#6169](https://github.com/IBM/kui/issues/6169) +- chart colors for patternfly themes aren't in a diverging series ([cc2e177](https://github.com/IBM/kui/commit/cc2e177)), closes [#6161](https://github.com/IBM/kui/issues/6161) +- events in tree are presented out of temporal order ([b3ba61e](https://github.com/IBM/kui/commit/b3ba61e)), closes [#6168](https://github.com/IBM/kui/issues/6168) +- **packages/builder:** cross-platform builds of electron clients may not package the correct node-pty binary ([5c3571d](https://github.com/IBM/kui/commit/5c3571d)), closes [#6091](https://github.com/IBM/kui/issues/6091) +- **packages/core:** intercept window.location for electron app ([ba448b4](https://github.com/IBM/kui/commit/ba448b4)), closes [#2881](https://github.com/IBM/kui/issues/2881) +- **packages/core:** will-navigate handler is too aggressive ([3f5dba7](https://github.com/IBM/kui/commit/3f5dba7)), closes [#6085](https://github.com/IBM/kui/issues/6085) +- **packages/webpack:** webpack builds may have fonts in the wrong place ([94ca684](https://github.com/IBM/kui/commit/94ca684)), closes [#6036](https://github.com/IBM/kui/issues/6036) +- **plugins/plugin-client-common:** "No events in the past hour" in sidecar has different bg color than other tabs ([ffba806](https://github.com/IBM/kui/commit/ffba806)), closes [#6075](https://github.com/IBM/kui/issues/6075) +- block focus regressions ([881fa17](https://github.com/IBM/kui/commit/881fa17)), closes [#6072](https://github.com/IBM/kui/issues/6072) +- don't show "Created a split" when clicking on the New Split button ([80192d5](https://github.com/IBM/kui/commit/80192d5)), closes [#6001](https://github.com/IBM/kui/issues/6001) +- **packages/core:** edit+save may save with bogus file name ([e379099](https://github.com/IBM/kui/commit/e379099)), closes [#6005](https://github.com/IBM/kui/issues/6005) [#6006](https://github.com/IBM/kui/issues/6006) +- **plugins-client-common:** bump carbon-components-react to 7.22 ([8b98791](https://github.com/IBM/kui/commit/8b98791)), closes [#6011](https://github.com/IBM/kui/issues/6011) +- **plugins/plugin-client-common:** a few more patternfly navigation styling issues ([5511c1f](https://github.com/IBM/kui/commit/5511c1f)), closes [#6049](https://github.com/IBM/kui/issues/6049) +- **plugins/plugin-client-common:** active pty output doesn't have repl-context ([6b0929e](https://github.com/IBM/kui/commit/6b0929e)), closes [#5960](https://github.com/IBM/kui/issues/5960) +- **plugins/plugin-client-common:** commentary editor can overflow with long lines ([3475287](https://github.com/IBM/kui/commit/3475287)), closes [#5981](https://github.com/IBM/kui/issues/5981) +- **plugins/plugin-client-common:** custom repl-prompt is misaligned with repl-output ([d12b203](https://github.com/IBM/kui/commit/d12b203)), closes [#6046](https://github.com/IBM/kui/issues/6046) +- **plugins/plugin-client-common:** enhance minisplit by updating the background color of scrollback and dark card ([fd15c5e](https://github.com/IBM/kui/commit/fd15c5e)), closes [#5989](https://github.com/IBM/kui/issues/5989) +- **plugins/plugin-client-common:** group the notebooks together in the ls -l table ([1a783f3](https://github.com/IBM/kui/commit/1a783f3)), closes [#5977](https://github.com/IBM/kui/issues/5977) +- **plugins/plugin-client-common:** hovering over error block turns red to blue ([3dbddae](https://github.com/IBM/kui/commit/3dbddae)), closes [#5979](https://github.com/IBM/kui/issues/5979) +- **plugins/plugin-client-common:** If a command is issued in a mini split, the next block (in the mini split) is not focused ([a35e5c2](https://github.com/IBM/kui/commit/a35e5c2)), closes [#6067](https://github.com/IBM/kui/issues/6067) +- **plugins/plugin-client-common:** in dark themes, the inter-split gutter is not visible ([288eeae](https://github.com/IBM/kui/commit/288eeae)), closes [#6022](https://github.com/IBM/kui/issues/6022) +- **plugins/plugin-client-common:** In some themes, grid inner text color can have low contrast. ([01f8698](https://github.com/IBM/kui/commit/01f8698)), closes [#6032](https://github.com/IBM/kui/issues/6032) +- **plugins/plugin-client-common:** PatternFly assumes a 16px body font size, whereas the rest of Kui assumes 14px ([fa65b57](https://github.com/IBM/kui/commit/fa65b57)), closes [#6041](https://github.com/IBM/kui/issues/6041) +- **plugins/plugin-client-common:** PatternFly LeftNav view has excessive padding ([959d059](https://github.com/IBM/kui/commit/959d059)), closes [#6038](https://github.com/IBM/kui/issues/6038) +- **plugins/plugin-client-common:** rendering of blockquotes in markdown is inconsistent ([edcc8d1](https://github.com/IBM/kui/commit/edcc8d1)), closes [#6043](https://github.com/IBM/kui/issues/6043) +- **plugins/plugin-client-common:** restore hiding of In[1] in minisplit ([8d5c93f](https://github.com/IBM/kui/commit/8d5c93f)), closes [#5985](https://github.com/IBM/kui/issues/5985) +- **plugins/plugin-client-common:** sidecar markdown code snippet has poor color ([765f166](https://github.com/IBM/kui/commit/765f166)), closes [#5995](https://github.com/IBM/kui/issues/5995) +- **plugins/plugin-client-common:** small regression in top tab stripe height ([0b07d35](https://github.com/IBM/kui/commit/0b07d35)), closes [#6211](https://github.com/IBM/kui/issues/6211) +- **plugins/plugin-client-common:** sorting widgets in table header are wrapping ([e3520dc](https://github.com/IBM/kui/commit/e3520dc)), closes [#5976](https://github.com/IBM/kui/issues/5976) +- **plugins/plugin-client-common:** the alert showing lost connection has incorrect height ([1758758](https://github.com/IBM/kui/commit/1758758)), closes [#5905](https://github.com/IBM/kui/issues/5905) +- **plugins/plugin-client-common:** update the commentary in settings notebook to store the texts as command ([bbb8f6d](https://github.com/IBM/kui/commit/bbb8f6d)), closes [#5992](https://github.com/IBM/kui/issues/5992) +- **plugins/plugin-client-default:** Don't show CWD status stripe widget in Popup mode ([52159d7](https://github.com/IBM/kui/commit/52159d7)), closes [#6018](https://github.com/IBM/kui/issues/6018) +- **plugins/plugin-client-default:** don't show UpdateChecker in popup mode ([67fd5a6](https://github.com/IBM/kui/commit/67fd5a6)), closes [#6016](https://github.com/IBM/kui/issues/6016) +- **plugins/plugin-core-themes:** In Light theme, inverted splits don't render well ([db6ae59](https://github.com/IBM/kui/commit/db6ae59)), closes [#6220](https://github.com/IBM/kui/issues/6220) +- **plugins/plugin-ibmcloud:** further refinements are needed for ibmcloud cos credentials validation ([881e757](https://github.com/IBM/kui/commit/881e757)), closes [#5962](https://github.com/IBM/kui/issues/5962) +- **plugins/plugin-ibmcloud:** ibmcloud cos initialization bug ([d327322](https://github.com/IBM/kui/commit/d327322)), closes [#5968](https://github.com/IBM/kui/issues/5968) +- **plugins/plugin-kubectl:** "logs dashC follow via table" test is unreliable after electron 10 update ([72c50ab](https://github.com/IBM/kui/commit/72c50ab)), closes [#6152](https://github.com/IBM/kui/issues/6152) +- **plugins/plugin-kubectl:** typos in Tree Toolbar text ([0d9a6be](https://github.com/IBM/kui/commit/0d9a6be)), closes [#6514](https://github.com/IBM/kui/issues/6514) +- **plugins/plugin-patternfly4-themes:** in patternfly light theme, minisplit block border is not visible ([7c5b0a9](https://github.com/IBM/kui/commit/7c5b0a9)), closes [#6065](https://github.com/IBM/kui/issues/6065) +- A few more themes tweaks are needed ([03be3eb](https://github.com/IBM/kui/commit/03be3eb)), closes [#6034](https://github.com/IBM/kui/issues/6034) +- Switching Carbon tabs can cause content to scroll off-viewport ([51a2aad](https://github.com/IBM/kui/commit/51a2aad)), closes [#6014](https://github.com/IBM/kui/issues/6014) +- UI glitches of Tree ([fc5af7a](https://github.com/IBM/kui/commit/fc5af7a)), closes [#6138](https://github.com/IBM/kui/issues/6138) +- **plugins/plugin-ibmcloud:** ibmcloud cos validate misbehaves in reexecuted notebooks ([8aadb37](https://github.com/IBM/kui/commit/8aadb37)), closes [#5974](https://github.com/IBM/kui/issues/5974) +- **plugins/plugin-kubectl:** isReplicaSet needs to be updated to handle "apps/v1" apiVersion ([6887a0d](https://github.com/IBM/kui/commit/6887a0d)), closes [#6003](https://github.com/IBM/kui/issues/6003) +- **plugins/plugin-kubectl:** kubectl Deployment summary does not handle `undefined` fields ([0f65c3c](https://github.com/IBM/kui/commit/0f65c3c)), closes [#6028](https://github.com/IBM/kui/issues/6028) +- **plugins/plugin-kubectl:** kubectl kustomize does not handle ~ home directory expansion ([f124b1d](https://github.com/IBM/kui/commit/f124b1d)), closes [#6115](https://github.com/IBM/kui/issues/6115) +- **Plugins/plugin-kubectl:** Logs tab may become stale when switching away/back ([fcfdaba](https://github.com/IBM/kui/commit/fcfdaba)), closes [#6024](https://github.com/IBM/kui/issues/6024) +- **plugins/plugin-patternfly4-themes:** patternfly light theme can have low contrast ([947dce0](https://github.com/IBM/kui/commit/947dce0)), closes [#6336](https://github.com/IBM/kui/issues/6336) +- **plugins/plugin-patternfly4-themes:** patternfly light's green color has low contrast ([602606d](https://github.com/IBM/kui/commit/602606d)), closes [#6339](https://github.com/IBM/kui/issues/6339) +- **plugins/plugin-patternfly4-themes:** sidecar header does not have proper contrast in patternfly themes ([a5ccbc2](https://github.com/IBM/kui/commit/a5ccbc2)), closes [#6030](https://github.com/IBM/kui/issues/6030) +- **Plugins/plugin-patternfly4-themes:** in patternfly themes, hovering over tree node has poor background color ([dae92df](https://github.com/IBM/kui/commit/dae92df)), closes [#6320](https://github.com/IBM/kui/issues/6320) +- **plugins/plugin-se:** CodeEngine.ts uses invalid option ([6ba634e](https://github.com/IBM/kui/commit/6ba634e)), closes [#6237](https://github.com/IBM/kui/issues/6237) +- **plugins/plugins-client-common:** Carbon Accordion spi should have more contrast ([c0de84d](https://github.com/IBM/kui/commit/c0de84d)), closes [#6111](https://github.com/IBM/kui/issues/6111) +- RadioTable should have option to not echo the onSelect command ([77d5050](https://github.com/IBM/kui/commit/77d5050)), closes [#5991](https://github.com/IBM/kui/issues/5991) +- refine tree label categoriazation of kubectl ([1973a43](https://github.com/IBM/kui/commit/1973a43)), closes [#6185](https://github.com/IBM/kui/issues/6185) +- Travis: some layers needlessly re-run switch-client ([fe25978](https://github.com/IBM/kui/commit/fe25978)), closes [#6466](https://github.com/IBM/kui/issues/6466) +- tweak the input background and border to enhance the readability of notebooks ([3928768](https://github.com/IBM/kui/commit/3928768)), closes [#5982](https://github.com/IBM/kui/issues/5982) +- **plugins/plugin-s3:** improve s3 parallelization notebook ([4160fe5](https://github.com/IBM/kui/commit/4160fe5)), closes [#5957](https://github.com/IBM/kui/issues/5957) +- preferReExecute is lost when re-saving a notebook ([87c6c6f](https://github.com/IBM/kui/commit/87c6c6f)), closes [#5954](https://github.com/IBM/kui/issues/5954) +- **packages/core:** Remove autoHideMenuBar:true for linux and windows ([6baedc4](https://github.com/IBM/kui/commit/6baedc4)), closes [#5888](https://github.com/IBM/kui/issues/5888) +- **plugins/plugin-bash-like:** ls on windows behaves poorly ([e92947e](https://github.com/IBM/kui/commit/e92947e)), closes [#5898](https://github.com/IBM/kui/issues/5898) +- **plugins/plugin-client-common:** "Drilled down to..." text is not aligned with the Input area ([fd139d2](https://github.com/IBM/kui/commit/fd139d2)), closes [#5854](https://github.com/IBM/kui/issues/5854) +- **plugins/plugin-client-common:** blockquotes in commentary don't render well ([9be35fa](https://github.com/IBM/kui/commit/9be35fa)), closes [#5931](https://github.com/IBM/kui/issues/5931) +- **plugins/plugin-client-common:** CodeSnippet component renders with zero contrast in dark themes ([10e40a9](https://github.com/IBM/kui/commit/10e40a9)), closes [#5886](https://github.com/IBM/kui/issues/5886) +- **plugins/plugin-client-common:** Commentary markdown does not support kuiexec ([4663389](https://github.com/IBM/kui/commit/4663389)), closes [#5911](https://github.com/IBM/kui/issues/5911) +- **plugins/plugin-client-common:** deleting and re-creating a split results double commands ([dde6eaa](https://github.com/IBM/kui/commit/dde6eaa)), closes [#5876](https://github.com/IBM/kui/issues/5876) +- **plugins/plugin-client-common:** disable Timeline option for Tables ([e88ebb3](https://github.com/IBM/kui/commit/e88ebb3)), closes [#5864](https://github.com/IBM/kui/issues/5864) +- **plugins/plugin-client-common:** do not show the command rerun and remove button for offline kui ([309162f](https://github.com/IBM/kui/commit/309162f)), closes [#5917](https://github.com/IBM/kui/issues/5917) +- **plugins/plugin-client-common:** double clicking on Commentary in minisplit often has the editor completely off screen ([c3504a0](https://github.com/IBM/kui/commit/c3504a0)), closes [#5897](https://github.com/IBM/kui/issues/5897) +- **plugins/plugin-client-common:** editing commentary gives a one-line monaco ([5f14268](https://github.com/IBM/kui/commit/5f14268)), closes [#5874](https://github.com/IBM/kui/issues/5874) +- **plugins/plugin-client-common:** empty pty response yields blank line ([711bd05](https://github.com/IBM/kui/commit/711bd05)), closes [#5928](https://github.com/IBM/kui/issues/5928) +- **plugins/plugin-client-common:** error blocks are not indented properly ([d137614](https://github.com/IBM/kui/commit/d137614)), closes [#5938](https://github.com/IBM/kui/issues/5938) +- **plugins/plugin-client-common:** isReplay bit on Blocks is not set for snapshots ([c6d1633](https://github.com/IBM/kui/commit/c6d1633)), closes [#5868](https://github.com/IBM/kui/issues/5868) +- **plugins/plugin-client-common:** linux can show unneeded scrollbars in tables ([4d49a23](https://github.com/IBM/kui/commit/4d49a23)), closes [#5884](https://github.com/IBM/kui/issues/5884) +- **plugins/plugin-client-common:** markdown code has incorrect color in a split with inverse color ([c8c10af](https://github.com/IBM/kui/commit/c8c10af)), closes [#5902](https://github.com/IBM/kui/issues/5902) +- **plugins/plugin-client-common:** markdown inline code in table cells shows with scrollbars on linux and windows ([1ff88b9](https://github.com/IBM/kui/commit/1ff88b9)), closes [#5890](https://github.com/IBM/kui/issues/5890) +- **plugins/plugin-client-common:** remove leftover debugging in Scalar/index ([82b8e50](https://github.com/IBM/kui/commit/82b8e50)), closes [#5945](https://github.com/IBM/kui/issues/5945) +- **plugins/plugin-client-common:** saving a snapshot can fail with "cannot read property uuid of undefined" ([85fe1f3](https://github.com/IBM/kui/commit/85fe1f3)), closes [#5913](https://github.com/IBM/kui/issues/5913) +- **plugins/plugin-client-common:** some small tweaks to Commentary headers would help ([b012f8d](https://github.com/IBM/kui/commit/b012f8d)), closes [#5893](https://github.com/IBM/kui/issues/5893) +- **plugins/plugin-client-common:** tab switching can be slow on windows ([09f9b7d](https://github.com/IBM/kui/commit/09f9b7d)), closes [#5907](https://github.com/IBM/kui/issues/5907) +- **plugins/plugin-client-notebook:** github button in notebook client does not have hover effect ([a4fa6f0](https://github.com/IBM/kui/commit/a4fa6f0)), closes [#5941](https://github.com/IBM/kui/issues/5941) +- **plugins/plugin-client-notebook:** notebook client's version widget has a hard-wired version ([19264ce](https://github.com/IBM/kui/commit/19264ce)), closes [#5942](https://github.com/IBM/kui/issues/5942) +- **plugins/plugin-s3:** using s3 notebook has an ECONNREFUSED ([3ecf735](https://github.com/IBM/kui/commit/3ecf735)), closes [#5952](https://github.com/IBM/kui/issues/5952) +- a few more improvements to s3 onboarding ([9f821ef](https://github.com/IBM/kui/commit/9f821ef)), closes [#5947](https://github.com/IBM/kui/issues/5947) +- add Kui version and github link to client-notebook ([7b2562a](https://github.com/IBM/kui/commit/7b2562a)), closes [#5918](https://github.com/IBM/kui/issues/5918) +- improve discovery of ibmcloud s3 credentials ([96d5bc0](https://github.com/IBM/kui/commit/96d5bc0)), closes [#5926](https://github.com/IBM/kui/issues/5926) +- improve error reporting from APIs ([edff6f1](https://github.com/IBM/kui/commit/edff6f1)), closes [#5950](https://github.com/IBM/kui/issues/5950) +- **plugins/plugin-client-common:** update welcome.json to describe kui, not just notebooks ([96330c4](https://github.com/IBM/kui/commit/96330c4)), closes [#5878](https://github.com/IBM/kui/issues/5878) +- **plugins/plugin-client-notebook:** notebook client no longer needs to set an initialTabTitle ([ba2ddbf](https://github.com/IBM/kui/commit/ba2ddbf)), closes [#5919](https://github.com/IBM/kui/issues/5919) +- improve existing notebooks for v1 ([1af5cc2](https://github.com/IBM/kui/commit/1af5cc2)), closes [#5858](https://github.com/IBM/kui/issues/5858) +- store the commentary text result to the command when editing is done ([5a3f5e8](https://github.com/IBM/kui/commit/5a3f5e8)), closes [#5916](https://github.com/IBM/kui/issues/5916) [#5672](https://github.com/IBM/kui/issues/5672) +- **plugin-client-common:** show the last input block in minisplit ([7997ef0](https://github.com/IBM/kui/commit/7997ef0)), closes [#5756](https://github.com/IBM/kui/issues/5756) +- **plugins/plugin-bash-like:** in browser client-server configs, env is lost in `cd` ([fec17e8](https://github.com/IBM/kui/commit/fec17e8)), closes [#5659](https://github.com/IBM/kui/issues/5659) +- **plugins/plugin-bash-like:** when clicking directory in ls -l output, response is an ls (not ls -l) of that clicked directory ([57508c5](https://github.com/IBM/kui/commit/57508c5)), closes [#5796](https://github.com/IBM/kui/issues/5796) +- **plugins/plugin-client-common:** Action button hover hysteresis/delay effect not working ([fac75dc](https://github.com/IBM/kui/commit/fac75dc)), closes [#5806](https://github.com/IBM/kui/issues/5806) +- **plugins/plugin-client-common:** clicking on table or radio table may cause block to disappear ([1f2d489](https://github.com/IBM/kui/commit/1f2d489)), closes [#5783](https://github.com/IBM/kui/issues/5783) +- **plugins/plugin-client-common:** ClipboardTransfer emits errors when pasting non-json text ([6ff85c4](https://github.com/IBM/kui/commit/6ff85c4)), closes [#5836](https://github.com/IBM/kui/issues/5836) +- **plugins/plugin-client-common:** colored squares in status column of tables have odd alignment ([3e78540](https://github.com/IBM/kui/commit/3e78540)), closes [#5766](https://github.com/IBM/kui/issues/5766) +- **plugins/plugin-client-common:** Commentary editor is 5px tall when presented in mini split ([53074d1](https://github.com/IBM/kui/commit/53074d1)), closes [#5744](https://github.com/IBM/kui/issues/5744) +- **plugins/plugin-client-common:** creating a split with a 3-way split configuration results in radical shuffling ([9452b5a](https://github.com/IBM/kui/commit/9452b5a)), closes [#5794](https://github.com/IBM/kui/issues/5794) +- **plugins/plugin-client-common:** don't decorate code elements in top tab ([531e8b8](https://github.com/IBM/kui/commit/531e8b8)), closes [#5778](https://github.com/IBM/kui/issues/5778) +- **plugins/plugin-client-common:** don't offer Grid option for 1-row tables ([a2a6f8d](https://github.com/IBM/kui/commit/a2a6f8d)), closes [#5474](https://github.com/IBM/kui/issues/5474) +- **plugins/plugin-client-common:** focus a block upon moving or pasting it ([43c3d9a](https://github.com/IBM/kui/commit/43c3d9a)), closes [#5751](https://github.com/IBM/kui/issues/5751) +- **plugins/plugin-client-common:** improve look of `code` snippets in Commentary ([493e004](https://github.com/IBM/kui/commit/493e004)), closes [#5768](https://github.com/IBM/kui/issues/5768) +- **plugins/plugin-client-common:** increase contrast of unfocused left-stripes for blocks ([ab21295](https://github.com/IBM/kui/commit/ab21295)), closes [#5754](https://github.com/IBM/kui/issues/5754) +- **plugins/plugin-client-common:** Input timestamp should also hide when block is focused ([6e1ca6d](https://github.com/IBM/kui/commit/6e1ca6d)), closes [#5809](https://github.com/IBM/kui/issues/5809) +- **plugins/plugin-client-common:** presented elsewhere text is not vertically centered in block ([766d355](https://github.com/IBM/kui/commit/766d355)), closes [#5760](https://github.com/IBM/kui/issues/5760) +- **plugins/plugin-client-common:** RadioTable should scroll the selected row into view on render ([6eb45db](https://github.com/IBM/kui/commit/6eb45db)), closes [#5781](https://github.com/IBM/kui/issues/5781) +- **plugins/plugin-client-common:** selecting text in prior Input causes selection to be lost and Input to enter edit mode ([4d977d2](https://github.com/IBM/kui/commit/4d977d2)), closes [#5792](https://github.com/IBM/kui/issues/5792) +- **plugins/plugin-client-common:** status stripe "blue" color probably needs to be toned done ([137442f](https://github.com/IBM/kui/commit/137442f)), closes [#5772](https://github.com/IBM/kui/issues/5772) +- **plugins/plugin-client-common:** welcome.json could use some wordsmithing ([e373ab4](https://github.com/IBM/kui/commit/e373ab4)), closes [#5895](https://github.com/IBM/kui/issues/5895) +- **plugins/plugin-client-common:** when replaying notebooks, tab should be scrolled to top ([6567412](https://github.com/IBM/kui/commit/6567412)), closes [#5860](https://github.com/IBM/kui/issues/5860) +- **plugins/plugin-client-common): regression validateDOMNesting(...:**
 cannot appear as a descendant of 

([1a2cccf](https://github.com/IBM/kui/commit/1a2cccf)), closes [#5900](https://github.com/IBM/kui/issues/5900) +- **plugins/plugin-core-support:** notebook vfs uses win32 join when it should be using posix join ([7278d8a](https://github.com/IBM/kui/commit/7278d8a)), closes [#5903](https://github.com/IBM/kui/issues/5903) +- **plugins/plugin-electron-components:** Update available fires when older legacy dist tags are released ([a15b83b](https://github.com/IBM/kui/commit/a15b83b)), closes [#5823](https://github.com/IBM/kui/issues/5823) +- **plugins/plugin-electron-components:** UpdateChecker emits console errors when running tests ([a2a99c3](https://github.com/IBM/kui/commit/a2a99c3)), closes [#5838](https://github.com/IBM/kui/issues/5838) +- **plugins/plugin-patternfly4-themes:** switching from PatternFly4 Dark to PF4 Light and back to PF4 Dark results in poor colors ([bba1af4](https://github.com/IBM/kui/commit/bba1af4)), closes [#5816](https://github.com/IBM/kui/issues/5816) +- **plugins/plugin-proxy-support:** ProxyOfflineIndicator widget does not clean up on unount ([97c6b27](https://github.com/IBM/kui/commit/97c6b27)), closes [#5849](https://github.com/IBM/kui/issues/5849) +- **plugins/plugin-s3:** plugin-s3 has an out-of-date notebook ([6a8a33a](https://github.com/IBM/kui/commit/6a8a33a)), closes [#5909](https://github.com/IBM/kui/issues/5909) +- blocks can still disappear if table row is clicked while the enclosing block is focused ([2173af1](https://github.com/IBM/kui/commit/2173af1)), closes [#5814](https://github.com/IBM/kui/issues/5814) +- don't show the `open` command for clicking files in `ls` table ([03ef269](https://github.com/IBM/kui/commit/03ef269)), closes [#5748](https://github.com/IBM/kui/issues/5748) +- for replayed notebooks, don’t show timestamp ([951abc5](https://github.com/IBM/kui/commit/951abc5)), closes [#5763](https://github.com/IBM/kui/issues/5763) +- improve vfs cp to handle disparate source ([e55e528](https://github.com/IBM/kui/commit/e55e528)), closes [#5786](https://github.com/IBM/kui/issues/5786) +- ls comand is not snapshotable ([f04ca78](https://github.com/IBM/kui/commit/f04ca78)), closes [#5241](https://github.com/IBM/kui/issues/5241) +- Notebook title "Kui Setting" should be "Kui Settings" ([b14b130](https://github.com/IBM/kui/commit/b14b130)), closes [#5870](https://github.com/IBM/kui/issues/5870) +- re-saving a notebook via File/Save application menu does not preserve notebook title ([7fb8b43](https://github.com/IBM/kui/commit/7fb8b43)), closes [#5777](https://github.com/IBM/kui/issues/5777) +- snapshot and replay of table clicks for Notebook v1 ([1a87dbf](https://github.com/IBM/kui/commit/1a87dbf)), closes [#5821](https://github.com/IBM/kui/issues/5821) +- **packages/core:** command history model should revert to eliding back-to-back duplicates ([d5a761f](https://github.com/IBM/kui/commit/d5a761f)), closes [#5701](https://github.com/IBM/kui/issues/5701) +- **packages/core:** electron Notebooks menu should open new tab, not new window ([28ca9cf](https://github.com/IBM/kui/commit/28ca9cf)), closes [#5677](https://github.com/IBM/kui/issues/5677) +- **packages/proxy:** kui-build-proxy-with-docker fails if dist/webpack directory does not exist ([689b015](https://github.com/IBM/kui/commit/689b015)), closes [#5728](https://github.com/IBM/kui/issues/5728) +- **plugin-client-common:** RadioTable onSelect changes do not always result in status stripe updates ([3549b7a](https://github.com/IBM/kui/commit/3549b7a)), closes [#5644](https://github.com/IBM/kui/issues/5644) +- **plugins/plugin-bash-like:** server-side of proxy does not handle message fragmentation in the downstream direction ([e502158](https://github.com/IBM/kui/commit/e502158)), closes [#5631](https://github.com/IBM/kui/issues/5631) +- **plugins/plugin-client-common:** a few small refinements to "editing" UI for Inputs ([001236a](https://github.com/IBM/kui/commit/001236a)), closes [#5656](https://github.com/IBM/kui/issues/5656) [#5658](https://github.com/IBM/kui/issues/5658) +- **plugins/plugin-client-common:** After reordering blocks, saving notebook does not reflect new block order. ([e9a0edb](https://github.com/IBM/kui/commit/e9a0edb)), closes [#5738](https://github.com/IBM/kui/issues/5738) +- **plugins/plugin-client-common:** clicking the split button may cause the current processing block to disappear ([aa2b40c](https://github.com/IBM/kui/commit/aa2b40c)), closes [#5703](https://github.com/IBM/kui/issues/5703) +- **plugins/plugin-client-common:** Commentary editor can easily overflow when editing in minisplit ([eb14074](https://github.com/IBM/kui/commit/eb14074)), closes [#5675](https://github.com/IBM/kui/issues/5675) +- **plugins/plugin-client-common:** Commentary editor should be full width always ([e0a164a](https://github.com/IBM/kui/commit/e0a164a)), closes [#5688](https://github.com/IBM/kui/issues/5688) +- **plugins/plugin-client-common:** Commentary is always full width ([1920fb9](https://github.com/IBM/kui/commit/1920fb9)), closes [#5705](https://github.com/IBM/kui/issues/5705) +- **plugins/plugin-client-common:** Do not focus Block when user expands SourceRef ([6642514](https://github.com/IBM/kui/commit/6642514)), closes [#5711](https://github.com/IBM/kui/issues/5711) +- **plugins/plugin-client-common:** don't show `isTabLayoutModificationResponse` and PresentedElseWhere response in MiniSplit ([a16767a](https://github.com/IBM/kui/commit/a16767a)), closes [#5690](https://github.com/IBM/kui/issues/5690) +- **plugins/plugin-client-common:** Editing Commentary should require double click ([efaded3](https://github.com/IBM/kui/commit/efaded3)), closes [#5686](https://github.com/IBM/kui/issues/5686) +- **plugins/plugin-client-common:** empty blocks have excessive height ([12c39b0](https://github.com/IBM/kui/commit/12c39b0)), closes [#5707](https://github.com/IBM/kui/issues/5707) +- **plugins/plugin-client-common:** improved focus behavior of terminals ([f5a3dd0](https://github.com/IBM/kui/commit/f5a3dd0)), closes [#5615](https://github.com/IBM/kui/issues/5615) +- **plugins/plugin-client-common:** input probably needs to word-wrap while in minisplits ([cde272d](https://github.com/IBM/kui/commit/cde272d)), closes [#5696](https://github.com/IBM/kui/issues/5696) +- **plugins/plugin-client-common:** input spinner is not visible in minisplits ([76eec59](https://github.com/IBM/kui/commit/76eec59)), closes [#5684](https://github.com/IBM/kui/issues/5684) +- **plugins/plugin-client-common:** Lots of little layout issues, e.g. SimpleEditor is not fully width in minisplits ([5a9a1c6](https://github.com/IBM/kui/commit/5a9a1c6)), closes [#5679](https://github.com/IBM/kui/issues/5679) [#5680](https://github.com/IBM/kui/issues/5680) +- **plugins/plugin-client-common:** markdown with inside

renders with odd font size ([b5e3007](https://github.com/IBM/kui/commit/b5e3007)), closes [#5724](https://github.com/IBM/kui/issues/5724) +- **plugins/plugin-client-common:** monaco highlight color used by SourceRef has low contrast ([385f35e](https://github.com/IBM/kui/commit/385f35e)), closes [#5713](https://github.com/IBM/kui/issues/5713) +- **plugins/plugin-client-common:** never show "ok" ([d1b337a](https://github.com/IBM/kui/commit/d1b337a)), closes [#5697](https://github.com/IBM/kui/issues/5697) +- **plugins/plugin-client-common:** Output-only blocks probably don't need a re-execute button ([251a81c](https://github.com/IBM/kui/commit/251a81c)), closes [#5662](https://github.com/IBM/kui/issues/5662) +- **plugins/plugin-client-common:** re-snapshoting a notebook can fail ([4caff9c](https://github.com/IBM/kui/commit/4caff9c)), closes [#5736](https://github.com/IBM/kui/issues/5736) +- **plugins/plugin-client-common:** SourceRef viewer should hide liner numbers but show folding ([5f74a46](https://github.com/IBM/kui/commit/5f74a46)), closes [#5719](https://github.com/IBM/kui/issues/5719) +- **plugins/plugin-client-common:** StatusStripe widgets can emit react error when switching to notebook tab ([485fcdf](https://github.com/IBM/kui/commit/485fcdf)), closes [#5639](https://github.com/IBM/kui/issues/5639) +- **plugins/plugin-client-common:** table cells with no onclick handler still issue a kui command ([4d8bf37](https://github.com/IBM/kui/commit/4d8bf37)), closes [#5721](https://github.com/IBM/kui/issues/5721) +- **plugins/plugin-client-common:** table is misaligned with command input ([50dc430](https://github.com/IBM/kui/commit/50dc430)), closes [#5734](https://github.com/IBM/kui/issues/5734) +- **plugins/plugin-core-support:** snapshot and replay commands don't expand ~ ([3a2c7b9](https://github.com/IBM/kui/commit/3a2c7b9)), closes [#5740](https://github.com/IBM/kui/issues/5740) +- sidecar shouldn't be opened automatically when replay ([8d4cf8c](https://github.com/IBM/kui/commit/8d4cf8c)), closes [#5730](https://github.com/IBM/kui/issues/5730) +- **plugins/plugin-client-common:** while editing Commentary, adding ``` causes a bad error ([097b1b0](https://github.com/IBM/kui/commit/097b1b0)), closes [#5682](https://github.com/IBM/kui/issues/5682) +- **plugins/plugin-kubectl:** kubectl delete ns m1 m2 m3 m4 results in a one-row table ([97a33a4](https://github.com/IBM/kui/commit/97a33a4)), closes [#5694](https://github.com/IBM/kui/issues/5694) +- **plugins/plugin-s3:** improve globbing in s3 rm commands ([48ef3bd](https://github.com/IBM/kui/commit/48ef3bd)), closes [#5709](https://github.com/IBM/kui/issues/5709) +- **plugins/plugin-s3:** ls /s3 fails poorly with wildcards ([2a45124](https://github.com/IBM/kui/commit/2a45124)), closes [#5691](https://github.com/IBM/kui/issues/5691) +- "created split" message should disappear when corresponding split is closed ([f8486f8](https://github.com/IBM/kui/commit/f8486f8)), closes [#5629](https://github.com/IBM/kui/issues/5629) +- avoid excessive status stripe overheads when replaying Notebooks ([58de9c0](https://github.com/IBM/kui/commit/58de9c0)), closes [#5635](https://github.com/IBM/kui/issues/5635) +- avoiding reopening the Welcome to Kui tab even after the user has closed it ([6b0faff](https://github.com/IBM/kui/commit/6b0faff)), closes [#5673](https://github.com/IBM/kui/issues/5673) +- improve the discoverability of repl-block action buttons ([470da34](https://github.com/IBM/kui/commit/470da34)), closes [#5604](https://github.com/IBM/kui/issues/5604) +- new tab command can hang if title is provided ([a6c25c6](https://github.com/IBM/kui/commit/a6c25c6)), closes [#5624](https://github.com/IBM/kui/issues/5624) +- output only Actions should also render on hover ([cdbd105](https://github.com/IBM/kui/commit/cdbd105)), closes [#5652](https://github.com/IBM/kui/issues/5652) +- **plugins/plugin-client-common:** on switching tabs, active prompt isn't always focused ([5b28dd2](https://github.com/IBM/kui/commit/5b28dd2)), closes [#5637](https://github.com/IBM/kui/issues/5637) +- RadioTables are not replayable ([d0dd00e](https://github.com/IBM/kui/commit/d0dd00e)), closes [#5599](https://github.com/IBM/kui/issues/5599) +- tab new command should respond with ElsewhereCommentary response ([19a7e1d](https://github.com/IBM/kui/commit/19a7e1d)), closes [#5602](https://github.com/IBM/kui/issues/5602) +- terminal clearing versus splits results in non-replayable splits ([8f9dc23](https://github.com/IBM/kui/commit/8f9dc23)), closes [#5626](https://github.com/IBM/kui/issues/5626) +- **packages/core:** improve parsing of semicolons ([921cfd8](https://github.com/IBM/kui/commit/921cfd8)), closes [#5315](https://github.com/IBM/kui/issues/5315) +- **packages/core:** main process leaks subscriptions to Electron IPC events ([d281470](https://github.com/IBM/kui/commit/d281470)), closes [#5567](https://github.com/IBM/kui/issues/5567) +- **packages/core:** new tabs may be inoperable ([35968b4](https://github.com/IBM/kui/commit/35968b4)), closes [#5548](https://github.com/IBM/kui/issues/5548) +- **packages/core:** Unrecognized Content-Security-Policy javascript error ([505a7a0](https://github.com/IBM/kui/commit/505a7a0)), closes [#5610](https://github.com/IBM/kui/issues/5610) +- **plugins/plugin-bash-like:** tab completion completes with notebook title rather than notebook file name ([38862f8](https://github.com/IBM/kui/commit/38862f8)), closes [#5561](https://github.com/IBM/kui/issues/5561) +- **plugins/plugin-client-common:** Whem moving blocks, the moved block is not longer focused after the move ([fc13198](https://github.com/IBM/kui/commit/fc13198)), closes [#5612](https://github.com/IBM/kui/issues/5612) +- **plugins/plugin-client-common:** avoid inner scrolling in Commentary cards ([d3ea558](https://github.com/IBM/kui/commit/d3ea558)), closes [#5517](https://github.com/IBM/kui/issues/5517) +- **plugins/plugin-client-common:** Block Action buttons have poor contrast in dark themes ([f52511e](https://github.com/IBM/kui/commit/f52511e)), closes [#5590](https://github.com/IBM/kui/issues/5590) +- **plugins/plugin-client-common:** Block Actions should be top-aligned in output-only blocks ([55ce899](https://github.com/IBM/kui/commit/55ce899)), closes [#5595](https://github.com/IBM/kui/issues/5595) +- **plugins/plugin-client-common:** block left-border is not centered with In[1] text in minisplits ([4df61cc](https://github.com/IBM/kui/commit/4df61cc)), closes [#5585](https://github.com/IBM/kui/issues/5585) +- **plugins/plugin-client-common:** Commentary blocks are not focusable in minisplits ([1286b0d](https://github.com/IBM/kui/commit/1286b0d)), closes [#5594](https://github.com/IBM/kui/issues/5594) +- **plugins/plugin-client-common:** Commentary paragraphs have no separation ([6b77a13](https://github.com/IBM/kui/commit/6b77a13)), closes [#5531](https://github.com/IBM/kui/issues/5531) +- **plugins/plugin-client-common:** custom tab titles may have monospace font ([b34b5a4](https://github.com/IBM/kui/commit/b34b5a4)), closes [#5527](https://github.com/IBM/kui/issues/5527) +- **plugins/plugin-client-common:** don't show "2 rows" table header for short tables ([2350115](https://github.com/IBM/kui/commit/2350115)), closes [#5581](https://github.com/IBM/kui/issues/5581) +- **plugins/plugin-client-common:** h2 in Notebooks have double underline ([40a4bd1](https://github.com/IBM/kui/commit/40a4bd1)), closes [#5574](https://github.com/IBM/kui/issues/5574) +- **plugins/plugin-client-common:** regression in columnar alignment of Input and Output ([cf1a836](https://github.com/IBM/kui/commit/cf1a836)), closes [#5507](https://github.com/IBM/kui/issues/5507) +- **plugins/plugin-client-common:** remove active prompts in an offline notebook ([dd2b53f](https://github.com/IBM/kui/commit/dd2b53f)), closes [#5620](https://github.com/IBM/kui/issues/5620) +- **plugins/plugin-client-common:** SequenceDiagram bars are too narrow ([a0ed13a](https://github.com/IBM/kui/commit/a0ed13a)), closes [#5544](https://github.com/IBM/kui/issues/5544) +- **plugins/plugin-client-common:** SequenceDiagram can have NaNs in the UI ([ac476a6](https://github.com/IBM/kui/commit/ac476a6)), closes [#5559](https://github.com/IBM/kui/issues/5559) +- **plugins/plugin-client-common:** SequenceDiagram UI refinements ([5d8c3f7](https://github.com/IBM/kui/commit/5d8c3f7)), closes [#5557](https://github.com/IBM/kui/issues/5557) +- **plugins/plugin-client-common:** SourceRef does not respond to all tab layout changes ([d3e8b32](https://github.com/IBM/kui/commit/d3e8b32)), closes [#5552](https://github.com/IBM/kui/issues/5552) +- **plugins/plugin-client-common:** StatusStripe is blank for second+ tabs ([0002dfb](https://github.com/IBM/kui/commit/0002dfb)), closes [#5546](https://github.com/IBM/kui/issues/5546) +- **plugins/plugin-client-common:** table bottom toolbar buttons lack padding ([79f0abe](https://github.com/IBM/kui/commit/79f0abe)), closes [#5554](https://github.com/IBM/kui/issues/5554) +- **plugins/plugin-client-common:** there is still too much whitespace after no-response commands ([268f159](https://github.com/IBM/kui/commit/268f159)), closes [#5742](https://github.com/IBM/kui/issues/5742) +- **plugins/plugin-client-common:** update welcome.json notebook to improve listing of available notebooks ([c6f89f4](https://github.com/IBM/kui/commit/c6f89f4)), closes [#5583](https://github.com/IBM/kui/issues/5583) +- **plugins/plugin-core-support:** clicks in replayed table are erratic ([c48b4ca](https://github.com/IBM/kui/commit/c48b4ca)), closes [#5758](https://github.com/IBM/kui/issues/5758) +- **plugins/plugin-core-support:** notebook VFS does not properly handle globs for ls enumeration ([8cee899](https://github.com/IBM/kui/commit/8cee899)), closes [#5578](https://github.com/IBM/kui/issues/5578) +- **plugins/plugin-core-support:** reduce overhead of serialized notebooks ([08fd0d6](https://github.com/IBM/kui/commit/08fd0d6)), closes [#5633](https://github.com/IBM/kui/issues/5633) +- **plugins/plugin-kubectl:** k8s table should display status Propagated and Subscribed as green ([0787b4b](https://github.com/IBM/kui/commit/0787b4b)), closes [#5818](https://github.com/IBM/kui/issues/5818) +- **plugins/plugin-kubectl:** kubectl status table does not register onclickIdempotent ([6ae296c](https://github.com/IBM/kui/commit/6ae296c)), closes [#5788](https://github.com/IBM/kui/issues/5788) +- **plugins/plugin-kubectl:** kubectl table should show PropagationFailed status as offline ([a44b70c](https://github.com/IBM/kui/commit/a44b70c)), closes [#5821](https://github.com/IBM/kui/issues/5821) +- **plugins/plugin-kubectl:** update jobs notebook to latest SequenceDiagram ([8e70862](https://github.com/IBM/kui/commit/8e70862)), closes [#5862](https://github.com/IBM/kui/issues/5862) +- **plugins/plugin-patternfly4-themes:** inverted splits don't render correctly in Patternfly Light theme ([f4de80a](https://github.com/IBM/kui/commit/f4de80a)), closes [#5592](https://github.com/IBM/kui/issues/5592) +- improve the replayability of terminal splitting ([67811cd](https://github.com/IBM/kui/commit/67811cd)), closes [#5564](https://github.com/IBM/kui/issues/5564) +- improved support for replaying splits ([8039a9d](https://github.com/IBM/kui/commit/8039a9d)), closes [#5535](https://github.com/IBM/kui/issues/5535) +- notebook replay should scroll to top, and not display welcome message on every tab ([7ade801](https://github.com/IBM/kui/commit/7ade801)), closes [#5515](https://github.com/IBM/kui/issues/5515) [#5516](https://github.com/IBM/kui/issues/5516) +- pty output has different indentation than kui command output ([30b10a3](https://github.com/IBM/kui/commit/30b10a3)), closes [#5542](https://github.com/IBM/kui/issues/5542) +- remove up/down actions buttons ([3c8a8a1](https://github.com/IBM/kui/commit/3c8a8a1)), closes [#5774](https://github.com/IBM/kui/issues/5774) +- replay --freshen does not support multi-split notebooks ([afd070c](https://github.com/IBM/kui/commit/afd070c)), closes [#5571](https://github.com/IBM/kui/issues/5571) [#5572](https://github.com/IBM/kui/issues/5572) +- Update AnimalApp to fix a bug with running in browser+proxy dev mode ([4f1e8dd](https://github.com/IBM/kui/commit/4f1e8dd)), closes [#5803](https://github.com/IBM/kui/issues/5803) +- **Plugins/plugin-core-support:** support for shallow recording of notebooks ([605b0e3](https://github.com/IBM/kui/commit/605b0e3)), closes [#5529](https://github.com/IBM/kui/issues/5529) +- **plugins/plugin-kubectl:** regenerate kubernetes notebooks to show new Source Reference feature ([8324567](https://github.com/IBM/kui/commit/8324567)), closes [#5520](https://github.com/IBM/kui/issues/5520) +- **plugins/plugin-kubectl:** Update list-resources notebook to use splits ([1f54515](https://github.com/IBM/kui/commit/1f54515)), closes [#5770](https://github.com/IBM/kui/issues/5770) +- vfs fixes for multi-source copying and for s3 globbing ([893902e](https://github.com/IBM/kui/commit/893902e)), closes [#5511](https://github.com/IBM/kui/issues/5511) +- **packages/core:** change menu title Notebook -> Notebooks ([05b882b](https://github.com/IBM/kui/commit/05b882b)), closes [#5499](https://github.com/IBM/kui/issues/5499) +- **packages/core:** i18n treats 0 parameter as undefined ([01ff6c7](https://github.com/IBM/kui/commit/01ff6c7)), closes [#5188](https://github.com/IBM/kui/issues/5188) +- **plugins-plugin-ibmcloud:** ibmcloud ce job list -h does not present help ([799d71d](https://github.com/IBM/kui/commit/799d71d)), closes [#5386](https://github.com/IBM/kui/issues/5386) +- **plugins/plugin-bash-like:** optimize pty/client to remove logic that accumulates output ([49f1003](https://github.com/IBM/kui/commit/49f1003)), closes [#5200](https://github.com/IBM/kui/issues/5200) +- **plugins/plugin-bash-like:** use standard table UI for ls -l output ([8996f85](https://github.com/IBM/kui/commit/8996f85)), closes [#5479](https://github.com/IBM/kui/issues/5479) +- **plugins/plugin-client-common:** add support for titles in commentary ([fbe367c](https://github.com/IBM/kui/commit/fbe367c)), closes [#5434](https://github.com/IBM/kui/issues/5434) +- **plugins/plugin-client-common:** always place table events in the Card footer ([b667b28](https://github.com/IBM/kui/commit/b667b28)), closes [#5210](https://github.com/IBM/kui/issues/5210) +- **plugins/plugin-client-common:** clearing Terminal does not abort watchers ([34adb50](https://github.com/IBM/kui/commit/34adb50)), closes [#5116](https://github.com/IBM/kui/issues/5116) +- **plugins/plugin-client-common:** don't use fixed maxHeight for Terminal tables ([0e23e22](https://github.com/IBM/kui/commit/0e23e22)), closes [#5206](https://github.com/IBM/kui/issues/5206) +- **plugins/plugin-client-common:** editor component does not respond to font zooming ([7b7e0f3](https://github.com/IBM/kui/commit/7b7e0f3)), closes [#5120](https://github.com/IBM/kui/issues/5120) +- **plugins/plugin-client-common:** Events drilldown from watch table does not always work ([09aee73](https://github.com/IBM/kui/commit/09aee73)), closes [#5204](https://github.com/IBM/kui/issues/5204) +- **plugins/plugin-client-common:** Events footer in minisplit tables lacks horizontal padding ([f22b1f7](https://github.com/IBM/kui/commit/f22b1f7)), closes [#5196](https://github.com/IBM/kui/issues/5196) +- **plugins/plugin-client-common:** Events should also be placed in table footer (not tbody) when sidecar is open or 2-way terminal split ([1391b1d](https://github.com/IBM/kui/commit/1391b1d)), closes [#5198](https://github.com/IBM/kui/issues/5198) +- **plugins/plugin-client-common:** experiment tag has wrong color contrast in dark themes ([22bfb77](https://github.com/IBM/kui/commit/22bfb77)), closes [#5389](https://github.com/IBM/kui/issues/5389) +- **plugins/plugin-client-common:** improve display of empty watch tables ([4cc16be](https://github.com/IBM/kui/commit/4cc16be)), closes [#5176](https://github.com/IBM/kui/issues/5176) +- **plugins/plugin-client-common:** improve display of tables in side-by-side terminal splits ([5a32255](https://github.com/IBM/kui/commit/5a32255)), closes [#5201](https://github.com/IBM/kui/issues/5201) +- **plugins/plugin-client-common:** improve spacing of Event footer content ([d63a6f1](https://github.com/IBM/kui/commit/d63a6f1)), closes [#5178](https://github.com/IBM/kui/issues/5178) +- **plugins/plugin-client-common:** layout regressions from table screenshot PRs ([8004ee3](https://github.com/IBM/kui/commit/8004ee3)), closes [#5159](https://github.com/IBM/kui/issues/5159) +- **plugins/plugin-client-common:** minor improvements for ls -l output ([1b59c94](https://github.com/IBM/kui/commit/1b59c94)), closes [#5216](https://github.com/IBM/kui/issues/5216) +- **plugins/plugin-client-common:** minor spacing improvements for Commentary and Notebooks ([c473181](https://github.com/IBM/kui/commit/c473181)), closes [#5503](https://github.com/IBM/kui/issues/5503) +- restore status stripe to default behavior on terminal clear ([128ec92](https://github.com/IBM/kui/commit/128ec92)), closes [#5495](https://github.com/IBM/kui/issues/5495) +- **plugins/plugin-client-common:** defer loading of both icon sets ([7d343b8](https://github.com/IBM/kui/commit/7d343b8)), closes [#5444](https://github.com/IBM/kui/issues/5444) +- **plugins/plugin-client-common:** Experimental badge should take up less space in minisplits ([268aeb3](https://github.com/IBM/kui/commit/268aeb3)), closes [#5373](https://github.com/IBM/kui/issues/5373) +- **plugins/plugin-client-common:** improve layout of In[1] with sidecar open ([263d59a](https://github.com/IBM/kui/commit/263d59a)), closes [#5482](https://github.com/IBM/kui/issues/5482) +- **plugins/plugin-client-common:** improve rendering of output only blocks ([664a8da](https://github.com/IBM/kui/commit/664a8da)), closes [#5467](https://github.com/IBM/kui/issues/5467) +- **plugins/plugin-client-common:** improve row hover effect for SequenceDiagram ([89dbe2a](https://github.com/IBM/kui/commit/89dbe2a)), closes [#5426](https://github.com/IBM/kui/issues/5426) +- **plugins/plugin-client-common:** place event footer outside of table scroll region for minisplits ([e4872b2](https://github.com/IBM/kui/commit/e4872b2)), closes [#5179](https://github.com/IBM/kui/issues/5179) +- **plugins/plugin-client-common:** present more than 2 footer lines in watch tables ([3e7a78f](https://github.com/IBM/kui/commit/3e7a78f)), closes [#5213](https://github.com/IBM/kui/issues/5213) +- **plugins/plugin-client-common:** RadioTable screenshots lack box shadow ([b0e0f2e](https://github.com/IBM/kui/commit/b0e0f2e)), closes [#5142](https://github.com/IBM/kui/issues/5142) +- **plugins/plugin-client-common:** RadioTables can have gratuituous line wrapping ([9c39682](https://github.com/IBM/kui/commit/9c39682)), closes [#5139](https://github.com/IBM/kui/issues/5139) +- **plugins/plugin-client-common:** RadioTables in minisplits inner-scroll away the header row ([5296dcd](https://github.com/IBM/kui/commit/5296dcd)), closes [#5165](https://github.com/IBM/kui/issues/5165) +- **plugins/plugin-client-common:** refine Timeline a bit more ([4b12eec](https://github.com/IBM/kui/commit/4b12eec)), closes [#5409](https://github.com/IBM/kui/issues/5409) +- **plugins/plugin-client-common:** regression in table width with sidecar open ([5938806](https://github.com/IBM/kui/commit/5938806)), closes [#5194](https://github.com/IBM/kui/issues/5194) +- **plugins/plugin-client-common:** restore history navigation behavior in minisplits ([26f49e8](https://github.com/IBM/kui/commit/26f49e8)), closes [#5375](https://github.com/IBM/kui/issues/5375) +- **plugins/plugin-client-common:** reverse-i-search incorrectly changes match as i type ([135d429](https://github.com/IBM/kui/commit/135d429)), closes [#5403](https://github.com/IBM/kui/issues/5403) +- **plugins/plugin-client-common:** selected row in RadioTables in dark themes has low contrast ([f2c5834](https://github.com/IBM/kui/commit/f2c5834)), closes [#5161](https://github.com/IBM/kui/issues/5161) +- **plugins/plugin-client-common:** SequenceDiagram bars may extend beyond the 100% line ([34d03bc](https://github.com/IBM/kui/commit/34d03bc)), closes [#5465](https://github.com/IBM/kui/issues/5465) +- **plugins/plugin-client-common:** sidecar badges may not be flush-right ([5b54665](https://github.com/IBM/kui/commit/5b54665)), closes [#5175](https://github.com/IBM/kui/issues/5175) +- **plugins/plugin-client-common:** switching table from Table to Timeline and back to Table does not work ([c924d67](https://github.com/IBM/kui/commit/c924d67)), closes [#5430](https://github.com/IBM/kui/issues/5430) +- **plugins/plugin-client-common:** table screenshots include a gray stripe at the top ([11a9fc3](https://github.com/IBM/kui/commit/11a9fc3)), closes [#5410](https://github.com/IBM/kui/issues/5410) +- **plugins/plugin-client-common:** Tables should have a max-height and use inner scrolling for overflow ([642ef14](https://github.com/IBM/kui/commit/642ef14)), closes [#5153](https://github.com/IBM/kui/issues/5153) +- **plugins/plugin-client-common:** Tables with identical column names render incorrectly ([161dba2](https://github.com/IBM/kui/commit/161dba2)), closes [#5129](https://github.com/IBM/kui/issues/5129) +- **plugins/plugin-client-common:** Terminal Block -> Screenshot of table does not capture box shadow ([ed812f3](https://github.com/IBM/kui/commit/ed812f3)), closes [#5142](https://github.com/IBM/kui/issues/5142) +- **plugins/plugin-client-common:** Terminal focus changes unexpectedly ([866451c](https://github.com/IBM/kui/commit/866451c)), closes [#5170](https://github.com/IBM/kui/issues/5170) +- **plugins/plugin-client-common:** threshold for auto-grid is too low ([9cb76ee](https://github.com/IBM/kui/commit/9cb76ee)), closes [#5424](https://github.com/IBM/kui/issues/5424) +- **plugins/plugin-client-common:** Timeline may not render properly ([d66d728](https://github.com/IBM/kui/commit/d66d728)), closes [#5383](https://github.com/IBM/kui/issues/5383) +- **plugins/plugin-client-common:** Timeline should use stdev-based heat map ([5dd7427](https://github.com/IBM/kui/commit/5dd7427)), closes [#5395](https://github.com/IBM/kui/issues/5395) +- **plugins/plugin-client-common:** Timeline tooltip for cold starts has incorrect concurrency count ([bb54cb8](https://github.com/IBM/kui/commit/bb54cb8)), closes [#5390](https://github.com/IBM/kui/issues/5390) +- **plugins/plugin-client-common:** Timeline view renders poorly in MiniSplit ([07cd000](https://github.com/IBM/kui/commit/07cd000)), closes [#5379](https://github.com/IBM/kui/issues/5379) +- **plugins/plugin-client-common:** two MiniSplits with open sidecar are too short ([9e21ab9](https://github.com/IBM/kui/commit/9e21ab9)), closes [#5171](https://github.com/IBM/kui/issues/5171) +- **plugins/plugin-client-common:** update SequenceDiagram view to display the duration of each interval ([0cf1fcf](https://github.com/IBM/kui/commit/0cf1fcf)), closes [#5470](https://github.com/IBM/kui/issues/5470) +- **plugins/plugin-client-common:** watch tables might not be maximized in minisplits ([63420b2](https://github.com/IBM/kui/commit/63420b2)), closes [#5218](https://github.com/IBM/kui/issues/5218) +- **plugins/plugin-core-support:** cmd+w does not close window ([e9765f3](https://github.com/IBM/kui/commit/e9765f3)), closes [#5084](https://github.com/IBM/kui/issues/5084) +- **plugins/plugin-ibmcloud:** ibmcloud ce job list does not support name filters ([5daa930](https://github.com/IBM/kui/commit/5daa930)), closes [#5450](https://github.com/IBM/kui/issues/5450) +- **plugins/plugin-ibmcloud:** k get jobrun is always directed to codeengine CRD ([7f3b6c8](https://github.com/IBM/kui/commit/7f3b6c8)), closes [#5377](https://github.com/IBM/kui/issues/5377) +- **plugins/plugin-iter8:** avoid collisions with global css rules ([8fff7b4](https://github.com/IBM/kui/commit/8fff7b4)), closes [#5432](https://github.com/IBM/kui/issues/5432) +- **plugins/plugin-iter8:** iter8 create experiment combo boxes have misplaced svg ([dfc6cfb](https://github.com/IBM/kui/commit/dfc6cfb)), closes [#5419](https://github.com/IBM/kui/issues/5419) +- **plugins/plugin-iter8:** Removed execSync from iter8 plugin ([1899a78](https://github.com/IBM/kui/commit/1899a78)), closes [#5408](https://github.com/IBM/kui/issues/5408) +- **plugins/plugin-kubectl:** add Summary impl for kubernetes Jobs ([b0f3809](https://github.com/IBM/kui/commit/b0f3809)), closes [#5481](https://github.com/IBM/kui/issues/5481) +- **plugins/plugin-kubectl:** certain filepath options to kubectl were not tilde-expanded ([9e7f858](https://github.com/IBM/kui/commit/9e7f858)), closes [#5415](https://github.com/IBM/kui/issues/5415) +- **plugins/plugin-kubectl:** CurrentNamespace/Context widgets not live ([93ac829](https://github.com/IBM/kui/commit/93ac829)), closes [#5144](https://github.com/IBM/kui/issues/5144) +- **plugins/plugin-kubectl:** drilldown command of resources in watch --all-namespace table doesn't have '-o yaml' ([1e4f558](https://github.com/IBM/kui/commit/1e4f558)), closes [#5208](https://github.com/IBM/kui/issues/5208) +- **plugins/plugin-kubectl:** event footer watching should also support named resources ([e3a842b](https://github.com/IBM/kui/commit/e3a842b)), closes [#5180](https://github.com/IBM/kui/issues/5180) +- **plugins/plugin-kubectl:** events in table appear to be in random order ([034dc06](https://github.com/IBM/kui/commit/034dc06)), closes [#5212](https://github.com/IBM/kui/issues/5212) +- **plugins/plugin-kubectl:** kubectl apply -f may not abort the event watcher ([c8df222](https://github.com/IBM/kui/commit/c8df222)), closes [#5149](https://github.com/IBM/kui/issues/5149) +- **plugins/plugin-kubectl:** kubectl get -f can show undefined in table title ([eb34d1c](https://github.com/IBM/kui/commit/eb34d1c)), closes [#5469](https://github.com/IBM/kui/issues/5469) +- grid colors are sometimes off ([e66f56f](https://github.com/IBM/kui/commit/e66f56f)), closes [#5422](https://github.com/IBM/kui/issues/5422) +- JS console may contain xtermjs error messages when sidecar is minimized ([a568528](https://github.com/IBM/kui/commit/a568528)), closes [#5454](https://github.com/IBM/kui/issues/5454) +- snapshot command fails at `k get -o yaml` ([fe53fb0](https://github.com/IBM/kui/commit/fe53fb0)), closes [#5458](https://github.com/IBM/kui/issues/5458) +- snapshot command throws errors when capturing watch responses ([600f049](https://github.com/IBM/kui/commit/600f049)), closes [#5452](https://github.com/IBM/kui/issues/5452) +- **packages/core:** backslashes not always properly parsed ([61b118f](https://github.com/IBM/kui/commit/61b118f)), closes [#5287](https://github.com/IBM/kui/issues/5287) +- **packages/core:** repl exec should invoke commands separated by semicolon ([016b3b0](https://github.com/IBM/kui/commit/016b3b0)), closes [#5260](https://github.com/IBM/kui/issues/5260) +- **plugins-client-common:** the experimental tag should use sans serif ([143464a](https://github.com/IBM/kui/commit/143464a)), closes [#5363](https://github.com/IBM/kui/issues/5363) +- **plugins/plugin-bash-like:** ls columns should adjust to filenames presented ([f07a5df](https://github.com/IBM/kui/commit/f07a5df)), closes [#5312](https://github.com/IBM/kui/issues/5312) +- **plugins/plugin-bash-like:** ls should measure gridTemplateColumns more intelligently ([0b06e60](https://github.com/IBM/kui/commit/0b06e60)), closes [#5353](https://github.com/IBM/kui/issues/5353) +- **plugins/plugin-bash-like:** PTY error messages may not reach users in all case ([f5831e9](https://github.com/IBM/kui/commit/f5831e9)), closes [#5328](https://github.com/IBM/kui/issues/5328) +- **plugins/plugin-client-common:** buggy header UI in dark themes in minisplits ([55aef48](https://github.com/IBM/kui/commit/55aef48)), closes [#5266](https://github.com/IBM/kui/issues/5266) +- **plugins/plugin-client-common:** clicking on pod delete button can cause command to be executed in minisplit ([37f9019](https://github.com/IBM/kui/commit/37f9019)), closes [#5247](https://github.com/IBM/kui/issues/5247) +- **plugins/plugin-client-common:** clicking to focus on a split does not always cause full focus effect ([bc59bcf](https://github.com/IBM/kui/commit/bc59bcf)), closes [#5263](https://github.com/IBM/kui/issues/5263) +- **plugins/plugin-client-common:** close tabs doesn't produce the correct tab content ([6090887](https://github.com/IBM/kui/commit/6090887)), closes [#5220](https://github.com/IBM/kui/issues/5220) +- **plugins/plugin-client-common:** CSS no longer is reactive to narrow window ([4eb0a11](https://github.com/IBM/kui/commit/4eb0a11)), closes [#5290](https://github.com/IBM/kui/issues/5290) +- **plugins/plugin-client-common:** don't line-wrap input elements in MiniSplits ([c929f5e](https://github.com/IBM/kui/commit/c929f5e)), closes [#5348](https://github.com/IBM/kui/issues/5348) +- **plugins/plugin-client-common:** for now, switch interval chart to duration chart ([ea21221](https://github.com/IBM/kui/commit/ea21221)), closes [#5340](https://github.com/IBM/kui/issues/5340) +- **plugins/plugin-client-common:** Grid regression: grid colors not right ([d1aa46d](https://github.com/IBM/kui/commit/d1aa46d)), closes [#5285](https://github.com/IBM/kui/issues/5285) +- **plugins/plugin-client-common:** improve behavior of up arrow for first command in MiniSplits ([ed199d4](https://github.com/IBM/kui/commit/ed199d4)), closes [#5297](https://github.com/IBM/kui/issues/5297) +- **plugins/plugin-client-common:** in plain Terminals, tables should not inner scroll ([15fcbba](https://github.com/IBM/kui/commit/15fcbba)), closes [#5221](https://github.com/IBM/kui/issues/5221) +- **plugins/plugin-client-common:** inconsistent top padding above Cards ([1e1037f](https://github.com/IBM/kui/commit/1e1037f)), closes [#5299](https://github.com/IBM/kui/issues/5299) +- **plugins/plugin-client-common:** increase density of SequenceDiagram ([ae29488](https://github.com/IBM/kui/commit/ae29488)), closes [#5344](https://github.com/IBM/kui/issues/5344) +- **plugins/plugin-client-common:** kubectl watch is broken for server versions >= 1.17 ([2d595b7](https://github.com/IBM/kui/commit/2d595b7)), closes [#5360](https://github.com/IBM/kui/issues/5360) +- **plugins/plugin-client-common:** long input lines should line wrap ([8804bb1](https://github.com/IBM/kui/commit/8804bb1)), closes [#5338](https://github.com/IBM/kui/issues/5338) +- **plugins/plugin-client-common:** multi-line paste executes commands out of order ([8f39c80](https://github.com/IBM/kui/commit/8f39c80)), closes [#5295](https://github.com/IBM/kui/issues/5295) +- **plugins/plugin-client-common:** only highlight the Active block in the focused split ([feffad4](https://github.com/IBM/kui/commit/feffad4)), closes [#5261](https://github.com/IBM/kui/issues/5261) +- **plugins/plugin-client-common:** pty commands fail in minisplits ([475ea74](https://github.com/IBM/kui/commit/475ea74)), closes [#5267](https://github.com/IBM/kui/issues/5267) +- **plugins/plugin-client-common:** reduce contrast of block left bars ([7c8d371](https://github.com/IBM/kui/commit/7c8d371)), closes [#5275](https://github.com/IBM/kui/issues/5275) +- **plugins/plugin-client-common:** status column can be invisible in split tables ([c352103](https://github.com/IBM/kui/commit/c352103)), closes [#5244](https://github.com/IBM/kui/issues/5244) +- **plugins/plugin-client-common:** tab completion UI does not render on separate line from input ([61b169b](https://github.com/IBM/kui/commit/61b169b)), closes [#5307](https://github.com/IBM/kui/issues/5307) +- **plugins/plugin-client-common:** TableCell view can fail when given empty duration cells ([04251be](https://github.com/IBM/kui/commit/04251be)), closes [#5332](https://github.com/IBM/kui/issues/5332) +- **plugins/plugin-client-commong:** show RadioTable selected row in the table body and header breadcrumb ([811c21e](https://github.com/IBM/kui/commit/811c21e)), closes [#5239](https://github.com/IBM/kui/issues/5239) +- **plugins/plugin-git:** CurrentGitBranch excessively reports errors to the console ([aa53c0a](https://github.com/IBM/kui/commit/aa53c0a)), closes [#5291](https://github.com/IBM/kui/issues/5291) +- **plugins/plugin-ibmcloud:** ibmcloud ce job run can emit unprocessed ansi control characters ([3539acf](https://github.com/IBM/kui/commit/3539acf)), closes [#5334](https://github.com/IBM/kui/issues/5334) +- **plugins/plugin-ibmcloud:** improve error handling of ibmcloud list commands ([6cbdb88](https://github.com/IBM/kui/commit/6cbdb88)), closes [#5250](https://github.com/IBM/kui/issues/5250) +- **plugins/plugin-kubectl:** `oc get namespaces` doesn't produce a RadioTable ([6ea6131](https://github.com/IBM/kui/commit/6ea6131)), closes [#5227](https://github.com/IBM/kui/issues/5227) +- **plugins/plugin-kubectl:** add traffic light colors for OOMKilled and UnexpectedAdmissionError ([4262409](https://github.com/IBM/kui/commit/4262409)), closes [#5345](https://github.com/IBM/kui/issues/5345) +- **plugins/plugin-kubectl:** Fail should be TrafficLight.Red and Succeeded should be TrafficLight.Green ([54737b6](https://github.com/IBM/kui/commit/54737b6)), closes [#5351](https://github.com/IBM/kui/issues/5351) +- **plugins/plugin-kubectl:** header-only tables improperly parsed ([f56841b](https://github.com/IBM/kui/commit/f56841b)), closes [#5382](https://github.com/IBM/kui/issues/5382) +- **plugins/plugin-kubectl:** kubectl Logs/Events/Terminal tabs do not reflow on sidecar maximize ([6dbcbe8](https://github.com/IBM/kui/commit/6dbcbe8)), closes [#5417](https://github.com/IBM/kui/issues/5417) +- **plugins/plugin-kubectl:** kubectl tab completion does not let me tab-complete some filepaths ([e42daa7](https://github.com/IBM/kui/commit/e42daa7)), closes [#5413](https://github.com/IBM/kui/issues/5413) +- **plugins/plugin-kubectl:** kubectl watcher needs to pass through kubeconfig in its call to kubectl version ([a5d83a3](https://github.com/IBM/kui/commit/a5d83a3)), closes [#5368](https://github.com/IBM/kui/issues/5368) +- **plugins/plugin-kubectl:** kubernetes contexts table renders poorly ([e2ed7d8](https://github.com/IBM/kui/commit/e2ed7d8)), closes [#5230](https://github.com/IBM/kui/issues/5230) +- **plugins/plugin-kubectl:** Kui may invoke kubectl with duplicate command line options ([39c9d31](https://github.com/IBM/kui/commit/39c9d31)), closes [#5330](https://github.com/IBM/kui/issues/5330) +- **plugins/plugin-kubectl:** leftover debug printfs in table-watch ([407855a](https://github.com/IBM/kui/commit/407855a)), closes [#5317](https://github.com/IBM/kui/issues/5317) +- Editor component does not respond to tab layout changes ([9756336](https://github.com/IBM/kui/commit/9756336)), closes [#5231](https://github.com/IBM/kui/issues/5231) [#5232](https://github.com/IBM/kui/issues/5232) +- multiple command history regressions ([cbba96c](https://github.com/IBM/kui/commit/cbba96c)), closes [#5283](https://github.com/IBM/kui/issues/5283) +- switching splits does not participate in tab state ([6eb8db4](https://github.com/IBM/kui/commit/6eb8db4)), closes [#5272](https://github.com/IBM/kui/issues/5272) +- **plugins/plugin-kubectl:** nil and negative timestamps display as "0ms ago" ([641a599](https://github.com/IBM/kui/commit/641a599)), closes [#5136](https://github.com/IBM/kui/issues/5136) +- **plugins/plugin-kubectl:** Pod summary impl fails for pods with no containerStatuses ([66b21b5](https://github.com/IBM/kui/commit/66b21b5)), closes [#5192](https://github.com/IBM/kui/issues/5192) +- (plugins/plugin-kubectl): kubectl get pod -w --all-namespaces behaves oddly ([12e578a](https://github.com/IBM/kui/commit/12e578a)), closes [#5169](https://github.com/IBM/kui/issues/5169) +- **plugins/plugin-kubectl:** oc get ns does not present a RadioTable ([9e28eec](https://github.com/IBM/kui/commit/9e28eec)), closes [#5106](https://github.com/IBM/kui/issues/5106) +- **plugins/plugin-patternfly4-themes:** sidecar tables illegible in patternfly4-light theme ([b125959](https://github.com/IBM/kui/commit/b125959)), closes [#5157](https://github.com/IBM/kui/issues/5157) +- multiple issues with tab switching versus status stripe widgets ([8c8a6ec](https://github.com/IBM/kui/commit/8c8a6ec)), closes [#5101](https://github.com/IBM/kui/issues/5101) +- **packages/builder:** headless build should not rebuild node-pty ([e96ece7](https://github.com/IBM/kui/commit/e96ece7)), closes [#5011](https://github.com/IBM/kui/issues/5011) +- **packages/webpack:** allow imports of markdown and image assets ([c006958](https://github.com/IBM/kui/commit/c006958)), closes [#4983](https://github.com/IBM/kui/issues/4983) +- **plugins/plugin-carbon-themes:** regression in status stripe borders for carbon themes ([c039a57](https://github.com/IBM/kui/commit/c039a57)), closes [#5009](https://github.com/IBM/kui/issues/5009) +- **plugins/plugin-client-common:** "No resources" in watch pane can occlude watch pane title ([e4fd93a](https://github.com/IBM/kui/commit/e4fd93a)), closes [#5064](https://github.com/IBM/kui/issues/5064) +- **plugins/plugin-client-common:** a few more rem/em font-size issues ([133b347](https://github.com/IBM/kui/commit/133b347)), closes [#5058](https://github.com/IBM/kui/issues/5058) +- **plugins/plugin-client-common:** input may not receive focus on tab switch ([7676792](https://github.com/IBM/kui/commit/7676792)), closes [#5102](https://github.com/IBM/kui/issues/5102) +- CurrentContext and CurrentNamespace widgets may have stale data inBrowser ([ab77c20](https://github.com/IBM/kui/commit/ab77c20)), closes [#5097](https://github.com/IBM/kui/issues/5097) +- **packages/builder:** remove duplicate removeComments field in tsconfig ([00f73f9](https://github.com/IBM/kui/commit/00f73f9)), closes [#4856](https://github.com/IBM/kui/issues/4856) +- **packages/core:** add missing readline dependence ([47ef972](https://github.com/IBM/kui/commit/47ef972)), closes [#4836](https://github.com/IBM/kui/issues/4836) +- **packages/core:** bump the version of linter and code formatter ([ff2d925](https://github.com/IBM/kui/commit/ff2d925)), closes [#5054](https://github.com/IBM/kui/issues/5054) +- **packages/core:** eliminate races and buggy fallback in prescan loader ([3527827](https://github.com/IBM/kui/commit/3527827)), closes [#4847](https://github.com/IBM/kui/issues/4847) +- **plugins/plugin-bash-like:** in Popup mode, active PTY is not themed, has flashing effect ([d583e68](https://github.com/IBM/kui/commit/d583e68)), closes [#4889](https://github.com/IBM/kui/issues/4889) +- **plugins/plugin-client-common:** `ok` string appears at the end of MixResponse ([75606c5](https://github.com/IBM/kui/commit/75606c5)), closes [#5046](https://github.com/IBM/kui/issues/5046) +- **plugins/plugin-client-common:** component misparses certain markdown source ([52034ee](https://github.com/IBM/kui/commit/52034ee)), closes [#4941](https://github.com/IBM/kui/issues/4941) +- **plugins/plugin-client-common:** add error icon for error blocks ([5d9aeea](https://github.com/IBM/kui/commit/5d9aeea)), closes [#4907](https://github.com/IBM/kui/issues/4907) +- **plugins/plugin-client-common:** borders in top tab stripe are too light ([3908695](https://github.com/IBM/kui/commit/3908695)), closes [#5051](https://github.com/IBM/kui/issues/5051) +- **plugins/plugin-client-common:** carbon breadcrumbs may not have proper hover effect ([c8cd2d1](https://github.com/IBM/kui/commit/c8cd2d1)), closes [#4962](https://github.com/IBM/kui/issues/4962) +- **plugins/plugin-client-common:** Carbon RadioTable can have odd row-hover effect ([0aedb27](https://github.com/IBM/kui/commit/0aedb27)), closes [#4780](https://github.com/IBM/kui/issues/4780) +- **plugins/plugin-client-common:** clicking 'remove' of a watchable response doesn't abort the underlying pty job ([7eb69fb](https://github.com/IBM/kui/commit/7eb69fb)), closes [#5090](https://github.com/IBM/kui/issues/5090) +- **plugins/plugin-client-common:** clicking the remove button of a repl block results in an error white screen ([49bfbcc](https://github.com/IBM/kui/commit/49bfbcc)), closes [#4855](https://github.com/IBM/kui/issues/4855) +- **plugins/plugin-client-common:** decrease height of table footer ([5863622](https://github.com/IBM/kui/commit/5863622)), closes [#5072](https://github.com/IBM/kui/issues/5072) +- **plugins/plugin-client-common:** disableTableTitle also disables title of watch panes ([053cfb6](https://github.com/IBM/kui/commit/053cfb6)), closes [#5036](https://github.com/IBM/kui/issues/5036) +- **plugins/plugin-client-common:** double watch panes may open up ([7fb70f1](https://github.com/IBM/kui/commit/7fb70f1)), closes [#5034](https://github.com/IBM/kui/issues/5034) +- **plugins/plugin-client-common:** dropdown in sidecar theming and spacing tweaks ([1a48af3](https://github.com/IBM/kui/commit/1a48af3)), closes [#4680](https://github.com/IBM/kui/issues/4680) +- **plugins/plugin-client-common:** eliminate react "titleInHeader" console warnings ([8cf3797](https://github.com/IBM/kui/commit/8cf3797)), closes [#5078](https://github.com/IBM/kui/issues/5078) +- **plugins/plugin-client-common:** font size issues with LeftNavSidecar ([e17fc15](https://github.com/IBM/kui/commit/e17fc15)), closes [#5048](https://github.com/IBM/kui/issues/5048) +- **plugins/plugin-client-common:** improve Terminal screenshots by adding padding ([a9b7b26](https://github.com/IBM/kui/commit/a9b7b26)), closes [#4981](https://github.com/IBM/kui/issues/4981) +- **plugins/plugin-client-common:** improve top tab bottom UI ([8ff4151](https://github.com/IBM/kui/commit/8ff4151)), closes [#5056](https://github.com/IBM/kui/issues/5056) +- **plugins/plugin-client-common:** improve visibility of sidecar scrollbars ([827d75a](https://github.com/IBM/kui/commit/827d75a)), closes [#4667](https://github.com/IBM/kui/issues/4667) +- **plugins/plugin-client-common:** in Popup mode, use > rather than / for prompt in bottom input ([1360bed](https://github.com/IBM/kui/commit/1360bed)), closes [#4887](https://github.com/IBM/kui/issues/4887) +- **plugins/plugin-client-common:** increase font size of status stripe ([2fab637](https://github.com/IBM/kui/commit/2fab637)), closes [#4698](https://github.com/IBM/kui/issues/4698) +- **plugins/plugin-client-common:** Input can appear blank when processing ([d6b6326](https://github.com/IBM/kui/commit/d6b6326)), closes [#4778](https://github.com/IBM/kui/issues/4778) +- **plugins/plugin-client-common:** input element changes height with i-search and bottomInput ([abf9890](https://github.com/IBM/kui/commit/abf9890)), closes [#4685](https://github.com/IBM/kui/issues/4685) +- **plugins/plugin-client-common:** kubectl edit saves can result in unstyled notification ([5dc658e](https://github.com/IBM/kui/commit/5dc658e)), closes [#4930](https://github.com/IBM/kui/issues/4930) +- **plugins/plugin-client-common:** LeftNav sidecar nav column width inconsistency ([17e403f](https://github.com/IBM/kui/commit/17e403f)), closes [#4688](https://github.com/IBM/kui/issues/4688) +- **plugins/plugin-client-common:** LeftNavSidecar content section can take over full width ([7252ad4](https://github.com/IBM/kui/commit/7252ad4)), closes [#4831](https://github.com/IBM/kui/issues/4831) +- **plugins/plugin-client-common:** LeftNavSidecar does not always reflect updated content ([0f2e1e1](https://github.com/IBM/kui/commit/0f2e1e1)), closes [#4727](https://github.com/IBM/kui/issues/4727) [#4732](https://github.com/IBM/kui/issues/4732) +- **plugins/plugin-client-common:** LeftNavSidecar font size and layout issues ([d9914f1](https://github.com/IBM/kui/commit/d9914f1)), closes [#4718](https://github.com/IBM/kui/issues/4718) [#4719](https://github.com/IBM/kui/issues/4719) +- **plugins/plugin-client-common:** leftover debug printfs in table sorting ([9889b49](https://github.com/IBM/kui/commit/9889b49)), closes [#5030](https://github.com/IBM/kui/issues/5030) +- **plugins/plugin-client-common:** Light tables should use Carbon compact ([2309ec3](https://github.com/IBM/kui/commit/2309ec3)), closes [#5059](https://github.com/IBM/kui/issues/5059) +- **plugins/plugin-client-common:** long RadioTables should offer indication as to selectability of rows ([02c9ea6](https://github.com/IBM/kui/commit/02c9ea6)), closes [#4793](https://github.com/IBM/kui/issues/4793) +- **plugins/plugin-client-common:** make Close a top-level button in watch panes ([3c14da5](https://github.com/IBM/kui/commit/3c14da5)), closes [#4945](https://github.com/IBM/kui/issues/4945) +- **plugins/plugin-client-common:** missed i18n strings in Dropdown menus ([7490b34](https://github.com/IBM/kui/commit/7490b34)), closes [#4850](https://github.com/IBM/kui/issues/4850) +- **plugins/plugin-client-common:** move screenshot button out of status stripe ([0ef900b](https://github.com/IBM/kui/commit/0ef900b)), closes [#4556](https://github.com/IBM/kui/issues/4556) +- **plugins/plugin-client-common:** one-row tables needn't offer column sorting UI ([5184fa1](https://github.com/IBM/kui/commit/5184fa1)), closes [#5050](https://github.com/IBM/kui/issues/5050) +- **plugins/plugin-client-common:** opening TopNavSidecar results in react Warning in console ([d627272](https://github.com/IBM/kui/commit/d627272)), closes [#3802](https://github.com/IBM/kui/issues/3802) +- **plugins/plugin-client-common:** PatternFly DropDown rendering glitches ([8efedd8](https://github.com/IBM/kui/commit/8efedd8)), closes [#4649](https://github.com/IBM/kui/issues/4649) [#4651](https://github.com/IBM/kui/issues/4651) +- **plugins/plugin-client-common:** poor alignment of sidecar toolbar elements ([2307a46](https://github.com/IBM/kui/commit/2307a46)), closes [#4970](https://github.com/IBM/kui/issues/4970) +- **plugins/plugin-client-common:** reduce verbosity of logging in Eval.tsx ([03876db](https://github.com/IBM/kui/commit/03876db)), closes [#4829](https://github.com/IBM/kui/issues/4829) +- **plugins/plugin-client-common:** refine Loading component ([7a07ad3](https://github.com/IBM/kui/commit/7a07ad3)), closes [#4702](https://github.com/IBM/kui/issues/4702) +- **plugins/plugin-client-common:** regression: non-empty repl output has 'ok' at the end ([103a0f9](https://github.com/IBM/kui/commit/103a0f9)), closes [#4924](https://github.com/IBM/kui/issues/4924) +- **plugins/plugin-client-common:** reverse the dependency of Card and DropDown ([00b8ecf](https://github.com/IBM/kui/commit/00b8ecf)), closes [#4641](https://github.com/IBM/kui/issues/4641) +- **plugins/plugin-client-common:** reverse-i-search does not properly report no matches ([c16dad3](https://github.com/IBM/kui/commit/c16dad3)), closes [#4943](https://github.com/IBM/kui/issues/4943) +- **plugins/plugin-client-common:** Screenshot button should not be offered inBrowser ([d1c2cfb](https://github.com/IBM/kui/commit/d1c2cfb)), closes [#4636](https://github.com/IBM/kui/issues/4636) +- **plugins/plugin-client-common:** Screenshot modal never goes away ([bbd1c98](https://github.com/IBM/kui/commit/bbd1c98)), closes [#4979](https://github.com/IBM/kui/issues/4979) +- **plugins/plugin-client-common:** Screenshot results in a react console error ([725aae5](https://github.com/IBM/kui/commit/725aae5)), closes [#4826](https://github.com/IBM/kui/issues/4826) +- **plugins/plugin-client-common:** session init done message messes up Terminal scrolling ([7e80ac1](https://github.com/IBM/kui/commit/7e80ac1)), closes [#4683](https://github.com/IBM/kui/issues/4683) +- **plugins/plugin-client-common:** sidecar toolbar text incorrectly aligned ([ddd7460](https://github.com/IBM/kui/commit/ddd7460)), closes [#4659](https://github.com/IBM/kui/issues/4659) +- **plugins/plugin-client-common:** split button errors are not reported to the user ([fc4e2a2](https://github.com/IBM/kui/commit/fc4e2a2)), closes [#4876](https://github.com/IBM/kui/issues/4876) +- **plugins/plugin-client-common:** spurious warning in the console re: Tag ([93982de](https://github.com/IBM/kui/commit/93982de)), closes [#4959](https://github.com/IBM/kui/issues/4959) +- **plugins/plugin-client-common:** status cells of live tables do not always blink ([c94b05e](https://github.com/IBM/kui/commit/c94b05e)), closes [#4903](https://github.com/IBM/kui/issues/4903) +- **plugins/plugin-client-common:** stop using Carbon's TooltipIcon for DropDown ([be04d20](https://github.com/IBM/kui/commit/be04d20)), closes [#4767](https://github.com/IBM/kui/issues/4767) +- **plugins/plugin-client-common:** TabCompletion can throw a console error ([4f877aa](https://github.com/IBM/kui/commit/4f877aa)), closes [#4785](https://github.com/IBM/kui/issues/4785) +- **plugins/plugin-client-common:** table container should only be width:100% for table not display-as-grid ([8f327cd](https://github.com/IBM/kui/commit/8f327cd)), closes [#4871](https://github.com/IBM/kui/issues/4871) +- **plugins/plugin-client-common:** Terminal screenshot odd w.r.t. auto-focus ([4b1c7d8](https://github.com/IBM/kui/commit/4b1c7d8)), closes [#4739](https://github.com/IBM/kui/issues/4739) +- **plugins/plugin-client-common:** top tab buttons should be owned by the top tab stripe ([9a45c43](https://github.com/IBM/kui/commit/9a45c43)), closes [#4690](https://github.com/IBM/kui/issues/4690) +- **plugins/plugin-client-common:** TopNavSidecar tabs easily overflow with narrower windows ([a555cd4](https://github.com/IBM/kui/commit/a555cd4)), closes [#4735](https://github.com/IBM/kui/issues/4735) +- **plugins/plugin-client-common:** UpdateNotification widget has invisible background color ([c0c1d82](https://github.com/IBM/kui/commit/c0c1d82)), closes [#4968](https://github.com/IBM/kui/issues/4968) +- **plugins/plugin-client-common:** watch pane grid cells too large ([225f937](https://github.com/IBM/kui/commit/225f937)), closes [#5070](https://github.com/IBM/kui/issues/5070) +- **plugins/plugin-client-common:** WatchPane has incorrect padding ([e74bd7b](https://github.com/IBM/kui/commit/e74bd7b)), closes [#5015](https://github.com/IBM/kui/issues/5015) +- **plugins/plugin-client-default:** default client should not use Search component inBrowser ([afb6b48](https://github.com/IBM/kui/commit/afb6b48)), closes [#5074](https://github.com/IBM/kui/issues/5074) +- **plugins/plugin-client-default:** improve debug logging of client properties ([4daba1f](https://github.com/IBM/kui/commit/4daba1f)), closes [#5088](https://github.com/IBM/kui/issues/5088) +- **plugins/plugin-core-support:** sidecar "window" buttons are too large ([33415d2](https://github.com/IBM/kui/commit/33415d2)), closes [#5094](https://github.com/IBM/kui/issues/5094) +- **plugins/plugin-core-support:** UpdateChecker always reports that an update is available ([7bcf6ea](https://github.com/IBM/kui/commit/7bcf6ea)), closes [#4918](https://github.com/IBM/kui/issues/4918) +- **plugins/plugin-core-support:** UpdateChecker tooltip should show available version ([fa4f290](https://github.com/IBM/kui/commit/fa4f290)), closes [#4905](https://github.com/IBM/kui/issues/4905) +- **plugins/plugin-kubectl:** auto-pause logs when user scrolls ([94b85e6](https://github.com/IBM/kui/commit/94b85e6)), closes [#4668](https://github.com/IBM/kui/issues/4668) +- **plugins/plugin-kubectl:** changing ns via oc does not update ns widget, in browser clients ([5eaa625](https://github.com/IBM/kui/commit/5eaa625)), closes [#4953](https://github.com/IBM/kui/issues/4953) +- **plugins/plugin-kubectl:** ExecIntoPod's terminal is not theme-aligned ([067cda3](https://github.com/IBM/kui/commit/067cda3)), closes [#4722](https://github.com/IBM/kui/issues/4722) +- **plugins/plugin-kubectl:** get-namespace table sometimes doens't show the correct selected namespace ([af66aa4](https://github.com/IBM/kui/commit/af66aa4)), closes [#4812](https://github.com/IBM/kui/issues/4812) +- **plugins/plugin-kubectl:** improve kubectl top node display with open sidecar ([6f99581](https://github.com/IBM/kui/commit/6f99581)), closes [#4737](https://github.com/IBM/kui/issues/4737) +- **plugins/plugin-kubectl:** kubectl apply edit-last-applied freezes in kui ([24a67da](https://github.com/IBM/kui/commit/24a67da)), closes [#4808](https://github.com/IBM/kui/issues/4808) +- **plugins/plugin-kubectl:** kubectl apply set-last-applied does not work ([9553907](https://github.com/IBM/kui/commit/9553907)), closes [#4844](https://github.com/IBM/kui/issues/4844) +- **plugins/plugin-kubectl:** kubectl explain subfields ([8fee2bc](https://github.com/IBM/kui/commit/8fee2bc)), closes [#4921](https://github.com/IBM/kui/issues/4921) +- **plugins/plugin-kubectl:** oc get projects does not allow user selection ([3749371](https://github.com/IBM/kui/commit/3749371)), closes [#4805](https://github.com/IBM/kui/issues/4805) +- **plugins/plugin-kubectl:** oc logs does not work ([f0808a2](https://github.com/IBM/kui/commit/f0808a2)), closes [#4965](https://github.com/IBM/kui/issues/4965) +- **plugins/plugin-kubectl:** singleton breadcrumbs in kubectl help should not be clickable ([7815464](https://github.com/IBM/kui/commit/7815464)), closes [#4961](https://github.com/IBM/kui/issues/4961) +- **plugins/plugin-kubectl:** tolerate helm 3.0 and 3.1 help custom ascii art tables ([79f8640](https://github.com/IBM/kui/commit/79f8640)), closes [#5085](https://github.com/IBM/kui/issues/5085) +- **plugins/plugin-kubectl:** windows powershell fails to get default namespace ([a5fb2e1](https://github.com/IBM/kui/commit/a5fb2e1)), closes [#4912](https://github.com/IBM/kui/issues/4912) +- **plugins/plugin-kubectl:** wordsmithing to list-resources notebook ([7255a98](https://github.com/IBM/kui/commit/7255a98)), closes [#5504](https://github.com/IBM/kui/issues/5504) +- **plugins/plugin-patternfly-themes:** update theme alignment to patternfly v4 ([3784b96](https://github.com/IBM/kui/commit/3784b96)), closes [#4948](https://github.com/IBM/kui/issues/4948) +- **plugins/plugin-proxy-support:** improved display of ProxyOffline state ([23b3206](https://github.com/IBM/kui/commit/23b3206)), closes [#4955](https://github.com/IBM/kui/issues/4955) +- about should show breadcrumbs ([99dc401](https://github.com/IBM/kui/commit/99dc401)), closes [#4730](https://github.com/IBM/kui/issues/4730) +- allow user to disable table title by feature flags, and disable table pagination ([5450512](https://github.com/IBM/kui/commit/5450512)), closes [#4640](https://github.com/IBM/kui/issues/4640) [#4655](https://github.com/IBM/kui/issues/4655) +- avoid hard-coded use of /tmp in kubectl edit ([8e4cb70](https://github.com/IBM/kui/commit/8e4cb70)), closes [#4928](https://github.com/IBM/kui/issues/4928) +- avoid using kui-custom command for switching kubectl namespace ([43863f2](https://github.com/IBM/kui/commit/43863f2)), closes [#4806](https://github.com/IBM/kui/issues/4806) +- Card component does not render well in dark themes ([d96def0](https://github.com/IBM/kui/commit/d96def0)), closes [#4996](https://github.com/IBM/kui/issues/4996) +- Confirm dialog color contrast issues ([da14c25](https://github.com/IBM/kui/commit/da14c25)), closes [#4995](https://github.com/IBM/kui/issues/4995) +- don't blink yellow forever for kubectl events ([a59ee86](https://github.com/IBM/kui/commit/a59ee86)), closes [#4869](https://github.com/IBM/kui/issues/4869) +- eliminate assumptions that "default" is the default kube namespace ([4eb392d](https://github.com/IBM/kui/commit/4eb392d)), closes [#4764](https://github.com/IBM/kui/issues/4764) +- empty watch tables/grids should show 'No resources' ([c0bfe99](https://github.com/IBM/kui/commit/c0bfe99)), closes [#4884](https://github.com/IBM/kui/issues/4884) +- erratic scroll region behavior ([be0e2a0](https://github.com/IBM/kui/commit/be0e2a0)), closes [#4898](https://github.com/IBM/kui/issues/4898) +- improve hover effect for status stripe buttons ([50ced8f](https://github.com/IBM/kui/commit/50ced8f)), closes [#4896](https://github.com/IBM/kui/issues/4896) +- Input element throws react error ([e6bb21b](https://github.com/IBM/kui/commit/e6bb21b)), closes [#4765](https://github.com/IBM/kui/issues/4765) +- kubectl edit apply twice does not work ([1976134](https://github.com/IBM/kui/commit/1976134)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- kubectl edit in sidecar doesn't show success message when a resource is applied ([cc59503](https://github.com/IBM/kui/commit/cc59503)), closes [#4691](https://github.com/IBM/kui/issues/4691) +- kubectl help misformats helm help tables ([ff36755](https://github.com/IBM/kui/commit/ff36755)), closes [#5080](https://github.com/IBM/kui/issues/5080) +- page-content p should not use text-align: justify ([2646f4b](https://github.com/IBM/kui/commit/2646f4b)), closes [#4908](https://github.com/IBM/kui/issues/4908) +- pexecs serviced by now-removed splits fail ([f6176a1](https://github.com/IBM/kui/commit/f6176a1)), closes [#4875](https://github.com/IBM/kui/issues/4875) +- remove augmentModuleLoadPath API ([47dfcdf](https://github.com/IBM/kui/commit/47dfcdf)), closes [#4839](https://github.com/IBM/kui/issues/4839) +- sidecar back/forward should be ordered by visitation rather than insertion ([fba613a](https://github.com/IBM/kui/commit/fba613a)), closes [#4746](https://github.com/IBM/kui/issues/4746) +- sidecar toolbar can't due justice to longer error messages ([e67e0c9](https://github.com/IBM/kui/commit/e67e0c9)), closes [#4789](https://github.com/IBM/kui/issues/4789) +- split screen terminals sometimes incorrect handle exit ([d63cde7](https://github.com/IBM/kui/commit/d63cde7)), closes [#4860](https://github.com/IBM/kui/issues/4860) +- summary tab is not read-only for kubectl edit command ([9f7ff82](https://github.com/IBM/kui/commit/9f7ff82)), closes [#4809](https://github.com/IBM/kui/issues/4809) +- support for using patternfly components with non-patternfly themes ([f88ef97](https://github.com/IBM/kui/commit/f88ef97)), closes [#4934](https://github.com/IBM/kui/issues/4934) +- update AnimalApp dependences ([b51e8db](https://github.com/IBM/kui/commit/b51e8db)), closes [#4835](https://github.com/IBM/kui/issues/4835) +- Update kubectl-kui location on macOS to Kui.app/Contents/Resources ([91d16b4](https://github.com/IBM/kui/commit/91d16b4)) +- upgrade @patternfly/react-core to latest ([0331533](https://github.com/IBM/kui/commit/0331533)), closes [#4937](https://github.com/IBM/kui/issues/4937) +- **plugins/plugin-client-common:** sidecar does not resopnd to Escape reliably ([cc27c4b](https://github.com/IBM/kui/commit/cc27c4b)), closes [#4774](https://github.com/IBM/kui/issues/4774) [#4804](https://github.com/IBM/kui/issues/4804) +- **plugins/plugin-core-support:** remove old "window" commands ([5a2645e](https://github.com/IBM/kui/commit/5a2645e)), closes [#5038](https://github.com/IBM/kui/issues/5038) +- **plugins/plugin-kubectl:** automatically abort idle PTYs ([2638a65](https://github.com/IBM/kui/commit/2638a65)), closes [#4742](https://github.com/IBM/kui/issues/4742) +- **plugins/plugin-kubectl:** helm help parsed usage incorrectly ([b222da2](https://github.com/IBM/kui/commit/b222da2)), closes [#4692](https://github.com/IBM/kui/issues/4692) +- **plugins/plugin-kubectl:** ImagePullBackoff should be considered a "red" state ([198100d](https://github.com/IBM/kui/commit/198100d)), closes [#4734](https://github.com/IBM/kui/issues/4734) +- **plugins/plugin-kubectl:** improve kubectl tab completion ([734f9e5](https://github.com/IBM/kui/commit/734f9e5)), closes [#4704](https://github.com/IBM/kui/issues/4704) +- **plugins/plugin-kubectl:** k edit deploy has mysterious Pod tab ([914df36](https://github.com/IBM/kui/commit/914df36)), closes [#4703](https://github.com/IBM/kui/issues/4703) +- **plugins/plugin-kubectl:** kubectl api-resources table should hide APIGROUP column with open sidecar ([ee347fa](https://github.com/IBM/kui/commit/ee347fa)), closes [#4728](https://github.com/IBM/kui/issues/4728) +- **plugins/plugin-kubectl:** kubectl apply/create/delete tables still have ALLCAPS headers ([90d72ce](https://github.com/IBM/kui/commit/90d72ce)), closes [#5068](https://github.com/IBM/kui/issues/5068) +- **plugins/plugin-kubectl:** kubectl logs -l with no matches yields internal error ([ed0374f](https://github.com/IBM/kui/commit/ed0374f)), closes [#4811](https://github.com/IBM/kui/issues/4811) +- **plugins/plugin-kubectl:** kubectl watch tables may lack namespace breadcrumb ([a0616c2](https://github.com/IBM/kui/commit/a0616c2)), closes [#4870](https://github.com/IBM/kui/issues/4870) +- **plugins/plugin-kubectl:** Logs tab should have a default tail limit ([d4cf08c](https://github.com/IBM/kui/commit/d4cf08c)), closes [#4810](https://github.com/IBM/kui/issues/4810) [#4818](https://github.com/IBM/kui/issues/4818) +- **plugins/plugin-kubectl:** status shows as Containercreating when it should be ContainerCreating ([2c4a3b6](https://github.com/IBM/kui/commit/2c4a3b6)), closes [#4798](https://github.com/IBM/kui/issues/4798) +- **plugins/plugin-kubectl:** Terminal tab test incorrectly verifies k exec output ([20ab362](https://github.com/IBM/kui/commit/20ab362)), closes [#4802](https://github.com/IBM/kui/issues/4802) +- **plugins/plugn-client-common:** TopTabStripe stays blue after command execution completes ([68f5841](https://github.com/IBM/kui/commit/68f5841)), closes [#4883](https://github.com/IBM/kui/issues/4883) +- avoid recomputing tabs when switching back and forth ([cf5e41f](https://github.com/IBM/kui/commit/cf5e41f)), closes [#4666](https://github.com/IBM/kui/issues/4666) +- clients should be able to enable watcher auto pinning without enabling splitTerminals ([bcade13](https://github.com/IBM/kui/commit/bcade13)), closes [#5002](https://github.com/IBM/kui/issues/5002) +- control+w should not close window on linux and windows ([f80c3e4](https://github.com/IBM/kui/commit/f80c3e4)), closes [#4638](https://github.com/IBM/kui/issues/4638) +- improve accessibility of table in grid form ([0ade4f7](https://github.com/IBM/kui/commit/0ade4f7)), closes [#4601](https://github.com/IBM/kui/issues/4601) +- improve error reporting for kubectl apply ([fe21671](https://github.com/IBM/kui/commit/fe21671)), closes [#4605](https://github.com/IBM/kui/issues/4605) +- kubectl Logs tab should use an xterm ([9aa0176](https://github.com/IBM/kui/commit/9aa0176)), closes [#4750](https://github.com/IBM/kui/issues/4750) [#4747](https://github.com/IBM/kui/issues/4747) +- logs tab toolbar doesn't signify when pods are 404 ([135e1be](https://github.com/IBM/kui/commit/135e1be)), closes [#4646](https://github.com/IBM/kui/issues/4646) +- place namespace breadcrumb first ([5d3b2e4](https://github.com/IBM/kui/commit/5d3b2e4)), closes [#4699](https://github.com/IBM/kui/issues/4699) +- the Logs/Terminal retry button should be visible on any exit code ([3366327](https://github.com/IBM/kui/commit/3366327)), closes [#4769](https://github.com/IBM/kui/issues/4769) +- TopNavSidecar doesn't return to the previous selected Tab when back button is hit ([32acee5](https://github.com/IBM/kui/commit/32acee5)), closes [#4745](https://github.com/IBM/kui/issues/4745) +- **plugins/plugin-kubectl:** i18n for No log data message ([589a4cd](https://github.com/IBM/kui/commit/589a4cd)), closes [#4656](https://github.com/IBM/kui/issues/4656) +- **plugins/plugin-kubectl:** remove kubectl edit cancel button ([83179e8](https://github.com/IBM/kui/commit/83179e8)), closes [#4695](https://github.com/IBM/kui/issues/4695) +- kubectl api-resources has duplicate rows and odd pagination behavior ([e740270](https://github.com/IBM/kui/commit/e740270)), closes [#4626](https://github.com/IBM/kui/issues/4626) +- sidecar container selection kebab has different color with its menu ([639617a](https://github.com/IBM/kui/commit/639617a)), closes [#4676](https://github.com/IBM/kui/issues/4676) +- **plugins/plugin-client-common:** WatchPane has non-zero height even when empty ([67a7070](https://github.com/IBM/kui/commit/67a7070)), closes [#4629](https://github.com/IBM/kui/issues/4629) +- **plugins/plugin-kubectl:** kubectl logs tab has bad interleaving and cpu issues ([1c7cf17](https://github.com/IBM/kui/commit/1c7cf17)), closes [#4664](https://github.com/IBM/kui/issues/4664) [#4665](https://github.com/IBM/kui/issues/4665) +- container filter of logs tab shows accumulated logs from previous selection ([08903b4](https://github.com/IBM/kui/commit/08903b4)), closes [#4644](https://github.com/IBM/kui/issues/4644) [#4658](https://github.com/IBM/kui/issues/4658) +- **plugin-kubectl:** kubectl get error-type -w doesn't fail fast ([4ccb733](https://github.com/IBM/kui/commit/4ccb733)), closes [#4491](https://github.com/IBM/kui/issues/4491) +- **plugins/plugin-bash-like:** fix url regex ([a97b249](https://github.com/IBM/kui/commit/a97b249)) +- **plugins/plugin-client-common:** sidecar breadcrumb font too small ([506b6a4](https://github.com/IBM/kui/commit/506b6a4)), closes [#4499](https://github.com/IBM/kui/issues/4499) +- hitting escape on initial page load toggles open empty sidecar ([8fbdce5](https://github.com/IBM/kui/commit/8fbdce5)), closes [#4487](https://github.com/IBM/kui/issues/4487) +- optimize kubectl watch load on apiserver ([3f7a32f](https://github.com/IBM/kui/commit/3f7a32f)), closes [#4494](https://github.com/IBM/kui/issues/4494) +- **plugin-kubectl:** k get pods --all-namespaces has a title with "default" as the namespace ([2f95129](https://github.com/IBM/kui/commit/2f95129)), closes [#4466](https://github.com/IBM/kui/issues/4466) +- **plugin/plugin-client-common:** improvements for patternfly icons ([8941dd0](https://github.com/IBM/kui/commit/8941dd0)), closes [#4471](https://github.com/IBM/kui/issues/4471) +- **plugins/plugi-patternfly4-themes:** add missing sans 500 font-weight ([56c2f76](https://github.com/IBM/kui/commit/56c2f76)), closes [#4389](https://github.com/IBM/kui/issues/4389) +- **plugins/plugin-bash-like:** PTY performance tweaks by removing !important css ([3e1f8e7](https://github.com/IBM/kui/commit/3e1f8e7)), closes [#4412](https://github.com/IBM/kui/issues/4412) +- **plugins/plugin-bash-like:** small visual glitch in PTY, blocks oddly shift sometimes ([bb2119e](https://github.com/IBM/kui/commit/bb2119e)), closes [#4406](https://github.com/IBM/kui/issues/4406) +- **plugins/plugin-bash-like:** update plugin-bash-like dependencies ([48f8d59](https://github.com/IBM/kui/commit/48f8d59)), closes [#4400](https://github.com/IBM/kui/issues/4400) +- **plugins/plugin-client-common:** avoid patternfly breadcrumb wrap when used in sidecar ([00ee158](https://github.com/IBM/kui/commit/00ee158)), closes [#4431](https://github.com/IBM/kui/issues/4431) +- **plugins/plugin-client-common:** components choice does not reset to default on theme switch ([1434f8b](https://github.com/IBM/kui/commit/1434f8b)), closes [#4423](https://github.com/IBM/kui/issues/4423) +- **plugins/plugin-client-common:** don't use a bright color for terminal prompt ([0d97d98](https://github.com/IBM/kui/commit/0d97d98)), closes [#4427](https://github.com/IBM/kui/issues/4427) +- **plugins/plugin-client-common:** Eval component throws console errors ([2c52dfb](https://github.com/IBM/kui/commit/2c52dfb)), closes [#4462](https://github.com/IBM/kui/issues/4462) +- **plugins/plugin-client-common:** improve color contrast of green badges in sidecar ([f65be60](https://github.com/IBM/kui/commit/f65be60)), closes [#4370](https://github.com/IBM/kui/issues/4370) +- **plugins/plugin-client-common:** improved rendering of markdown links ([3cbe638](https://github.com/IBM/kui/commit/3cbe638)), closes [#4448](https://github.com/IBM/kui/issues/4448) +- **plugins/plugin-client-common:** in narrow windows, TabContent window buttons collide with sidecar window buttons ([d377254](https://github.com/IBM/kui/commit/d377254)), closes [#4459](https://github.com/IBM/kui/issues/4459) +- **plugins/plugin-client-common:** Markdown can fail for headings with nested links ([995b129](https://github.com/IBM/kui/commit/995b129)), closes [#4468](https://github.com/IBM/kui/issues/4468) +- **plugins/plugin-client-common:** move leftover carbon scss import for CodeSnippet spi ([f8513ef](https://github.com/IBM/kui/commit/f8513ef)), closes [#4483](https://github.com/IBM/kui/issues/4483) +- **plugins/plugin-client-common:** remove background color from tables in light themes ([87651e0](https://github.com/IBM/kui/commit/87651e0)), closes [#4421](https://github.com/IBM/kui/issues/4421) +- **plugins/plugin-client-common:** remove use of carbon from LeftNavSidecar ([b0fcd3e](https://github.com/IBM/kui/commit/b0fcd3e)), closes [#4464](https://github.com/IBM/kui/issues/4464) +- **plugins/plugin-client-common:** sidecar toolbar button svgs are not themed ([327d01d](https://github.com/IBM/kui/commit/327d01d)), closes [#4372](https://github.com/IBM/kui/issues/4372) +- **plugins/plugin-client-common:** sidecar window buttons oddly shift when sidecar is maximized ([bbf7ecd](https://github.com/IBM/kui/commit/bbf7ecd)), closes [#4374](https://github.com/IBM/kui/issues/4374) +- **plugins/plugin-kubectl:** add missing test for get with not found ([3e77689](https://github.com/IBM/kui/commit/3e77689)), closes [#4492](https://github.com/IBM/kui/issues/4492) +- **plugins/plugin-kubectl:** cache kind canonicalization lookup ([e351a5f](https://github.com/IBM/kui/commit/e351a5f)), closes [#4489](https://github.com/IBM/kui/issues/4489) +- **plugins/plugin-kubectl:** k edit -h does not open in sidecar ([b6f68f8](https://github.com/IBM/kui/commit/b6f68f8)), closes [#4661](https://github.com/IBM/kui/issues/4661) +- **plugins/plugin-kubectl:** kubectl get table with mix of existing and non-existing ([8d98d15](https://github.com/IBM/kui/commit/8d98d15)), closes [#4492](https://github.com/IBM/kui/issues/4492) +- **plugins/plugin-kubectl:** remove Conditions tab ([eac3705](https://github.com/IBM/kui/commit/eac3705)), closes [#4606](https://github.com/IBM/kui/issues/4606) +- ibmcloud plugin list does not list unofficial plugins ([303fa00](https://github.com/IBM/kui/commit/303fa00)), closes [#4339](https://github.com/IBM/kui/issues/4339) +- improve contrast of cyan in Patternfly4 Light theme ([3267e89](https://github.com/IBM/kui/commit/3267e89)), closes [#4480](https://github.com/IBM/kui/issues/4480) +- **plugins/plugin-patternfly4-themes:** patternfly link hover effect color has low contrast ([c8f4a99](https://github.com/IBM/kui/commit/c8f4a99)), closes [#4475](https://github.com/IBM/kui/issues/4475) +- clicking on certain links in kubectl help result in odd behavior ([035894b](https://github.com/IBM/kui/commit/035894b)), closes [#4473](https://github.com/IBM/kui/issues/4473) +- js and ts files do not get syntax coloring ([d66e71f](https://github.com/IBM/kui/commit/d66e71f)), closes [#4450](https://github.com/IBM/kui/issues/4450) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- multiple kubectl help/usage bugs ([ebba36e](https://github.com/IBM/kui/commit/ebba36e)), closes [#4342](https://github.com/IBM/kui/issues/4342) +- prompt text alignment issues ([75a3efe](https://github.com/IBM/kui/commit/75a3efe)), closes [#4368](https://github.com/IBM/kui/issues/4368) +- PTY behaves oddly when switching tabs ([700cdda](https://github.com/IBM/kui/commit/700cdda)), closes [#2579](https://github.com/IBM/kui/issues/2579) +- reduce No log data followed by log data behavior in kube logs ([e1c0624](https://github.com/IBM/kui/commit/e1c0624)), closes [#4624](https://github.com/IBM/kui/issues/4624) +- sidecar views do not respect tab-specificity ([5a1cae2](https://github.com/IBM/kui/commit/5a1cae2)), closes [#4362](https://github.com/IBM/kui/issues/4362) +- update ibmcloud plugin compilation to use client version ([99d160e](https://github.com/IBM/kui/commit/99d160e)), closes [#4359](https://github.com/IBM/kui/issues/4359) +- use 30/70 split for LeftNavSidecar ([9a43d0b](https://github.com/IBM/kui/commit/9a43d0b)), closes [#4454](https://github.com/IBM/kui/issues/4454) [#4455](https://github.com/IBM/kui/issues/4455) +- **packages/builder:** remove leftover debugging output from kubectl powershell script ([de50054](https://github.com/IBM/kui/commit/de50054)), closes [#4248](https://github.com/IBM/kui/issues/4248) +- **packages/builder:** win32 electron build breakage ([af894d6](https://github.com/IBM/kui/commit/af894d6)), closes [#4246](https://github.com/IBM/kui/issues/4246) +- **packages/proxy:** proxy docker container needs style-src: 'unsafe-inline' ([89c33e2](https://github.com/IBM/kui/commit/89c33e2)), closes [#4261](https://github.com/IBM/kui/issues/4261) +- **plugins/plugin-bash-like:** avoid using login shell for PTYs ([a0ec1a4](https://github.com/IBM/kui/commit/a0ec1a4)), closes [#1247](https://github.com/IBM/kui/issues/1247) [#1425](https://github.com/IBM/kui/issues/1425) +- **plugins/plugin-carbon-themes:** missing import of medium font weight ([cd13b65](https://github.com/IBM/kui/commit/cd13b65)), closes [#4320](https://github.com/IBM/kui/issues/4320) +- **plugins/plugin-carbon-themes:** optimize loading of plex fonts ([aa833b1](https://github.com/IBM/kui/commit/aa833b1)), closes [#3831](https://github.com/IBM/kui/issues/3831) +- **plugins/plugin-carbon-themes:** popup > prompt not visible in carbon gray 10 theme ([469b6c0](https://github.com/IBM/kui/commit/469b6c0)), closes [#4267](https://github.com/IBM/kui/issues/4267) +- **plugins/plugin-client-common:** links in LeftNavSidecar should not have horizontal padding ([233aae6](https://github.com/IBM/kui/commit/233aae6)), closes [#4337](https://github.com/IBM/kui/issues/4337) +- **plugins/plugin-client-common:** ctrl+l does not clear screen in popup mode ([33fcd82](https://github.com/IBM/kui/commit/33fcd82)), closes [#4269](https://github.com/IBM/kui/issues/4269) +- **plugins/plugin-client-common:** override carbon's -webkit-font-smoothing: antialiased ([c114252](https://github.com/IBM/kui/commit/c114252)), closes [#4414](https://github.com/IBM/kui/issues/4414) +- **plugins/plugin-client-common:** some status stripe icons are not vertically centered ([595eec7](https://github.com/IBM/kui/commit/595eec7)), closes [#4404](https://github.com/IBM/kui/issues/4404) +- **plugins/plugin-client-common:** Table loads before breadcrumbs, oddly ([cb8a97d](https://github.com/IBM/kui/commit/cb8a97d)), closes [#4385](https://github.com/IBM/kui/issues/4385) +- **plugins/plugin-client-common:** Table paginator does not allow traversal to last page ([1916d9d](https://github.com/IBM/kui/commit/1916d9d)), closes [#4358](https://github.com/IBM/kui/issues/4358) +- **plugins/plugin-client-common:** topTabNames property does not always obey theme ([c79f9f8](https://github.com/IBM/kui/commit/c79f9f8)), closes [#4314](https://github.com/IBM/kui/issues/4314) +- **Plugins/plugin-client-common:** Tab.tsx throws console error for new users ([14d8895](https://github.com/IBM/kui/commit/14d8895)), closes [#4318](https://github.com/IBM/kui/issues/4318) +- **plugins/plugin-client-default:** remove unused fields from name.json ([6f99959](https://github.com/IBM/kui/commit/6f99959)), closes [#4294](https://github.com/IBM/kui/issues/4294) +- **plugins/plugin-client-default:** remove unused tables.json ([56082b9](https://github.com/IBM/kui/commit/56082b9)), closes [#4290](https://github.com/IBM/kui/issues/4290) +- **plugins/plugin-ibmcloud:** certain ibmcloud commands do not function with "ibmcloud" in defaultContext ([1d87981](https://github.com/IBM/kui/commit/1d87981)), closes [#4335](https://github.com/IBM/kui/issues/4335) +- **plugins/plugin-kubectl:** avoid use of /s regexp ([9468304](https://github.com/IBM/kui/commit/9468304)), closes [#4259](https://github.com/IBM/kui/issues/4259) +- **plugins/plugin-kubectl:** CurrentContext widget shows "default" for openshift clusters ([59712c0](https://github.com/IBM/kui/commit/59712c0)), closes [#4347](https://github.com/IBM/kui/issues/4347) +- **plugins/plugin-kubectl:** kubectl explain Overview tab not formatted as expected ([ffa9183](https://github.com/IBM/kui/commit/ffa9183)), closes [#4304](https://github.com/IBM/kui/issues/4304) +- **plugins/plugin-kubectl:** remove Show Logs registration ([382c685](https://github.com/IBM/kui/commit/382c685)), closes [#4603](https://github.com/IBM/kui/issues/4603) +- **plugins/plugin-kubectl:** update deprecated import of uuid ([5de8d4d](https://github.com/IBM/kui/commit/5de8d4d)), closes [#4316](https://github.com/IBM/kui/issues/4316) +- **plugins/plugin-kubectl:** we shouldn't render namespace widget when the namespace is empty in kube config ([98a9406](https://github.com/IBM/kui/commit/98a9406)), closes [#4274](https://github.com/IBM/kui/issues/4274) +- **plugins/plugin-patternfly4-themes:** darken status stripe ([17d7dbc](https://github.com/IBM/kui/commit/17d7dbc)), closes [#4402](https://github.com/IBM/kui/issues/4402) +- **plugins/plugin-patternfly4-themes:** improve contrast of active tab color ([afbbd05](https://github.com/IBM/kui/commit/afbbd05)), closes [#4429](https://github.com/IBM/kui/issues/4429) +- **plugins/plugin-patternfly4-themes:** overpass-mono font has odd line height ([75c7a01](https://github.com/IBM/kui/commit/75c7a01)), closes [#4392](https://github.com/IBM/kui/issues/4392) +- **plugins/plugin-patternfly4-themes:** patternfly4 dark does not show background color for selected nav menu ([1467f83](https://github.com/IBM/kui/commit/1467f83)), closes [#4439](https://github.com/IBM/kui/issues/4439) +- **plugins/plugin-wskflow:** bump jquery to 3.5.0 ([6ace265](https://github.com/IBM/kui/commit/6ace265)), closes [#4399](https://github.com/IBM/kui/issues/4399) +- patternfly Navigation missing theme alignment ([047f292](https://github.com/IBM/kui/commit/047f292)), closes [#4399](https://github.com/IBM/kui/issues/4399) +- pty/client performance tweaks ([d86458c](https://github.com/IBM/kui/commit/d86458c)), closes [#4397](https://github.com/IBM/kui/issues/4397) +- replace Containers with Logs tab ([00e8786](https://github.com/IBM/kui/commit/00e8786)), closes [#4603](https://github.com/IBM/kui/issues/4603) +- **packages/core:** another undefined use of Electron ([ba679d3](https://github.com/IBM/kui/commit/ba679d3)), closes [#4187](https://github.com/IBM/kui/issues/4187) +- **packages/core:** broken open external link support ([cd5b21c](https://github.com/IBM/kui/commit/cd5b21c)), closes [#4197](https://github.com/IBM/kui/issues/4197) +- **packages/core:** console error when launching production electron builds ([b0319ae](https://github.com/IBM/kui/commit/b0319ae)), closes [#4187](https://github.com/IBM/kui/issues/4187) +- **packages/core:** pry-client fails when an external kui client doesn't have invisible-global-input in index.html ([b835ffb](https://github.com/IBM/kui/commit/b835ffb)), closes [#4505](https://github.com/IBM/kui/issues/4505) +- **plugins/plugin-bash-like:** add back configurable shell ([b7fda6c](https://github.com/IBM/kui/commit/b7fda6c)) +- **plugins/plugin-bash-like:** remove leftover debug in client.ts ([adbe87e](https://github.com/IBM/kui/commit/adbe87e)), closes [#4224](https://github.com/IBM/kui/issues/4224) +- **plugins/plugin-carbon-themers:** bottom input can have poor color contrast ([9a675f5](https://github.com/IBM/kui/commit/9a675f5)), closes [#4543](https://github.com/IBM/kui/issues/4543) +- **plugins/plugin-carbon-themes:** WatchPane has blueish cast ([9130cd1](https://github.com/IBM/kui/commit/9130cd1)), closes [#4577](https://github.com/IBM/kui/issues/4577) +- **plugins/plugin-client-common:** breadcrumb fonts can be too large, and double zoom ([2e1ce11](https://github.com/IBM/kui/commit/2e1ce11)), closes [#4519](https://github.com/IBM/kui/issues/4519) +- **plugins/plugin-client-common:** Breadcrumbs in Sidecar can clip at higher font zoom levels ([3b381d7](https://github.com/IBM/kui/commit/3b381d7)), closes [#4230](https://github.com/IBM/kui/issues/4230) +- **plugins/plugin-client-common:** combine top toolbar and header of PaginatedTable UI ([3e1a1a7](https://github.com/IBM/kui/commit/3e1a1a7)), closes [#4131](https://github.com/IBM/kui/issues/4131) +- **plugins/plugin-client-common:** don't use text-02 for finished Inputs ([eb3e549](https://github.com/IBM/kui/commit/eb3e549)), closes [#4600](https://github.com/IBM/kui/issues/4600) +- **plugins/plugin-client-common:** DropDown theme alignment issues ([ef75baf](https://github.com/IBM/kui/commit/ef75baf)), closes [#4618](https://github.com/IBM/kui/issues/4618) +- **plugins/plugin-client-common:** escape key close both Confirm and the Sidecar ([f9739ec](https://github.com/IBM/kui/commit/f9739ec)), closes [#4215](https://github.com/IBM/kui/issues/4215) +- **plugins/plugin-client-common:** escape key should not toggle open closed sidecar ([bfa96ed](https://github.com/IBM/kui/commit/bfa96ed)), closes [#4218](https://github.com/IBM/kui/issues/4218) +- **plugins/plugin-client-common:** escape should not toggle sidecar visibility in popup mode ([2d9b36b](https://github.com/IBM/kui/commit/2d9b36b)), closes [#4211](https://github.com/IBM/kui/issues/4211) +- **plugins/plugin-client-common:** improved fix for sidecar not showing updates ([19153a7](https://github.com/IBM/kui/commit/19153a7)), closes [#4524](https://github.com/IBM/kui/issues/4524) +- **plugins/plugin-client-common:** in popup mode, make sure repl is visible after command execution ([0134952](https://github.com/IBM/kui/commit/0134952)), closes [#4183](https://github.com/IBM/kui/issues/4183) +- **plugins/plugin-client-common:** more DropDown theming fixes ([7d874a6](https://github.com/IBM/kui/commit/7d874a6)), closes [#4618](https://github.com/IBM/kui/issues/4618) +- **plugins/plugin-client-common:** prompt can oddly shift to left with large font sizes ([10c91f0](https://github.com/IBM/kui/commit/10c91f0)), closes [#4231](https://github.com/IBM/kui/issues/4231) +- **plugins/plugin-client-common:** radio table font size and zooming issues ([6a9d4e7](https://github.com/IBM/kui/commit/6a9d4e7)), closes [#4521](https://github.com/IBM/kui/issues/4521) +- **plugins/plugin-client-common:** RadioTable in some dark themes has poor contrast for sub-text ([a94b8c2](https://github.com/IBM/kui/commit/a94b8c2)), closes [#4541](https://github.com/IBM/kui/issues/4541) +- **plugins/plugin-client-common:** RadioTable should use [@badge-only](https://github.com/badge-only) mixin ([3c327cc](https://github.com/IBM/kui/commit/3c327cc)), closes [#4552](https://github.com/IBM/kui/issues/4552) +- **plugins/plugin-client-common:** repeated ctrl+r does not continue active reverse-i-search ([4e292cc](https://github.com/IBM/kui/commit/4e292cc)), closes [#4216](https://github.com/IBM/kui/issues/4216) +- **plugins/plugin-client-common:** reverse-i-search text too small ([e488662](https://github.com/IBM/kui/commit/e488662)), closes [#4616](https://github.com/IBM/kui/issues/4616) +- **plugins/plugin-client-default:** disable cluster utilization status stripe widget ([353cbfd](https://github.com/IBM/kui/commit/353cbfd)), closes [#4613](https://github.com/IBM/kui/issues/4613) +- **plugins/plugin-core-support:** Terminal accordion svgs don't font zoom ([80caabd](https://github.com/IBM/kui/commit/80caabd)), closes [#4240](https://github.com/IBM/kui/issues/4240) +- **Plugins/plugin-patternfly4-themes:** improve color contrast of blue, yellow, and green ([a296e9c](https://github.com/IBM/kui/commit/a296e9c)), closes [#4394](https://github.com/IBM/kui/issues/4394) +- > prompt text has poor vertical alignment ([9a796b3](https://github.com/IBM/kui/commit/9a796b3)), closes [#4237](https://github.com/IBM/kui/issues/4237) +- a few more tweaks to prompt ([7bf658a](https://github.com/IBM/kui/commit/7bf658a)), closes [#4250](https://github.com/IBM/kui/issues/4250) +- **packages/builder:** remove old local-proxy.html file ([7ecd156](https://github.com/IBM/kui/commit/7ecd156)), closes [#3573](https://github.com/IBM/kui/issues/3573) +- **packages/builder:** remove outdated builder examples ([31a96f5](https://github.com/IBM/kui/commit/31a96f5)), closes [#3568](https://github.com/IBM/kui/issues/3568) +- **packages/core:** cell onclick should be on inner ([45d2975](https://github.com/IBM/kui/commit/45d2975)), closes [#3518](https://github.com/IBM/kui/issues/3518) +- **packages/core:** further improvements to status stripe bootstrapping ([360280e](https://github.com/IBM/kui/commit/360280e)), closes [#3538](https://github.com/IBM/kui/issues/3538) +- **packages/core:** incorrect sidecar content may be presented ([a808976](https://github.com/IBM/kui/commit/a808976)), closes [#3589](https://github.com/IBM/kui/issues/3589) +- **packages/core:** MMR rendering is glitchy ([5ce89aa](https://github.com/IBM/kui/commit/5ce89aa)), closes [#3589](https://github.com/IBM/kui/issues/3589) +- **packages/core:** onclicks in sidecar tables result in odd behavior ([b6f4aa3](https://github.com/IBM/kui/commit/b6f4aa3)), closes [#3571](https://github.com/IBM/kui/issues/3571) +- **packages/core:** repl input has ellision but odd scrolling with open sidecar ([b456763](https://github.com/IBM/kui/commit/b456763)), closes [#3539](https://github.com/IBM/kui/issues/3539) +- **packages/core:** restore CommandStringContent as one of FunctionThatProducesContent types ([1e32b93](https://github.com/IBM/kui/commit/1e32b93)), closes [#3687](https://github.com/IBM/kui/issues/3687) +- **packages/core:** status stripe fragments should be hidden until data arrives ([5792746](https://github.com/IBM/kui/commit/5792746)), closes [#3538](https://github.com/IBM/kui/issues/3538) +- **packages/core:** update bottom input UI to avoid large right-pad ([c313224](https://github.com/IBM/kui/commit/c313224)), closes [#3541](https://github.com/IBM/kui/issues/3541) +- **packages/core:** webview-based theme injection can result in errors ([e7a18a1](https://github.com/IBM/kui/commit/e7a18a1)), closes [#3590](https://github.com/IBM/kui/issues/3590) +- **plugins/plugin-carbon-themes:** sidecar table contrast issue fix in carbon gray10 ([f329537](https://github.com/IBM/kui/commit/f329537)) +- **plugins/plugin-sidecar:** when nameHash is displayed, TopNavSidecar doesn't render the dehashed name ([ef887f4](https://github.com/IBM/kui/commit/ef887f4)), closes [#3969](https://github.com/IBM/kui/issues/3969) +- a few more color contrast issues with inverted sidecar themes ([f0f36d5](https://github.com/IBM/kui/commit/f0f36d5)), closes [#3874](https://github.com/IBM/kui/issues/3874) +- eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567) +- pass argvNoOptions and ParsedOptions to button function ([3d86375](https://github.com/IBM/kui/commit/3d86375)), closes [#3977](https://github.com/IBM/kui/issues/3977) +- **packages/webpack:** build-docker regression on non-mac platforms ([a3eb001](https://github.com/IBM/kui/commit/a3eb001)), closes [#3565](https://github.com/IBM/kui/issues/3565) +- **Plugins/plugin-carbon-tables:** Pagination UI can overflow offscreen ([28ff7ff](https://github.com/IBM/kui/commit/28ff7ff)), closes [#3773](https://github.com/IBM/kui/issues/3773) +- **plugins/plugin-carbon-themes:** carbon themes do not fully apply ([1659157](https://github.com/IBM/kui/commit/1659157)), closes [#3740](https://github.com/IBM/kui/issues/3740) +- **plugins/plugin-client-common:** clean up screenshot notification UI ([9ddec1a](https://github.com/IBM/kui/commit/9ddec1a)), closes [#3699](https://github.com/IBM/kui/issues/3699) +- **plugins/plugin-client-common:** improve error handling of hackFocus ([a16b680](https://github.com/IBM/kui/commit/a16b680)), closes [#3769](https://github.com/IBM/kui/issues/3769) +- **plugins/plugin-client-common:** improve Scalar renderer error handling ([c42fd6a](https://github.com/IBM/kui/commit/c42fd6a)), closes [#3765](https://github.com/IBM/kui/issues/3765) +- **plugins/plugin-client-common:** improve Screenshot UI ([bc2102a](https://github.com/IBM/kui/commit/bc2102a)), closes [#3734](https://github.com/IBM/kui/issues/3734) +- **plugins/plugin-client-common:** improved fix for status stripe icon spacing ([fe9eab2](https://github.com/IBM/kui/commit/fe9eab2)), closes [#3724](https://github.com/IBM/kui/issues/3724) +- **plugins/plugin-client-common:** keyboard shortcuts for TopTabStripe aren't working ([24d074f](https://github.com/IBM/kui/commit/24d074f)), closes [#3643](https://github.com/IBM/kui/issues/3643) +- **plugins/plugin-client-common:** misaligned svgs in paginated table ([7a201c2](https://github.com/IBM/kui/commit/7a201c2)), closes [#3702](https://github.com/IBM/kui/issues/3702) +- **plugins/plugin-client-common:** odd border-left in prompt for light themes ([a9f8af3](https://github.com/IBM/kui/commit/a9f8af3)), closes [#3752](https://github.com/IBM/kui/issues/3752) +- **plugins/plugin-client-common:** remove old min-width-date-like css class ([b075b7b](https://github.com/IBM/kui/commit/b075b7b)), closes [#3767](https://github.com/IBM/kui/issues/3767) +- **plugins/plugin-client-common:** screenshot notification never goes away ([9a8ad4f](https://github.com/IBM/kui/commit/9a8ad4f)), closes [#3705](https://github.com/IBM/kui/issues/3705) +- **plugins/plugin-client-common:** status stripe left-pad missing ([58d0613](https://github.com/IBM/kui/commit/58d0613)), closes [#3724](https://github.com/IBM/kui/issues/3724) +- **plugins/plugin-client-common:** streaming output does not scroll terminal ([63891d6](https://github.com/IBM/kui/commit/63891d6)), closes [#3760](https://github.com/IBM/kui/issues/3760) +- **plugins/plugin-client-common:** Tab uses strings rather than numbers for Close16 dimensions ([786447c](https://github.com/IBM/kui/commit/786447c)), closes [#3771](https://github.com/IBM/kui/issues/3771) +- **plugins/plugin-client-common:** Tab.tsx does not render "processing" state ([1ae0ab5](https://github.com/IBM/kui/commit/1ae0ab5)), closes [#3646](https://github.com/IBM/kui/issues/3646) +- **plugins/plugin-client-common:** text-selection is not working in repl ([5672e02](https://github.com/IBM/kui/commit/5672e02)), closes [#3738](https://github.com/IBM/kui/issues/3738) [#3739](https://github.com/IBM/kui/issues/3739) [#3741](https://github.com/IBM/kui/issues/3741) +- **plugins/plugin-client-common:** When command completes, TopTab doesn't change the process state ([f8139ac](https://github.com/IBM/kui/commit/f8139ac)), closes [#3707](https://github.com/IBM/kui/issues/3707) +- **plugins/plugin-client-default:** improve table layout for radio tables ([75e1e70](https://github.com/IBM/kui/commit/75e1e70)), closes [#3596](https://github.com/IBM/kui/issues/3596) +- **plugins/plugin-core-support:** about shows wrong breadcrumbs ([aa05182](https://github.com/IBM/kui/commit/aa05182)), closes [#3972](https://github.com/IBM/kui/issues/3972) +- **plugins/plugin-core-support:** remove old unused css ([e04536f](https://github.com/IBM/kui/commit/e04536f)), closes [#3748](https://github.com/IBM/kui/issues/3748) +- **plugins/plugin-core-support:** repl screenshot button does not capture streaming output ([a4aa544](https://github.com/IBM/kui/commit/a4aa544)), closes [#3606](https://github.com/IBM/kui/issues/3606) +- **plugins/plugin-core-support:** tab completion of "interior" text is buggy ([b13cdb7](https://github.com/IBM/kui/commit/b13cdb7)), closes [#3605](https://github.com/IBM/kui/issues/3605) +- **plugins/plugin-editor:** Editor component should be readOnly for non-files ([b537d5c](https://github.com/IBM/kui/commit/b537d5c)), closes [#3641](https://github.com/IBM/kui/issues/3641) +- **plugins/plugin-proxy-support:** proxy offline indicicator shows up in electron clients ([783b304](https://github.com/IBM/kui/commit/783b304)), closes [#3747](https://github.com/IBM/kui/issues/3747) +- **plugins/plugin-sidecar:** don't focus on LeftNavSidecar tabs on click ([8ea3507](https://github.com/IBM/kui/commit/8ea3507)), closes [#3964](https://github.com/IBM/kui/issues/3964) +- a few small tweaks for "short" tables in sidenav ([6609e6d](https://github.com/IBM/kui/commit/6609e6d)), closes [#3923](https://github.com/IBM/kui/issues/3923) +- broken ico icons ([d018404](https://github.com/IBM/kui/commit/d018404)), closes [#3947](https://github.com/IBM/kui/issues/3947) +- improve contrast of top tab stripe versus sidecar title stripe ([ee9eb63](https://github.com/IBM/kui/commit/ee9eb63)), closes [#3956](https://github.com/IBM/kui/issues/3956) +- improve presentation with narrow windows ([cb23c63](https://github.com/IBM/kui/commit/cb23c63)), closes [#3954](https://github.com/IBM/kui/issues/3954) +- pass argvNoOptions and ParsedOptions to FunctionThatProducesContent ([aaa3c42](https://github.com/IBM/kui/commit/aaa3c42)), closes [#3962](https://github.com/IBM/kui/issues/3962) +- Popup client should place InputStripe inside of StatusStripe ([a09138d](https://github.com/IBM/kui/commit/a09138d)), closes [#3949](https://github.com/IBM/kui/issues/3949) +- tables should be full-width when sidecar is open ([4e1e015](https://github.com/IBM/kui/commit/4e1e015)), closes [#3952](https://github.com/IBM/kui/issues/3952) +- **packages/core:** eliminate spurious console error messages ([30e5ad7](https://github.com/IBM/kui/commit/30e5ad7)), closes [#3906](https://github.com/IBM/kui/issues/3906) +- **plugins/plugin-bash-like:** pty output with non-zero exit code results in wall of red text ([4b6fe8e](https://github.com/IBM/kui/commit/4b6fe8e)), closes [#3939](https://github.com/IBM/kui/issues/3939) +- **plugins/plugin-carbon-tables:** improve radio button UI ([fdca8bc](https://github.com/IBM/kui/commit/fdca8bc)), closes [#3869](https://github.com/IBM/kui/issues/3869) +- **plugins/plugin-carbon-tables:** PaginatedTable always paginates ([7101c92](https://github.com/IBM/kui/commit/7101c92)), closes [#3903](https://github.com/IBM/kui/issues/3903) +- **plugins/plugin-carbon-tables:** Pagination border-top color theme alignment ([6d67b3a](https://github.com/IBM/kui/commit/6d67b3a)), closes [#3879](https://github.com/IBM/kui/issues/3879) +- **plugins/plugin-carbon-tables:** prevent horizontal scrollbars on paginated table container ([5d622c0](https://github.com/IBM/kui/commit/5d622c0)), closes [#3931](https://github.com/IBM/kui/issues/3931) +- **plugins/plugin-carbon-tables:** sidecar table shows 20 rows at maximum even without pagination ([0a2191d](https://github.com/IBM/kui/commit/0a2191d)), closes [#3890](https://github.com/IBM/kui/issues/3890) +- **plugins/plugin-carbon-themes:** improve contrast of blue colors in sidecar ([e788692](https://github.com/IBM/kui/commit/e788692)), closes [#3885](https://github.com/IBM/kui/issues/3885) +- **plugins/plugin-client-common:** active PTY easily loses focus ([8ca12e8](https://github.com/IBM/kui/commit/8ca12e8)), closes [#3945](https://github.com/IBM/kui/issues/3945) +- **plugins/plugin-client-common:** closing first tab can close entire window ([6ef836d](https://github.com/IBM/kui/commit/6ef836d)), closes [#3896](https://github.com/IBM/kui/issues/3896) +- **plugins/plugin-client-common:** horizontal scrollbar can flash on and off ([3c26eca](https://github.com/IBM/kui/commit/3c26eca)), closes [#3937](https://github.com/IBM/kui/issues/3937) +- **plugins/plugin-client-common:** small tweaks to h3 headers in Markdown content ([3eee334](https://github.com/IBM/kui/commit/3eee334)), closes [#3918](https://github.com/IBM/kui/issues/3918) +- **plugins/plugin-client-common:** SplitPane layout issues with electron 7 ([b81b75d](https://github.com/IBM/kui/commit/b81b75d)), closes [#3914](https://github.com/IBM/kui/issues/3914) +- **plugins/plugin-client-default:** cwd+w should close popup windows ([dfad325](https://github.com/IBM/kui/commit/dfad325)), closes [#3895](https://github.com/IBM/kui/issues/3895) +- **plugins/plugin-client-default:** load Popup.tsx via React.lazy ([f77c2a3](https://github.com/IBM/kui/commit/f77c2a3)), closes [#3908](https://github.com/IBM/kui/issues/3908) +- **plugins/plugin-client-default:** Popup's placeholder text modification should only listen to commands from user ([5bf83fd](https://github.com/IBM/kui/commit/5bf83fd)), closes [#3910](https://github.com/IBM/kui/issues/3910) +- **plugins/plugin-core-support:** each time about opens, another Configure menu is added ([6f1dac2](https://github.com/IBM/kui/commit/6f1dac2)), closes [#3934](https://github.com/IBM/kui/issues/3934) +- **plugins/plugin-git:** CurrentGitBranch widget can produce spurious console error messages ([705de4e](https://github.com/IBM/kui/commit/705de4e)), closes [#3941](https://github.com/IBM/kui/issues/3941) +- cmd+w doesn't closes the window when there's only 1 tab ([f2868a9](https://github.com/IBM/kui/commit/f2868a9)), closes [#3884](https://github.com/IBM/kui/issues/3884) +- disable pagination and use word-break in sidecar sidecar carbon-tables ([8d4ff4f](https://github.com/IBM/kui/commit/8d4ff4f)), closes [#3882](https://github.com/IBM/kui/issues/3882) +- multiple fixes for screenshot toast notification UI ([8725e0b](https://github.com/IBM/kui/commit/8725e0b)), closes [#3933](https://github.com/IBM/kui/issues/3933) +- **plugins/plugin-sidecar:** improve text contrast of LeftNavSidecar links ([5990f80](https://github.com/IBM/kui/commit/5990f80)), closes [#3929](https://github.com/IBM/kui/issues/3929) +- return an NavResponse without links results in blank page ([e684344](https://github.com/IBM/kui/commit/e684344)), closes [#3927](https://github.com/IBM/kui/issues/3927) +- **plugins/plugin-client-common:** shorten top tabs ([da02499](https://github.com/IBM/kui/commit/da02499)), closes [#3872](https://github.com/IBM/kui/issues/3872) +- a few more color contrast issues with inverted sidecars ([0776df7](https://github.com/IBM/kui/commit/0776df7)), closes [#3835](https://github.com/IBM/kui/issues/3835) +- use more standard TopTabStripe UI ([c390dff](https://github.com/IBM/kui/commit/c390dff)), closes [#3867](https://github.com/IBM/kui/issues/3867) +- **plugins/plugin-client-common:** improve Markdown styling of ul ([e60d592](https://github.com/IBM/kui/commit/e60d592)), closes [#3865](https://github.com/IBM/kui/issues/3865) +- improve CodeSnippet rendering in Markdown ([9df43d0](https://github.com/IBM/kui/commit/9df43d0)), closes [#3863](https://github.com/IBM/kui/issues/3863) +- **packages/core:** eliminate static dependence on client config ([328f505](https://github.com/IBM/kui/commit/328f505)), closes [#3817](https://github.com/IBM/kui/issues/3817) +- **plugins/plugin-carbon-tables:** pagination overflows when sidecar is open ([87e6717](https://github.com/IBM/kui/commit/87e6717)), closes [#3861](https://github.com/IBM/kui/issues/3861) +- paginated tables always take up full width ([f0fe792](https://github.com/IBM/kui/commit/f0fe792)), closes [#3859](https://github.com/IBM/kui/issues/3859) +- TabContent constructor sometimes calls this.setState ([5a72470](https://github.com/IBM/kui/commit/5a72470)), closes [#3844](https://github.com/IBM/kui/issues/3844) +- table model should not allow raw HTML Node ([39c87ce](https://github.com/IBM/kui/commit/39c87ce)), closes [#3785](https://github.com/IBM/kui/issues/3785) +- **packages/core:** avoid using webview theme preinjection ([cb5455e](https://github.com/IBM/kui/commit/cb5455e)), closes [#3809](https://github.com/IBM/kui/issues/3809) +- **packages/core:** bootIntoSandbox doesn't call domReady correctly ([cbb7186](https://github.com/IBM/kui/commit/cbb7186)), closes [#3847](https://github.com/IBM/kui/issues/3847) +- **packages/core:** set inBrowser for bootIntoSandbox flows ([61ef43f](https://github.com/IBM/kui/commit/61ef43f)), closes [#3840](https://github.com/IBM/kui/issues/3840) +- **packges/core:** bootIntoSandbox should call assertInSandbox ([ccf47a4](https://github.com/IBM/kui/commit/ccf47a4)), closes [#3856](https://github.com/IBM/kui/issues/3856) +- **plugin-sidecar:** React doesn't re-instantiate PaginatedTable for tabs located in the same LeftNav ([283a525](https://github.com/IBM/kui/commit/283a525)), closes [#3837](https://github.com/IBM/kui/issues/3837) [#3839](https://github.com/IBM/kui/issues/3839) +- **plugins/plugin-carbon-tables:** isSelected should not be of type string ([8a13f02](https://github.com/IBM/kui/commit/8a13f02)), closes [#3791](https://github.com/IBM/kui/issues/3791) +- **plugins/plugin-carbon-tables:** LivePaginatedTable does not properly update header ([106e722](https://github.com/IBM/kui/commit/106e722)), closes [#3795](https://github.com/IBM/kui/issues/3795) +- **plugins/plugin-carbon-themes:** color contrast issues in carbon gray 10 ([0211b54](https://github.com/IBM/kui/commit/0211b54)), closes [#3775](https://github.com/IBM/kui/issues/3775) +- **plugins/plugin-carbon-themes:** reduce load time burden of ibm-plex fonts ([49c1f60](https://github.com/IBM/kui/commit/49c1f60)), closes [#3831](https://github.com/IBM/kui/issues/3831) +- **plugins/plugin-client-common:** active+processing tab is not properly colored ([56bc759](https://github.com/IBM/kui/commit/56bc759)), closes [#3827](https://github.com/IBM/kui/issues/3827) +- **plugins/plugin-client-common:** clear console should restore active prompt value ([23afefd](https://github.com/IBM/kui/commit/23afefd)), closes [#3797](https://github.com/IBM/kui/issues/3797) +- **plugins/plugin-client-common:** improve focus preservation of active prompt ([1ef2153](https://github.com/IBM/kui/commit/1ef2153)), closes [#3805](https://github.com/IBM/kui/issues/3805) +- **plugins/plugin-client-common:** inBrowser, prompt should be basename ([f47d03c](https://github.com/IBM/kui/commit/f47d03c)), closes [#3815](https://github.com/IBM/kui/issues/3815) +- **plugins/plugin-client-common:** re-implement "sidecar-visible" attribute of Terminal ([6d280ab](https://github.com/IBM/kui/commit/6d280ab)), closes [#3833](https://github.com/IBM/kui/issues/3833) +- **plugins/plugin-client-common:** stop using value prop for uncontrolled input element ([fdbfaff](https://github.com/IBM/kui/commit/fdbfaff)), closes [#3778](https://github.com/IBM/kui/issues/3778) +- **plugins/plugin-client-default:** Popup LeftNav content has too much padding ([194f975](https://github.com/IBM/kui/commit/194f975)), closes [#3912](https://github.com/IBM/kui/issues/3912) +- **plugins/plugin-core-support:** clicking on rows of theme table results in onccuous console error message ([942e800](https://github.com/IBM/kui/commit/942e800)), closes [#3779](https://github.com/IBM/kui/issues/3779) +- **plugins/plugin-core-support:** clicking on theme name should not change theme ([71f7fd2](https://github.com/IBM/kui/commit/71f7fd2)), closes [#3804](https://github.com/IBM/kui/issues/3804) +- **plugins/plugin-sandbox:** incorrect package.json name ([a9d2243](https://github.com/IBM/kui/commit/a9d2243)), closes [#3854](https://github.com/IBM/kui/issues/3854) +- core defaultContext logic assumes existence if @kui-shell/client ([a8a32cf](https://github.com/IBM/kui/commit/a8a32cf)), closes [#3849](https://github.com/IBM/kui/issues/3849) +- improve Terminal horizontal alignment for carbon themes ([fe7c8bb](https://github.com/IBM/kui/commit/fe7c8bb)), closes [#3891](https://github.com/IBM/kui/issues/3891) +- plugin-client-command/default are publishing tsbuildinfo ([0ad3f2a](https://github.com/IBM/kui/commit/0ad3f2a)), closes [#3846](https://github.com/IBM/kui/issues/3846) +- restore support for quiet table clicks ([b8d4e51](https://github.com/IBM/kui/commit/b8d4e51)), closes [#3894](https://github.com/IBM/kui/issues/3894) +- **plugins/plugin-client-common:** top tabs disappear with narrower windows ([4184247](https://github.com/IBM/kui/commit/4184247)), closes [#3842](https://github.com/IBM/kui/issues/3842) +- **plugins/plugin-sidecar:** change ReactMarkdown CodeSnippet from single to multiline style if the characters exceed 40 ([efe45f5](https://github.com/IBM/kui/commit/efe45f5)), closes [#3877](https://github.com/IBM/kui/issues/3877) +- LeftNavSidecar fails silently for MMR with plain text mode ([56e3053](https://github.com/IBM/kui/commit/56e3053)), closes [#3823](https://github.com/IBM/kui/issues/3823) +- **plugins/plugin-sidecar:** eliminate the warning message in the javascript console when LeftNavSidecar opens ([4418e04](https://github.com/IBM/kui/commit/4418e04)), closes [#3821](https://github.com/IBM/kui/issues/3821) +- eliminate use of custom tag ([00e2728](https://github.com/IBM/kui/commit/00e2728)), closes [#3777](https://github.com/IBM/kui/issues/3777) +- reverse-i-search does not always terminate with current completion ([e05d905](https://github.com/IBM/kui/commit/e05d905)), closes [#3799](https://github.com/IBM/kui/issues/3799) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) +- with two radio tables open, only one seems to have selection at a time ([7f5006b](https://github.com/IBM/kui/commit/7f5006b)), closes [#3871](https://github.com/IBM/kui/issues/3871) +- **plugins/plugin-client-common:** improve error handling of Scalar.tsx ([53cd8e5](https://github.com/IBM/kui/commit/53cd8e5)), closes [#3781](https://github.com/IBM/kui/issues/3781) +- **plugins/plugin-sidecar:** don't focus on TopNavSidecar tabs on click ([856afbd](https://github.com/IBM/kui/commit/856afbd)), closes [#3714](https://github.com/IBM/kui/issues/3714) +- **plugins/plugin-sidecar:** implement support for Badges as functions ([4c1d7e0](https://github.com/IBM/kui/commit/4c1d7e0)), closes [#3789](https://github.com/IBM/kui/issues/3789) +- **plugins/plugin-sidecar:** lazily load monaco-editor ([03892a5](https://github.com/IBM/kui/commit/03892a5)), closes [#3746](https://github.com/IBM/kui/issues/3746) +- **plugins/plugin-sidecar:** LeftNavSidecar appears too wide ([2d0c30b](https://github.com/IBM/kui/commit/2d0c30b)), closes [#3677](https://github.com/IBM/kui/issues/3677) +- **plugins/plugin-sidecar:** poor hover colors for not-selected tabs ([f927c9e](https://github.com/IBM/kui/commit/f927c9e)), closes [#3763](https://github.com/IBM/kui/issues/3763) +- **plugins/plugin-sidecar:** regressions about defaultMode and order ([b146efb](https://github.com/IBM/kui/commit/b146efb)), closes [#3710](https://github.com/IBM/kui/issues/3710) [#3709](https://github.com/IBM/kui/issues/3709) +- **plugins/plugin-sidecar:** sidecar un-minimize bug after click-minimize ([9910929](https://github.com/IBM/kui/commit/9910929)), closes [#3758](https://github.com/IBM/kui/issues/3758) +- carbon themes should pull in plex fonts ([dbf623e](https://github.com/IBM/kui/commit/dbf623e)), closes [#3533](https://github.com/IBM/kui/issues/3533) +- configure.js sometimes failed at loading client definition assets during webpack-build ([ac0690b](https://github.com/IBM/kui/commit/ac0690b)), closes [#3527](https://github.com/IBM/kui/issues/3527) +- don't default to ls -l ([5a5b426](https://github.com/IBM/kui/commit/5a5b426)), closes [#3473](https://github.com/IBM/kui/issues/3473) +- exclude all but woff2 fonts for electron builds ([bf28c49](https://github.com/IBM/kui/commit/bf28c49)), closes [#3550](https://github.com/IBM/kui/issues/3550) +- improve job capture to tabs ([e014e36](https://github.com/IBM/kui/commit/e014e36)), closes [#3363](https://github.com/IBM/kui/issues/3363) +- improved fixes for status bar ([05f5f7d](https://github.com/IBM/kui/commit/05f5f7d)), closes [#3538](https://github.com/IBM/kui/issues/3538) [#3543](https://github.com/IBM/kui/issues/3543) +- more inverted sidecar fixes ([5316c66](https://github.com/IBM/kui/commit/5316c66)), closes [#3756](https://github.com/IBM/kui/issues/3756) +- pick a winner if more than one tab completion enumerator has offerings ([fbd6696](https://github.com/IBM/kui/commit/fbd6696)), closes [#3736](https://github.com/IBM/kui/issues/3736) +- plugin-client-default should have dependency of plugin-client-common ([41fe2f5](https://github.com/IBM/kui/commit/41fe2f5)), closes [#3583](https://github.com/IBM/kui/issues/3583) +- remove screenshot strings out of core-support i18n resource file ([65fccb8](https://github.com/IBM/kui/commit/65fccb8)), closes [#3715](https://github.com/IBM/kui/issues/3715) +- remove SFMono font hacks ([c386581](https://github.com/IBM/kui/commit/c386581)), closes [#3556](https://github.com/IBM/kui/issues/3556) +- sidecar screenshot captures blank canvas ([ce38178](https://github.com/IBM/kui/commit/ce38178)), closes [#3679](https://github.com/IBM/kui/issues/3679) +- travis failed at npm publish to [@dev](https://github.com/dev) on master merge request ([3f9e8df](https://github.com/IBM/kui/commit/3f9e8df)), closes [#3535](https://github.com/IBM/kui/issues/3535) +- **packages/builder:** kui-compile still points to old theme/css ([a72a339](https://github.com/IBM/kui/commit/a72a339)), closes [#3520](https://github.com/IBM/kui/issues/3520) +- **packages/core:** about can render with low contrast text ([0cda927](https://github.com/IBM/kui/commit/0cda927)), closes [#3477](https://github.com/IBM/kui/issues/3477) +- **packages/core:** add Partial around our use of YargsParser.Configuration ([e77fac9](https://github.com/IBM/kui/commit/e77fac9)), closes [#3499](https://github.com/IBM/kui/issues/3499) +- **packages/core:** allow specifying yargs Configuration in options.flags ([f9d24bd](https://github.com/IBM/kui/commit/f9d24bd)), closes [#3469](https://github.com/IBM/kui/issues/3469) +- **packages/core:** disable period meter updates ([eda6113](https://github.com/IBM/kui/commit/eda6113)), closes [#3503](https://github.com/IBM/kui/issues/3503) +- **packages/core:** fix memory leak in table push notification ([d36a53b](https://github.com/IBM/kui/commit/d36a53b)), closes [#3467](https://github.com/IBM/kui/issues/3467) +- **packages/core:** in-repl inputs should remain disabled in bottom input mode ([d72f03a](https://github.com/IBM/kui/commit/d72f03a)), closes [#3522](https://github.com/IBM/kui/issues/3522) +- **packages/core:** ls grid layout tweaks ([273947f](https://github.com/IBM/kui/commit/273947f)), closes [#3480](https://github.com/IBM/kui/issues/3480) +- **packages/core:** override carbon's line-height:1 ([28a3918](https://github.com/IBM/kui/commit/28a3918)), closes [#3524](https://github.com/IBM/kui/issues/3524) +- **packages/core:** preloader reports error if plugin has partial preload ([f01e93f](https://github.com/IBM/kui/commit/f01e93f)), closes [#3505](https://github.com/IBM/kui/issues/3505) +- **packages/core:** status stripe icons not always vertically aligned ([e505550](https://github.com/IBM/kui/commit/e505550)), closes [#3489](https://github.com/IBM/kui/issues/3489) +- **packages/core:** table updates should (sometimes) scroll into view ([62e9a46](https://github.com/IBM/kui/commit/62e9a46)), closes [#3510](https://github.com/IBM/kui/issues/3510) +- **plugins/plugin-bash-like:** another fix for nested pty execution, in electron ([5274532](https://github.com/IBM/kui/commit/5274532)), closes [#3493](https://github.com/IBM/kui/issues/3493) +- **plugins/plugin-bash-like:** clean up nested PTY execution path ([5cb3cc0](https://github.com/IBM/kui/commit/5cb3cc0)), closes [#3493](https://github.com/IBM/kui/issues/3493) +- **plugins/plugin-bash-like:** fix memory leak in pty/client ([afeb29e](https://github.com/IBM/kui/commit/afeb29e)), closes [#3465](https://github.com/IBM/kui/issues/3465) +- **plugins/plugin-bash-like:** ls versus tab switching ([79473fa](https://github.com/IBM/kui/commit/79473fa)), closes [#3485](https://github.com/IBM/kui/issues/3485) +- **plugins/plugin-carbon-themes:** carbon themes should import ibm-plex.css ([629bb32](https://github.com/IBM/kui/commit/629bb32)), closes [#3512](https://github.com/IBM/kui/issues/3512) +- improve watch push API typing ([b9fe949](https://github.com/IBM/kui/commit/b9fe949)), closes [#3457](https://github.com/IBM/kui/issues/3457) +- status stripe UI fixes to work better across themes ([2aa107f](https://github.com/IBM/kui/commit/2aa107f)), closes [#3507](https://github.com/IBM/kui/issues/3507) +- stop loading the entire carbon-components.min.css ([5ecba14](https://github.com/IBM/kui/commit/5ecba14)), closes [#3744](https://github.com/IBM/kui/issues/3744) +- vi will block buttom-input cross-tab ([c6b3f0b](https://github.com/IBM/kui/commit/c6b3f0b)), closes [#3173](https://github.com/IBM/kui/issues/3173) +- webpack build tarCopy falsefully excludes a theme directory ([3800794](https://github.com/IBM/kui/commit/3800794)), closes [#3516](https://github.com/IBM/kui/issues/3516) +- **plugins/plugin-bash-like:** multiple PTYs per tab ([5a62dc8](https://github.com/IBM/kui/commit/5a62dc8)), closes [#3453](https://github.com/IBM/kui/issues/3453) +- **plugins/plugin-bash-like:** pty should not use yaml heuristics when in alt buffer mode ([de048d5](https://github.com/IBM/kui/commit/de048d5)), closes [#3459](https://github.com/IBM/kui/issues/3459) +- **plugins/plugin-bash-like:** speed up date formatting in ls ([1e54a17](https://github.com/IBM/kui/commit/1e54a17)), closes [#3461](https://github.com/IBM/kui/issues/3461) +- overlapping clien-to-proxy requests can lead to parse errors ([ebcf5ed](https://github.com/IBM/kui/commit/ebcf5ed)), closes [#3314](https://github.com/IBM/kui/issues/3314) +- port filesystem tab completion to tab completion API ([df4ee2f](https://github.com/IBM/kui/commit/df4ee2f)), closes [#3446](https://github.com/IBM/kui/issues/3446) [#2403](https://github.com/IBM/kui/issues/2403) [#3447](https://github.com/IBM/kui/issues/3447) +- reducing flashing effect for PTY command not found errors ([f160337](https://github.com/IBM/kui/commit/f160337)), closes [#3449](https://github.com/IBM/kui/issues/3449) +- reimplement ls using filesystem APIs ([7eec254](https://github.com/IBM/kui/commit/7eec254)), closes [#2702](https://github.com/IBM/kui/issues/2702) [#1304](https://github.com/IBM/kui/issues/1304) +- **packages/builder:** remove outdated plugin-sample ([8af1712](https://github.com/IBM/kui/commit/8af1712)), closes [#1361](https://github.com/IBM/kui/issues/1361) +- **packages/core:** avoid double scanning for plugins ([551c648](https://github.com/IBM/kui/commit/551c648)), closes [#3424](https://github.com/IBM/kui/issues/3424) +- **packages/core:** command lookup does not correctly handling n-ary options ([a7e45fb](https://github.com/IBM/kui/commit/a7e45fb)), closes [#3427](https://github.com/IBM/kui/issues/3427) +- **packages/core:** i18n module should support numeric parmaeters ([26f18f8](https://github.com/IBM/kui/commit/26f18f8)), closes [#3384](https://github.com/IBM/kui/issues/3384) +- **packages/core:** improved fix for command lookup versus n-ary opts ([6350762](https://github.com/IBM/kui/commit/6350762)), closes [#3427](https://github.com/IBM/kui/issues/3427) +- **packages/core:** in 10.15, SFMono fonts are in a new location ([be81008](https://github.com/IBM/kui/commit/be81008)), closes [#3432](https://github.com/IBM/kui/issues/3432) +- **packages/core:** missing tooltip on sidecar maximize/minimize buttons ([864c79e](https://github.com/IBM/kui/commit/864c79e)), closes [#2883](https://github.com/IBM/kui/issues/2883) +- **packages/core:** plugin assembler has a path separator assumption ([4214641](https://github.com/IBM/kui/commit/4214641)), closes [#3326](https://github.com/IBM/kui/issues/3326) +- **packages/core:** sidecar header shouldn't display createdOn in old subtext position ([57e7d24](https://github.com/IBM/kui/commit/57e7d24)), closes [#3383](https://github.com/IBM/kui/issues/3383) +- **packages/core:** sidecar markdown should not have padding for ``` blocks ([43da4c9](https://github.com/IBM/kui/commit/43da4c9)), closes [#3393](https://github.com/IBM/kui/issues/3393) +- **packages/core:** toolbar text anchor text has low contrast ([4e96060](https://github.com/IBM/kui/commit/4e96060)), closes [#3395](https://github.com/IBM/kui/issues/3395) +- **packages/webpack:** don't ignore fsevents entirely in webpack ([eec4843](https://github.com/IBM/kui/commit/eec4843)), closes [#3402](https://github.com/IBM/kui/issues/3402) +- **packages/webpack:** store generated webpack bundles under contextRoot ([7aa074d](https://github.com/IBM/kui/commit/7aa074d)), closes [#3418](https://github.com/IBM/kui/issues/3418) +- **plugins/plugin-bash-like:** default to powershell not cmd on windows ([e7d50e2](https://github.com/IBM/kui/commit/e7d50e2)), closes [#3442](https://github.com/IBM/kui/issues/3442) +- **plugins/plugin-bash-like:** export with no args error handling ([d3e62b3](https://github.com/IBM/kui/commit/d3e62b3)), closes [#2894](https://github.com/IBM/kui/issues/2894) +- **plugins/plugin-bash-like:** fix windows git bash pty regression ([654d320](https://github.com/IBM/kui/commit/654d320)), closes [#3442](https://github.com/IBM/kui/issues/3442) +- add 'Access-Control-Allow-Origin': '\*' to webpack dev server config ([fdb18c1](https://github.com/IBM/kui/commit/fdb18c1)), closes [#3324](https://github.com/IBM/kui/issues/3324) +- add support for hiding elements at higher zoom levels ([7d2a7e0](https://github.com/IBM/kui/commit/7d2a7e0)), closes [#4232](https://github.com/IBM/kui/issues/4232) +- electron cross-builds for win32 on linux hosts do not avoid asar ([f4adf00](https://github.com/IBM/kui/commit/f4adf00)), closes [#3336](https://github.com/IBM/kui/issues/3336) +- headless build script has outdated use of jq ([f892e53](https://github.com/IBM/kui/commit/f892e53)), closes [#4163](https://github.com/IBM/kui/issues/4163) +- improve color contrast of charts in light themes ([9a60197](https://github.com/IBM/kui/commit/9a60197)), closes [#4597](https://github.com/IBM/kui/issues/4597) +- improve contextRoot support for webpack ([7b48781](https://github.com/IBM/kui/commit/7b48781)), closes [#3413](https://github.com/IBM/kui/issues/3413) +- improve windows build support ([cacd68b](https://github.com/IBM/kui/commit/cacd68b)), closes [#3332](https://github.com/IBM/kui/issues/3332) +- incorrect nodejs "engine" spec ([d091aeb](https://github.com/IBM/kui/commit/d091aeb)), closes [#3320](https://github.com/IBM/kui/issues/3320) +- kubectl top node should show % text ([f861b76](https://github.com/IBM/kui/commit/f861b76)), closes [#4598](https://github.com/IBM/kui/issues/4598) +- kui session is noop in electron mode ([80f8690](https://github.com/IBM/kui/commit/80f8690)), closes [#3330](https://github.com/IBM/kui/issues/3330) +- kui-watch-webpack should just watch webpack, not build ([ece3623](https://github.com/IBM/kui/commit/ece3623)), closes [#3377](https://github.com/IBM/kui/issues/3377) +- lighten up the PaginatedTable UI ([eccf23b](https://github.com/IBM/kui/commit/eccf23b)), closes [#4155](https://github.com/IBM/kui/issues/4155) +- optimize webpack bundle loading ([e2f473a](https://github.com/IBM/kui/commit/e2f473a)), closes [#3359](https://github.com/IBM/kui/issues/3359) +- propagate statusCode back from the proxy ([275240a](https://github.com/IBM/kui/commit/275240a)), closes [#3318](https://github.com/IBM/kui/issues/3318) +- regression due to introduced cycle dependendence ([d1799b0](https://github.com/IBM/kui/commit/d1799b0)), closes [#3422](https://github.com/IBM/kui/issues/3422) +- repl scrollbars overlap with repl content ([69a265e](https://github.com/IBM/kui/commit/69a265e)) +- sidecar Toolbar component renders empty if there is no Toolbar content ([14c27ba](https://github.com/IBM/kui/commit/14c27ba)), closes [#4229](https://github.com/IBM/kui/issues/4229) +- update strip-ansi to the latest ([a725ffc](https://github.com/IBM/kui/commit/a725ffc)), closes [#3438](https://github.com/IBM/kui/issues/3438) +- **packages/test:** runMochaLayersv2.sh should export WEBPACK_CLIENT_URL ([14fcdc9](https://github.com/IBM/kui/commit/14fcdc9)), closes [#3407](https://github.com/IBM/kui/issues/3407) +- **packages/webpack:** electron packager versus node-pty binaries ([5397577](https://github.com/IBM/kui/commit/5397577)), closes [#3381](https://github.com/IBM/kui/issues/3381) +- **plugins/plugin-editor:** remove use of fragile semi-global in editor init ([560396e](https://github.com/IBM/kui/commit/560396e)), closes [#3415](https://github.com/IBM/kui/issues/3415) +- webpack builds for production a bit broken ([26999c8](https://github.com/IBM/kui/commit/26999c8)), closes [#3405](https://github.com/IBM/kui/issues/3405) +- **packages/builder:** improve color contrast of about in Dark theme ([2e1b2f8](https://github.com/IBM/kui/commit/2e1b2f8)), closes [#3301](https://github.com/IBM/kui/issues/3301) +- **packages/builder:** support cross-builds of electron clients ([27b5b8f](https://github.com/IBM/kui/commit/27b5b8f)), closes [#3304](https://github.com/IBM/kui/issues/3304) +- **packages/core:** add ParsedOptions to light Commands api ([15e0bec](https://github.com/IBM/kui/commit/15e0bec)), closes [#3224](https://github.com/IBM/kui/issues/3224) +- **packages/core:** add TableStyle and Cell to exported table-models API ([fa67b80](https://github.com/IBM/kui/commit/fa67b80)), closes [#3149](https://github.com/IBM/kui/issues/3149) +- **packages/core:** allow for lighter-weight imports of Commands API ([b36c98c](https://github.com/IBM/kui/commit/b36c98c)), closes [#3222](https://github.com/IBM/kui/issues/3222) +- **packages/core:** CommandOptions type not exported ([d9a58d6](https://github.com/IBM/kui/commit/d9a58d6)), closes [#3230](https://github.com/IBM/kui/issues/3230) +- **packages/core:** current selection versus MetadataBearingByReference ([4c78a34](https://github.com/IBM/kui/commit/4c78a34)), closes [#3228](https://github.com/IBM/kui/issues/3228) +- **packages/core:** duplicate version badges ([6842318](https://github.com/IBM/kui/commit/6842318)), closes [#3232](https://github.com/IBM/kui/issues/3232) +- **packages/core:** improve sidecar button behavior ([80c00fe](https://github.com/IBM/kui/commit/80c00fe)), closes [#3165](https://github.com/IBM/kui/issues/3165) [#3166](https://github.com/IBM/kui/issues/3166) +- **packages/core:** mmr couldn't show up when the sidecar is minimized ([91cd2cc](https://github.com/IBM/kui/commit/91cd2cc)), closes [#3164](https://github.com/IBM/kui/issues/3164) +- **packages/core:** mmr show does not pass through full resource on all paths ([63c89ea](https://github.com/IBM/kui/commit/63c89ea)), closes [#3181](https://github.com/IBM/kui/issues/3181) +- **packages/core:** name click handlers are sticky ([bba60e9](https://github.com/IBM/kui/commit/bba60e9)), closes [#3242](https://github.com/IBM/kui/issues/3242) +- **packages/core:** no sidecar title wrapping with namehash ([e85b9ee](https://github.com/IBM/kui/commit/e85b9ee)), closes [#3238](https://github.com/IBM/kui/issues/3238) +- **packages/core:** on repl.exec error, emit errors to debug channel ([64347ee](https://github.com/IBM/kui/commit/64347ee)), closes [#3178](https://github.com/IBM/kui/issues/3178) +- **packages/core:** onclickSilence not completely silent for MultiModalResponse ([4480e3f](https://github.com/IBM/kui/commit/4480e3f)), closes [#3162](https://github.com/IBM/kui/issues/3162) +- **packages/core:** process clientRequired plugins before clientHosted plugins ([fcc3bd0](https://github.com/IBM/kui/commit/fcc3bd0)), closes [#3191](https://github.com/IBM/kui/issues/3191) +- **packages/core:** remove old EntitySpec support ([e45fb7b](https://github.com/IBM/kui/commit/e45fb7b)), closes [#3268](https://github.com/IBM/kui/issues/3268) +- **packages/core:** remove some old table formatting code ([d95df43](https://github.com/IBM/kui/commit/d95df43)), closes [#3282](https://github.com/IBM/kui/issues/3282) +- **packages/core:** sidecar auto-close on delete versus metadata bearing ([0a45fe0](https://github.com/IBM/kui/commit/0a45fe0)), closes [#3244](https://github.com/IBM/kui/issues/3244) +- **packages/core:** sidecar basic function should not require plugins ([07aa3e3](https://github.com/IBM/kui/commit/07aa3e3)), closes [#3172](https://github.com/IBM/kui/issues/3172) +- **packages/test:** nameHash waitUntil does not use waitTimeout ([5c996f4](https://github.com/IBM/kui/commit/5c996f4)), closes [#3246](https://github.com/IBM/kui/issues/3246) +- **plugins/plugin-client-common:** captured screenshots can show hover effect ([d48370b](https://github.com/IBM/kui/commit/d48370b)), closes [#4153](https://github.com/IBM/kui/issues/4153) +- **plugins/plugin-client-common:** captured screenshots sometimes have residual sepia tones ([97172c6](https://github.com/IBM/kui/commit/97172c6)), closes [#4170](https://github.com/IBM/kui/issues/4170) +- **plugins/plugin-client-common:** carbon breadcrumb secondary text color ([23711f6](https://github.com/IBM/kui/commit/23711f6)), closes [#4575](https://github.com/IBM/kui/issues/4575) +- **plugins/plugin-client-common:** PatternFly RadioTable impl lacks header and proper column alignment ([a432728](https://github.com/IBM/kui/commit/a432728)), closes [#4528](https://github.com/IBM/kui/issues/4528) +- **plugins/plugin-client-common:** RadioTable UI improvements for PatternFly ([1489310](https://github.com/IBM/kui/commit/1489310)), closes [#4539](https://github.com/IBM/kui/issues/4539) +- **plugins/plugin-client-common:** remove radio support from PaginatedTable ([5bf052e](https://github.com/IBM/kui/commit/5bf052e)), closes [#4515](https://github.com/IBM/kui/issues/4515) +- **plugins/plugin-client-common:** sidecar history should respect PWD ([b122cc1](https://github.com/IBM/kui/commit/b122cc1)), closes [#4202](https://github.com/IBM/kui/issues/4202) +- **plugins/plugin-client-common:** table bottom toolbar missing grid buttons, poor alignment and height ([44e1018](https://github.com/IBM/kui/commit/44e1018)), closes [#4133](https://github.com/IBM/kui/issues/4133) +- **plugins/plugin-client-common:** tooltips can render below other UI elements ([6dd4808](https://github.com/IBM/kui/commit/6dd4808)), closes [#4159](https://github.com/IBM/kui/issues/4159) +- **plugins/plugin-client-common:** tweaks to WatchPane layout and typogrpahy ([a716bdc](https://github.com/IBM/kui/commit/a716bdc)), closes [#4549](https://github.com/IBM/kui/issues/4549) +- **plugins/plugin-client-common:** WatchPane spacing fixes ([b3bd998](https://github.com/IBM/kui/commit/b3bd998)), closes [#4547](https://github.com/IBM/kui/issues/4547) +- **plugins/plugin-client-common:** with narrow windows, hide sidecar resize thumb ([a7c72e8](https://github.com/IBM/kui/commit/a7c72e8)), closes [#4179](https://github.com/IBM/kui/issues/4179) +- **plugins/plugin-client-common:** with reverse-i-search many errors in console on key press ([794a2d0](https://github.com/IBM/kui/commit/794a2d0)), closes [#4564](https://github.com/IBM/kui/issues/4564) +- **plugins/plugin-client-default:** add missing newline in about text ([4fcc9d7](https://github.com/IBM/kui/commit/4fcc9d7)), closes [#4168](https://github.com/IBM/kui/issues/4168) +- **plugins/plugin-core-support:** getting started text is stretched in non-English ([1413a26](https://github.com/IBM/kui/commit/1413a26)) +- **plugins/plugin-editor:** pin monac-editor-webpack-plugin dep ([dffb4aa](https://github.com/IBM/kui/commit/dffb4aa)), closes [#3387](https://github.com/IBM/kui/issues/3387) +- **plugins/plugin-editor:** remove leftover use of old `direct` API ([be6c50c](https://github.com/IBM/kui/commit/be6c50c)), closes [#3310](https://github.com/IBM/kui/issues/3310) +- **plugins/plugin-kubectl:** ensure Show Owner button appears near end of toolbar buttons ([224c586](https://github.com/IBM/kui/commit/224c586)), closes [#4124](https://github.com/IBM/kui/issues/4124) +- **plugins/plugin-kubectl:** firefox does not support the /s flag to RegExp ([5b661a6](https://github.com/IBM/kui/commit/5b661a6)), closes [#4206](https://github.com/IBM/kui/issues/4206) +- **plugins/plugin-kubectl:** in kube namespace table, selected namespace should float to top ([f0e597f](https://github.com/IBM/kui/commit/f0e597f)), closes [#4129](https://github.com/IBM/kui/issues/4129) +- **plugins/plugin-kubectl:** inconsistent capitalization of breadcrumbs ([963b166](https://github.com/IBM/kui/commit/963b166)), closes [#4607](https://github.com/IBM/kui/issues/4607) +- **plugins/plugin-kubectl:** k get events -w bombs ([20c2caf](https://github.com/IBM/kui/commit/20c2caf)), closes [#4557](https://github.com/IBM/kui/issues/4557) +- **plugins/plugin-kubectl:** kubectl api-resources table shows 'unknown' in title ([0461710](https://github.com/IBM/kui/commit/0461710)), closes [#4145](https://github.com/IBM/kui/issues/4145) +- **plugins/plugin-kubectl:** kubectl create secret hangs yellow ([e11dbb8](https://github.com/IBM/kui/commit/e11dbb8)), closes [#4571](https://github.com/IBM/kui/issues/4571) +- **plugins/plugin-kubectl:** kubectl describe -h has old bold text ([b31d066](https://github.com/IBM/kui/commit/b31d066)), closes [#4568](https://github.com/IBM/kui/issues/4568) +- **plugins/plugin-kubectl:** kubectl explain -h should render as usage in sidecar ([8e00c3f](https://github.com/IBM/kui/commit/8e00c3f)), closes [#4211](https://github.com/IBM/kui/issues/4211) +- **plugins/plugin-kubectl:** kubectl get --all-namespaces --watch does not update ([663a972](https://github.com/IBM/kui/commit/663a972)), closes [#4581](https://github.com/IBM/kui/issues/4581) +- **plugins/plugin-kubectl:** kubectl Show Events query not precise enough ([eda6b38](https://github.com/IBM/kui/commit/eda6b38)), closes [#4572](https://github.com/IBM/kui/issues/4572) +- **plugins/plugin-kubectl:** kubectl top nodes can present "NaN" ([30df3dd](https://github.com/IBM/kui/commit/30df3dd)), closes [#4189](https://github.com/IBM/kui/issues/4189) +- **plugins/plugin-kubectl:** more refinements to Form layout heuristics ([e92327d](https://github.com/IBM/kui/commit/e92327d)), closes [#4118](https://github.com/IBM/kui/issues/4118) +- **plugins/plugin-kubectl:** revert to editor-based Summary tab ([3ecd638](https://github.com/IBM/kui/commit/3ecd638)), closes [#4594](https://github.com/IBM/kui/issues/4594) +- **plugins/plugin-kubectl:** watch table doesn't have breadcrumbs title ([43fbe6a](https://github.com/IBM/kui/commit/43fbe6a)), closes [#4135](https://github.com/IBM/kui/issues/4135) +- **plugins/plugin-proxy-support:** fixed env for proxy executor ([c8de22b](https://github.com/IBM/kui/commit/c8de22b)) +- **plugins/plugin-wskflow:** wskflow's dynamic import of jquery and ELK ([6f2b4ed](https://github.com/IBM/kui/commit/6f2b4ed)), closes [#3397](https://github.com/IBM/kui/issues/3397) +- **plugins/plugins-wskflow:** race in wskflow with edge labels ([ed9b750](https://github.com/IBM/kui/commit/ed9b750)), closes [#3401](https://github.com/IBM/kui/issues/3401) +- another attempt to not-modify a package-lock.json ([70ea4ea](https://github.com/IBM/kui/commit/70ea4ea)), closes [#3205](https://github.com/IBM/kui/issues/3205) +- another fix for codecov ([0b10599](https://github.com/IBM/kui/commit/0b10599)), closes [#3217](https://github.com/IBM/kui/issues/3217) +- breadcrumb in TopNavSidecar isn't zoomable ([2642f39](https://github.com/IBM/kui/commit/2642f39)), closes [#4091](https://github.com/IBM/kui/issues/4091) +- clicking on container name in details sidecar should add -c to logs command ([61c7c08](https://github.com/IBM/kui/commit/61c7c08)), closes [#4498](https://github.com/IBM/kui/issues/4498) +- collect codecov for plugin assembler ([7a0a48c](https://github.com/IBM/kui/commit/7a0a48c)), closes [#3284](https://github.com/IBM/kui/issues/3284) +- improve npm release stage ([a0745ae](https://github.com/IBM/kui/commit/a0745ae)), closes [#3208](https://github.com/IBM/kui/issues/3208) +- reduce expense of preloader on webapp init ([00b87c0](https://github.com/IBM/kui/commit/00b87c0)), closes [#3286](https://github.com/IBM/kui/issues/3286) +- **packages/core:** remove unused parts of Response data type ([2eecec1](https://github.com/IBM/kui/commit/2eecec1)), closes [#3272](https://github.com/IBM/kui/issues/3272) +- fixup paths for codecov ([ceddddd](https://github.com/IBM/kui/commit/ceddddd)), closes [#3217](https://github.com/IBM/kui/issues/3217) +- remove package-lock from publishers/s3 ([4a9d7a1](https://github.com/IBM/kui/commit/4a9d7a1)), closes [#3205](https://github.com/IBM/kui/issues/3205) +- travis doesn't push macOS build to the cos bucket ([4ef695c](https://github.com/IBM/kui/commit/4ef695c)), closes [#3265](https://github.com/IBM/kui/issues/3265) +- **plugins/plugin-bash-like:** open should not use kedit ([2548998](https://github.com/IBM/kui/commit/2548998)), closes [#3199](https://github.com/IBM/kui/issues/3199) +- **plugins/plugin-editor:** editor does not use metadata.name ([7578ec2](https://github.com/IBM/kui/commit/7578ec2)), closes [#3240](https://github.com/IBM/kui/issues/3240) +- **plugins/plugin-wskflow:** improve "is deployed" to be more k8s metadata-like ([f5af9d0](https://github.com/IBM/kui/commit/f5af9d0)), closes [#3248](https://github.com/IBM/kui/issues/3248) +- clients/base should symlink default/theme rather than hard copy ([bfd2cf3](https://github.com/IBM/kui/commit/bfd2cf3)), closes [#3152](https://github.com/IBM/kui/issues/3152) +- eliminate complex nesting of NavResponse model ([e849ae7](https://github.com/IBM/kui/commit/e849ae7)), closes [#4205](https://github.com/IBM/kui/issues/4205) +- ensure kubectl Delete toolbar button appears at far right ([9eb3079](https://github.com/IBM/kui/commit/9eb3079)), closes [#4116](https://github.com/IBM/kui/issues/4116) +- font zooming issues ([5442532](https://github.com/IBM/kui/commit/5442532)), closes [#4176](https://github.com/IBM/kui/issues/4176) [#4177](https://github.com/IBM/kui/issues/4177) +- improve alignment of icons ([221d0f9](https://github.com/IBM/kui/commit/221d0f9)), closes [#4555](https://github.com/IBM/kui/issues/4555) +- improve alignment of Terminal timestamp ([c361f85](https://github.com/IBM/kui/commit/c361f85)), closes [#4587](https://github.com/IBM/kui/issues/4587) +- improve color contrast of wskflow ([fa8630b](https://github.com/IBM/kui/commit/fa8630b)), closes [#4071](https://github.com/IBM/kui/issues/4071) +- improve handling of narrower windows ([7a32591](https://github.com/IBM/kui/commit/7a32591)), closes [#4181](https://github.com/IBM/kui/issues/4181) +- improve kubectl breadcrumb detection ([6cacfe6](https://github.com/IBM/kui/commit/6cacfe6)), closes [#4099](https://github.com/IBM/kui/issues/4099) +- improved color contrast in bottom stripe light themes (on hover) ([58681b8](https://github.com/IBM/kui/commit/58681b8)), closes [#4081](https://github.com/IBM/kui/issues/4081) +- kubectl summary form clipping ([7ea65e8](https://github.com/IBM/kui/commit/7ea65e8)), closes [#4093](https://github.com/IBM/kui/issues/4093) +- kubectl summary Form TextInputs can be cropped ([3becaf9](https://github.com/IBM/kui/commit/3becaf9)), closes [#4077](https://github.com/IBM/kui/issues/4077) +- mkclient.sh failed with tsc error ([bb6b706](https://github.com/IBM/kui/commit/bb6b706)), closes [#3146](https://github.com/IBM/kui/issues/3146) +- PaginatedTable fails at distinguishing the rowKeys of `k get --all-namespaces` table ([6658729](https://github.com/IBM/kui/commit/6658729)), closes [#4579](https://github.com/IBM/kui/issues/4579) +- productName in carbon theme shouldn't have hover effect ([3159cd9](https://github.com/IBM/kui/commit/3159cd9)), closes [#4592](https://github.com/IBM/kui/issues/4592) +- proxy still runs http-allocate-cert even if NO_DOCKER is set ([5267e52](https://github.com/IBM/kui/commit/5267e52)), closes [#4137](https://github.com/IBM/kui/issues/4137) +- Red error text contrast issue in Carbon 90 theme ([86a86ed](https://github.com/IBM/kui/commit/86a86ed)), closes [#FF767](https://github.com/IBM/kui/issues/FF767) [#3096](https://github.com/IBM/kui/issues/3096) +- remove use of inline styling in Form.tsx ([23121b2](https://github.com/IBM/kui/commit/23121b2)), closes [#4112](https://github.com/IBM/kui/issues/4112) +- some UI elements missing from editor UI ([797f527](https://github.com/IBM/kui/commit/797f527)), closes [#4582](https://github.com/IBM/kui/issues/4582) +- table status grid layout seems buggy ([7da6ff3](https://github.com/IBM/kui/commit/7da6ff3)), closes [#4143](https://github.com/IBM/kui/issues/4143) +- tekton Step nodes show with hashed background ([8428d72](https://github.com/IBM/kui/commit/8428d72)), closes [#4114](https://github.com/IBM/kui/issues/4114) +- the colors of status badges: Error, ImagePullBackOff and ErrImagePull are incorrect ([fd206f6](https://github.com/IBM/kui/commit/fd206f6)), closes [#4171](https://github.com/IBM/kui/issues/4171) +- **packages/builder:** electron builder versus external clients ([cbc1d37](https://github.com/IBM/kui/commit/cbc1d37)), closes [#3119](https://github.com/IBM/kui/issues/3119) +- **packages/builder:** kui-babel might not transpile subdirectories ([558f72f](https://github.com/IBM/kui/commit/558f72f)), closes [#3995](https://github.com/IBM/kui/issues/3995) +- **packages/builder:** kui-compile does not work in external clients ([3ef193a](https://github.com/IBM/kui/commit/3ef193a)), closes [#3993](https://github.com/IBM/kui/issues/3993) +- **packages/core:** adjust REPL tables to be a bit more standard ([e2b8d17](https://github.com/IBM/kui/commit/e2b8d17)), closes [#3036](https://github.com/IBM/kui/issues/3036) +- **packages/core:** avoid "custom" in the sidecar "kind" display ([b9ddcd1](https://github.com/IBM/kui/commit/b9ddcd1)), closes [#3059](https://github.com/IBM/kui/issues/3059) [#3061](https://github.com/IBM/kui/issues/3061) +- **packages/core:** broken clickable resource names for CLIs that don't have a kui plugin ([3c0f8ae](https://github.com/IBM/kui/commit/3c0f8ae)), closes [#2888](https://github.com/IBM/kui/issues/2888) +- **packages/core:** drilldown versus back button race condition ([3405b37](https://github.com/IBM/kui/commit/3405b37)), closes [#3114](https://github.com/IBM/kui/issues/3114) +- **packages/core:** eliminate repl/exec -> spawn-electron import path ([10d0e77](https://github.com/IBM/kui/commit/10d0e77)), closes [#3014](https://github.com/IBM/kui/issues/3014) +- **packages/core:** fix for low-level bug in resolver.resolve ([c84c03b](https://github.com/IBM/kui/commit/c84c03b)), closes [#3050](https://github.com/IBM/kui/issues/3050) +- **packages/core:** improve support for pretty-printed names in MMR ([e7ee814](https://github.com/IBM/kui/commit/e7ee814)), closes [#3136](https://github.com/IBM/kui/issues/3136) +- **packages/core:** inconsistent horizontal padding in popup tables ([3c52c19](https://github.com/IBM/kui/commit/3c52c19)), closes [#3048](https://github.com/IBM/kui/issues/3048) +- **packages/core:** isHTML fails if input is null ([eecdbac](https://github.com/IBM/kui/commit/eecdbac)), closes [#3019](https://github.com/IBM/kui/issues/3019) +- **packages/core:** kui hangs if prescan references non-existent plugin ([aff7c8c](https://github.com/IBM/kui/commit/aff7c8c)), closes [#3018](https://github.com/IBM/kui/issues/3018) +- **packages/core:** leftover debugging output in core/repl/exec ([7a8b6b8](https://github.com/IBM/kui/commit/7a8b6b8)), closes [#3997](https://github.com/IBM/kui/issues/3997) +- **packages/core:** mmr/show has leftover debug output ([197efa8](https://github.com/IBM/kui/commit/197efa8)), closes [#3112](https://github.com/IBM/kui/issues/3112) +- **packages/core:** MultiModalResponse can have duplicate tabs ([69d5c4d](https://github.com/IBM/kui/commit/69d5c4d)), closes [#3088](https://github.com/IBM/kui/issues/3088) +- **packages/core:** multimodalresponse does not display buttons ([8c4e31a](https://github.com/IBM/kui/commit/8c4e31a)), closes [#3098](https://github.com/IBM/kui/issues/3098) +- **packages/core:** poor popup table cell spacing ([1d34eeb](https://github.com/IBM/kui/commit/1d34eeb)), closes [#3026](https://github.com/IBM/kui/issues/3026) +- **packages/core:** popup kind displays CUSTOM for tables ([71e6279](https://github.com/IBM/kui/commit/71e6279)), closes [#3052](https://github.com/IBM/kui/issues/3052) +- **packages/core:** radio table height changes when selected row changes ([8ca0acd](https://github.com/IBM/kui/commit/8ca0acd)), closes [#3110](https://github.com/IBM/kui/issues/3110) +- **packages/core:** remove debugging from mmr/show ([1481241](https://github.com/IBM/kui/commit/1481241)), closes [#3128](https://github.com/IBM/kui/issues/3128) +- **packages/core:** remove debugging printf from core popup ([13fe320](https://github.com/IBM/kui/commit/13fe320)), closes [#3073](https://github.com/IBM/kui/issues/3073) +- **packages/core:** remove electron-context-menu dependence ([87f72c0](https://github.com/IBM/kui/commit/87f72c0)), closes [#3064](https://github.com/IBM/kui/issues/3064) [#3014](https://github.com/IBM/kui/issues/3014) +- **packages/core:** remove use of "open" npm ([9501948](https://github.com/IBM/kui/commit/9501948)), closes [#3090](https://github.com/IBM/kui/issues/3090) +- **packages/core:** REPL UI should emit "ok" for multimodalresponse ([1015520](https://github.com/IBM/kui/commit/1015520)), closes [#3100](https://github.com/IBM/kui/issues/3100) +- **packages/core:** tighten up inter-block vertical spacing ([aed2c42](https://github.com/IBM/kui/commit/aed2c42)), closes [#3108](https://github.com/IBM/kui/issues/3108) +- **packages/core:** use tighter row spacing for Light tables ([aed2ca9](https://github.com/IBM/kui/commit/aed2ca9)), closes [#3104](https://github.com/IBM/kui/issues/3104) +- **packages/test:** runMochaLayers versus external clients ([89578dc](https://github.com/IBM/kui/commit/89578dc)), closes [#3106](https://github.com/IBM/kui/issues/3106) +- **plugin-client-common:** PaginatedTable clicks on page N+1 activate handlers on first page ([f5f6045](https://github.com/IBM/kui/commit/f5f6045)), closes [#3999](https://github.com/IBM/kui/issues/3999) +- **plugins/plugin-carbon-themes:** carbon themes have dead css rules ([4d6fce6](https://github.com/IBM/kui/commit/4d6fce6)), closes [#4096](https://github.com/IBM/kui/issues/4096) +- **plugins/plugin-carbon-themes:** poor color contrast in carbon gray 10 sidecar ([1d79239](https://github.com/IBM/kui/commit/1d79239)), closes [#4053](https://github.com/IBM/kui/issues/4053) +- **plugins/plugin-client-common:** badge/STATUS column is always monospace ([b53e8f9](https://github.com/IBM/kui/commit/b53e8f9)), closes [#4056](https://github.com/IBM/kui/issues/4056) +- **plugins/plugin-client-common:** improve consistency of button hover effects ([2e96c8c](https://github.com/IBM/kui/commit/2e96c8c)), closes [#3986](https://github.com/IBM/kui/issues/3986) +- **plugins/plugin-client-common:** LeftNavSidecar does not support font zooming ([7008857](https://github.com/IBM/kui/commit/7008857)), closes [#4001](https://github.com/IBM/kui/issues/4001) +- **plugins/plugin-client-common:** live tables too thin when sidecar is open ([ccd41f0](https://github.com/IBM/kui/commit/ccd41f0)), closes [#4029](https://github.com/IBM/kui/issues/4029) [#4031](https://github.com/IBM/kui/issues/4031) +- **plugins/plugin-client-common:** reduce size of sidecar window buttons ([79336ad](https://github.com/IBM/kui/commit/79336ad)), closes [#4074](https://github.com/IBM/kui/issues/4074) +- **plugins/plugin-client-common:** TopNavSidecar renders poorly with narrower windows ([4be1068](https://github.com/IBM/kui/commit/4be1068)), closes [#4095](https://github.com/IBM/kui/issues/4095) +- **plugins/plugin-core-support:** command `!!` returns console error ([0a6c140](https://github.com/IBM/kui/commit/0a6c140)), closes [#2893](https://github.com/IBM/kui/issues/2893) +- **plugins/plugin-core-support:** tab completion versus cursor motion ([d428a3e](https://github.com/IBM/kui/commit/d428a3e)), closes [#3087](https://github.com/IBM/kui/issues/3087) +- tomorrow night theme should use blue for table names ([0e3315d](https://github.com/IBM/kui/commit/0e3315d)), closes [#3102](https://github.com/IBM/kui/issues/3102) +- **plugins/plugin-editor:** fix sidecar editor tooltip contrast issue ([3b612a2](https://github.com/IBM/kui/commit/3b612a2)) +- **plugins/plugin-editor:** syntax coloring not always active ([2f565bf](https://github.com/IBM/kui/commit/2f565bf)), closes [#3043](https://github.com/IBM/kui/issues/3043) +- **plugins/plugin-k8s:** clicking Previous Log Tab in browser issues \_kubectl command in REPL ([de8356b](https://github.com/IBM/kui/commit/de8356b)), closes [#3040](https://github.com/IBM/kui/issues/3040) +- **plugins/plugin-k8s:** fix helm get notes in sidecar ([04c245e](https://github.com/IBM/kui/commit/04c245e)) +- **plugins/plugin-kubectl:** kubectl edit should support editing a list of resources ([4cd4d43](https://github.com/IBM/kui/commit/4cd4d43)), closes [#4555](https://github.com/IBM/kui/issues/4555) +- **plugins/plugin-kubectl:** kubectl watch tables can be misparsed ([cb3e1c2](https://github.com/IBM/kui/commit/cb3e1c2)), closes [#4139](https://github.com/IBM/kui/issues/4139) +- **plugins/plugin-kubectl:** oc describe fails ([4f4de4e](https://github.com/IBM/kui/commit/4f4de4e)), closes [#4008](https://github.com/IBM/kui/issues/4008) +- **plugins/plugni-client-common:** improve contrast of Toolbar tooltips ([a167f3b](https://github.com/IBM/kui/commit/a167f3b)), closes [#4108](https://github.com/IBM/kui/issues/4108) +- about contexts tab is non-functional ([c0b61b6](https://github.com/IBM/kui/commit/c0b61b6)), closes [#2890](https://github.com/IBM/kui/issues/2890) +- allow KUI_COMMAND_CONTEXT env var to override default theme setting ([817f99d](https://github.com/IBM/kui/commit/817f99d)), closes [#3009](https://github.com/IBM/kui/issues/3009) +- clients/base should not have hard-wired kui-packs deps ([22b9936](https://github.com/IBM/kui/commit/22b9936)), closes [#2972](https://github.com/IBM/kui/issues/2972) +- CurrentGitBranch fails if branch name parses as a number ([a3d8127](https://github.com/IBM/kui/commit/a3d8127)), closes [#4004](https://github.com/IBM/kui/issues/4004) +- improve error handling in bin/pack.sh ([dc754c4](https://github.com/IBM/kui/commit/dc754c4)), closes [#2979](https://github.com/IBM/kui/issues/2979) +- in clients/base preinstall, make sure to run `npm ci` at the top level ([d8b324c](https://github.com/IBM/kui/commit/d8b324c)), closes [#2977](https://github.com/IBM/kui/issues/2977) +- remove CSP from clients/base ([73274f2](https://github.com/IBM/kui/commit/73274f2)), closes [#3069](https://github.com/IBM/kui/issues/3069) +- **plugins/plugin-manager:** minor alignment issue with ora checkmarks ([6932f9b](https://github.com/IBM/kui/commit/6932f9b)), closes [#3032](https://github.com/IBM/kui/issues/3032) +- **plugins/plugin-manager:** plugin install fails if symlink does not exist ([2df4027](https://github.com/IBM/kui/commit/2df4027)), closes [#3062](https://github.com/IBM/kui/issues/3062) +- improve plugin install ([67e007c](https://github.com/IBM/kui/commit/67e007c)), closes [#3057](https://github.com/IBM/kui/issues/3057) +- remove k8s command prefix for kube commands ([3c53806](https://github.com/IBM/kui/commit/3c53806)), closes [#3008](https://github.com/IBM/kui/issues/3008) +- revert to webpack 4.40 ([141a407](https://github.com/IBM/kui/commit/141a407)), closes [#3005](https://github.com/IBM/kui/issues/3005) +- some long-standing issues with table display in headless mode ([841d5d3](https://github.com/IBM/kui/commit/841d5d3)), closes [#3034](https://github.com/IBM/kui/issues/3034) +- use carbon gray10 as default theme for clients/base ([b5d277d](https://github.com/IBM/kui/commit/b5d277d)), closes [#3054](https://github.com/IBM/kui/issues/3054) +- **packages/builder:** carbon gray 10 popup input font color too dark ([b7b39e3](https://github.com/IBM/kui/commit/b7b39e3)), closes [#2930](https://github.com/IBM/kui/issues/2930) +- **packages/builder:** linux packaging issues ([cb9da09](https://github.com/IBM/kui/commit/cb9da09)), closes [#2968](https://github.com/IBM/kui/issues/2968) +- **packages/core:** add missing marked dependence in packages/core ([a1eac24](https://github.com/IBM/kui/commit/a1eac24)), closes [#2997](https://github.com/IBM/kui/issues/2997) +- **packages/core:** commands for plugin didn't handle no-usage case ([9ffa5d9](https://github.com/IBM/kui/commit/9ffa5d9)), closes [#2949](https://github.com/IBM/kui/issues/2949) +- **packages/core:** Commands.Registrar.synonym should have the options as optional ([0882ab2](https://github.com/IBM/kui/commit/0882ab2)), closes [#2909](https://github.com/IBM/kui/issues/2909) +- **packages/core:** debug rather than console.error on plugin scanner retry ([27f41e0](https://github.com/IBM/kui/commit/27f41e0)), closes [#2958](https://github.com/IBM/kui/issues/2958) +- **packages/core:** improve rendering of popup mode ([3501a51](https://github.com/IBM/kui/commit/3501a51)), closes [#2983](https://github.com/IBM/kui/issues/2983) +- **packages/core:** in popup mode, sidecar screenshot and close button too small ([5fa0d97](https://github.com/IBM/kui/commit/5fa0d97)), closes [#2932](https://github.com/IBM/kui/issues/2932) +- **packages/core:** kui hangs with command registered as subtree without usage ([0fc14d4](https://github.com/IBM/kui/commit/0fc14d4)), closes [#2954](https://github.com/IBM/kui/issues/2954) +- **packages/core:** mimic-dom should mimic sessionStorage ([52b3aaa](https://github.com/IBM/kui/commit/52b3aaa)), closes [#2981](https://github.com/IBM/kui/issues/2981) +- **packages/core:** popup spinner is tiny ([8e813f6](https://github.com/IBM/kui/commit/8e813f6)), closes [#2947](https://github.com/IBM/kui/issues/2947) +- **packages/core:** preloader should support absolute paths in prescan.json ([1630564](https://github.com/IBM/kui/commit/1630564)), closes [#2970](https://github.com/IBM/kui/issues/2970) +- **packages/core:** remove leftover console.trace ([5ecf90a](https://github.com/IBM/kui/commit/5ecf90a)), closes [#3003](https://github.com/IBM/kui/issues/3003) +- **packages/core:** spinner color should follow brand palette ([37488dd](https://github.com/IBM/kui/commit/37488dd)), closes [#2987](https://github.com/IBM/kui/issues/2987) +- **packages/core:** update sidecar tables to match [#3037](https://github.com/IBM/kui/issues/3037) ([4329e24](https://github.com/IBM/kui/commit/4329e24)), closes [#3045](https://github.com/IBM/kui/issues/3045) +- **plugins/plugin-k8s:** latest and previous logs labels are translated but not externalized ([15cd56f](https://github.com/IBM/kui/commit/15cd56f)), closes [#3038](https://github.com/IBM/kui/issues/3038) +- electron publish breakage ([5f3d847](https://github.com/IBM/kui/commit/5f3d847)), closes [#2865](https://github.com/IBM/kui/issues/2865) +- Form component sometimes has too-small TextInputs ([21d841d](https://github.com/IBM/kui/commit/21d841d)), closes [#4036](https://github.com/IBM/kui/issues/4036) +- helm on its own should render in sidecar ([4b82517](https://github.com/IBM/kui/commit/4b82517)), closes [#4010](https://github.com/IBM/kui/issues/4010) +- improve contrast of table Pagination component in light themes ([41246c3](https://github.com/IBM/kui/commit/41246c3)), closes [#4038](https://github.com/IBM/kui/issues/4038) +- improve Form layout ([2003622](https://github.com/IBM/kui/commit/2003622)), closes [#4034](https://github.com/IBM/kui/issues/4034) +- integrate "production" kubectl-kui scripts into electron tarball ([f22720d](https://github.com/IBM/kui/commit/f22720d)), closes [#4045](https://github.com/IBM/kui/issues/4045) +- lingering reference to packages/app in push-cos.js ([77b88b0](https://github.com/IBM/kui/commit/77b88b0)), closes [#2870](https://github.com/IBM/kui/issues/2870) +- multiple tab completion bugs ([5513712](https://github.com/IBM/kui/commit/5513712)), closes [#4281](https://github.com/IBM/kui/issues/4281) +- remove config.d/version.json in favor of using the version field from package.json ([1e296c7](https://github.com/IBM/kui/commit/1e296c7)), closes [#4300](https://github.com/IBM/kui/issues/4300) +- remove invalid bodyCss fields in config.d/style.json ([99a92ab](https://github.com/IBM/kui/commit/99a92ab)), closes [#4307](https://github.com/IBM/kui/issues/4307) +- remove limits.json from client config.d ([3ae2201](https://github.com/IBM/kui/commit/3ae2201)), closes [#4292](https://github.com/IBM/kui/issues/4292) +- remove unsed fields from client.json ([a55b1f1](https://github.com/IBM/kui/commit/a55b1f1)), closes [#4296](https://github.com/IBM/kui/issues/4296) +- remove unused fields from config.d/style.json ([ab7278a](https://github.com/IBM/kui/commit/ab7278a)), closes [#4298](https://github.com/IBM/kui/issues/4298) +- reverse-i-search text should be monospace ([4c0bd05](https://github.com/IBM/kui/commit/4c0bd05)), closes [#4254](https://github.com/IBM/kui/issues/4254) +- setup-webhook out of date ([f6ffcd1](https://github.com/IBM/kui/commit/f6ffcd1)), closes [#2843](https://github.com/IBM/kui/issues/2843) +- simplify handling of opengraph META ([ff3c0de](https://github.com/IBM/kui/commit/ff3c0de)), closes [#4288](https://github.com/IBM/kui/issues/4288) +- STATUS cell not centered when sidecar is open ([4fb507a](https://github.com/IBM/kui/commit/4fb507a)), closes [#4059](https://github.com/IBM/kui/issues/4059) +- status stripe refinements ([1394043](https://github.com/IBM/kui/commit/1394043)), closes [#4069](https://github.com/IBM/kui/issues/4069) [#4069](https://github.com/IBM/kui/issues/4069) +- tables overflow horizontally when sidecar is open ([2d6bc95](https://github.com/IBM/kui/commit/2d6bc95)), closes [#4016](https://github.com/IBM/kui/issues/4016) +- text selection in active xterms for light themes is not visible ([ace9ec9](https://github.com/IBM/kui/commit/ace9ec9)), closes [#4087](https://github.com/IBM/kui/issues/4087) +- TopNavSidecar does not always show updates ([251e5c4](https://github.com/IBM/kui/commit/251e5c4)), closes [#4524](https://github.com/IBM/kui/issues/4524) +- TopNavSidecar tabs should auto-pause and auto-focus when switching ([2b00dd9](https://github.com/IBM/kui/commit/2b00dd9)), closes [#4741](https://github.com/IBM/kui/issues/4741) [#4748](https://github.com/IBM/kui/issues/4748) +- update kui-base dependencies to 5.0.0 ([f7d429d](https://github.com/IBM/kui/commit/f7d429d)), closes [#2928](https://github.com/IBM/kui/issues/2928) +- update pack.sh to work better in travis ([ce8d5f6](https://github.com/IBM/kui/commit/ce8d5f6)), closes [#2985](https://github.com/IBM/kui/issues/2985) +- user-installed plugins cannot always REPL.qexec other plugins ([c17c1e6](https://github.com/IBM/kui/commit/c17c1e6)), closes [#2963](https://github.com/IBM/kui/issues/2963) +- **packages/core:** sidecar plain text handler should not use normal-text css class ([de82cf4](https://github.com/IBM/kui/commit/de82cf4)), closes [#2907](https://github.com/IBM/kui/issues/2907) +- **packages/core:** undefined window title in popup mode ([b2538a1](https://github.com/IBM/kui/commit/b2538a1)), closes [#2943](https://github.com/IBM/kui/issues/2943) +- **plugins/plugin-client-common:** css regression of sidecar-header in popup mode ([6112f94](https://github.com/IBM/kui/commit/6112f94)), closes [#4061](https://github.com/IBM/kui/issues/4061) +- **plugins/plugin-client-common:** input element clips with larger font sizes ([c62678b](https://github.com/IBM/kui/commit/c62678b)), closes [#4026](https://github.com/IBM/kui/issues/4026) +- **plugins/plugin-kubectl:** kubectl describe (--help) fails ([10b8e8a](https://github.com/IBM/kui/commit/10b8e8a)), closes [#4012](https://github.com/IBM/kui/issues/4012) +- **plugins/plugin-kubectl:** remove leftover debugging printf in kubectl help ([39ab52f](https://github.com/IBM/kui/commit/39ab52f)), closes [#4083](https://github.com/IBM/kui/issues/4083) +- **plugins/plugin-manager:** improve docs strings for plugin-manager commands ([7b5ab7d](https://github.com/IBM/kui/commit/7b5ab7d)), closes [#2926](https://github.com/IBM/kui/issues/2926) +- drilldown bugs in openwhisk trace view ([9185585](https://github.com/IBM/kui/commit/9185585)), closes [#2874](https://github.com/IBM/kui/issues/2874) +- increase contrast in watch pane ([246ecd2](https://github.com/IBM/kui/commit/246ecd2)), closes [#5000](https://github.com/IBM/kui/issues/5000) [#5001](https://github.com/IBM/kui/issues/5001) +- move default loadingDone icon into plugin-client-common ([39994bc](https://github.com/IBM/kui/commit/39994bc)), closes [#5026](https://github.com/IBM/kui/issues/5026) +- move patternfly alignment out of patternfly themes plugin ([6adbfd6](https://github.com/IBM/kui/commit/6adbfd6)), closes [#4988](https://github.com/IBM/kui/issues/4988) +- npm run proxy failed if the project is not named as 'kui' ([a6d77d5](https://github.com/IBM/kui/commit/a6d77d5)), closes [#5111](https://github.com/IBM/kui/issues/5111) +- port over carbon-gray90 (IBM-Dark) updates to clients/alternate ([dfc4ae5](https://github.com/IBM/kui/commit/dfc4ae5)), closes [#3183](https://github.com/IBM/kui/issues/3183) +- reduce custom CSS rules for table UI ([56f69cb](https://github.com/IBM/kui/commit/56f69cb)), closes [#5024](https://github.com/IBM/kui/issues/5024) +- setup-webhook bug with webbify path ([0a1a2c6](https://github.com/IBM/kui/commit/0a1a2c6)), closes [#3193](https://github.com/IBM/kui/issues/3193) +- still see name-related breadcrumbs and short-name header with feature flag sidecarName 'heroText' ([1a8be9f](https://github.com/IBM/kui/commit/1a8be9f)), closes [#5013](https://github.com/IBM/kui/issues/5013) +- when sidecar is open, only show status badge, not status text ([3214db2](https://github.com/IBM/kui/commit/3214db2)), closes [#4058](https://github.com/IBM/kui/issues/4058) +- wrong colors (Gray90 and Red50) in Carbon-90 theme ([e319783](https://github.com/IBM/kui/commit/e319783)), closes [#3157](https://github.com/IBM/kui/issues/3157) +- xterm alt buffer mode behaves oddly for clients that do not enable splitTerminals ([f1bc709](https://github.com/IBM/kui/commit/f1bc709)), closes [#5003](https://github.com/IBM/kui/issues/5003) +- **plugins/plugin-apache-composer:** let.js demo versus safari ([dea7610](https://github.com/IBM/kui/commit/dea7610)), closes [#2820](https://github.com/IBM/kui/issues/2820) +- **plugins/plugin-client-common:** yellow badges in sidecar have low contrast ([325d23f](https://github.com/IBM/kui/commit/325d23f)), closes [#4050](https://github.com/IBM/kui/issues/4050) +- **plugins/plugin-kubectl:** watcher table disappears when kui is launched as kubectl plugin ([167eabc](https://github.com/IBM/kui/commit/167eabc)), closes [#4120](https://github.com/IBM/kui/issues/4120) [#4123](https://github.com/IBM/kui/issues/4123) +- **plugins/plugin-manager:** use ora for plugin remove ([3da0e44](https://github.com/IBM/kui/commit/3da0e44)), closes [#3029](https://github.com/IBM/kui/issues/3029) [#3028](https://github.com/IBM/kui/issues/3028) +- **plugins/plugin-openwhisk:** missing wsk prefix to auth switch ([9867189](https://github.com/IBM/kui/commit/9867189)), closes [#2872](https://github.com/IBM/kui/issues/2872) +- **plugins/plugin-sidecar:** LeftNavSidecar should not minimize on Escape ([dd9eaff](https://github.com/IBM/kui/commit/dd9eaff)), closes [#3776](https://github.com/IBM/kui/issues/3776) + +### chore + +- clean up directory structure ([70d19e9](https://github.com/IBM/kui/commit/70d19e9)), closes [#4301](https://github.com/IBM/kui/issues/4301) +- kui client cleanup ([b4c3984](https://github.com/IBM/kui/commit/b4c3984)), closes [#3974](https://github.com/IBM/kui/issues/3974) +- remove plugin-{ibmcloud,s3,skeleton,openwhisk} ([f38ab8a](https://github.com/IBM/kui/commit/f38ab8a)), closes [#6589](https://github.com/IBM/kui/issues/6589) + +### Features + +- **plugins/plugin-kubectl:** popeye dashboard ([d67fd71](https://github.com/IBM/kui/commit/d67fd71)), closes [#6949](https://github.com/IBM/kui/issues/6949) +- ability to register an onClose handler when opening a tab ([58a36c3](https://github.com/IBM/kui/commit/58a36c3)), closes [#5670](https://github.com/IBM/kui/issues/5670) +- pause and resume watchable jobs ([5d3f719](https://github.com/IBM/kui/commit/5d3f719)), closes [#1747](https://github.com/IBM/kui/issues/1747) +- **packages/core:** Allow clients to define the contents of the Notebooks menu. ([7462c1a](https://github.com/IBM/kui/commit/7462c1a)) +- add Kubernetes Dashboard Notebook ([9f62b63](https://github.com/IBM/kui/commit/9f62b63)), closes [#5617](https://github.com/IBM/kui/issues/5617) [#6915](https://github.com/IBM/kui/issues/6915) [#6917](https://github.com/IBM/kui/issues/6917) +- preserve changes of table view state in Notebook ([a2efb8a](https://github.com/IBM/kui/commit/a2efb8a)), closes [#5399](https://github.com/IBM/kui/issues/5399) +- **plugins/plugin-client-common:** for emacs users, it'd be nice if ctrl+backspace would delete prior "word" ([122eb88](https://github.com/IBM/kui/commit/122eb88)), closes [#6579](https://github.com/IBM/kui/issues/6579) +- **plugins/plugin-client-common:** increase density of table content in minisplits ([8d6513f](https://github.com/IBM/kui/commit/8d6513f)), closes [#6790](https://github.com/IBM/kui/issues/6790) +- **plugins/plugin-client-common:** last updated indicator in table footer ([5f91f75](https://github.com/IBM/kui/commit/5f91f75)), closes [#6783](https://github.com/IBM/kui/issues/6783) +- **plugins/plugin-client-common:** Shift-enter or CmdCtrl+S to save within Commentary ([4cf496a](https://github.com/IBM/kui/commit/4cf496a)), closes [#6827](https://github.com/IBM/kui/issues/6827) +- **plugins/plugin-client-common:** Table clickables should have better tooltip ([1eeaa01](https://github.com/IBM/kui/commit/1eeaa01)), closes [#6805](https://github.com/IBM/kui/issues/6805) +- **plugins/plugin-kubectl:** add explain fastpath for events ([a16e75f](https://github.com/IBM/kui/commit/a16e75f)), closes [#6836](https://github.com/IBM/kui/issues/6836) +- **plugins/plugin-kubectl:** add explain fastpaths for \*.v1.apps ([0b0e82a](https://github.com/IBM/kui/commit/0b0e82a)), closes [#6862](https://github.com/IBM/kui/issues/6862) +- **plugins/plugin-kubectl:** add Secret explain and Summary fastpaths ([90bbd89](https://github.com/IBM/kui/commit/90bbd89)), closes [#6868](https://github.com/IBM/kui/issues/6868) +- Add simple kubectl create namespace to the list of direct optimizations ([2aaaac6](https://github.com/IBM/kui/commit/2aaaac6)), closes [#6470](https://github.com/IBM/kui/issues/6470) +- Allow command registrants to specify no semicolon expansion ([dbcaf87](https://github.com/IBM/kui/commit/dbcaf87)), closes [#6396](https://github.com/IBM/kui/issues/6396) +- Expand kubectl direct watching to support heterogeneous use cases ([8df1ad3](https://github.com/IBM/kui/commit/8df1ad3)), closes [#6504](https://github.com/IBM/kui/issues/6504) +- improve the split layout progression ([d3f2d6c](https://github.com/IBM/kui/commit/d3f2d6c)), closes [#6747](https://github.com/IBM/kui/issues/6747) [#6743](https://github.com/IBM/kui/issues/6743) +- Make PatternFly4 Light the default theme ([7d31c17](https://github.com/IBM/kui/commit/7d31c17)), closes [#6773](https://github.com/IBM/kui/issues/6773) +- show buttons of related resources in sidecar footer ([e10f7f2](https://github.com/IBM/kui/commit/e10f7f2)), closes [#6856](https://github.com/IBM/kui/issues/6856) +- **plugins/plugin-client-common:** Allow user to specify CWD as prompt ([2b2e7a9](https://github.com/IBM/kui/commit/2b2e7a9)), closes [#6405](https://github.com/IBM/kui/issues/6405) +- **plugins/plugin-client-common:** Allow users to opt in to default meta-click behavior ([13ea5b0](https://github.com/IBM/kui/commit/13ea5b0)), closes [#6406](https://github.com/IBM/kui/issues/6406) +- **plugins/plugin-client-common:** Tab completion should keep offering completions as I type ([67e44d3](https://github.com/IBM/kui/commit/67e44d3)), closes [#6472](https://github.com/IBM/kui/issues/6472) +- **plugins/plugin-kubectl:** flesh out explain fastpath for more apps/v1 types ([6f68a98](https://github.com/IBM/kui/commit/6f68a98)), closes [#6854](https://github.com/IBM/kui/issues/6854) +- TopTab buttons should have improved tooltips ([5282612](https://github.com/IBM/kui/commit/5282612)), closes [#6806](https://github.com/IBM/kui/issues/6806) +- **plugins/plugin-kubectl:** Add simple kubectl delete to the list of direct optimizations ([d4fb765](https://github.com/IBM/kui/commit/d4fb765)), closes [#6468](https://github.com/IBM/kui/issues/6468) +- **plugins/plugin-kubectl:** Add Summary impl for Events ([74f4e55](https://github.com/IBM/kui/commit/74f4e55)), closes [#6839](https://github.com/IBM/kui/issues/6839) +- **plugins/plugin-kubectl:** apply/delete -f can use new direct/status watcher for homogeneous use cases ([08e471e](https://github.com/IBM/kui/commit/08e471e)), closes [#6498](https://github.com/IBM/kui/issues/6498) +- **plugins/plugin-kubectl:** improve the performance of kubectl explain for common cases ([d016971](https://github.com/IBM/kui/commit/d016971)), closes [#6700](https://github.com/IBM/kui/issues/6700) +- **plugins/plugin-kubectl:** Port kubectl pollers to use push, for homogeneous deletes ([82448d7](https://github.com/IBM/kui/commit/82448d7)), closes [#6481](https://github.com/IBM/kui/issues/6481) [#6486](https://github.com/IBM/kui/issues/6486) +- **plugins/plugin-kubectl:** static get -f should show sourceRef ([fb0fc40](https://github.com/IBM/kui/commit/fb0fc40)), closes [#6680](https://github.com/IBM/kui/issues/6680) +- initial support for using a kubectl proxy ([47b26be](https://github.com/IBM/kui/commit/47b26be)), closes [#6440](https://github.com/IBM/kui/issues/6440) +- revive "app" and "tier" columns from deprecated kubectl tree view ([cd642d9](https://github.com/IBM/kui/commit/cd642d9)), closes [#6591](https://github.com/IBM/kui/issues/6591) +- **plugins/plugin-kubectl:** update get -f to use direct/status and show a table ([16bdbb6](https://github.com/IBM/kui/commit/16bdbb6)), closes [#6566](https://github.com/IBM/kui/issues/6566) [#6532](https://github.com/IBM/kui/issues/6532) +- add delta summary to Tree ([95a0b4a](https://github.com/IBM/kui/commit/95a0b4a)), closes [#6329](https://github.com/IBM/kui/issues/6329) +- add events to sidecar tree ([dd4d552](https://github.com/IBM/kui/commit/dd4d552)), closes [#6140](https://github.com/IBM/kui/issues/6140) +- add unit support of TreeResponse as one of the contents in MultiModalResponse ([85ea2d5](https://github.com/IBM/kui/commit/85ea2d5)), closes [#6132](https://github.com/IBM/kui/issues/6132) +- arm64/aarch64 support ([9891c8e](https://github.com/IBM/kui/commit/9891c8e)), closes [#6015](https://github.com/IBM/kui/issues/6015) +- clicking changed files in the `git status widget` should show `git diff` result in a DiffEditor ([3a199c7](https://github.com/IBM/kui/commit/3a199c7)), closes [#6348](https://github.com/IBM/kui/issues/6348) +- execute the command in url query when the browser app is loaded ([b0b95cf](https://github.com/IBM/kui/commit/b0b95cf)), closes [#5879](https://github.com/IBM/kui/issues/5879) +- experimental parallelized cp aginst s3 vfs ([6a07aa3](https://github.com/IBM/kui/commit/6a07aa3)), closes [#6213](https://github.com/IBM/kui/issues/6213) +- Extend kubectl optimizations to table watching ([9a2bc74](https://github.com/IBM/kui/commit/9a2bc74)), closes [#6449](https://github.com/IBM/kui/issues/6449) +- Feature: improve support for parallelization across VFS operations ([e05d7e0](https://github.com/IBM/kui/commit/e05d7e0)), closes [#5831](https://github.com/IBM/kui/issues/5831) +- Improve support for designing light themes ([b6c859f](https://github.com/IBM/kui/commit/b6c859f)), closes [#6372](https://github.com/IBM/kui/issues/6372) +- in `kubectl get -f` tree, use Monaco DiffEditor show the preview of dry-run changes ([99266e8](https://github.com/IBM/kui/commit/99266e8)), closes [#6181](https://github.com/IBM/kui/issues/6181) [#6154](https://github.com/IBM/kui/issues/6154) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- introduce reexec for rerunning commands ([fe80525](https://github.com/IBM/kui/commit/fe80525)), closes [#6026](https://github.com/IBM/kui/issues/6026) +- Kui implementation of `watch` ([2cb3f98](https://github.com/IBM/kui/commit/2cb3f98)), closes [#6379](https://github.com/IBM/kui/issues/6379) +- lightweight ui options for core themes ([cf96867](https://github.com/IBM/kui/commit/cf96867)), closes [#6187](https://github.com/IBM/kui/issues/6187) +- Make a notebook about making notebooks ([0d67947](https://github.com/IBM/kui/commit/0d67947)), closes [#6040](https://github.com/IBM/kui/issues/6040) +- Meta-click on table entries should open the drilldown in a different split ([fb89c29](https://github.com/IBM/kui/commit/fb89c29)), closes [#6403](https://github.com/IBM/kui/issues/6403) +- mount all s3 providers ([c3f5fc5](https://github.com/IBM/kui/commit/c3f5fc5)), closes [#5731](https://github.com/IBM/kui/issues/5731) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- port experimental scale-out grep to use new job controller ([45ce460](https://github.com/IBM/kui/commit/45ce460)), closes [#6280](https://github.com/IBM/kui/issues/6280) +- Refine Update Checker widget UI ([5c97479](https://github.com/IBM/kui/commit/5c97479)), closes [#6343](https://github.com/IBM/kui/issues/6343) +- save/restore pty command output ([2c291a9](https://github.com/IBM/kui/commit/2c291a9)), closes [#5314](https://github.com/IBM/kui/issues/5314) +- update CurrentContext widget to use Dropdown ([9520e5d](https://github.com/IBM/kui/commit/9520e5d)), closes [#6354](https://github.com/IBM/kui/issues/6354) +- use a Popover UI for git branch status stripe widget ([6bbf348](https://github.com/IBM/kui/commit/6bbf348)), closes [#6325](https://github.com/IBM/kui/issues/6325) +- use Accordion for SourceRef ([1b11736](https://github.com/IBM/kui/commit/1b11736)), closes [#6097](https://github.com/IBM/kui/issues/6097) +- use Monaco DiffEditor `kubectl diff` ([3157393](https://github.com/IBM/kui/commit/3157393)) +- use new Dropdown status stripe for CurrentNamespace widget ([0f7648c](https://github.com/IBM/kui/commit/0f7648c)), closes [#6351](https://github.com/IBM/kui/issues/6351) +- UX: Use Dropdown for theme switcher ([6cc6a47](https://github.com/IBM/kui/commit/6cc6a47)), closes [#6347](https://github.com/IBM/kui/issues/6347) +- **packages/core:** Add File->Save as Notebook ([10181a4](https://github.com/IBM/kui/commit/10181a4)), closes [#5715](https://github.com/IBM/kui/issues/5715) +- **plugins/plugin-client-common:** allow clients to specify initial tab title ([e8e365f](https://github.com/IBM/kui/commit/e8e365f)), closes [#5539](https://github.com/IBM/kui/issues/5539) +- **plugins/plugin-client-common:** allow users to insert command before a repl block ([e935092](https://github.com/IBM/kui/commit/e935092)), closes [#5576](https://github.com/IBM/kui/issues/5576) +- **plugins/plugin-client-common:** edit a commentary response using SimpleEditor ([6d828c1](https://github.com/IBM/kui/commit/6d828c1)), closes [#5664](https://github.com/IBM/kui/issues/5664) +- **plugins/plugin-client-common:** improve action button UI for output-only blocks ([9cb99ad](https://github.com/IBM/kui/commit/9cb99ad)), closes [#5660](https://github.com/IBM/kui/issues/5660) +- **plugins/plugin-client-common:** Improve Commentary editing UI by adding real Done button ([1f544b5](https://github.com/IBM/kui/commit/1f544b5)), closes [#5667](https://github.com/IBM/kui/issues/5667) +- **plugins/plugin-core-support:** conditional opening of tabs ([35648b8](https://github.com/IBM/kui/commit/35648b8)), closes [#5619](https://github.com/IBM/kui/issues/5619) +- add capability to click to edit/rerun a command ([4296933](https://github.com/IBM/kui/commit/4296933)), closes [#5654](https://github.com/IBM/kui/issues/5654) +- **plugins/plugin-client-common:** Output-only blocks should offer a Copy action button ([da4f85d](https://github.com/IBM/kui/commit/da4f85d)), closes [#5646](https://github.com/IBM/kui/issues/5646) +- add a prefer-re-execution option to snapshot ([af7b98b](https://github.com/IBM/kui/commit/af7b98b)), closes [#5622](https://github.com/IBM/kui/issues/5622) +- add CommentaryReponse to snapshot/replay the response of commentary command ([7d13a93](https://github.com/IBM/kui/commit/7d13a93)), closes [#5439](https://github.com/IBM/kui/issues/5439) +- allow controllers to control the color of the status stripe ([708570c](https://github.com/IBM/kui/commit/708570c)), closes [#5490](https://github.com/IBM/kui/issues/5490) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- commentary command to add comments to REPL ([c304fd3](https://github.com/IBM/kui/commit/c304fd3)), closes [#5428](https://github.com/IBM/kui/issues/5428) +- custom tab titles ([fd780df](https://github.com/IBM/kui/commit/fd780df)), closes [#5525](https://github.com/IBM/kui/issues/5525) +- improve repl-block selection ([305b36f](https://github.com/IBM/kui/commit/305b36f)), closes [#5587](https://github.com/IBM/kui/issues/5587) +- initial typeahead for commands ([7ba313a](https://github.com/IBM/kui/commit/7ba313a)), closes [#5437](https://github.com/IBM/kui/issues/5437) +- initial/minimal snapshot/replay support ([bb7ae0f](https://github.com/IBM/kui/commit/bb7ae0f)), closes [#5280](https://github.com/IBM/kui/issues/5280) +- inverse splits ([38d2895](https://github.com/IBM/kui/commit/38d2895)), closes [#5537](https://github.com/IBM/kui/issues/5537) +- pass command line comments to commentary command ([a020db5](https://github.com/IBM/kui/commit/a020db5)), closes [#5459](https://github.com/IBM/kui/issues/5459) +- separate out themes into a new settings Notebook ([5180759](https://github.com/IBM/kui/commit/5180759)), closes [#5605](https://github.com/IBM/kui/issues/5605) +- **packages/core:** allow controller to opt in/out recording table row onclicks when snapshot ([cc83ce7](https://github.com/IBM/kui/commit/cc83ce7)), closes [#5565](https://github.com/IBM/kui/issues/5565) +- **plugins/plugin-client-common:** allow users to reorder blocks by MoveUp and MoveDown buttons ([f7f6918](https://github.com/IBM/kui/commit/f7f6918)), closes [#5589](https://github.com/IBM/kui/issues/5589) +- initial support for capturing input files and showing them in the UI ([5744bf4](https://github.com/IBM/kui/commit/5744bf4)), closes [#5513](https://github.com/IBM/kui/issues/5513) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- restore opengraph properties on index.ejs ([6e57007](https://github.com/IBM/kui/commit/6e57007)), closes [#5530](https://github.com/IBM/kui/issues/5530) +- snapshot freshening ([d5c8991](https://github.com/IBM/kui/commit/d5c8991)), closes [#5522](https://github.com/IBM/kui/issues/5522) +- support replaying in new tab ([04a2c67](https://github.com/IBM/kui/commit/04a2c67)), closes [#5509](https://github.com/IBM/kui/issues/5509) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) +- update ls to allow for presenting content from more limited VFS's such as tutorials ([a1ff1a4](https://github.com/IBM/kui/commit/a1ff1a4)), closes [#5497](https://github.com/IBM/kui/issues/5497) +- **packages/core:** add Notebook to Electron Menu ([99e499c](https://github.com/IBM/kui/commit/99e499c)), closes [#5493](https://github.com/IBM/kui/issues/5493) +- **plugins/plugin-client-common:** improve accessibility of "red" error grid cells ([8921292](https://github.com/IBM/kui/commit/8921292)), closes [#4938](https://github.com/IBM/kui/issues/4938) +- **plugins/plugin-client-common:** support client option for hero names in sidecar ([d4f6984](https://github.com/IBM/kui/commit/d4f6984)), closes [#4909](https://github.com/IBM/kui/issues/4909) +- should allow for custom Input elements ([193a108](https://github.com/IBM/kui/commit/193a108)), closes [#4672](https://github.com/IBM/kui/issues/4672) +- add button to WatchPane to show table back in terminal ([dc22591](https://github.com/IBM/kui/commit/dc22591)), closes [#4530](https://github.com/IBM/kui/issues/4530) +- add development-time kubectl-kui kubectl plugin wrapper ([076879f](https://github.com/IBM/kui/commit/076879f)), closes [#4032](https://github.com/IBM/kui/issues/4032) +- add isSelected and Divider to log container selection menu ([59bdaa5](https://github.com/IBM/kui/commit/59bdaa5)), closes [#4647](https://github.com/IBM/kui/issues/4647) +- add krew support ([f87cb6c](https://github.com/IBM/kui/commit/f87cb6c)), closes [#4199](https://github.com/IBM/kui/issues/4199) +- add labels to summary mode ([95f731d](https://github.com/IBM/kui/commit/95f731d)), closes [#4041](https://github.com/IBM/kui/issues/4041) [#4040](https://github.com/IBM/kui/issues/4040) +- add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381) +- add Patternfly Navigation for LeftNavSidecar ([a4a7a97](https://github.com/IBM/kui/commit/a4a7a97)), closes [#4387](https://github.com/IBM/kui/issues/4387) +- add plugin-skeleton for new contributors to prototype code ([8145c99](https://github.com/IBM/kui/commit/8145c99)), closes [#4323](https://github.com/IBM/kui/issues/4323) +- add Retry button to sidecar toolbar when log streaming stopped abnormally ([47872f4](https://github.com/IBM/kui/commit/47872f4)), closes [#4755](https://github.com/IBM/kui/issues/4755) +- add Show Owner Reference button for kube resources ([80ea40f](https://github.com/IBM/kui/commit/80ea40f)), closes [#4106](https://github.com/IBM/kui/issues/4106) +- add Stop Watching capability to WatchPane ([09043c1](https://github.com/IBM/kui/commit/09043c1)), closes [#4554](https://github.com/IBM/kui/issues/4554) +- add support for and ([a92063d](https://github.com/IBM/kui/commit/a92063d)), closes [#4653](https://github.com/IBM/kui/issues/4653) +- add support for Toolbar Buttons ([f55b8c6](https://github.com/IBM/kui/commit/f55b8c6)), closes [#4103](https://github.com/IBM/kui/issues/4103) [#4105](https://github.com/IBM/kui/issues/4105) +- add windows support for running kui as a kubectl plugin ([a8015e1](https://github.com/IBM/kui/commit/a8015e1)), closes [#4235](https://github.com/IBM/kui/issues/4235) +- allow users to provide custom views for session init ([1f35894](https://github.com/IBM/kui/commit/1f35894)), closes [#4596](https://github.com/IBM/kui/issues/4596) +- allow subclasses of InputProvider to specify their own State ([c3fc88e](https://github.com/IBM/kui/commit/c3fc88e)), closes [#4756](https://github.com/IBM/kui/issues/4756) +- allow themes to dictate Kui client properties ([2b41873](https://github.com/IBM/kui/commit/2b41873)), closes [#4409](https://github.com/IBM/kui/issues/4409) +- allow users to select container in kubectl Logs ([f4304c5](https://github.com/IBM/kui/commit/f4304c5)), closes [#4627](https://github.com/IBM/kui/issues/4627) +- commands should be able to separate resource model fetch from view transformation functions ([e903bc7](https://github.com/IBM/kui/commit/e903bc7)), closes [#4437](https://github.com/IBM/kui/issues/4437) +- decrease default size of popup window ([a210ac4](https://github.com/IBM/kui/commit/a210ac4)), closes [#4192](https://github.com/IBM/kui/issues/4192) [#4193](https://github.com/IBM/kui/issues/4193) +- Dropdown spi and use in Terminal Block ([327917b](https://github.com/IBM/kui/commit/327917b)), closes [#4589](https://github.com/IBM/kui/issues/4589) [#4556](https://github.com/IBM/kui/issues/4556) +- enhance table UI ([519beb1](https://github.com/IBM/kui/commit/519beb1)), closes [#4023](https://github.com/IBM/kui/issues/4023) +- ibmcloud plugin ([aa0f72f](https://github.com/IBM/kui/commit/aa0f72f)), closes [#4353](https://github.com/IBM/kui/issues/4353) +- improve kubectl edit experience ([4c4a1c9](https://github.com/IBM/kui/commit/4c4a1c9)), closes [#4783](https://github.com/IBM/kui/issues/4783) +- improve pagination and toolbar UIs of PaginatedTable ([08062e9](https://github.com/IBM/kui/commit/08062e9)), closes [#1456](https://github.com/IBM/kui/issues/1456) +- improve rendering of kubectl subcommand help ([e36ed29](https://github.com/IBM/kui/commit/e36ed29)), closes [#4824](https://github.com/IBM/kui/issues/4824) +- initial odo catalog list enhancements ([8534267](https://github.com/IBM/kui/commit/8534267)), closes [#4485](https://github.com/IBM/kui/issues/4485) +- kubectl apply view-last-applied ([6d601ef](https://github.com/IBM/kui/commit/6d601ef)), closes [#4822](https://github.com/IBM/kui/issues/4822) +- kubectl edit via kui's editor ([414e813](https://github.com/IBM/kui/commit/414e813)), closes [#762](https://github.com/IBM/kui/issues/762) +- kubectl tables should show official kind in title ([06eec95](https://github.com/IBM/kui/commit/06eec95)), closes [#4127](https://github.com/IBM/kui/issues/4127) +- Kui client should support self-bootstrapping of Kui ([3bbf8e8](https://github.com/IBM/kui/commit/3bbf8e8)), closes [#4277](https://github.com/IBM/kui/issues/4277) +- line highlights on editor save, used for k edit apply errors ([3efa6a5](https://github.com/IBM/kui/commit/3efa6a5)), closes [#4795](https://github.com/IBM/kui/issues/4795) +- only enable WatchPane based on a feature flag ([eb80d0e](https://github.com/IBM/kui/commit/eb80d0e)), closes [#4678](https://github.com/IBM/kui/issues/4678) [#4604](https://github.com/IBM/kui/issues/4604) +- patternfly4 dark theme ([3dff5a5](https://github.com/IBM/kui/commit/3dff5a5)), closes [#4419](https://github.com/IBM/kui/issues/4419) +- patternfly4 themes ([5f58f71](https://github.com/IBM/kui/commit/5f58f71)), closes [#4364](https://github.com/IBM/kui/issues/4364) +- pin a watchable terminal response in a split pane ([662f413](https://github.com/IBM/kui/commit/662f413)), closes [#4865](https://github.com/IBM/kui/issues/4865) [#4573](https://github.com/IBM/kui/issues/4573) [#4885](https://github.com/IBM/kui/issues/4885) [#4894](https://github.com/IBM/kui/issues/4894) +- proxy nginx should support serving gzip_static content ([f592fc7](https://github.com/IBM/kui/commit/f592fc7)), closes [#4252](https://github.com/IBM/kui/issues/4252) +- remove plugin-manager ([5f79d57](https://github.com/IBM/kui/commit/5f79d57)), closes [#4333](https://github.com/IBM/kui/issues/4333) +- resize the popup window ([41bf5cf](https://github.com/IBM/kui/commit/41bf5cf)), closes [#4161](https://github.com/IBM/kui/issues/4161) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- SPI for icons ([3d034e3](https://github.com/IBM/kui/commit/3d034e3)), closes [#4441](https://github.com/IBM/kui/issues/4441) [#4364](https://github.com/IBM/kui/issues/4364) +- StatusStripe should respond to font zooming ([26ba443](https://github.com/IBM/kui/commit/26ba443)), closes [#4242](https://github.com/IBM/kui/issues/4242) +- top tab buttons ([ff8cfba](https://github.com/IBM/kui/commit/ff8cfba)), closes [#4434](https://github.com/IBM/kui/issues/4434) +- update checker ([a7908d2](https://github.com/IBM/kui/commit/a7908d2)), closes [#4537](https://github.com/IBM/kui/issues/4537) +- **packages/core:** position popup windows more intelligently ([92dd574](https://github.com/IBM/kui/commit/92dd574)), closes [#4185](https://github.com/IBM/kui/issues/4185) +- **plugins/plugin-kubectl:** add Show Node button for kubectl pods ([04e29d2](https://github.com/IBM/kui/commit/04e29d2)), closes [#4214](https://github.com/IBM/kui/issues/4214) +- **plugins/plugin-kubectl:** add support for kustomize apply/delete/create ([b95cbdb](https://github.com/IBM/kui/commit/b95cbdb)), closes [#4203](https://github.com/IBM/kui/issues/4203) +- **plugins/plugin-kubectl:** configmap summary should show data ([50c7e10](https://github.com/IBM/kui/commit/50c7e10)), closes [#4025](https://github.com/IBM/kui/issues/4025) +- **plugins/plugin-kubectl:** enhance odo project list as RadioTable ([62272e6](https://github.com/IBM/kui/commit/62272e6)), closes [#4517](https://github.com/IBM/kui/issues/4517) +- **plugins/plugin-kubectl:** improve odo usage experience ([639ca32](https://github.com/IBM/kui/commit/639ca32)), closes [#4345](https://github.com/IBM/kui/issues/4345) +- **plugins/plugin-kubectl:** kubectl events tab ([2d71f24](https://github.com/IBM/kui/commit/2d71f24)), closes [#4706](https://github.com/IBM/kui/issues/4706) +- **plugins/plugin-kubectl:** optimize rendering of kubectl Summary tab ([7c6480d](https://github.com/IBM/kui/commit/7c6480d)), closes [#4725](https://github.com/IBM/kui/issues/4725) +- **plugins/plugin-kubectl:** optimizing Node summary impl ([8ac11b9](https://github.com/IBM/kui/commit/8ac11b9)), closes [#4833](https://github.com/IBM/kui/issues/4833) +- **plugins/plugin-kubectl:** port kubectl contexts table to RadioTable ([3cb4dcb](https://github.com/IBM/kui/commit/3cb4dcb)), closes [#4513](https://github.com/IBM/kui/issues/4513) +- **plugins/plugin-kubectl:** ReplicaSet should have Pods tab ([42cd286](https://github.com/IBM/kui/commit/42cd286)), closes [#4110](https://github.com/IBM/kui/issues/4110) +- **plugins/plugin-kubectl:** Show Previous option for Logs tab ([2307d2f](https://github.com/IBM/kui/commit/2307d2f)), closes [#4864](https://github.com/IBM/kui/issues/4864) +- port kubectl get ns to RadioTable ([be0eabf](https://github.com/IBM/kui/commit/be0eabf)), closes [#4510](https://github.com/IBM/kui/issues/4510) [#4511](https://github.com/IBM/kui/issues/4511) +- RadioTable and port of the themes table to use it ([79a3e8e](https://github.com/IBM/kui/commit/79a3e8e)), closes [#4507](https://github.com/IBM/kui/issues/4507) +- show resource version in toolbar text ([1a6e335](https://github.com/IBM/kui/commit/1a6e335)), closes [#4790](https://github.com/IBM/kui/issues/4790) +- spi for CodeSnippet ([105cf2b](https://github.com/IBM/kui/commit/105cf2b)), closes [#4478](https://github.com/IBM/kui/issues/4478) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- switch to Carbon Gray 10 as default theme in plugin-default-client ([c56e2f5](https://github.com/IBM/kui/commit/c56e2f5)), closes [#4101](https://github.com/IBM/kui/issues/4101) +- target kubectl logs and kubectl exec to Logs and Terminal tabs ([409e632](https://github.com/IBM/kui/commit/409e632)), closes [#4762](https://github.com/IBM/kui/issues/4762) +- **packages/webpack:** allow plugins to specify webpack externals ([74d2920](https://github.com/IBM/kui/commit/74d2920)), closes [#3399](https://github.com/IBM/kui/issues/3399) +- **plugins/plugin-client-common:** allow easier rerunning of command from terminal ([c5384e0](https://github.com/IBM/kui/commit/c5384e0)), closes [#4570](https://github.com/IBM/kui/issues/4570) +- **plugins/plugin-client-common:** Improve notebook-style ui ([791160e](https://github.com/IBM/kui/commit/791160e)), closes [#5472](https://github.com/IBM/kui/issues/5472) +- **plugins/plugin-client-common:** improve presentation of sidecar-destined responses ([02b91e3](https://github.com/IBM/kui/commit/02b91e3)), closes [#5463](https://github.com/IBM/kui/issues/5463) +- **plugins/plugin-client-default:** enhance about.json model with kube-specific entries ([0ae86ef](https://github.com/IBM/kui/commit/0ae86ef)), closes [#4020](https://github.com/IBM/kui/issues/4020) +- **plugins/plugin-iter8:** added new iter8 plugin ([82989ab](https://github.com/IBM/kui/commit/82989ab)), closes [#5400](https://github.com/IBM/kui/issues/5400) +- **plugins/plugin-kubectl:** add status column to kube deployment table ([1d35040](https://github.com/IBM/kui/commit/1d35040)), closes [#5476](https://github.com/IBM/kui/issues/5476) +- **plugins/plugin-kubectl:** initial `kubectl job list` improvement for visualizing Job execution ([06030b0](https://github.com/IBM/kui/commit/06030b0)), closes [#5397](https://github.com/IBM/kui/issues/5397) +- **plugins/plugin-kubectl:** namespace onclick should drill down to sidecar ([e74f66d](https://github.com/IBM/kui/commit/e74f66d)), closes [#4714](https://github.com/IBM/kui/issues/4714) +- **plugins/plugin-kubectl:** restore Show Logs button for kubectl ([6b17dbd](https://github.com/IBM/kui/commit/6b17dbd)), closes [#4089](https://github.com/IBM/kui/issues/4089) +- **plugins/plugin-kubectl:** Terminal tab for Pod kubernetes resources ([c47e432](https://github.com/IBM/kui/commit/c47e432)), closes [#4639](https://github.com/IBM/kui/issues/4639) +- a new model NavResponse supporting side navigation menu ([41940eb](https://github.com/IBM/kui/commit/41940eb)), closes [#3659](https://github.com/IBM/kui/issues/3659) +- add a command to return the Card Component in Terminal ([d8d13ab](https://github.com/IBM/kui/commit/d8d13ab)), closes [#4973](https://github.com/IBM/kui/issues/4973) +- add alert command to display Alert component in Terminal ([495d3bb](https://github.com/IBM/kui/commit/495d3bb)), closes [#4957](https://github.com/IBM/kui/issues/4957) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add history to sidecar views ([b1e5543](https://github.com/IBM/kui/commit/b1e5543)), closes [#3960](https://github.com/IBM/kui/issues/3960) +- add ibm-plex.css in plugin-carbon-themes ([ac0a5b5](https://github.com/IBM/kui/commit/ac0a5b5)), closes [#3512](https://github.com/IBM/kui/issues/3512) +- add plugin-manager to kui-base client ([5b9d92d](https://github.com/IBM/kui/commit/5b9d92d)), closes [#2992](https://github.com/IBM/kui/issues/2992) +- add sequence diagram to table with timestamp columns ([e9028ee](https://github.com/IBM/kui/commit/e9028ee)), closes [#5336](https://github.com/IBM/kui/issues/5336) +- add support for copying out of remote storage ([c4ed5b8](https://github.com/IBM/kui/commit/c4ed5b8)), closes [#5322](https://github.com/IBM/kui/issues/5322) +- allow client to override styles by sass ([8cee5db](https://github.com/IBM/kui/commit/8cee5db)), closes [#3579](https://github.com/IBM/kui/issues/3579) +- allow clients to modify the session lifecycle UI by providing custom strings ([3c78fd3](https://github.com/IBM/kui/commit/3c78fd3)), closes [#5019](https://github.com/IBM/kui/issues/5019) +- allow command registrations to express their experimental nature ([eb9f147](https://github.com/IBM/kui/commit/eb9f147)), closes [#5282](https://github.com/IBM/kui/issues/5282) +- allow for limiting the number of kubectl table rows ([62588f2](https://github.com/IBM/kui/commit/62588f2)), closes [#5358](https://github.com/IBM/kui/issues/5358) +- allow plugins to define themes ([216f41c](https://github.com/IBM/kui/commit/216f41c)), closes [#3420](https://github.com/IBM/kui/issues/3420) +- allow plugins to use subdirectories ([e7cc3e3](https://github.com/IBM/kui/commit/e7cc3e3)), closes [#3389](https://github.com/IBM/kui/issues/3389) +- allow table model to specify a gridable column index ([f4ba8e6](https://github.com/IBM/kui/commit/f4ba8e6)), closes [#5278](https://github.com/IBM/kui/issues/5278) +- auto gridify large table ([bd22fa2](https://github.com/IBM/kui/commit/bd22fa2)), closes [#5305](https://github.com/IBM/kui/issues/5305) +- bottom input ([c6d2af0](https://github.com/IBM/kui/commit/c6d2af0)), closes [#3729](https://github.com/IBM/kui/issues/3729) +- carbon tables ([237e9a5](https://github.com/IBM/kui/commit/237e9a5)), closes [#3632](https://github.com/IBM/kui/issues/3632) +- clicking on events in watch table should drill down to events ([c6dc99f](https://github.com/IBM/kui/commit/c6dc99f)), closes [#5173](https://github.com/IBM/kui/issues/5173) +- cold start delays ([83abd14](https://github.com/IBM/kui/commit/83abd14)), closes [#5356](https://github.com/IBM/kui/issues/5356) +- command history should be tab-specific ([1b987e0](https://github.com/IBM/kui/commit/1b987e0)), closes [#1299](https://github.com/IBM/kui/issues/1299) +- extend status stripe API to support "meters" ([6623471](https://github.com/IBM/kui/commit/6623471)), closes [#3496](https://github.com/IBM/kui/issues/3496) +- for popup windows, show command as placeholder text in input stripe ([a897042](https://github.com/IBM/kui/commit/a897042)), closes [#3899](https://github.com/IBM/kui/issues/3899) +- generalized kuberctl get with limit ([d40ee07](https://github.com/IBM/kui/commit/d40ee07)), closes [#5361](https://github.com/IBM/kui/issues/5361) +- introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463) +- left-navigation sidecar ([f88329e](https://github.com/IBM/kui/commit/f88329e)), closes [#3635](https://github.com/IBM/kui/issues/3635) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- new client-alternate for bottom-input mode and custom css ([d25f7a0](https://github.com/IBM/kui/commit/d25f7a0)), closes [#3608](https://github.com/IBM/kui/issues/3608) +- Popup client ([063c363](https://github.com/IBM/kui/commit/063c363)), closes [#3886](https://github.com/IBM/kui/issues/3886) +- pty should allow for streaming consumption of output ([1886e58](https://github.com/IBM/kui/commit/1886e58)), closes [#3451](https://github.com/IBM/kui/issues/3451) +- react helpers ([f6bea1f](https://github.com/IBM/kui/commit/f6bea1f)) +- refine kubectl contexts table; add support for RadioTable row titles ([11bb074](https://github.com/IBM/kui/commit/11bb074)), closes [#5131](https://github.com/IBM/kui/issues/5131) +- refine NavResponse and add NavLinks support in LeftNavSidecar ([f1d8d98](https://github.com/IBM/kui/commit/f1d8d98)), closes [#3902](https://github.com/IBM/kui/issues/3902) +- refine sidecar minimization ([ead3b41](https://github.com/IBM/kui/commit/ead3b41)), closes [#3958](https://github.com/IBM/kui/issues/3958) +- render kubectl summary tab using forms ([d88436e](https://github.com/IBM/kui/commit/d88436e)), closes [#4014](https://github.com/IBM/kui/issues/4014) +- support for events in table footer ([51669af](https://github.com/IBM/kui/commit/51669af)), closes [#5115](https://github.com/IBM/kui/issues/5115) +- Timeline view for kubernetes Jobs ([b623e4e](https://github.com/IBM/kui/commit/b623e4e)), closes [#5370](https://github.com/IBM/kui/issues/5370) +- **packages/core:** improved cancel via ctrl+c ([7ee6db6](https://github.com/IBM/kui/commit/7ee6db6)), closes [#3275](https://github.com/IBM/kui/issues/3275) [#3581](https://github.com/IBM/kui/issues/3581) +- **packages/core:** offer sandbox-friendly bootstrap endpoint ([1e969dc](https://github.com/IBM/kui/commit/1e969dc)), closes [#3825](https://github.com/IBM/kui/issues/3825) +- **packages/core:** set theme in advance (for electron) ([58f1420](https://github.com/IBM/kui/commit/58f1420)), closes [#3391](https://github.com/IBM/kui/issues/3391) +- **packages/webpack:** allow clients to request classname preservation in webpack builds ([3d9fd32](https://github.com/IBM/kui/commit/3d9fd32)), closes [#3575](https://github.com/IBM/kui/issues/3575) +- **plugins/plugin-bash-like:** tab completion for s3 buckets ([fc3a311](https://github.com/IBM/kui/commit/fc3a311)), closes [#5326](https://github.com/IBM/kui/issues/5326) +- **plugins/plugin-carbon-tables:** adjust DataTable style based on kui table model TableStyle spec ([694fba1](https://github.com/IBM/kui/commit/694fba1)), closes [#3921](https://github.com/IBM/kui/issues/3921) +- **plugins/plugin-client-common:** add styling for blockquotes in Markdown ([b3fa5c6](https://github.com/IBM/kui/commit/b3fa5c6)), closes [#3925](https://github.com/IBM/kui/issues/3925) +- **plugins/plugin-client-common:** add support for Tags in StatusStripe ([d112c86](https://github.com/IBM/kui/commit/d112c86)), closes [#4951](https://github.com/IBM/kui/issues/4951) +- **plugins/plugin-client-common:** block-level copy/paste ([a72cf8d](https://github.com/IBM/kui/commit/a72cf8d)), closes [#5752](https://github.com/IBM/kui/issues/5752) +- **plugins/plugin-client-common:** error messages should format as markdown ([63ca4a7](https://github.com/IBM/kui/commit/63ca4a7)), closes [#5943](https://github.com/IBM/kui/issues/5943) +- **plugins/plugin-client-common:** History navigation in minisplits should navigate In/Out pairs ([93eb2a4](https://github.com/IBM/kui/commit/93eb2a4)), closes [#5270](https://github.com/IBM/kui/issues/5270) +- **plugins/plugin-client-common:** improved SequenceDiagram view ([1e2fb41](https://github.com/IBM/kui/commit/1e2fb41)), closes [#5342](https://github.com/IBM/kui/issues/5342) +- **plugins/plugin-client-common:** show table row count in card header ([deadcfa](https://github.com/IBM/kui/commit/deadcfa)), closes [#5137](https://github.com/IBM/kui/issues/5137) +- **plugins/plugin-client-common:** SourceRef should be default-expanded in Notebooks? ([8ee26e8](https://github.com/IBM/kui/commit/8ee26e8)), closes [#5866](https://github.com/IBM/kui/issues/5866) +- **plugins/plugin-client-common:** split command should allow user to specify splice index ([75857e9](https://github.com/IBM/kui/commit/75857e9)), closes [#5746](https://github.com/IBM/kui/issues/5746) +- **plugins/plugin-client-common:** use Cards to wrap kube tables and grids ([6698013](https://github.com/IBM/kui/commit/6698013)), closes [#5032](https://github.com/IBM/kui/issues/5032) +- **plugins/plugin-client-common:** use inner scrolling for RadioTables in main Terminals ([952f72a](https://github.com/IBM/kui/commit/952f72a)), closes [#5133](https://github.com/IBM/kui/issues/5133) +- **plugins/plugin-client-common:** User should be able to tab navigate through blocks ([54d3759](https://github.com/IBM/kui/commit/54d3759)), closes [#5717](https://github.com/IBM/kui/issues/5717) +- **plugins/plugin-git:** git branch should respond with RadioTable ([59a9213](https://github.com/IBM/kui/commit/59a9213)), closes [#5256](https://github.com/IBM/kui/issues/5256) +- **plugins/plugin-s3:** support for inter-s3 copying ([7cce673](https://github.com/IBM/kui/commit/7cce673)), closes [#5234](https://github.com/IBM/kui/issues/5234) +- add support for command string modes that specify contentType ([31c6940](https://github.com/IBM/kui/commit/31c6940)), closes [#3299](https://github.com/IBM/kui/issues/3299) +- allow plugins to pre-register high-level Modes ([96c5097](https://github.com/IBM/kui/commit/96c5097)), closes [#3123](https://github.com/IBM/kui/issues/3123) +- badge registration should pass Tab context to badge renderer ([e4a26d4](https://github.com/IBM/kui/commit/e4a26d4)), closes [#3345](https://github.com/IBM/kui/issues/3345) +- client test ([4c16985](https://github.com/IBM/kui/commit/4c16985)), closes [#3130](https://github.com/IBM/kui/issues/3130) +- core should export getAuthValue ([fac6e2e](https://github.com/IBM/kui/commit/fac6e2e)), closes [#3347](https://github.com/IBM/kui/issues/3347) +- core should export unparse utility ([3d84ba2](https://github.com/IBM/kui/commit/3d84ba2)), closes [#3349](https://github.com/IBM/kui/issues/3349) +- expose headless CLI test constructor ([5b21169](https://github.com/IBM/kui/commit/5b21169)), closes [#3355](https://github.com/IBM/kui/issues/3355) +- initial popeye support ([9d62eeb](https://github.com/IBM/kui/commit/9d62eeb)), closes [#5265](https://github.com/IBM/kui/issues/5265) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) +- **packages/builder:** kui-compile should allow specifying a tsconfig ([c0eb201](https://github.com/IBM/kui/commit/c0eb201)), closes [#3353](https://github.com/IBM/kui/issues/3353) +- **plugins/plugin-ibmcloud:** initial CodeEngine support ([677faca](https://github.com/IBM/kui/commit/677faca)), closes [#5302](https://github.com/IBM/kui/issues/5302) [#5303](https://github.com/IBM/kui/issues/5303) +- **plugins/plugin-kubectl:** initial labs for listing k8s resources and creating jobs ([2e9d002](https://github.com/IBM/kui/commit/2e9d002)), closes [#5475](https://github.com/IBM/kui/issues/5475) +- **plugins/plugin-kubectl:** kubectl get -f can use Tree to present structured result ([f94a22f](https://github.com/IBM/kui/commit/f94a22f)), closes [#6136](https://github.com/IBM/kui/issues/6136) +- **plugins/plugin-kubectl:** Namespace Summary impl ([2d69d67](https://github.com/IBM/kui/commit/2d69d67)), closes [#5790](https://github.com/IBM/kui/issues/5790) +- editor's persister/fetcher API should expose tab context ([70f633a](https://github.com/IBM/kui/commit/70f633a)), closes [#3351](https://github.com/IBM/kui/issues/3351) +- enable plugin-manager for electron clients ([4814cb9](https://github.com/IBM/kui/commit/4814cb9)), closes [#2935](https://github.com/IBM/kui/issues/2935) +- extend MultiModalResponse to support functions that produce content ([b940c63](https://github.com/IBM/kui/commit/b940c63)), closes [#3022](https://github.com/IBM/kui/issues/3022) +- introduce new MultiModalResponse API ([67e9c8a](https://github.com/IBM/kui/commit/67e9c8a)), closes [#2899](https://github.com/IBM/kui/issues/2899) +- kui-base including core and plugin-core-support only ([7df5fd7](https://github.com/IBM/kui/commit/7df5fd7)), closes [#2919](https://github.com/IBM/kui/issues/2919) +- plugin install should offer a spinner ([05db532](https://github.com/IBM/kui/commit/05db532)), closes [#3024](https://github.com/IBM/kui/issues/3024) +- resizable sidecar ([0b8a22e](https://github.com/IBM/kui/commit/0b8a22e)), closes [#2484](https://github.com/IBM/kui/issues/2484) +- shift Block UI to use a Notebook style of presentation ([dc0ee4b](https://github.com/IBM/kui/commit/dc0ee4b)), closes [#5258](https://github.com/IBM/kui/issues/5258) +- support for events in crud table footer ([0b90ead](https://github.com/IBM/kui/commit/0b90ead)), closes [#5125](https://github.com/IBM/kui/issues/5125) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) +- support ReactElement as MultiModalResponse modes ([a20e289](https://github.com/IBM/kui/commit/a20e289)), closes [#3793](https://github.com/IBM/kui/issues/3793) +- Update default loadingDone to use Card component ([e1b4c61](https://github.com/IBM/kui/commit/e1b4c61)), closes [#4986](https://github.com/IBM/kui/issues/4986) +- use breadcrumbs for TopNavSidecar naming ([5a4611e](https://github.com/IBM/kui/commit/5a4611e)), closes [#4043](https://github.com/IBM/kui/issues/4043) [#3657](https://github.com/IBM/kui/issues/3657) [#4044](https://github.com/IBM/kui/issues/4044) +- use Carbon Components UIShell for TopTabStripe ([8d7619d](https://github.com/IBM/kui/commit/8d7619d)), closes [#3819](https://github.com/IBM/kui/issues/3819) +- **packages/builder:** add removeComments:true to tsconfig-base.json ([2e14274](https://github.com/IBM/kui/commit/2e14274)), closes [#2975](https://github.com/IBM/kui/issues/2975) +- **packages/core:** addendum to [#3124](https://github.com/IBM/kui/issues/3124) ([9962ec6](https://github.com/IBM/kui/commit/9962ec6)), closes [#3123](https://github.com/IBM/kui/issues/3123) +- **packages/core:** allow command-line overrides of default mmr mode ([d9a774e](https://github.com/IBM/kui/commit/d9a774e)), closes [#3234](https://github.com/IBM/kui/issues/3234) +- **packages/core:** allow commands to tailor yargs-parser narg setting ([e34e612](https://github.com/IBM/kui/commit/e34e612)), closes [#3471](https://github.com/IBM/kui/issues/3471) +- **packages/core:** allow push table updates to provide headers ([090acce](https://github.com/IBM/kui/commit/090acce)), closes [#3454](https://github.com/IBM/kui/issues/3454) +- **packages/core:** default click behavior for tables should not echo to repl ([48618b7](https://github.com/IBM/kui/commit/48618b7)), closes [#3154](https://github.com/IBM/kui/issues/3154) +- **packages/core:** expose name onclick to mmr ([314fbb5](https://github.com/IBM/kui/commit/314fbb5)), closes [#3236](https://github.com/IBM/kui/issues/3236) +- **packages/core:** improve API for providing sidecar entity content ([4613d1c](https://github.com/IBM/kui/commit/4613d1c)), closes [#2911](https://github.com/IBM/kui/issues/2911) +- **packages/core:** mode registrations should be overridable ([60d613b](https://github.com/IBM/kui/commit/60d613b)), closes [#3175](https://github.com/IBM/kui/issues/3175) +- **packages/core:** pass a PreloadRegistrar to plugin preloaders ([54d727a](https://github.com/IBM/kui/commit/54d727a)), closes [#3189](https://github.com/IBM/kui/issues/3189) +- **packages/core:** plugin scanner should also scan "client" directory ([d94a5b5](https://github.com/IBM/kui/commit/d94a5b5)), closes [#3482](https://github.com/IBM/kui/issues/3482) +- **packages/core:** support updating Table from push notifications ([6bfb255](https://github.com/IBM/kui/commit/6bfb255)), closes [#3295](https://github.com/IBM/kui/issues/3295) +- **plugins/plugin-client-common:** accordion blocks in Terminal ([eb2f285](https://github.com/IBM/kui/commit/eb2f285)), closes [#3726](https://github.com/IBM/kui/issues/3726) +- **plugins/plugin-core-support:** switch tabs via keyboard shortcuts ([4f2bb76](https://github.com/IBM/kui/commit/4f2bb76)), closes [#1242](https://github.com/IBM/kui/issues/1242) +- remove openwhisk plugins ([fb4274d](https://github.com/IBM/kui/commit/fb4274d)), closes [#3201](https://github.com/IBM/kui/issues/3201) +- status stripe ([d485ab3](https://github.com/IBM/kui/commit/d485ab3)), closes [#3475](https://github.com/IBM/kui/issues/3475) [#1859](https://github.com/IBM/kui/issues/1859) +- **packages/core:** MultiModalResponse should support modeless responses ([7983d6f](https://github.com/IBM/kui/commit/7983d6f)), closes [#3082](https://github.com/IBM/kui/issues/3082) +- **packages/core:** plugin commands table should support command prefix ([9064dcf](https://github.com/IBM/kui/commit/9064dcf)), closes [#3070](https://github.com/IBM/kui/issues/3070) +- **plugins/plugin-manager:** plugin install should pull commandContext from package.json ([67a5683](https://github.com/IBM/kui/commit/67a5683)), closes [#3083](https://github.com/IBM/kui/issues/3083) +- publish kui-base electron distributions ([ab56847](https://github.com/IBM/kui/commit/ab56847)), closes [#2939](https://github.com/IBM/kui/issues/2939) +- **plugins/plugin-manager:** plugin install should return list of new commands ([9ee3739](https://github.com/IBM/kui/commit/9ee3739)), closes [#2945](https://github.com/IBM/kui/issues/2945) +- revive plugin-manager ([b78fed5](https://github.com/IBM/kui/commit/b78fed5)), closes [#2921](https://github.com/IBM/kui/issues/2921) +- use webpack to build html template ([c4ad57a](https://github.com/IBM/kui/commit/c4ad57a)), closes [#3544](https://github.com/IBM/kui/issues/3544) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) + +### BREAKING CHANGES + +- this PR removes plugins from the repo +- **plugins/plugin-core-support:** removes window commands + +also make quit and exit for electron only + +- removes plugin-manager +- removes support for inBrowserOk +- removes plugin-editor, now in plugin-client-common +- this PR removes plugins/plugin-client-default +- this moves plugin-sidecar and plugin-carbon-tables into plugin-client-common +- **packages/core:** remove old EntitySpec support +- this moves the openwhisk plugins to a new repo: https://github.com/kui-shell/oui + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ec87b016e9c..a05c1a50560 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "plugins/*"], - "version": "10.0.1", + "version": "10.1.1", "command": { "publish": { "conventionalCommits": true diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index a941d9e5fd2..d4561242d82 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -3,6 +3,73 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **packages/builder:** cross-platform builds of electron clients may not package the correct node-pty binary ([5c3571d](https://github.com/IBM/kui/commit/5c3571d)), closes [#6091](https://github.com/IBM/kui/issues/6091) +- **packages/builder:** electron builder uses the top-level package.json version instead of client version when building electron dists ([80ebfa5](https://github.com/IBM/kui/commit/80ebfa5)), closes [#6488](https://github.com/IBM/kui/issues/6488) +- **packages/builder:** fixes for building kui on windows ([7b636cc](https://github.com/IBM/kui/commit/7b636cc)), closes [#4920](https://github.com/IBM/kui/issues/4920) +- **packages/builder:** headless build should not rebuild node-pty ([e96ece7](https://github.com/IBM/kui/commit/e96ece7)), closes [#5011](https://github.com/IBM/kui/issues/5011) +- **packages/builder:** remove jq dependence from electron builder ([0300577](https://github.com/IBM/kui/commit/0300577)), closes [#6725](https://github.com/IBM/kui/issues/6725) +- another attempt to not-modify a package-lock.json ([70ea4ea](https://github.com/IBM/kui/commit/70ea4ea)), closes [#3205](https://github.com/IBM/kui/issues/3205) +- collect codecov for plugin assembler ([7a0a48c](https://github.com/IBM/kui/commit/7a0a48c)), closes [#3284](https://github.com/IBM/kui/issues/3284) +- configure.js sometimes failed at loading client definition assets during webpack-build ([ac0690b](https://github.com/IBM/kui/commit/ac0690b)), closes [#3527](https://github.com/IBM/kui/issues/3527) +- electron cross-builds for win32 on linux hosts do not avoid asar ([f4adf00](https://github.com/IBM/kui/commit/f4adf00)), closes [#3336](https://github.com/IBM/kui/issues/3336) +- eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567) +- exclude all but woff2 fonts for electron builds ([bf28c49](https://github.com/IBM/kui/commit/bf28c49)), closes [#3550](https://github.com/IBM/kui/issues/3550) +- headless build script has outdated use of jq ([f892e53](https://github.com/IBM/kui/commit/f892e53)), closes [#4163](https://github.com/IBM/kui/issues/4163) +- improve plugin install ([67e007c](https://github.com/IBM/kui/commit/67e007c)), closes [#3057](https://github.com/IBM/kui/issues/3057) +- improve windows build support ([cacd68b](https://github.com/IBM/kui/commit/cacd68b)), closes [#3332](https://github.com/IBM/kui/issues/3332) +- integrate "production" kubectl-kui scripts into electron tarball ([f22720d](https://github.com/IBM/kui/commit/f22720d)), closes [#4045](https://github.com/IBM/kui/issues/4045) +- mkclient.sh failed with tsc error ([bb6b706](https://github.com/IBM/kui/commit/bb6b706)), closes [#3146](https://github.com/IBM/kui/issues/3146) +- Red error text contrast issue in Carbon 90 theme ([86a86ed](https://github.com/IBM/kui/commit/86a86ed)), closes [#FF767](https://github.com/IBM/kui/issues/FF767) [#3096](https://github.com/IBM/kui/issues/3096) +- remove k8s command prefix for kube commands ([3c53806](https://github.com/IBM/kui/commit/3c53806)), closes [#3008](https://github.com/IBM/kui/issues/3008) +- remove package-lock from publishers/s3 ([4a9d7a1](https://github.com/IBM/kui/commit/4a9d7a1)), closes [#3205](https://github.com/IBM/kui/issues/3205) +- Switching Carbon tabs can cause content to scroll off-viewport ([51a2aad](https://github.com/IBM/kui/commit/51a2aad)), closes [#6014](https://github.com/IBM/kui/issues/6014) +- Update kubectl-kui location on macOS to Kui.app/Contents/Resources ([91d16b4](https://github.com/IBM/kui/commit/91d16b4)) +- **packages/builder:** carbon gray 10 popup input font color too dark ([b7b39e3](https://github.com/IBM/kui/commit/b7b39e3)), closes [#2930](https://github.com/IBM/kui/issues/2930) +- **packages/builder:** electron builder versus external clients ([cbc1d37](https://github.com/IBM/kui/commit/cbc1d37)), closes [#3119](https://github.com/IBM/kui/issues/3119) +- **packages/builder:** improve color contrast of about in Dark theme ([2e1b2f8](https://github.com/IBM/kui/commit/2e1b2f8)), closes [#3301](https://github.com/IBM/kui/issues/3301) +- **packages/builder:** kui-babel might not transpile subdirectories ([558f72f](https://github.com/IBM/kui/commit/558f72f)), closes [#3995](https://github.com/IBM/kui/issues/3995) +- **packages/builder:** kui-compile does not work in external clients ([3ef193a](https://github.com/IBM/kui/commit/3ef193a)), closes [#3993](https://github.com/IBM/kui/issues/3993) +- **packages/builder:** kui-compile still points to old theme/css ([a72a339](https://github.com/IBM/kui/commit/a72a339)), closes [#3520](https://github.com/IBM/kui/issues/3520) +- **packages/builder:** linux packaging issues ([cb9da09](https://github.com/IBM/kui/commit/cb9da09)), closes [#2968](https://github.com/IBM/kui/issues/2968) +- **packages/builder:** remove duplicate removeComments field in tsconfig ([00f73f9](https://github.com/IBM/kui/commit/00f73f9)), closes [#4856](https://github.com/IBM/kui/issues/4856) +- **packages/builder:** remove leftover debugging output from kubectl powershell script ([de50054](https://github.com/IBM/kui/commit/de50054)), closes [#4248](https://github.com/IBM/kui/issues/4248) +- **packages/builder:** remove old local-proxy.html file ([7ecd156](https://github.com/IBM/kui/commit/7ecd156)), closes [#3573](https://github.com/IBM/kui/issues/3573) +- **packages/builder:** remove outdated builder examples ([31a96f5](https://github.com/IBM/kui/commit/31a96f5)), closes [#3568](https://github.com/IBM/kui/issues/3568) +- **packages/builder:** remove outdated plugin-sample ([8af1712](https://github.com/IBM/kui/commit/8af1712)), closes [#1361](https://github.com/IBM/kui/issues/1361) +- **packages/builder:** support cross-builds of electron clients ([27b5b8f](https://github.com/IBM/kui/commit/27b5b8f)), closes [#3304](https://github.com/IBM/kui/issues/3304) +- **packages/builder:** win32 electron build breakage ([af894d6](https://github.com/IBM/kui/commit/af894d6)), closes [#4246](https://github.com/IBM/kui/issues/4246) +- **packages/core:** avoid "custom" in the sidecar "kind" display ([b9ddcd1](https://github.com/IBM/kui/commit/b9ddcd1)), closes [#3059](https://github.com/IBM/kui/issues/3059) [#3061](https://github.com/IBM/kui/issues/3061) +- **packages/core:** update sidecar tables to match [#3037](https://github.com/IBM/kui/issues/3037) ([4329e24](https://github.com/IBM/kui/commit/4329e24)), closes [#3045](https://github.com/IBM/kui/issues/3045) +- **packages/webpack:** electron packager versus node-pty binaries ([5397577](https://github.com/IBM/kui/commit/5397577)), closes [#3381](https://github.com/IBM/kui/issues/3381) +- **plugins/plugin-kubectl:** watcher table disappears when kui is launched as kubectl plugin ([167eabc](https://github.com/IBM/kui/commit/167eabc)), closes [#4120](https://github.com/IBM/kui/issues/4120) [#4123](https://github.com/IBM/kui/issues/4123) +- electron publish breakage ([5f3d847](https://github.com/IBM/kui/commit/5f3d847)), closes [#2865](https://github.com/IBM/kui/issues/2865) +- lingering reference to packages/app in push-cos.js ([77b88b0](https://github.com/IBM/kui/commit/77b88b0)), closes [#2870](https://github.com/IBM/kui/issues/2870) +- tomorrow night theme should use blue for table names ([0e3315d](https://github.com/IBM/kui/commit/0e3315d)), closes [#3102](https://github.com/IBM/kui/issues/3102) +- use carbon gray10 as default theme for clients/base ([b5d277d](https://github.com/IBM/kui/commit/b5d277d)), closes [#3054](https://github.com/IBM/kui/issues/3054) +- wrong colors (Gray90 and Red50) in Carbon-90 theme ([e319783](https://github.com/IBM/kui/commit/e319783)), closes [#3157](https://github.com/IBM/kui/issues/3157) + +### Features + +- add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381) +- add windows support for running kui as a kubectl plugin ([a8015e1](https://github.com/IBM/kui/commit/a8015e1)), closes [#4235](https://github.com/IBM/kui/issues/4235) +- allow plugins to define themes ([216f41c](https://github.com/IBM/kui/commit/216f41c)), closes [#3420](https://github.com/IBM/kui/issues/3420) +- arm64/aarch64 support ([9891c8e](https://github.com/IBM/kui/commit/9891c8e)), closes [#6015](https://github.com/IBM/kui/issues/6015) +- enable plugin-manager for electron clients ([4814cb9](https://github.com/IBM/kui/commit/4814cb9)), closes [#2935](https://github.com/IBM/kui/issues/2935) +- extend MultiModalResponse to support functions that produce content ([b940c63](https://github.com/IBM/kui/commit/b940c63)), closes [#3022](https://github.com/IBM/kui/issues/3022) +- introduce new MultiModalResponse API ([67e9c8a](https://github.com/IBM/kui/commit/67e9c8a)), closes [#2899](https://github.com/IBM/kui/issues/2899) +- introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463) +- Kui client should support self-bootstrapping of Kui ([3bbf8e8](https://github.com/IBM/kui/commit/3bbf8e8)), closes [#4277](https://github.com/IBM/kui/issues/4277) +- publish kui-base electron distributions ([ab56847](https://github.com/IBM/kui/commit/ab56847)), closes [#2939](https://github.com/IBM/kui/issues/2939) +- resize the popup window ([41bf5cf](https://github.com/IBM/kui/commit/41bf5cf)), closes [#4161](https://github.com/IBM/kui/issues/4161) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) +- use webpack to build html template ([c4ad57a](https://github.com/IBM/kui/commit/c4ad57a)), closes [#3544](https://github.com/IBM/kui/issues/3544) +- **packages/builder:** add removeComments:true to tsconfig-base.json ([2e14274](https://github.com/IBM/kui/commit/2e14274)), closes [#2975](https://github.com/IBM/kui/issues/2975) +- **packages/builder:** kui-compile should allow specifying a tsconfig ([c0eb201](https://github.com/IBM/kui/commit/c0eb201)), closes [#3353](https://github.com/IBM/kui/issues/3353) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/packages/builder/package.json b/packages/builder/package.json index 0df6dd1adce..ae1b2d985a2 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/builder", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin development helpers", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1f8c528ad59..fea18a22a6a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,371 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **packages/core:** improved support for ls versus backslash on windows ([83ddba2](https://github.com/IBM/kui/commit/83ddba2)), closes [#6353](https://github.com/IBM/kui/issues/6353) +- change new split keyboard shortcut from cltrOrMeta+U -> +Y ([9cac19d](https://github.com/IBM/kui/commit/9cac19d)), closes [#6876](https://github.com/IBM/kui/issues/6876) +- DIffEditor should render inline when in terminal split ([b86b127](https://github.com/IBM/kui/commit/b86b127)), closes [#6366](https://github.com/IBM/kui/issues/6366) +- drilldown from an undeployed application in tree will issue a kubectl get with 404 ([309a9a0](https://github.com/IBM/kui/commit/309a9a0)), closes [#6331](https://github.com/IBM/kui/issues/6331) +- Editor component does not respond to tab layout changes ([9756336](https://github.com/IBM/kui/commit/9756336)), closes [#5231](https://github.com/IBM/kui/issues/5231) [#5232](https://github.com/IBM/kui/issues/5232) +- eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567) +- kubectl contexts table has odd CURRENT column ([f6d0a98](https://github.com/IBM/kui/commit/f6d0a98)), closes [#6523](https://github.com/IBM/kui/issues/6523) +- kubectl direct streaming fails to register a stream.on('error') ([fd9fbf6](https://github.com/IBM/kui/commit/fd9fbf6)), closes [#6616](https://github.com/IBM/kui/issues/6616) +- ls clicks that do another ls should not open a split ([fc0873b](https://github.com/IBM/kui/commit/fc0873b)), closes [#6565](https://github.com/IBM/kui/issues/6565) +- refine tree label categoriazation of kubectl ([1973a43](https://github.com/IBM/kui/commit/1973a43)), closes [#6185](https://github.com/IBM/kui/issues/6185) +- remove TreeResponse and PatternFly Tree Component ([e539a53](https://github.com/IBM/kui/commit/e539a53)), closes [#6581](https://github.com/IBM/kui/issues/6581) [#6328](https://github.com/IBM/kui/issues/6328) +- **packages/core:** about can render with low contrast text ([0cda927](https://github.com/IBM/kui/commit/0cda927)), closes [#3477](https://github.com/IBM/kui/issues/3477) +- **packages/core:** add ParsedOptions to light Commands api ([15e0bec](https://github.com/IBM/kui/commit/15e0bec)), closes [#3224](https://github.com/IBM/kui/issues/3224) +- **packages/core:** add Partial around our use of YargsParser.Configuration ([e77fac9](https://github.com/IBM/kui/commit/e77fac9)), closes [#3499](https://github.com/IBM/kui/issues/3499) +- **packages/core:** allow for lighter-weight imports of Commands API ([b36c98c](https://github.com/IBM/kui/commit/b36c98c)), closes [#3222](https://github.com/IBM/kui/issues/3222) +- **packages/core:** allow specifying yargs Configuration in options.flags ([f9d24bd](https://github.com/IBM/kui/commit/f9d24bd)), closes [#3469](https://github.com/IBM/kui/issues/3469) +- **packages/core:** avoid double scanning for plugins ([551c648](https://github.com/IBM/kui/commit/551c648)), closes [#3424](https://github.com/IBM/kui/issues/3424) +- **packages/core:** cell onclick should be on inner ([45d2975](https://github.com/IBM/kui/commit/45d2975)), closes [#3518](https://github.com/IBM/kui/issues/3518) +- **packages/core:** command history model should revert to eliding back-to-back duplicates ([d5a761f](https://github.com/IBM/kui/commit/d5a761f)), closes [#5701](https://github.com/IBM/kui/issues/5701) +- **packages/core:** command lookup does not correctly handling n-ary options ([a7e45fb](https://github.com/IBM/kui/commit/a7e45fb)), closes [#3427](https://github.com/IBM/kui/issues/3427) +- **packages/core:** CommandOptions type not exported ([d9a58d6](https://github.com/IBM/kui/commit/d9a58d6)), closes [#3230](https://github.com/IBM/kui/issues/3230) +- **packages/core:** current selection versus MetadataBearingByReference ([4c78a34](https://github.com/IBM/kui/commit/4c78a34)), closes [#3228](https://github.com/IBM/kui/issues/3228) +- **packages/core:** disable period meter updates ([eda6113](https://github.com/IBM/kui/commit/eda6113)), closes [#3503](https://github.com/IBM/kui/issues/3503) +- **packages/core:** duplicate version badges ([6842318](https://github.com/IBM/kui/commit/6842318)), closes [#3232](https://github.com/IBM/kui/issues/3232) +- **packages/core:** edit+save may save with bogus file name ([e379099](https://github.com/IBM/kui/commit/e379099)), closes [#6005](https://github.com/IBM/kui/issues/6005) [#6006](https://github.com/IBM/kui/issues/6006) +- **packages/core:** electron Notebooks menu should open new tab, not new window ([28ca9cf](https://github.com/IBM/kui/commit/28ca9cf)), closes [#5677](https://github.com/IBM/kui/issues/5677) +- **packages/core:** first-time users may not see Themes widget ([12f62a4](https://github.com/IBM/kui/commit/12f62a4)), closes [#6528](https://github.com/IBM/kui/issues/6528) +- **packages/core:** For some users, the Themes selector may not be shown ([b6c2a69](https://github.com/IBM/kui/commit/b6c2a69)), closes [#6519](https://github.com/IBM/kui/issues/6519) +- **packages/core:** further improvements to status stripe bootstrapping ([360280e](https://github.com/IBM/kui/commit/360280e)), closes [#3538](https://github.com/IBM/kui/issues/3538) +- **packages/core:** i18n module should support numeric parmaeters ([26f18f8](https://github.com/IBM/kui/commit/26f18f8)), closes [#3384](https://github.com/IBM/kui/issues/3384) +- **packages/core:** improved fix for command lookup versus n-ary opts ([6350762](https://github.com/IBM/kui/commit/6350762)), closes [#3427](https://github.com/IBM/kui/issues/3427) +- **packages/core:** in 10.15, SFMono fonts are in a new location ([be81008](https://github.com/IBM/kui/commit/be81008)), closes [#3432](https://github.com/IBM/kui/issues/3432) +- **packages/core:** intercept window.location for electron app ([ba448b4](https://github.com/IBM/kui/commit/ba448b4)), closes [#2881](https://github.com/IBM/kui/issues/2881) +- **packages/core:** onclicks in sidecar tables result in odd behavior ([b6f4aa3](https://github.com/IBM/kui/commit/b6f4aa3)), closes [#3571](https://github.com/IBM/kui/issues/3571) +- **packages/core:** Remove autoHideMenuBar:true for linux and windows ([6baedc4](https://github.com/IBM/kui/commit/6baedc4)), closes [#5888](https://github.com/IBM/kui/issues/5888) +- **packages/core:** Unrecognized Content-Security-Policy javascript error ([505a7a0](https://github.com/IBM/kui/commit/505a7a0)), closes [#5610](https://github.com/IBM/kui/issues/5610) +- **packages/core:** will-navigate handler is too aggressive ([3f5dba7](https://github.com/IBM/kui/commit/3f5dba7)), closes [#6085](https://github.com/IBM/kui/issues/6085) +- **packages/core:** will-navigate handler is too aggressive [#6085](https://github.com/IBM/kui/issues/6085) ([513a5f6](https://github.com/IBM/kui/commit/513a5f6)) +- **plugins/plugin-client-common:** clicking the split button may cause the current processing block to disappear ([aa2b40c](https://github.com/IBM/kui/commit/aa2b40c)), closes [#5703](https://github.com/IBM/kui/issues/5703) +- **plugins/plugin-client-common:** Popup mode client has a few status stripe rendering issues ([57bb8b2](https://github.com/IBM/kui/commit/57bb8b2)), closes [#6357](https://github.com/IBM/kui/issues/6357) +- a few more improvements to s3 onboarding ([9f821ef](https://github.com/IBM/kui/commit/9f821ef)), closes [#5947](https://github.com/IBM/kui/issues/5947) +- avoid excessive status stripe overheads when replaying Notebooks ([58de9c0](https://github.com/IBM/kui/commit/58de9c0)), closes [#5635](https://github.com/IBM/kui/issues/5635) +- blocks can still disappear if table row is clicked while the enclosing block is focused ([2173af1](https://github.com/IBM/kui/commit/2173af1)), closes [#5814](https://github.com/IBM/kui/issues/5814) +- for replayed notebooks, don’t show timestamp ([951abc5](https://github.com/IBM/kui/commit/951abc5)), closes [#5763](https://github.com/IBM/kui/issues/5763) +- improve discovery of ibmcloud s3 credentials ([96d5bc0](https://github.com/IBM/kui/commit/96d5bc0)), closes [#5926](https://github.com/IBM/kui/issues/5926) +- improve error reporting from APIs ([edff6f1](https://github.com/IBM/kui/commit/edff6f1)), closes [#5950](https://github.com/IBM/kui/issues/5950) +- improve the replayability of terminal splitting ([67811cd](https://github.com/IBM/kui/commit/67811cd)), closes [#5564](https://github.com/IBM/kui/issues/5564) +- improved fixes for status bar ([05f5f7d](https://github.com/IBM/kui/commit/05f5f7d)), closes [#3538](https://github.com/IBM/kui/issues/3538) [#3543](https://github.com/IBM/kui/issues/3543) +- JS console may contain xtermjs error messages when sidecar is minimized ([a568528](https://github.com/IBM/kui/commit/a568528)), closes [#5454](https://github.com/IBM/kui/issues/5454) +- ls comand is not snapshotable ([f04ca78](https://github.com/IBM/kui/commit/f04ca78)), closes [#5241](https://github.com/IBM/kui/issues/5241) +- multiple command history regressions ([cbba96c](https://github.com/IBM/kui/commit/cbba96c)), closes [#5283](https://github.com/IBM/kui/issues/5283) +- new tab command can hang if title is provided ([a6c25c6](https://github.com/IBM/kui/commit/a6c25c6)), closes [#5624](https://github.com/IBM/kui/issues/5624) +- Notebook title "Kui Setting" should be "Kui Settings" ([b14b130](https://github.com/IBM/kui/commit/b14b130)), closes [#5870](https://github.com/IBM/kui/issues/5870) +- preferReExecute is lost when re-saving a notebook ([87c6c6f](https://github.com/IBM/kui/commit/87c6c6f)), closes [#5954](https://github.com/IBM/kui/issues/5954) +- RadioTable should have option to not echo the onSelect command ([77d5050](https://github.com/IBM/kui/commit/77d5050)), closes [#5991](https://github.com/IBM/kui/issues/5991) +- remove SFMono font hacks ([c386581](https://github.com/IBM/kui/commit/c386581)), closes [#3556](https://github.com/IBM/kui/issues/3556) +- tree should support leaf node drilling down ([006b881](https://github.com/IBM/kui/commit/006b881)), closes [#6293](https://github.com/IBM/kui/issues/6293) +- **packages/core:** fix memory leak in table push notification ([d36a53b](https://github.com/IBM/kui/commit/d36a53b)), closes [#3467](https://github.com/IBM/kui/issues/3467) +- **packages/core:** in-repl inputs should remain disabled in bottom input mode ([d72f03a](https://github.com/IBM/kui/commit/d72f03a)), closes [#3522](https://github.com/IBM/kui/issues/3522) +- **packages/core:** kubectl-kui popup can fail when setting allowRendererProcessReuse ([c74e787](https://github.com/IBM/kui/commit/c74e787)), closes [#6260](https://github.com/IBM/kui/issues/6260) +- block focus regressions ([881fa17](https://github.com/IBM/kui/commit/881fa17)), closes [#6072](https://github.com/IBM/kui/issues/6072) +- don't show "Created a split" when clicking on the New Split button ([80192d5](https://github.com/IBM/kui/commit/80192d5)), closes [#6001](https://github.com/IBM/kui/issues/6001) +- replay --freshen does not support multi-split notebooks ([afd070c](https://github.com/IBM/kui/commit/afd070c)), closes [#5571](https://github.com/IBM/kui/issues/5571) [#5572](https://github.com/IBM/kui/issues/5572) +- sidecar shouldn't be opened automatically when replay ([8d4cf8c](https://github.com/IBM/kui/commit/8d4cf8c)), closes [#5730](https://github.com/IBM/kui/issues/5730) +- switching splits does not participate in tab state ([6eb8db4](https://github.com/IBM/kui/commit/6eb8db4)), closes [#5272](https://github.com/IBM/kui/issues/5272) +- Tree view badges can have low contrast ([9be1ae5](https://github.com/IBM/kui/commit/9be1ae5)), closes [#6245](https://github.com/IBM/kui/issues/6245) +- **packages/core:** backslashes not always properly parsed ([61b118f](https://github.com/IBM/kui/commit/61b118f)), closes [#5287](https://github.com/IBM/kui/issues/5287) +- **packages/core:** change menu title Notebook -> Notebooks ([05b882b](https://github.com/IBM/kui/commit/05b882b)), closes [#5499](https://github.com/IBM/kui/issues/5499) +- **packages/core:** i18n treats 0 parameter as undefined ([01ff6c7](https://github.com/IBM/kui/commit/01ff6c7)), closes [#5188](https://github.com/IBM/kui/issues/5188) +- **packages/core:** improve parsing of semicolons ([921cfd8](https://github.com/IBM/kui/commit/921cfd8)), closes [#5315](https://github.com/IBM/kui/issues/5315) +- **packages/core:** ls grid layout tweaks ([273947f](https://github.com/IBM/kui/commit/273947f)), closes [#3480](https://github.com/IBM/kui/issues/3480) +- **packages/core:** main process leaks subscriptions to Electron IPC events ([d281470](https://github.com/IBM/kui/commit/d281470)), closes [#5567](https://github.com/IBM/kui/issues/5567) +- **packages/core:** missing tooltip on sidecar maximize/minimize buttons ([864c79e](https://github.com/IBM/kui/commit/864c79e)), closes [#2883](https://github.com/IBM/kui/issues/2883) +- **packages/core:** name click handlers are sticky ([bba60e9](https://github.com/IBM/kui/commit/bba60e9)), closes [#3242](https://github.com/IBM/kui/issues/3242) +- **packages/core:** new tabs may be inoperable ([35968b4](https://github.com/IBM/kui/commit/35968b4)), closes [#5548](https://github.com/IBM/kui/issues/5548) +- **packages/core:** no sidecar title wrapping with namehash ([e85b9ee](https://github.com/IBM/kui/commit/e85b9ee)), closes [#3238](https://github.com/IBM/kui/issues/3238) +- **packages/core:** override carbon's line-height:1 ([28a3918](https://github.com/IBM/kui/commit/28a3918)), closes [#3524](https://github.com/IBM/kui/issues/3524) +- **packages/core:** plugin assembler has a path separator assumption ([4214641](https://github.com/IBM/kui/commit/4214641)), closes [#3326](https://github.com/IBM/kui/issues/3326) +- **packages/core:** preloader reports error if plugin has partial preload ([f01e93f](https://github.com/IBM/kui/commit/f01e93f)), closes [#3505](https://github.com/IBM/kui/issues/3505) +- **packages/core:** remove old EntitySpec support ([e45fb7b](https://github.com/IBM/kui/commit/e45fb7b)), closes [#3268](https://github.com/IBM/kui/issues/3268) +- **packages/core:** repl exec should invoke commands separated by semicolon ([016b3b0](https://github.com/IBM/kui/commit/016b3b0)), closes [#5260](https://github.com/IBM/kui/issues/5260) +- **packages/core:** repl input has ellision but odd scrolling with open sidecar ([b456763](https://github.com/IBM/kui/commit/b456763)), closes [#3539](https://github.com/IBM/kui/issues/3539) +- **packages/core:** status stripe fragments should be hidden until data arrives ([5792746](https://github.com/IBM/kui/commit/5792746)), closes [#3538](https://github.com/IBM/kui/issues/3538) +- **packages/core:** status stripe icons not always vertically aligned ([e505550](https://github.com/IBM/kui/commit/e505550)), closes [#3489](https://github.com/IBM/kui/issues/3489) +- **packages/core:** table updates should (sometimes) scroll into view ([62e9a46](https://github.com/IBM/kui/commit/62e9a46)), closes [#3510](https://github.com/IBM/kui/issues/3510) +- **packages/core:** update bottom input UI to avoid large right-pad ([c313224](https://github.com/IBM/kui/commit/c313224)), closes [#3541](https://github.com/IBM/kui/issues/3541) +- **plugins/plugin-client-common:** a few small refinements to "editing" UI for Inputs ([001236a](https://github.com/IBM/kui/commit/001236a)), closes [#5656](https://github.com/IBM/kui/issues/5656) [#5658](https://github.com/IBM/kui/issues/5658) +- **plugins/plugin-client-common:** StatusStripe widgets can emit react error when switching to notebook tab ([485fcdf](https://github.com/IBM/kui/commit/485fcdf)), closes [#5639](https://github.com/IBM/kui/issues/5639) +- container filter of logs tab shows accumulated logs from previous selection ([08903b4](https://github.com/IBM/kui/commit/08903b4)), closes [#4644](https://github.com/IBM/kui/issues/4644) [#4658](https://github.com/IBM/kui/issues/4658) +- control+w should not close window on linux and windows ([f80c3e4](https://github.com/IBM/kui/commit/f80c3e4)), closes [#4638](https://github.com/IBM/kui/issues/4638) +- core defaultContext logic assumes existence if @kui-shell/client ([a8a32cf](https://github.com/IBM/kui/commit/a8a32cf)), closes [#3849](https://github.com/IBM/kui/issues/3849) +- CurrentContext and CurrentNamespace widgets may have stale data inBrowser ([ab77c20](https://github.com/IBM/kui/commit/ab77c20)), closes [#5097](https://github.com/IBM/kui/issues/5097) +- don't blink yellow forever for kubectl events ([a59ee86](https://github.com/IBM/kui/commit/a59ee86)), closes [#4869](https://github.com/IBM/kui/issues/4869) +- don't default to ls -l ([5a5b426](https://github.com/IBM/kui/commit/5a5b426)), closes [#3473](https://github.com/IBM/kui/issues/3473) +- eliminate assumptions that "default" is the default kube namespace ([4eb392d](https://github.com/IBM/kui/commit/4eb392d)), closes [#4764](https://github.com/IBM/kui/issues/4764) +- eliminate complex nesting of NavResponse model ([e849ae7](https://github.com/IBM/kui/commit/e849ae7)), closes [#4205](https://github.com/IBM/kui/issues/4205) +- eliminate use of custom tag ([00e2728](https://github.com/IBM/kui/commit/00e2728)), closes [#3777](https://github.com/IBM/kui/issues/3777) +- improve job capture to tabs ([e014e36](https://github.com/IBM/kui/commit/e014e36)), closes [#3363](https://github.com/IBM/kui/issues/3363) +- improve watch push API typing ([b9fe949](https://github.com/IBM/kui/commit/b9fe949)), closes [#3457](https://github.com/IBM/kui/issues/3457) +- improve windows build support ([cacd68b](https://github.com/IBM/kui/commit/cacd68b)), closes [#3332](https://github.com/IBM/kui/issues/3332) +- improved support for replaying splits ([8039a9d](https://github.com/IBM/kui/commit/8039a9d)), closes [#5535](https://github.com/IBM/kui/issues/5535) +- kubectl edit apply twice does not work ([1976134](https://github.com/IBM/kui/commit/1976134)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- kubectl edit in sidecar doesn't show success message when a resource is applied ([cc59503](https://github.com/IBM/kui/commit/cc59503)), closes [#4691](https://github.com/IBM/kui/issues/4691) +- logs tab toolbar doesn't signify when pods are 404 ([135e1be](https://github.com/IBM/kui/commit/135e1be)), closes [#4646](https://github.com/IBM/kui/issues/4646) +- multiple issues with tab switching versus status stripe widgets ([8c8a6ec](https://github.com/IBM/kui/commit/8c8a6ec)), closes [#5101](https://github.com/IBM/kui/issues/5101) +- **packages/core:** add missing readline dependence ([47ef972](https://github.com/IBM/kui/commit/47ef972)), closes [#4836](https://github.com/IBM/kui/issues/4836) +- **packages/core:** another undefined use of Electron ([ba679d3](https://github.com/IBM/kui/commit/ba679d3)), closes [#4187](https://github.com/IBM/kui/issues/4187) +- **packages/core:** broken open external link support ([cd5b21c](https://github.com/IBM/kui/commit/cd5b21c)), closes [#4197](https://github.com/IBM/kui/issues/4197) +- **packages/core:** eliminate races and buggy fallback in prescan loader ([3527827](https://github.com/IBM/kui/commit/3527827)), closes [#4847](https://github.com/IBM/kui/issues/4847) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- notebook replay should scroll to top, and not display welcome message on every tab ([7ade801](https://github.com/IBM/kui/commit/7ade801)), closes [#5515](https://github.com/IBM/kui/issues/5515) [#5516](https://github.com/IBM/kui/issues/5516) +- optimize webpack bundle loading ([e2f473a](https://github.com/IBM/kui/commit/e2f473a)), closes [#3359](https://github.com/IBM/kui/issues/3359) +- pass argvNoOptions and ParsedOptions to button function ([3d86375](https://github.com/IBM/kui/commit/3d86375)), closes [#3977](https://github.com/IBM/kui/issues/3977) +- pass argvNoOptions and ParsedOptions to FunctionThatProducesContent ([aaa3c42](https://github.com/IBM/kui/commit/aaa3c42)), closes [#3962](https://github.com/IBM/kui/issues/3962) +- pick a winner if more than one tab completion enumerator has offerings ([fbd6696](https://github.com/IBM/kui/commit/fbd6696)), closes [#3736](https://github.com/IBM/kui/issues/3736) +- Popup client should place InputStripe inside of StatusStripe ([a09138d](https://github.com/IBM/kui/commit/a09138d)), closes [#3949](https://github.com/IBM/kui/issues/3949) +- PTY behaves oddly when switching tabs ([700cdda](https://github.com/IBM/kui/commit/700cdda)), closes [#2579](https://github.com/IBM/kui/issues/2579) +- RadioTables are not replayable ([d0dd00e](https://github.com/IBM/kui/commit/d0dd00e)), closes [#5599](https://github.com/IBM/kui/issues/5599) +- reduce expense of preloader on webapp init ([00b87c0](https://github.com/IBM/kui/commit/00b87c0)), closes [#3286](https://github.com/IBM/kui/issues/3286) +- reduce No log data followed by log data behavior in kube logs ([e1c0624](https://github.com/IBM/kui/commit/e1c0624)), closes [#4624](https://github.com/IBM/kui/issues/4624) +- reducing flashing effect for PTY command not found errors ([f160337](https://github.com/IBM/kui/commit/f160337)), closes [#3449](https://github.com/IBM/kui/issues/3449) +- regression due to introduced cycle dependendence ([d1799b0](https://github.com/IBM/kui/commit/d1799b0)), closes [#3422](https://github.com/IBM/kui/issues/3422) +- reimplement ls using filesystem APIs ([7eec254](https://github.com/IBM/kui/commit/7eec254)), closes [#2702](https://github.com/IBM/kui/issues/2702) [#1304](https://github.com/IBM/kui/issues/1304) +- remove augmentModuleLoadPath API ([47dfcdf](https://github.com/IBM/kui/commit/47dfcdf)), closes [#4839](https://github.com/IBM/kui/issues/4839) +- remove unsed fields from client.json ([a55b1f1](https://github.com/IBM/kui/commit/a55b1f1)), closes [#4296](https://github.com/IBM/kui/issues/4296) +- repl scrollbars overlap with repl content ([69a265e](https://github.com/IBM/kui/commit/69a265e)) +- replace Containers with Logs tab ([00e8786](https://github.com/IBM/kui/commit/00e8786)), closes [#4603](https://github.com/IBM/kui/issues/4603) +- restore status stripe to default behavior on terminal clear ([128ec92](https://github.com/IBM/kui/commit/128ec92)), closes [#5495](https://github.com/IBM/kui/issues/5495) +- restore support for quiet table clicks ([b8d4e51](https://github.com/IBM/kui/commit/b8d4e51)), closes [#3894](https://github.com/IBM/kui/issues/3894) +- sidecar toolbar can't due justice to longer error messages ([e67e0c9](https://github.com/IBM/kui/commit/e67e0c9)), closes [#4789](https://github.com/IBM/kui/issues/4789) +- status stripe UI fixes to work better across themes ([2aa107f](https://github.com/IBM/kui/commit/2aa107f)), closes [#3507](https://github.com/IBM/kui/issues/3507) +- summary tab is not read-only for kubectl edit command ([9f7ff82](https://github.com/IBM/kui/commit/9f7ff82)), closes [#4809](https://github.com/IBM/kui/issues/4809) +- table model should not allow raw HTML Node ([39c87ce](https://github.com/IBM/kui/commit/39c87ce)), closes [#3785](https://github.com/IBM/kui/issues/3785) +- TopNavSidecar tabs should auto-pause and auto-focus when switching ([2b00dd9](https://github.com/IBM/kui/commit/2b00dd9)), closes [#4741](https://github.com/IBM/kui/issues/4741) [#4748](https://github.com/IBM/kui/issues/4748) +- **packages/core:** avoid using webview theme preinjection ([cb5455e](https://github.com/IBM/kui/commit/cb5455e)), closes [#3809](https://github.com/IBM/kui/issues/3809) +- **packages/core:** bootIntoSandbox doesn't call domReady correctly ([cbb7186](https://github.com/IBM/kui/commit/cbb7186)), closes [#3847](https://github.com/IBM/kui/issues/3847) +- **packages/core:** console error when launching production electron builds ([b0319ae](https://github.com/IBM/kui/commit/b0319ae)), closes [#4187](https://github.com/IBM/kui/issues/4187) +- **packages/core:** eliminate spurious console error messages ([30e5ad7](https://github.com/IBM/kui/commit/30e5ad7)), closes [#3906](https://github.com/IBM/kui/issues/3906) +- **packages/core:** eliminate static dependence on client config ([328f505](https://github.com/IBM/kui/commit/328f505)), closes [#3817](https://github.com/IBM/kui/issues/3817) +- **packages/core:** incorrect sidecar content may be presented ([a808976](https://github.com/IBM/kui/commit/a808976)), closes [#3589](https://github.com/IBM/kui/issues/3589) +- **packages/core:** leftover debugging output in core/repl/exec ([7a8b6b8](https://github.com/IBM/kui/commit/7a8b6b8)), closes [#3997](https://github.com/IBM/kui/issues/3997) +- **packages/core:** MMR rendering is glitchy ([5ce89aa](https://github.com/IBM/kui/commit/5ce89aa)), closes [#3589](https://github.com/IBM/kui/issues/3589) +- **packages/core:** pry-client fails when an external kui client doesn't have invisible-global-input in index.html ([b835ffb](https://github.com/IBM/kui/commit/b835ffb)), closes [#4505](https://github.com/IBM/kui/issues/4505) +- **packages/core:** restore CommandStringContent as one of FunctionThatProducesContent types ([1e32b93](https://github.com/IBM/kui/commit/1e32b93)), closes [#3687](https://github.com/IBM/kui/issues/3687) +- **packages/core:** set inBrowser for bootIntoSandbox flows ([61ef43f](https://github.com/IBM/kui/commit/61ef43f)), closes [#3840](https://github.com/IBM/kui/issues/3840) +- **packges/core:** bootIntoSandbox should call assertInSandbox ([ccf47a4](https://github.com/IBM/kui/commit/ccf47a4)), closes [#3856](https://github.com/IBM/kui/issues/3856) +- **plugins/plugin-carbon-themes:** carbon themes do not fully apply ([1659157](https://github.com/IBM/kui/commit/1659157)), closes [#3740](https://github.com/IBM/kui/issues/3740) +- **plugins/plugin-carbon-themes:** optimize loading of plex fonts ([aa833b1](https://github.com/IBM/kui/commit/aa833b1)), closes [#3831](https://github.com/IBM/kui/issues/3831) +- **plugins/plugin-kubectl:** kubectl get table with mix of existing and non-existing ([8d98d15](https://github.com/IBM/kui/commit/8d98d15)), closes [#4492](https://github.com/IBM/kui/issues/4492) +- simplify handling of opengraph META ([ff3c0de](https://github.com/IBM/kui/commit/ff3c0de)), closes [#4288](https://github.com/IBM/kui/issues/4288) +- **plugins/plugin-kubectl:** kubectl watch tables can be misparsed ([cb3e1c2](https://github.com/IBM/kui/commit/cb3e1c2)), closes [#4139](https://github.com/IBM/kui/issues/4139) +- reverse-i-search does not always terminate with current completion ([e05d905](https://github.com/IBM/kui/commit/e05d905)), closes [#3799](https://github.com/IBM/kui/issues/3799) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) +- TabContent constructor sometimes calls this.setState ([5a72470](https://github.com/IBM/kui/commit/5a72470)), closes [#3844](https://github.com/IBM/kui/issues/3844) +- vi will block buttom-input cross-tab ([c6b3f0b](https://github.com/IBM/kui/commit/c6b3f0b)), closes [#3173](https://github.com/IBM/kui/issues/3173) +- **packages/core:** webview-based theme injection can result in errors ([e7a18a1](https://github.com/IBM/kui/commit/e7a18a1)), closes [#3590](https://github.com/IBM/kui/issues/3590) +- update strip-ansi to the latest ([a725ffc](https://github.com/IBM/kui/commit/a725ffc)), closes [#3438](https://github.com/IBM/kui/issues/3438) +- **packages/core:** add missing marked dependence in packages/core ([a1eac24](https://github.com/IBM/kui/commit/a1eac24)), closes [#2997](https://github.com/IBM/kui/issues/2997) +- **packages/core:** add TableStyle and Cell to exported table-models API ([fa67b80](https://github.com/IBM/kui/commit/fa67b80)), closes [#3149](https://github.com/IBM/kui/issues/3149) +- **packages/core:** adjust REPL tables to be a bit more standard ([e2b8d17](https://github.com/IBM/kui/commit/e2b8d17)), closes [#3036](https://github.com/IBM/kui/issues/3036) +- **packages/core:** avoid "custom" in the sidecar "kind" display ([b9ddcd1](https://github.com/IBM/kui/commit/b9ddcd1)), closes [#3059](https://github.com/IBM/kui/issues/3059) [#3061](https://github.com/IBM/kui/issues/3061) +- **packages/core:** broken clickable resource names for CLIs that don't have a kui plugin ([3c0f8ae](https://github.com/IBM/kui/commit/3c0f8ae)), closes [#2888](https://github.com/IBM/kui/issues/2888) +- **packages/core:** commands for plugin didn't handle no-usage case ([9ffa5d9](https://github.com/IBM/kui/commit/9ffa5d9)), closes [#2949](https://github.com/IBM/kui/issues/2949) +- **packages/core:** Commands.Registrar.synonym should have the options as optional ([0882ab2](https://github.com/IBM/kui/commit/0882ab2)), closes [#2909](https://github.com/IBM/kui/issues/2909) +- **packages/core:** debug rather than console.error on plugin scanner retry ([27f41e0](https://github.com/IBM/kui/commit/27f41e0)), closes [#2958](https://github.com/IBM/kui/issues/2958) +- **packages/core:** drilldown versus back button race condition ([3405b37](https://github.com/IBM/kui/commit/3405b37)), closes [#3114](https://github.com/IBM/kui/issues/3114) +- **packages/core:** eliminate repl/exec -> spawn-electron import path ([10d0e77](https://github.com/IBM/kui/commit/10d0e77)), closes [#3014](https://github.com/IBM/kui/issues/3014) +- **packages/core:** fix for low-level bug in resolver.resolve ([c84c03b](https://github.com/IBM/kui/commit/c84c03b)), closes [#3050](https://github.com/IBM/kui/issues/3050) +- **packages/core:** improve rendering of popup mode ([3501a51](https://github.com/IBM/kui/commit/3501a51)), closes [#2983](https://github.com/IBM/kui/issues/2983) +- **packages/core:** improve sidecar button behavior ([80c00fe](https://github.com/IBM/kui/commit/80c00fe)), closes [#3165](https://github.com/IBM/kui/issues/3165) [#3166](https://github.com/IBM/kui/issues/3166) +- **packages/core:** improve support for pretty-printed names in MMR ([e7ee814](https://github.com/IBM/kui/commit/e7ee814)), closes [#3136](https://github.com/IBM/kui/issues/3136) +- **packages/core:** in popup mode, sidecar screenshot and close button too small ([5fa0d97](https://github.com/IBM/kui/commit/5fa0d97)), closes [#2932](https://github.com/IBM/kui/issues/2932) +- **packages/core:** inconsistent horizontal padding in popup tables ([3c52c19](https://github.com/IBM/kui/commit/3c52c19)), closes [#3048](https://github.com/IBM/kui/issues/3048) +- **packages/core:** isHTML fails if input is null ([eecdbac](https://github.com/IBM/kui/commit/eecdbac)), closes [#3019](https://github.com/IBM/kui/issues/3019) +- **packages/core:** kui hangs if prescan references non-existent plugin ([aff7c8c](https://github.com/IBM/kui/commit/aff7c8c)), closes [#3018](https://github.com/IBM/kui/issues/3018) +- **packages/core:** kui hangs with command registered as subtree without usage ([0fc14d4](https://github.com/IBM/kui/commit/0fc14d4)), closes [#2954](https://github.com/IBM/kui/issues/2954) +- **packages/core:** mimic-dom should mimic sessionStorage ([52b3aaa](https://github.com/IBM/kui/commit/52b3aaa)), closes [#2981](https://github.com/IBM/kui/issues/2981) +- **packages/core:** mmr couldn't show up when the sidecar is minimized ([91cd2cc](https://github.com/IBM/kui/commit/91cd2cc)), closes [#3164](https://github.com/IBM/kui/issues/3164) +- **packages/core:** mmr show does not pass through full resource on all paths ([63c89ea](https://github.com/IBM/kui/commit/63c89ea)), closes [#3181](https://github.com/IBM/kui/issues/3181) +- **packages/core:** mmr/show has leftover debug output ([197efa8](https://github.com/IBM/kui/commit/197efa8)), closes [#3112](https://github.com/IBM/kui/issues/3112) +- **packages/core:** MultiModalResponse can have duplicate tabs ([69d5c4d](https://github.com/IBM/kui/commit/69d5c4d)), closes [#3088](https://github.com/IBM/kui/issues/3088) +- **packages/core:** multimodalresponse does not display buttons ([8c4e31a](https://github.com/IBM/kui/commit/8c4e31a)), closes [#3098](https://github.com/IBM/kui/issues/3098) +- **packages/core:** on repl.exec error, emit errors to debug channel ([64347ee](https://github.com/IBM/kui/commit/64347ee)), closes [#3178](https://github.com/IBM/kui/issues/3178) +- **packages/core:** onclickSilence not completely silent for MultiModalResponse ([4480e3f](https://github.com/IBM/kui/commit/4480e3f)), closes [#3162](https://github.com/IBM/kui/issues/3162) +- **packages/core:** poor popup table cell spacing ([1d34eeb](https://github.com/IBM/kui/commit/1d34eeb)), closes [#3026](https://github.com/IBM/kui/issues/3026) +- **packages/core:** popup kind displays CUSTOM for tables ([71e6279](https://github.com/IBM/kui/commit/71e6279)), closes [#3052](https://github.com/IBM/kui/issues/3052) +- **packages/core:** popup spinner is tiny ([8e813f6](https://github.com/IBM/kui/commit/8e813f6)), closes [#2947](https://github.com/IBM/kui/issues/2947) +- **packages/core:** preloader should support absolute paths in prescan.json ([1630564](https://github.com/IBM/kui/commit/1630564)), closes [#2970](https://github.com/IBM/kui/issues/2970) +- **packages/core:** process clientRequired plugins before clientHosted plugins ([fcc3bd0](https://github.com/IBM/kui/commit/fcc3bd0)), closes [#3191](https://github.com/IBM/kui/issues/3191) +- **packages/core:** radio table height changes when selected row changes ([8ca0acd](https://github.com/IBM/kui/commit/8ca0acd)), closes [#3110](https://github.com/IBM/kui/issues/3110) +- **packages/core:** remove debugging from mmr/show ([1481241](https://github.com/IBM/kui/commit/1481241)), closes [#3128](https://github.com/IBM/kui/issues/3128) +- **packages/core:** remove debugging printf from core popup ([13fe320](https://github.com/IBM/kui/commit/13fe320)), closes [#3073](https://github.com/IBM/kui/issues/3073) +- **packages/core:** remove electron-context-menu dependence ([87f72c0](https://github.com/IBM/kui/commit/87f72c0)), closes [#3064](https://github.com/IBM/kui/issues/3064) [#3014](https://github.com/IBM/kui/issues/3014) +- **packages/core:** remove leftover console.trace ([5ecf90a](https://github.com/IBM/kui/commit/5ecf90a)), closes [#3003](https://github.com/IBM/kui/issues/3003) +- **packages/core:** remove some old table formatting code ([d95df43](https://github.com/IBM/kui/commit/d95df43)), closes [#3282](https://github.com/IBM/kui/issues/3282) +- **packages/core:** remove unused parts of Response data type ([2eecec1](https://github.com/IBM/kui/commit/2eecec1)), closes [#3272](https://github.com/IBM/kui/issues/3272) +- **packages/core:** remove use of "open" npm ([9501948](https://github.com/IBM/kui/commit/9501948)), closes [#3090](https://github.com/IBM/kui/issues/3090) +- **packages/core:** REPL UI should emit "ok" for multimodalresponse ([1015520](https://github.com/IBM/kui/commit/1015520)), closes [#3100](https://github.com/IBM/kui/issues/3100) +- **packages/core:** sidecar auto-close on delete versus metadata bearing ([0a45fe0](https://github.com/IBM/kui/commit/0a45fe0)), closes [#3244](https://github.com/IBM/kui/issues/3244) +- **packages/core:** sidecar basic function should not require plugins ([07aa3e3](https://github.com/IBM/kui/commit/07aa3e3)), closes [#3172](https://github.com/IBM/kui/issues/3172) +- **packages/core:** sidecar header shouldn't display createdOn in old subtext position ([57e7d24](https://github.com/IBM/kui/commit/57e7d24)), closes [#3383](https://github.com/IBM/kui/issues/3383) +- **packages/core:** sidecar markdown should not have padding for ``` blocks ([43da4c9](https://github.com/IBM/kui/commit/43da4c9)), closes [#3393](https://github.com/IBM/kui/issues/3393) +- **packages/core:** sidecar plain text handler should not use normal-text css class ([de82cf4](https://github.com/IBM/kui/commit/de82cf4)), closes [#2907](https://github.com/IBM/kui/issues/2907) +- **packages/core:** spinner color should follow brand palette ([37488dd](https://github.com/IBM/kui/commit/37488dd)), closes [#2987](https://github.com/IBM/kui/issues/2987) +- **packages/core:** tighten up inter-block vertical spacing ([aed2c42](https://github.com/IBM/kui/commit/aed2c42)), closes [#3108](https://github.com/IBM/kui/issues/3108) +- **packages/core:** toolbar text anchor text has low contrast ([4e96060](https://github.com/IBM/kui/commit/4e96060)), closes [#3395](https://github.com/IBM/kui/issues/3395) +- **packages/core:** update sidecar tables to match [#3037](https://github.com/IBM/kui/issues/3037) ([4329e24](https://github.com/IBM/kui/commit/4329e24)), closes [#3045](https://github.com/IBM/kui/issues/3045) +- **packages/core:** use tighter row spacing for Light tables ([aed2ca9](https://github.com/IBM/kui/commit/aed2ca9)), closes [#3104](https://github.com/IBM/kui/issues/3104) +- about contexts tab is non-functional ([c0b61b6](https://github.com/IBM/kui/commit/c0b61b6)), closes [#2890](https://github.com/IBM/kui/issues/2890) +- allow KUI_COMMAND_CONTEXT env var to override default theme setting ([817f99d](https://github.com/IBM/kui/commit/817f99d)), closes [#3009](https://github.com/IBM/kui/issues/3009) +- drilldown bugs in openwhisk trace view ([9185585](https://github.com/IBM/kui/commit/9185585)), closes [#2874](https://github.com/IBM/kui/issues/2874) +- improve plugin install ([67e007c](https://github.com/IBM/kui/commit/67e007c)), closes [#3057](https://github.com/IBM/kui/issues/3057) +- some long-standing issues with table display in headless mode ([841d5d3](https://github.com/IBM/kui/commit/841d5d3)), closes [#3034](https://github.com/IBM/kui/issues/3034) +- use carbon gray10 as default theme for clients/base ([b5d277d](https://github.com/IBM/kui/commit/b5d277d)), closes [#3054](https://github.com/IBM/kui/issues/3054) +- **plugins/plugin-manager:** improve docs strings for plugin-manager commands ([7b5ab7d](https://github.com/IBM/kui/commit/7b5ab7d)), closes [#2926](https://github.com/IBM/kui/issues/2926) +- **plugins/plugin-manager:** use ora for plugin remove ([3da0e44](https://github.com/IBM/kui/commit/3da0e44)), closes [#3029](https://github.com/IBM/kui/issues/3029) [#3028](https://github.com/IBM/kui/issues/3028) +- user-installed plugins cannot always REPL.qexec other plugins ([c17c1e6](https://github.com/IBM/kui/commit/c17c1e6)), closes [#2963](https://github.com/IBM/kui/issues/2963) +- **packages/core:** undefined window title in popup mode ([b2538a1](https://github.com/IBM/kui/commit/b2538a1)), closes [#2943](https://github.com/IBM/kui/issues/2943) + +### Features + +- pause and resume watchable jobs ([5d3f719](https://github.com/IBM/kui/commit/5d3f719)), closes [#1747](https://github.com/IBM/kui/issues/1747) +- **packages/core:** Allow clients to define the contents of the Notebooks menu. ([7462c1a](https://github.com/IBM/kui/commit/7462c1a)) +- ability to register an onClose handler when opening a tab ([58a36c3](https://github.com/IBM/kui/commit/58a36c3)), closes [#5670](https://github.com/IBM/kui/issues/5670) +- add delta summary to Tree ([95a0b4a](https://github.com/IBM/kui/commit/95a0b4a)), closes [#6329](https://github.com/IBM/kui/issues/6329) +- add events to sidecar tree ([dd4d552](https://github.com/IBM/kui/commit/dd4d552)), closes [#6140](https://github.com/IBM/kui/issues/6140) +- add Kubernetes Dashboard Notebook ([9f62b63](https://github.com/IBM/kui/commit/9f62b63)), closes [#5617](https://github.com/IBM/kui/issues/5617) [#6915](https://github.com/IBM/kui/issues/6915) [#6917](https://github.com/IBM/kui/issues/6917) +- Add simple kubectl create namespace to the list of direct optimizations ([2aaaac6](https://github.com/IBM/kui/commit/2aaaac6)), closes [#6470](https://github.com/IBM/kui/issues/6470) +- add unit support of TreeResponse as one of the contents in MultiModalResponse ([85ea2d5](https://github.com/IBM/kui/commit/85ea2d5)), closes [#6132](https://github.com/IBM/kui/issues/6132) +- Allow command registrants to specify no semicolon expansion ([dbcaf87](https://github.com/IBM/kui/commit/dbcaf87)), closes [#6396](https://github.com/IBM/kui/issues/6396) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- clicking changed files in the `git status widget` should show `git diff` result in a DiffEditor ([3a199c7](https://github.com/IBM/kui/commit/3a199c7)), closes [#6348](https://github.com/IBM/kui/issues/6348) +- execute the command in url query when the browser app is loaded ([b0b95cf](https://github.com/IBM/kui/commit/b0b95cf)), closes [#5879](https://github.com/IBM/kui/issues/5879) +- Extend kubectl optimizations to table watching ([9a2bc74](https://github.com/IBM/kui/commit/9a2bc74)), closes [#6449](https://github.com/IBM/kui/issues/6449) +- Feature: improve support for parallelization across VFS operations ([e05d7e0](https://github.com/IBM/kui/commit/e05d7e0)), closes [#5831](https://github.com/IBM/kui/issues/5831) +- improve the split layout progression ([d3f2d6c](https://github.com/IBM/kui/commit/d3f2d6c)), closes [#6747](https://github.com/IBM/kui/issues/6747) [#6743](https://github.com/IBM/kui/issues/6743) +- in `kubectl get -f` tree, use Monaco DiffEditor show the preview of dry-run changes ([99266e8](https://github.com/IBM/kui/commit/99266e8)), closes [#6181](https://github.com/IBM/kui/issues/6181) [#6154](https://github.com/IBM/kui/issues/6154) +- initial support for using a kubectl proxy ([47b26be](https://github.com/IBM/kui/commit/47b26be)), closes [#6440](https://github.com/IBM/kui/issues/6440) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- introduce reexec for rerunning commands ([fe80525](https://github.com/IBM/kui/commit/fe80525)), closes [#6026](https://github.com/IBM/kui/issues/6026) +- Kui implementation of `watch` ([2cb3f98](https://github.com/IBM/kui/commit/2cb3f98)), closes [#6379](https://github.com/IBM/kui/issues/6379) +- lightweight ui options for core themes ([cf96867](https://github.com/IBM/kui/commit/cf96867)), closes [#6187](https://github.com/IBM/kui/issues/6187) +- Make a notebook about making notebooks ([0d67947](https://github.com/IBM/kui/commit/0d67947)), closes [#6040](https://github.com/IBM/kui/issues/6040) +- Meta-click on table entries should open the drilldown in a different split ([fb89c29](https://github.com/IBM/kui/commit/fb89c29)), closes [#6403](https://github.com/IBM/kui/issues/6403) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- revive "app" and "tier" columns from deprecated kubectl tree view ([cd642d9](https://github.com/IBM/kui/commit/cd642d9)), closes [#6591](https://github.com/IBM/kui/issues/6591) +- save/restore pty command output ([2c291a9](https://github.com/IBM/kui/commit/2c291a9)), closes [#5314](https://github.com/IBM/kui/issues/5314) +- show buttons of related resources in sidecar footer ([e10f7f2](https://github.com/IBM/kui/commit/e10f7f2)), closes [#6856](https://github.com/IBM/kui/issues/6856) +- TopTab buttons should have improved tooltips ([5282612](https://github.com/IBM/kui/commit/5282612)), closes [#6806](https://github.com/IBM/kui/issues/6806) +- **packages/core:** Add File->Save as Notebook ([10181a4](https://github.com/IBM/kui/commit/10181a4)), closes [#5715](https://github.com/IBM/kui/issues/5715) +- **packages/core:** allow controller to opt in/out recording table row onclicks when snapshot ([cc83ce7](https://github.com/IBM/kui/commit/cc83ce7)), closes [#5565](https://github.com/IBM/kui/issues/5565) +- **plugins/plugin-client-common:** edit a commentary response using SimpleEditor ([6d828c1](https://github.com/IBM/kui/commit/6d828c1)), closes [#5664](https://github.com/IBM/kui/issues/5664) +- **plugins/plugin-client-common:** split command should allow user to specify splice index ([75857e9](https://github.com/IBM/kui/commit/75857e9)), closes [#5746](https://github.com/IBM/kui/issues/5746) +- **plugins/plugin-kubectl:** Port kubectl pollers to use push, for homogeneous deletes ([82448d7](https://github.com/IBM/kui/commit/82448d7)), closes [#6481](https://github.com/IBM/kui/issues/6481) [#6486](https://github.com/IBM/kui/issues/6486) +- add alert command to display Alert component in Terminal ([495d3bb](https://github.com/IBM/kui/commit/495d3bb)), closes [#4957](https://github.com/IBM/kui/issues/4957) +- add CommentaryReponse to snapshot/replay the response of commentary command ([7d13a93](https://github.com/IBM/kui/commit/7d13a93)), closes [#5439](https://github.com/IBM/kui/issues/5439) +- add sequence diagram to table with timestamp columns ([e9028ee](https://github.com/IBM/kui/commit/e9028ee)), closes [#5336](https://github.com/IBM/kui/issues/5336) +- allow command registrations to express their experimental nature ([eb9f147](https://github.com/IBM/kui/commit/eb9f147)), closes [#5282](https://github.com/IBM/kui/issues/5282) +- allow controllers to control the color of the status stripe ([708570c](https://github.com/IBM/kui/commit/708570c)), closes [#5490](https://github.com/IBM/kui/issues/5490) +- allow for limiting the number of kubectl table rows ([62588f2](https://github.com/IBM/kui/commit/62588f2)), closes [#5358](https://github.com/IBM/kui/issues/5358) +- allow table model to specify a gridable column index ([f4ba8e6](https://github.com/IBM/kui/commit/f4ba8e6)), closes [#5278](https://github.com/IBM/kui/issues/5278) +- cold start delays ([83abd14](https://github.com/IBM/kui/commit/83abd14)), closes [#5356](https://github.com/IBM/kui/issues/5356) +- command history should be tab-specific ([1b987e0](https://github.com/IBM/kui/commit/1b987e0)), closes [#1299](https://github.com/IBM/kui/issues/1299) +- commentary command to add comments to REPL ([c304fd3](https://github.com/IBM/kui/commit/c304fd3)), closes [#5428](https://github.com/IBM/kui/issues/5428) +- custom tab titles ([fd780df](https://github.com/IBM/kui/commit/fd780df)), closes [#5525](https://github.com/IBM/kui/issues/5525) +- improve kubectl edit experience ([4c4a1c9](https://github.com/IBM/kui/commit/4c4a1c9)), closes [#4783](https://github.com/IBM/kui/issues/4783) +- initial support for capturing input files and showing them in the UI ([5744bf4](https://github.com/IBM/kui/commit/5744bf4)), closes [#5513](https://github.com/IBM/kui/issues/5513) +- initial typeahead for commands ([7ba313a](https://github.com/IBM/kui/commit/7ba313a)), closes [#5437](https://github.com/IBM/kui/issues/5437) +- initial/minimal snapshot/replay support ([bb7ae0f](https://github.com/IBM/kui/commit/bb7ae0f)), closes [#5280](https://github.com/IBM/kui/issues/5280) +- kubectl apply view-last-applied ([6d601ef](https://github.com/IBM/kui/commit/6d601ef)), closes [#4822](https://github.com/IBM/kui/issues/4822) +- line highlights on editor save, used for k edit apply errors ([3efa6a5](https://github.com/IBM/kui/commit/3efa6a5)), closes [#4795](https://github.com/IBM/kui/issues/4795) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- pass command line comments to commentary command ([a020db5](https://github.com/IBM/kui/commit/a020db5)), closes [#5459](https://github.com/IBM/kui/issues/5459) +- pin a watchable terminal response in a split pane ([662f413](https://github.com/IBM/kui/commit/662f413)), closes [#4865](https://github.com/IBM/kui/issues/4865) [#4573](https://github.com/IBM/kui/issues/4573) [#4885](https://github.com/IBM/kui/issues/4885) [#4894](https://github.com/IBM/kui/issues/4894) +- refine kubectl contexts table; add support for RadioTable row titles ([11bb074](https://github.com/IBM/kui/commit/11bb074)), closes [#5131](https://github.com/IBM/kui/issues/5131) +- restore opengraph properties on index.ejs ([6e57007](https://github.com/IBM/kui/commit/6e57007)), closes [#5530](https://github.com/IBM/kui/issues/5530) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) +- separate out themes into a new settings Notebook ([5180759](https://github.com/IBM/kui/commit/5180759)), closes [#5605](https://github.com/IBM/kui/issues/5605) +- snapshot freshening ([d5c8991](https://github.com/IBM/kui/commit/d5c8991)), closes [#5522](https://github.com/IBM/kui/issues/5522) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- support for events in table footer ([51669af](https://github.com/IBM/kui/commit/51669af)), closes [#5115](https://github.com/IBM/kui/issues/5115) +- support replaying in new tab ([04a2c67](https://github.com/IBM/kui/commit/04a2c67)), closes [#5509](https://github.com/IBM/kui/issues/5509) +- target kubectl logs and kubectl exec to Logs and Terminal tabs ([409e632](https://github.com/IBM/kui/commit/409e632)), closes [#4762](https://github.com/IBM/kui/issues/4762) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) +- update ls to allow for presenting content from more limited VFS's such as tutorials ([a1ff1a4](https://github.com/IBM/kui/commit/a1ff1a4)), closes [#5497](https://github.com/IBM/kui/issues/5497) +- **packages/core:** add Notebook to Electron Menu ([99e499c](https://github.com/IBM/kui/commit/99e499c)), closes [#5493](https://github.com/IBM/kui/issues/5493) +- **plugins/plugin-client-common:** History navigation in minisplits should navigate In/Out pairs ([93eb2a4](https://github.com/IBM/kui/commit/93eb2a4)), closes [#5270](https://github.com/IBM/kui/issues/5270) +- **plugins/plugin-ibmcloud:** initial CodeEngine support ([677faca](https://github.com/IBM/kui/commit/677faca)), closes [#5302](https://github.com/IBM/kui/issues/5302) [#5303](https://github.com/IBM/kui/issues/5303) +- **plugins/plugin-kubectl:** kubectl events tab ([2d71f24](https://github.com/IBM/kui/commit/2d71f24)), closes [#4706](https://github.com/IBM/kui/issues/4706) +- **plugins/plugin-kubectl:** Terminal tab for Pod kubernetes resources ([c47e432](https://github.com/IBM/kui/commit/c47e432)), closes [#4639](https://github.com/IBM/kui/issues/4639) +- a new model NavResponse supporting side navigation menu ([41940eb](https://github.com/IBM/kui/commit/41940eb)), closes [#3659](https://github.com/IBM/kui/issues/3659) +- add button to WatchPane to show table back in terminal ([dc22591](https://github.com/IBM/kui/commit/dc22591)), closes [#4530](https://github.com/IBM/kui/issues/4530) +- add history to sidecar views ([b1e5543](https://github.com/IBM/kui/commit/b1e5543)), closes [#3960](https://github.com/IBM/kui/issues/3960) +- add support for Toolbar Buttons ([f55b8c6](https://github.com/IBM/kui/commit/f55b8c6)), closes [#4103](https://github.com/IBM/kui/issues/4103) [#4105](https://github.com/IBM/kui/issues/4105) +- allow users to provide custom views for session init ([1f35894](https://github.com/IBM/kui/commit/1f35894)), closes [#4596](https://github.com/IBM/kui/issues/4596) +- allow themes to dictate Kui client properties ([2b41873](https://github.com/IBM/kui/commit/2b41873)), closes [#4409](https://github.com/IBM/kui/issues/4409) +- bottom input ([c6d2af0](https://github.com/IBM/kui/commit/c6d2af0)), closes [#3729](https://github.com/IBM/kui/issues/3729) +- carbon tables ([237e9a5](https://github.com/IBM/kui/commit/237e9a5)), closes [#3632](https://github.com/IBM/kui/issues/3632) +- commands should be able to separate resource model fetch from view transformation functions ([e903bc7](https://github.com/IBM/kui/commit/e903bc7)), closes [#4437](https://github.com/IBM/kui/issues/4437) +- decrease default size of popup window ([a210ac4](https://github.com/IBM/kui/commit/a210ac4)), closes [#4192](https://github.com/IBM/kui/issues/4192) [#4193](https://github.com/IBM/kui/issues/4193) +- extend status stripe API to support "meters" ([6623471](https://github.com/IBM/kui/commit/6623471)), closes [#3496](https://github.com/IBM/kui/issues/3496) +- ibmcloud plugin ([aa0f72f](https://github.com/IBM/kui/commit/aa0f72f)), closes [#4353](https://github.com/IBM/kui/issues/4353) +- improve pagination and toolbar UIs of PaginatedTable ([08062e9](https://github.com/IBM/kui/commit/08062e9)), closes [#1456](https://github.com/IBM/kui/issues/1456) +- introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463) +- left-navigation sidecar ([f88329e](https://github.com/IBM/kui/commit/f88329e)), closes [#3635](https://github.com/IBM/kui/issues/3635) +- Popup client ([063c363](https://github.com/IBM/kui/commit/063c363)), closes [#3886](https://github.com/IBM/kui/issues/3886) +- port kubectl get ns to RadioTable ([be0eabf](https://github.com/IBM/kui/commit/be0eabf)), closes [#4510](https://github.com/IBM/kui/issues/4510) [#4511](https://github.com/IBM/kui/issues/4511) +- RadioTable and port of the themes table to use it ([79a3e8e](https://github.com/IBM/kui/commit/79a3e8e)), closes [#4507](https://github.com/IBM/kui/issues/4507) +- react helpers ([f6bea1f](https://github.com/IBM/kui/commit/f6bea1f)) +- refine NavResponse and add NavLinks support in LeftNavSidecar ([f1d8d98](https://github.com/IBM/kui/commit/f1d8d98)), closes [#3902](https://github.com/IBM/kui/issues/3902) +- render kubectl summary tab using forms ([d88436e](https://github.com/IBM/kui/commit/d88436e)), closes [#4014](https://github.com/IBM/kui/issues/4014) +- resize the popup window ([41bf5cf](https://github.com/IBM/kui/commit/41bf5cf)), closes [#4161](https://github.com/IBM/kui/issues/4161) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- status stripe ([d485ab3](https://github.com/IBM/kui/commit/d485ab3)), closes [#3475](https://github.com/IBM/kui/issues/3475) [#1859](https://github.com/IBM/kui/issues/1859) +- support ReactElement as MultiModalResponse modes ([a20e289](https://github.com/IBM/kui/commit/a20e289)), closes [#3793](https://github.com/IBM/kui/issues/3793) +- use breadcrumbs for TopNavSidecar naming ([5a4611e](https://github.com/IBM/kui/commit/5a4611e)), closes [#4043](https://github.com/IBM/kui/issues/4043) [#3657](https://github.com/IBM/kui/issues/3657) [#4044](https://github.com/IBM/kui/issues/4044) +- use Carbon Components UIShell for TopTabStripe ([8d7619d](https://github.com/IBM/kui/commit/8d7619d)), closes [#3819](https://github.com/IBM/kui/issues/3819) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) +- **packages/core:** allow commands to tailor yargs-parser narg setting ([e34e612](https://github.com/IBM/kui/commit/e34e612)), closes [#3471](https://github.com/IBM/kui/issues/3471) +- **packages/core:** allow push table updates to provide headers ([090acce](https://github.com/IBM/kui/commit/090acce)), closes [#3454](https://github.com/IBM/kui/issues/3454) +- **packages/core:** improved cancel via ctrl+c ([7ee6db6](https://github.com/IBM/kui/commit/7ee6db6)), closes [#3275](https://github.com/IBM/kui/issues/3275) [#3581](https://github.com/IBM/kui/issues/3581) +- **packages/core:** offer sandbox-friendly bootstrap endpoint ([1e969dc](https://github.com/IBM/kui/commit/1e969dc)), closes [#3825](https://github.com/IBM/kui/issues/3825) +- **packages/core:** plugin scanner should also scan "client" directory ([d94a5b5](https://github.com/IBM/kui/commit/d94a5b5)), closes [#3482](https://github.com/IBM/kui/issues/3482) +- **packages/core:** position popup windows more intelligently ([92dd574](https://github.com/IBM/kui/commit/92dd574)), closes [#4185](https://github.com/IBM/kui/issues/4185) +- add support for command string modes that specify contentType ([31c6940](https://github.com/IBM/kui/commit/31c6940)), closes [#3299](https://github.com/IBM/kui/issues/3299) +- allow plugins to define themes ([216f41c](https://github.com/IBM/kui/commit/216f41c)), closes [#3420](https://github.com/IBM/kui/issues/3420) +- allow plugins to pre-register high-level Modes ([96c5097](https://github.com/IBM/kui/commit/96c5097)), closes [#3123](https://github.com/IBM/kui/issues/3123) +- allow plugins to use subdirectories ([e7cc3e3](https://github.com/IBM/kui/commit/e7cc3e3)), closes [#3389](https://github.com/IBM/kui/issues/3389) +- badge registration should pass Tab context to badge renderer ([e4a26d4](https://github.com/IBM/kui/commit/e4a26d4)), closes [#3345](https://github.com/IBM/kui/issues/3345) +- core should export getAuthValue ([fac6e2e](https://github.com/IBM/kui/commit/fac6e2e)), closes [#3347](https://github.com/IBM/kui/issues/3347) +- core should export unparse utility ([3d84ba2](https://github.com/IBM/kui/commit/3d84ba2)), closes [#3349](https://github.com/IBM/kui/issues/3349) +- enable plugin-manager for electron clients ([4814cb9](https://github.com/IBM/kui/commit/4814cb9)), closes [#2935](https://github.com/IBM/kui/issues/2935) +- expose headless CLI test constructor ([5b21169](https://github.com/IBM/kui/commit/5b21169)), closes [#3355](https://github.com/IBM/kui/issues/3355) +- extend MultiModalResponse to support functions that produce content ([b940c63](https://github.com/IBM/kui/commit/b940c63)), closes [#3022](https://github.com/IBM/kui/issues/3022) +- introduce new MultiModalResponse API ([67e9c8a](https://github.com/IBM/kui/commit/67e9c8a)), closes [#2899](https://github.com/IBM/kui/issues/2899) +- kui-base including core and plugin-core-support only ([7df5fd7](https://github.com/IBM/kui/commit/7df5fd7)), closes [#2919](https://github.com/IBM/kui/issues/2919) +- plugin install should offer a spinner ([05db532](https://github.com/IBM/kui/commit/05db532)), closes [#3024](https://github.com/IBM/kui/issues/3024) +- pty should allow for streaming consumption of output ([1886e58](https://github.com/IBM/kui/commit/1886e58)), closes [#3451](https://github.com/IBM/kui/issues/3451) +- **packages/core:** addendum to [#3124](https://github.com/IBM/kui/issues/3124) ([9962ec6](https://github.com/IBM/kui/commit/9962ec6)), closes [#3123](https://github.com/IBM/kui/issues/3123) +- **packages/core:** allow command-line overrides of default mmr mode ([d9a774e](https://github.com/IBM/kui/commit/d9a774e)), closes [#3234](https://github.com/IBM/kui/issues/3234) +- **packages/core:** default click behavior for tables should not echo to repl ([48618b7](https://github.com/IBM/kui/commit/48618b7)), closes [#3154](https://github.com/IBM/kui/issues/3154) +- **packages/core:** expose name onclick to mmr ([314fbb5](https://github.com/IBM/kui/commit/314fbb5)), closes [#3236](https://github.com/IBM/kui/issues/3236) +- **packages/core:** improve API for providing sidecar entity content ([4613d1c](https://github.com/IBM/kui/commit/4613d1c)), closes [#2911](https://github.com/IBM/kui/issues/2911) +- **packages/core:** mode registrations should be overridable ([60d613b](https://github.com/IBM/kui/commit/60d613b)), closes [#3175](https://github.com/IBM/kui/issues/3175) +- **packages/core:** plugin commands table should support command prefix ([9064dcf](https://github.com/IBM/kui/commit/9064dcf)), closes [#3070](https://github.com/IBM/kui/issues/3070) +- **packages/core:** set theme in advance (for electron) ([58f1420](https://github.com/IBM/kui/commit/58f1420)), closes [#3391](https://github.com/IBM/kui/issues/3391) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) +- **packages/core:** MultiModalResponse should support modeless responses ([7983d6f](https://github.com/IBM/kui/commit/7983d6f)), closes [#3082](https://github.com/IBM/kui/issues/3082) +- **packages/core:** pass a PreloadRegistrar to plugin preloaders ([54d727a](https://github.com/IBM/kui/commit/54d727a)), closes [#3189](https://github.com/IBM/kui/issues/3189) +- **packages/core:** support updating Table from push notifications ([6bfb255](https://github.com/IBM/kui/commit/6bfb255)), closes [#3295](https://github.com/IBM/kui/issues/3295) +- **plugins/plugin-manager:** plugin install should return list of new commands ([9ee3739](https://github.com/IBM/kui/commit/9ee3739)), closes [#2945](https://github.com/IBM/kui/issues/2945) +- revive plugin-manager ([b78fed5](https://github.com/IBM/kui/commit/b78fed5)), closes [#2921](https://github.com/IBM/kui/issues/2921) +- use webpack to build html template ([c4ad57a](https://github.com/IBM/kui/commit/c4ad57a)), closes [#3544](https://github.com/IBM/kui/issues/3544) + +### BREAKING CHANGES + +- removes support for inBrowserOk +- this PR removes plugins/plugin-client-default +- **packages/core:** remove old EntitySpec support + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index a06abcae5af..fe8fc99f058 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/core", - "version": "10.0.1", + "version": "10.1.1", "description": "An Electron-based shell for cloud-native development", "homepage": "https://github.com/IBM/kui#readme", "license": "Apache-2.0", diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index 8419b00a746..b1df4ff5d3a 100644 --- a/packages/proxy/CHANGELOG.md +++ b/packages/proxy/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **packages/builder:** fixes for building kui on windows ([7b636cc](https://github.com/IBM/kui/commit/7b636cc)), closes [#4920](https://github.com/IBM/kui/issues/4920) +- **packages/proxy:** kui-build-proxy-with-docker fails if dist/webpack directory does not exist ([689b015](https://github.com/IBM/kui/commit/689b015)), closes [#5728](https://github.com/IBM/kui/issues/5728) +- proxy still runs http-allocate-cert even if NO_DOCKER is set ([5267e52](https://github.com/IBM/kui/commit/5267e52)), closes [#4137](https://github.com/IBM/kui/issues/4137) +- simplify handling of opengraph META ([ff3c0de](https://github.com/IBM/kui/commit/ff3c0de)), closes [#4288](https://github.com/IBM/kui/issues/4288) +- **packages/proxy:** proxy docker container needs style-src: 'unsafe-inline' ([89c33e2](https://github.com/IBM/kui/commit/89c33e2)), closes [#4261](https://github.com/IBM/kui/issues/4261) + +### Features + +- proxy nginx should support serving gzip_static content ([f592fc7](https://github.com/IBM/kui/commit/f592fc7)), closes [#4252](https://github.com/IBM/kui/issues/4252) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 4946f93bc37..4082fc2cec2 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/proxy", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui package that offers a proxy server", "author": "Nick Mitchell", "license": "Apache-2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 78978de2a1a..3a32a1208f7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- Switching Carbon tabs can cause content to scroll off-viewport ([51a2aad](https://github.com/IBM/kui/commit/51a2aad)), closes [#6014](https://github.com/IBM/kui/issues/6014) + +### Features + +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- Feature: improve support for parallelization across VFS operations ([e05d7e0](https://github.com/IBM/kui/commit/e05d7e0)), closes [#5831](https://github.com/IBM/kui/issues/5831) +- Kui client should support self-bootstrapping of Kui ([3bbf8e8](https://github.com/IBM/kui/commit/3bbf8e8)), closes [#4277](https://github.com/IBM/kui/issues/4277) +- react helpers ([f6bea1f](https://github.com/IBM/kui/commit/f6bea1f)) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) + +### BREAKING CHANGES + +- this PR removes plugins/plugin-client-default + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 81b51712777..ccd51803e3b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/react", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui react enablement", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 3293bfc4d10..55f401deadf 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -3,6 +3,148 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **packages/test:** test selector for ACTIVATION_TITLE expects it to be clickable ([8c8d76e](https://github.com/IBM/kui/commit/8c8d76e)), closes [#6887](https://github.com/IBM/kui/issues/6887) +- **plugins/plugin-client-common:** externalize PatternFly TreeView component to SPI ([486a02e](https://github.com/IBM/kui/commit/486a02e)), closes [#6134](https://github.com/IBM/kui/issues/6134) +- **plugins/plugin-client-common:** show table click result in a new split ([fd1b3a1](https://github.com/IBM/kui/commit/fd1b3a1)), closes [#6477](https://github.com/IBM/kui/issues/6477) +- **plugins/plugin-client-common:** Sidecar sticks to a short height when switching from Yaml -> Summary -> Yaml tab ([79e7df3](https://github.com/IBM/kui/commit/79e7df3)), closes [#6913](https://github.com/IBM/kui/issues/6913) +- **plugins/plugin-client-common:** Table onclick handlers applied to every cell ([d5a9c3a](https://github.com/IBM/kui/commit/d5a9c3a)), closes [#6792](https://github.com/IBM/kui/issues/6792) +- "created split" message should disappear when corresponding split is closed ([f8486f8](https://github.com/IBM/kui/commit/f8486f8)), closes [#5629](https://github.com/IBM/kui/issues/5629) +- about should show breadcrumbs ([99dc401](https://github.com/IBM/kui/commit/99dc401)), closes [#4730](https://github.com/IBM/kui/issues/4730) +- allow user to disable table title by feature flags, and disable table pagination ([5450512](https://github.com/IBM/kui/commit/5450512)), closes [#4640](https://github.com/IBM/kui/issues/4640) [#4655](https://github.com/IBM/kui/issues/4655) +- another fix for codecov ([0b10599](https://github.com/IBM/kui/commit/0b10599)), closes [#3217](https://github.com/IBM/kui/issues/3217) +- avoid recomputing tabs when switching back and forth ([cf5e41f](https://github.com/IBM/kui/commit/cf5e41f)), closes [#4666](https://github.com/IBM/kui/issues/4666) +- eliminate use of custom tag ([00e2728](https://github.com/IBM/kui/commit/00e2728)), closes [#3777](https://github.com/IBM/kui/issues/3777) +- hitting escape on initial page load toggles open empty sidecar ([8fbdce5](https://github.com/IBM/kui/commit/8fbdce5)), closes [#4487](https://github.com/IBM/kui/issues/4487) +- improve alignment of icons ([221d0f9](https://github.com/IBM/kui/commit/221d0f9)), closes [#4555](https://github.com/IBM/kui/issues/4555) +- improve error reporting for kubectl apply ([fe21671](https://github.com/IBM/kui/commit/fe21671)), closes [#4605](https://github.com/IBM/kui/issues/4605) +- improve hover effect for status stripe buttons ([50ced8f](https://github.com/IBM/kui/commit/50ced8f)), closes [#4896](https://github.com/IBM/kui/issues/4896) +- Input element throws react error ([e6bb21b](https://github.com/IBM/kui/commit/e6bb21b)), closes [#4765](https://github.com/IBM/kui/issues/4765) +- kubectl direct/get does not specify that get tables have the `onclickIdempotent` property ([31361ec](https://github.com/IBM/kui/commit/31361ec)), closes [#6778](https://github.com/IBM/kui/issues/6778) +- kubectl Terminal tab test is flakey ([5e28860](https://github.com/IBM/kui/commit/5e28860)), closes [#6636](https://github.com/IBM/kui/issues/6636) +- **plugins/plugin-kubectl:** events watching returns an empty table with just a streaming events footer ([fbeae76](https://github.com/IBM/kui/commit/fbeae76)), closes [#2771](https://github.com/IBM/kui/issues/2771) +- don't show "Created a split" when clicking on the New Split button ([80192d5](https://github.com/IBM/kui/commit/80192d5)), closes [#6001](https://github.com/IBM/kui/issues/6001) +- improve the discoverability of repl-block action buttons ([470da34](https://github.com/IBM/kui/commit/470da34)), closes [#5604](https://github.com/IBM/kui/issues/5604) +- improve windows build support ([cacd68b](https://github.com/IBM/kui/commit/cacd68b)), closes [#3332](https://github.com/IBM/kui/issues/3332) +- improved support for replaying splits ([8039a9d](https://github.com/IBM/kui/commit/8039a9d)), closes [#5535](https://github.com/IBM/kui/issues/5535) +- kubectl api-resources has duplicate rows and odd pagination behavior ([e740270](https://github.com/IBM/kui/commit/e740270)), closes [#4626](https://github.com/IBM/kui/issues/4626) +- kubectl edit apply twice does not work ([1976134](https://github.com/IBM/kui/commit/1976134)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- kubectl kustomize can have bogus output ([8bf8ebe](https://github.com/IBM/kui/commit/8bf8ebe)), closes [#6114](https://github.com/IBM/kui/issues/6114) +- multiple command history regressions ([cbba96c](https://github.com/IBM/kui/commit/cbba96c)), closes [#5283](https://github.com/IBM/kui/issues/5283) +- Popup client should place InputStripe inside of StatusStripe ([a09138d](https://github.com/IBM/kui/commit/a09138d)), closes [#3949](https://github.com/IBM/kui/issues/3949) +- remove TreeResponse and PatternFly Tree Component ([e539a53](https://github.com/IBM/kui/commit/e539a53)), closes [#6581](https://github.com/IBM/kui/issues/6581) [#6328](https://github.com/IBM/kui/issues/6328) +- restore status stripe to default behavior on terminal clear ([128ec92](https://github.com/IBM/kui/commit/128ec92)), closes [#5495](https://github.com/IBM/kui/issues/5495) +- return an NavResponse without links results in blank page ([e684344](https://github.com/IBM/kui/commit/e684344)), closes [#3927](https://github.com/IBM/kui/issues/3927) +- sidecar back/forward should be ordered by visitation rather than insertion ([fba613a](https://github.com/IBM/kui/commit/fba613a)), closes [#4746](https://github.com/IBM/kui/issues/4746) +- sidecar shouldn't be opened automatically when replay ([8d4cf8c](https://github.com/IBM/kui/commit/8d4cf8c)), closes [#5730](https://github.com/IBM/kui/issues/5730) +- sidecar toolbar can't due justice to longer error messages ([e67e0c9](https://github.com/IBM/kui/commit/e67e0c9)), closes [#4789](https://github.com/IBM/kui/issues/4789) +- Switching Carbon tabs can cause content to scroll off-viewport ([51a2aad](https://github.com/IBM/kui/commit/51a2aad)), closes [#6014](https://github.com/IBM/kui/issues/6014) +- use Dropdown component for RadioTable impl ([244b16a](https://github.com/IBM/kui/commit/244b16a)), closes [#6539](https://github.com/IBM/kui/issues/6539) +- **plugin-kubectl:** k get pods --all-namespaces has a title with "default" as the namespace ([2f95129](https://github.com/IBM/kui/commit/2f95129)), closes [#4466](https://github.com/IBM/kui/issues/4466) +- **plugins/plugin-kubectl:** use PaginatedTable instead of RadioTable for `contexts` and `get namespaces` commands ([20f0737](https://github.com/IBM/kui/commit/20f0737)), closes [#6517](https://github.com/IBM/kui/issues/6517) +- terminal clearing versus splits results in non-replayable splits ([8f9dc23](https://github.com/IBM/kui/commit/8f9dc23)), closes [#5626](https://github.com/IBM/kui/issues/5626) +- tree should support leaf node drilling down ([006b881](https://github.com/IBM/kui/commit/006b881)), closes [#6293](https://github.com/IBM/kui/issues/6293) +- **packages/core:** mmr couldn't show up when the sidecar is minimized ([91cd2cc](https://github.com/IBM/kui/commit/91cd2cc)), closes [#3164](https://github.com/IBM/kui/issues/3164) +- **packages/core:** MMR rendering is glitchy ([5ce89aa](https://github.com/IBM/kui/commit/5ce89aa)), closes [#3589](https://github.com/IBM/kui/issues/3589) +- **packages/core:** sidecar basic function should not require plugins ([07aa3e3](https://github.com/IBM/kui/commit/07aa3e3)), closes [#3172](https://github.com/IBM/kui/issues/3172) +- **packages/test:** nameHash waitUntil does not use waitTimeout ([5c996f4](https://github.com/IBM/kui/commit/5c996f4)), closes [#3246](https://github.com/IBM/kui/issues/3246) +- **packages/test:** runMochaLayers versus external clients ([89578dc](https://github.com/IBM/kui/commit/89578dc)), closes [#3106](https://github.com/IBM/kui/issues/3106) +- **packages/test:** runMochaLayersv2.sh should export WEBPACK_CLIENT_URL ([14fcdc9](https://github.com/IBM/kui/commit/14fcdc9)), closes [#3407](https://github.com/IBM/kui/issues/3407) +- **plugins/plugin-client-common:** add support for titles in commentary ([fbe367c](https://github.com/IBM/kui/commit/fbe367c)), closes [#5434](https://github.com/IBM/kui/issues/5434) +- **plugins/plugin-client-common:** clicking the remove button of a repl block results in an error white screen ([49bfbcc](https://github.com/IBM/kui/commit/49bfbcc)), closes [#4855](https://github.com/IBM/kui/issues/4855) +- **plugins/plugin-client-common:** Grid regression: grid colors not right ([d1aa46d](https://github.com/IBM/kui/commit/d1aa46d)), closes [#5285](https://github.com/IBM/kui/issues/5285) +- **plugins/plugin-client-common:** improve display of empty watch tables ([4cc16be](https://github.com/IBM/kui/commit/4cc16be)), closes [#5176](https://github.com/IBM/kui/issues/5176) +- reduce custom CSS rules for table UI ([56f69cb](https://github.com/IBM/kui/commit/56f69cb)), closes [#5024](https://github.com/IBM/kui/issues/5024) +- **plugins/plugin-client-common:** make Close a top-level button in watch panes ([3c14da5](https://github.com/IBM/kui/commit/3c14da5)), closes [#4945](https://github.com/IBM/kui/issues/4945) +- **plugins/plugin-client-common:** stop using Carbon's TooltipIcon for DropDown ([be04d20](https://github.com/IBM/kui/commit/be04d20)), closes [#4767](https://github.com/IBM/kui/issues/4767) +- reducing flashing effect for PTY command not found errors ([f160337](https://github.com/IBM/kui/commit/f160337)), closes [#3449](https://github.com/IBM/kui/issues/3449) +- remove config.d/version.json in favor of using the version field from package.json ([1e296c7](https://github.com/IBM/kui/commit/1e296c7)), closes [#4300](https://github.com/IBM/kui/issues/4300) +- sidecar Toolbar component renders empty if there is no Toolbar content ([14c27ba](https://github.com/IBM/kui/commit/14c27ba)), closes [#4229](https://github.com/IBM/kui/issues/4229) +- **plugins/plugin-client-common:** keyboard shortcuts for TopTabStripe aren't working ([24d074f](https://github.com/IBM/kui/commit/24d074f)), closes [#3643](https://github.com/IBM/kui/issues/3643) +- **plugins/plugin-sidecar:** when nameHash is displayed, TopNavSidecar doesn't render the dehashed name ([ef887f4](https://github.com/IBM/kui/commit/ef887f4)), closes [#3969](https://github.com/IBM/kui/issues/3969) + +### Features + +- add events to sidecar tree ([dd4d552](https://github.com/IBM/kui/commit/dd4d552)), closes [#6140](https://github.com/IBM/kui/issues/6140) +- add sequence diagram to table with timestamp columns ([e9028ee](https://github.com/IBM/kui/commit/e9028ee)), closes [#5336](https://github.com/IBM/kui/issues/5336) +- add unit support of TreeResponse as one of the contents in MultiModalResponse ([85ea2d5](https://github.com/IBM/kui/commit/85ea2d5)), closes [#6132](https://github.com/IBM/kui/issues/6132) +- allow command registrations to express their experimental nature ([eb9f147](https://github.com/IBM/kui/commit/eb9f147)), closes [#5282](https://github.com/IBM/kui/issues/5282) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- clicking changed files in the `git status widget` should show `git diff` result in a DiffEditor ([3a199c7](https://github.com/IBM/kui/commit/3a199c7)), closes [#6348](https://github.com/IBM/kui/issues/6348) +- custom tab titles ([fd780df](https://github.com/IBM/kui/commit/fd780df)), closes [#5525](https://github.com/IBM/kui/issues/5525) +- execute the command in url query when the browser app is loaded ([b0b95cf](https://github.com/IBM/kui/commit/b0b95cf)), closes [#5879](https://github.com/IBM/kui/issues/5879) +- Expand kubectl direct watching to support heterogeneous use cases ([8df1ad3](https://github.com/IBM/kui/commit/8df1ad3)), closes [#6504](https://github.com/IBM/kui/issues/6504) +- generalized kuberctl get with limit ([d40ee07](https://github.com/IBM/kui/commit/d40ee07)), closes [#5361](https://github.com/IBM/kui/issues/5361) +- improve repl-block selection ([305b36f](https://github.com/IBM/kui/commit/305b36f)), closes [#5587](https://github.com/IBM/kui/issues/5587) +- initial support for capturing input files and showing them in the UI ([5744bf4](https://github.com/IBM/kui/commit/5744bf4)), closes [#5513](https://github.com/IBM/kui/issues/5513) +- initial support for using a kubectl proxy ([47b26be](https://github.com/IBM/kui/commit/47b26be)), closes [#6440](https://github.com/IBM/kui/issues/6440) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- introduce reexec for rerunning commands ([fe80525](https://github.com/IBM/kui/commit/fe80525)), closes [#6026](https://github.com/IBM/kui/issues/6026) +- inverse splits ([38d2895](https://github.com/IBM/kui/commit/38d2895)), closes [#5537](https://github.com/IBM/kui/issues/5537) +- Meta-click on table entries should open the drilldown in a different split ([fb89c29](https://github.com/IBM/kui/commit/fb89c29)), closes [#6403](https://github.com/IBM/kui/issues/6403) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- pass command line comments to commentary command ([a020db5](https://github.com/IBM/kui/commit/a020db5)), closes [#5459](https://github.com/IBM/kui/issues/5459) +- pause and resume watchable jobs ([5d3f719](https://github.com/IBM/kui/commit/5d3f719)), closes [#1747](https://github.com/IBM/kui/issues/1747) +- preserve changes of table view state in Notebook ([a2efb8a](https://github.com/IBM/kui/commit/a2efb8a)), closes [#5399](https://github.com/IBM/kui/issues/5399) +- save/restore pty command output ([2c291a9](https://github.com/IBM/kui/commit/2c291a9)), closes [#5314](https://github.com/IBM/kui/issues/5314) +- show buttons of related resources in sidecar footer ([e10f7f2](https://github.com/IBM/kui/commit/e10f7f2)), closes [#6856](https://github.com/IBM/kui/issues/6856) +- use Accordion for SourceRef ([1b11736](https://github.com/IBM/kui/commit/1b11736)), closes [#6097](https://github.com/IBM/kui/issues/6097) +- use Monaco DiffEditor `kubectl diff` ([3157393](https://github.com/IBM/kui/commit/3157393)) +- use new Dropdown status stripe for CurrentNamespace widget ([0f7648c](https://github.com/IBM/kui/commit/0f7648c)), closes [#6351](https://github.com/IBM/kui/issues/6351) +- **plugins/plugin-client-common:** allow easier rerunning of command from terminal ([c5384e0](https://github.com/IBM/kui/commit/c5384e0)), closes [#4570](https://github.com/IBM/kui/issues/4570) +- **plugins/plugin-client-common:** allow users to insert command before a repl block ([e935092](https://github.com/IBM/kui/commit/e935092)), closes [#5576](https://github.com/IBM/kui/issues/5576) +- **plugins/plugin-client-common:** allow users to reorder blocks by MoveUp and MoveDown buttons ([f7f6918](https://github.com/IBM/kui/commit/f7f6918)), closes [#5589](https://github.com/IBM/kui/issues/5589) +- **plugins/plugin-client-common:** block-level copy/paste ([a72cf8d](https://github.com/IBM/kui/commit/a72cf8d)), closes [#5752](https://github.com/IBM/kui/issues/5752) +- **plugins/plugin-client-common:** edit a commentary response using SimpleEditor ([6d828c1](https://github.com/IBM/kui/commit/6d828c1)), closes [#5664](https://github.com/IBM/kui/issues/5664) +- **plugins/plugin-client-common:** Improve Commentary editing UI by adding real Done button ([1f544b5](https://github.com/IBM/kui/commit/1f544b5)), closes [#5667](https://github.com/IBM/kui/issues/5667) +- **plugins/plugin-client-common:** Improve notebook-style ui ([791160e](https://github.com/IBM/kui/commit/791160e)), closes [#5472](https://github.com/IBM/kui/issues/5472) +- **plugins/plugin-client-common:** improved SequenceDiagram view ([1e2fb41](https://github.com/IBM/kui/commit/1e2fb41)), closes [#5342](https://github.com/IBM/kui/issues/5342) +- **plugins/plugin-client-common:** split command should allow user to specify splice index ([75857e9](https://github.com/IBM/kui/commit/75857e9)), closes [#5746](https://github.com/IBM/kui/issues/5746) +- allow table model to specify a gridable column index ([f4ba8e6](https://github.com/IBM/kui/commit/f4ba8e6)), closes [#5278](https://github.com/IBM/kui/issues/5278) +- **plugins/plugin-git:** git branch should respond with RadioTable ([59a9213](https://github.com/IBM/kui/commit/59a9213)), closes [#5256](https://github.com/IBM/kui/issues/5256) +- add a command to return the Card Component in Terminal ([d8d13ab](https://github.com/IBM/kui/commit/d8d13ab)), closes [#4973](https://github.com/IBM/kui/issues/4973) +- add alert command to display Alert component in Terminal ([495d3bb](https://github.com/IBM/kui/commit/495d3bb)), closes [#4957](https://github.com/IBM/kui/issues/4957) +- add button to WatchPane to show table back in terminal ([dc22591](https://github.com/IBM/kui/commit/dc22591)), closes [#4530](https://github.com/IBM/kui/issues/4530) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add history to sidecar views ([b1e5543](https://github.com/IBM/kui/commit/b1e5543)), closes [#3960](https://github.com/IBM/kui/issues/3960) +- add labels to summary mode ([95f731d](https://github.com/IBM/kui/commit/95f731d)), closes [#4041](https://github.com/IBM/kui/issues/4041) [#4040](https://github.com/IBM/kui/issues/4040) +- add Show Owner Reference button for kube resources ([80ea40f](https://github.com/IBM/kui/commit/80ea40f)), closes [#4106](https://github.com/IBM/kui/issues/4106) +- add Stop Watching capability to WatchPane ([09043c1](https://github.com/IBM/kui/commit/09043c1)), closes [#4554](https://github.com/IBM/kui/issues/4554) +- carbon tables ([237e9a5](https://github.com/IBM/kui/commit/237e9a5)), closes [#3632](https://github.com/IBM/kui/issues/3632) +- clicking on events in watch table should drill down to events ([c6dc99f](https://github.com/IBM/kui/commit/c6dc99f)), closes [#5173](https://github.com/IBM/kui/issues/5173) +- client test ([4c16985](https://github.com/IBM/kui/commit/4c16985)), closes [#3130](https://github.com/IBM/kui/issues/3130) +- command history should be tab-specific ([1b987e0](https://github.com/IBM/kui/commit/1b987e0)), closes [#1299](https://github.com/IBM/kui/issues/1299) +- enable plugin-manager for electron clients ([4814cb9](https://github.com/IBM/kui/commit/4814cb9)), closes [#2935](https://github.com/IBM/kui/issues/2935) +- improve pagination and toolbar UIs of PaginatedTable ([08062e9](https://github.com/IBM/kui/commit/08062e9)), closes [#1456](https://github.com/IBM/kui/issues/1456) +- kubectl edit via kui's editor ([414e813](https://github.com/IBM/kui/commit/414e813)), closes [#762](https://github.com/IBM/kui/issues/762) +- kubectl tables should show official kind in title ([06eec95](https://github.com/IBM/kui/commit/06eec95)), closes [#4127](https://github.com/IBM/kui/issues/4127) +- left-navigation sidecar ([f88329e](https://github.com/IBM/kui/commit/f88329e)), closes [#3635](https://github.com/IBM/kui/issues/3635) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- new client-alternate for bottom-input mode and custom css ([d25f7a0](https://github.com/IBM/kui/commit/d25f7a0)), closes [#3608](https://github.com/IBM/kui/issues/3608) +- pin a watchable terminal response in a split pane ([662f413](https://github.com/IBM/kui/commit/662f413)), closes [#4865](https://github.com/IBM/kui/issues/4865) [#4573](https://github.com/IBM/kui/issues/4573) [#4885](https://github.com/IBM/kui/issues/4885) [#4894](https://github.com/IBM/kui/issues/4894) +- pty should allow for streaming consumption of output ([1886e58](https://github.com/IBM/kui/commit/1886e58)), closes [#3451](https://github.com/IBM/kui/issues/3451) +- render kubectl summary tab using forms ([d88436e](https://github.com/IBM/kui/commit/d88436e)), closes [#4014](https://github.com/IBM/kui/issues/4014) +- support for events in table footer ([51669af](https://github.com/IBM/kui/commit/51669af)), closes [#5115](https://github.com/IBM/kui/issues/5115) +- **plugins/plugin-client-common:** support client option for hero names in sidecar ([d4f6984](https://github.com/IBM/kui/commit/d4f6984)), closes [#4909](https://github.com/IBM/kui/issues/4909) +- **plugins/plugin-ibmcloud:** initial CodeEngine support ([677faca](https://github.com/IBM/kui/commit/677faca)), closes [#5302](https://github.com/IBM/kui/issues/5302) [#5303](https://github.com/IBM/kui/issues/5303) +- **plugins/plugin-kubectl:** kubectl get -f can use Tree to present structured result ([f94a22f](https://github.com/IBM/kui/commit/f94a22f)), closes [#6136](https://github.com/IBM/kui/issues/6136) +- port kubectl get ns to RadioTable ([be0eabf](https://github.com/IBM/kui/commit/be0eabf)), closes [#4510](https://github.com/IBM/kui/issues/4510) [#4511](https://github.com/IBM/kui/issues/4511) +- refine NavResponse and add NavLinks support in LeftNavSidecar ([f1d8d98](https://github.com/IBM/kui/commit/f1d8d98)), closes [#3902](https://github.com/IBM/kui/issues/3902) +- resize the popup window ([41bf5cf](https://github.com/IBM/kui/commit/41bf5cf)), closes [#4161](https://github.com/IBM/kui/issues/4161) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) +- support ReactElement as MultiModalResponse modes ([a20e289](https://github.com/IBM/kui/commit/a20e289)), closes [#3793](https://github.com/IBM/kui/issues/3793) +- support replaying in new tab ([04a2c67](https://github.com/IBM/kui/commit/04a2c67)), closes [#5509](https://github.com/IBM/kui/issues/5509) +- target kubectl logs and kubectl exec to Logs and Terminal tabs ([409e632](https://github.com/IBM/kui/commit/409e632)), closes [#4762](https://github.com/IBM/kui/issues/4762) +- top tab buttons ([ff8cfba](https://github.com/IBM/kui/commit/ff8cfba)), closes [#4434](https://github.com/IBM/kui/issues/4434) +- use breadcrumbs for TopNavSidecar naming ([5a4611e](https://github.com/IBM/kui/commit/5a4611e)), closes [#4043](https://github.com/IBM/kui/issues/4043) [#3657](https://github.com/IBM/kui/issues/3657) [#4044](https://github.com/IBM/kui/issues/4044) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) +- **packages/core:** pass a PreloadRegistrar to plugin preloaders ([54d727a](https://github.com/IBM/kui/commit/54d727a)), closes [#3189](https://github.com/IBM/kui/issues/3189) +- **packages/core:** support updating Table from push notifications ([6bfb255](https://github.com/IBM/kui/commit/6bfb255)), closes [#3295](https://github.com/IBM/kui/issues/3295) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/packages/test/package.json b/packages/test/package.json index 8fe14d0c716..031453e20f4 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/test", - "version": "10.0.1", + "version": "10.1.1", "description": "", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index eb150b8325d..aeb91a7bf61 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,57 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- Markdown misparses certain links ([a9a3ec8](https://github.com/IBM/kui/commit/a9a3ec8)), closes [#6944](https://github.com/IBM/kui/issues/6944) +- **packages/builder:** fixes for building kui on windows ([7b636cc](https://github.com/IBM/kui/commit/7b636cc)), closes [#4920](https://github.com/IBM/kui/issues/4920) +- **packages/webpack:** allow imports of markdown and image assets ([c006958](https://github.com/IBM/kui/commit/c006958)), closes [#4983](https://github.com/IBM/kui/issues/4983) +- **packages/webpack:** build-docker regression on non-mac platforms ([a3eb001](https://github.com/IBM/kui/commit/a3eb001)), closes [#3565](https://github.com/IBM/kui/issues/3565) +- **packages/webpack:** webpack 5 has deprecated [hash](<[0a575f2](https://github.com/IBM/kui/commit/0a575f2)>), closes [#6447](https://github.com/IBM/kui/issues/6447) +- **packages/webpack:** webpack builds may have fonts in the wrong place ([94ca684](https://github.com/IBM/kui/commit/94ca684)), closes [#6036](https://github.com/IBM/kui/issues/6036) +- **packages/webpack:** webpack.config.js blindly ignores certain directories ([e44ae46](https://github.com/IBM/kui/commit/e44ae46)), closes [#6626](https://github.com/IBM/kui/issues/6626) +- add 'Access-Control-Allow-Origin': '\*' to webpack dev server config ([fdb18c1](https://github.com/IBM/kui/commit/fdb18c1)), closes [#3324](https://github.com/IBM/kui/issues/3324) +- carbon themes should pull in plex fonts ([dbf623e](https://github.com/IBM/kui/commit/dbf623e)), closes [#3533](https://github.com/IBM/kui/issues/3533) +- eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567) +- improve contextRoot support for webpack ([7b48781](https://github.com/IBM/kui/commit/7b48781)), closes [#3413](https://github.com/IBM/kui/issues/3413) +- kui-watch-webpack should just watch webpack, not build ([ece3623](https://github.com/IBM/kui/commit/ece3623)), closes [#3377](https://github.com/IBM/kui/issues/3377) +- optimize webpack bundle loading ([e2f473a](https://github.com/IBM/kui/commit/e2f473a)), closes [#3359](https://github.com/IBM/kui/issues/3359) +- proxy still runs http-allocate-cert even if NO_DOCKER is set ([5267e52](https://github.com/IBM/kui/commit/5267e52)), closes [#4137](https://github.com/IBM/kui/issues/4137) +- reimplement ls using filesystem APIs ([7eec254](https://github.com/IBM/kui/commit/7eec254)), closes [#2702](https://github.com/IBM/kui/issues/2702) [#1304](https://github.com/IBM/kui/issues/1304) +- revert to webpack 4.40 ([141a407](https://github.com/IBM/kui/commit/141a407)), closes [#3005](https://github.com/IBM/kui/issues/3005) +- some UI elements missing from editor UI ([797f527](https://github.com/IBM/kui/commit/797f527)), closes [#4582](https://github.com/IBM/kui/issues/4582) +- stop loading the entire carbon-components.min.css ([5ecba14](https://github.com/IBM/kui/commit/5ecba14)), closes [#3744](https://github.com/IBM/kui/issues/3744) +- webpack build tarCopy falsefully excludes a theme directory ([3800794](https://github.com/IBM/kui/commit/3800794)), closes [#3516](https://github.com/IBM/kui/issues/3516) +- **packages/webpack:** don't ignore fsevents entirely in webpack ([eec4843](https://github.com/IBM/kui/commit/eec4843)), closes [#3402](https://github.com/IBM/kui/issues/3402) +- **packages/webpack:** electron packager versus node-pty binaries ([5397577](https://github.com/IBM/kui/commit/5397577)), closes [#3381](https://github.com/IBM/kui/issues/3381) +- **packages/webpack:** store generated webpack bundles under contextRoot ([7aa074d](https://github.com/IBM/kui/commit/7aa074d)), closes [#3418](https://github.com/IBM/kui/issues/3418) +- webpack builds for production a bit broken ([26999c8](https://github.com/IBM/kui/commit/26999c8)), closes [#3405](https://github.com/IBM/kui/issues/3405) + +### Features + +- add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381) +- allow client to override styles by sass ([8cee5db](https://github.com/IBM/kui/commit/8cee5db)), closes [#3579](https://github.com/IBM/kui/issues/3579) +- initial support for using a kubectl proxy ([47b26be](https://github.com/IBM/kui/commit/47b26be)), closes [#6440](https://github.com/IBM/kui/issues/6440) +- introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463) +- patternfly4 themes ([5f58f71](https://github.com/IBM/kui/commit/5f58f71)), closes [#4364](https://github.com/IBM/kui/issues/4364) +- react helpers ([f6bea1f](https://github.com/IBM/kui/commit/f6bea1f)) +- restore opengraph properties on index.ejs ([6e57007](https://github.com/IBM/kui/commit/6e57007)), closes [#5530](https://github.com/IBM/kui/issues/5530) +- revive plugin-manager ([b78fed5](https://github.com/IBM/kui/commit/b78fed5)), closes [#2921](https://github.com/IBM/kui/issues/2921) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- Update default loadingDone to use Card component ([e1b4c61](https://github.com/IBM/kui/commit/e1b4c61)), closes [#4986](https://github.com/IBM/kui/issues/4986) +- **packages/builder:** kui-compile should allow specifying a tsconfig ([c0eb201](https://github.com/IBM/kui/commit/c0eb201)), closes [#3353](https://github.com/IBM/kui/issues/3353) +- **packages/webpack:** allow clients to request classname preservation in webpack builds ([3d9fd32](https://github.com/IBM/kui/commit/3d9fd32)), closes [#3575](https://github.com/IBM/kui/issues/3575) +- use webpack to build html template ([c4ad57a](https://github.com/IBM/kui/commit/c4ad57a)), closes [#3544](https://github.com/IBM/kui/issues/3544) +- **packages/webpack:** allow plugins to specify webpack externals ([74d2920](https://github.com/IBM/kui/commit/74d2920)), closes [#3399](https://github.com/IBM/kui/issues/3399) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) + +### BREAKING CHANGES + +- this PR removes plugins/plugin-client-default + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index bb6d5615818..158a701a31e 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/webpack", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui support for webpack clients", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-bash-like/CHANGELOG.md b/plugins/plugin-bash-like/CHANGELOG.md index 29500daa775..5685ffe160e 100644 --- a/plugins/plugin-bash-like/CHANGELOG.md +++ b/plugins/plugin-bash-like/CHANGELOG.md @@ -3,6 +3,169 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **packages/core:** repl exec should invoke commands separated by semicolon ([016b3b0](https://github.com/IBM/kui/commit/016b3b0)), closes [#5260](https://github.com/IBM/kui/issues/5260) +- **plugins/plugin-bash-like:** browser clients do not correctly signal that a kui proxy connection has been severed ([6bb6545](https://github.com/IBM/kui/commit/6bb6545)), closes [#6692](https://github.com/IBM/kui/issues/6692) +- **plugins/plugin-bash-like:** For browser clients, Kui should share the websocket across Kui tabs ([03aed68](https://github.com/IBM/kui/commit/03aed68)), closes [#6453](https://github.com/IBM/kui/issues/6453) +- **plugins/plugin-bash-like:** further improve error handling in proxy ([3bc78a7](https://github.com/IBM/kui/commit/3bc78a7)), closes [#6608](https://github.com/IBM/kui/issues/6608) +- **plugins/plugin-bash-like:** improve efficiency of fetching file data ([38c41ea](https://github.com/IBM/kui/commit/38c41ea)), closes [#6659](https://github.com/IBM/kui/issues/6659) +- **plugins/plugin-bash-like:** improve error handling of proxy ([9d4441c](https://github.com/IBM/kui/commit/9d4441c)), closes [#6608](https://github.com/IBM/kui/issues/6608) +- **plugins/plugin-bash-like:** in browser client-server configs, env is lost in `cd` ([fec17e8](https://github.com/IBM/kui/commit/fec17e8)), closes [#5659](https://github.com/IBM/kui/issues/5659) +- **plugins/plugin-bash-like:** in Popup mode, active PTY is not themed, has flashing effect ([d583e68](https://github.com/IBM/kui/commit/d583e68)), closes [#4889](https://github.com/IBM/kui/issues/4889) +- **plugins/plugin-bash-like:** leftover debugging in pty/server "done with stdiochannel" ([3ff62af](https://github.com/IBM/kui/commit/3ff62af)), closes [#6651](https://github.com/IBM/kui/issues/6651) +- **plugins/plugin-bash-like:** ls -l does not show stat data ([d82a32c](https://github.com/IBM/kui/commit/d82a32c)), closes [#6287](https://github.com/IBM/kui/issues/6287) +- **plugins/plugin-bash-like:** ls -l should show size column in splits ([e7b060f](https://github.com/IBM/kui/commit/e7b060f)), closes [#6193](https://github.com/IBM/kui/issues/6193) +- **plugins/plugin-bash-like:** ls columns should adjust to filenames presented ([f07a5df](https://github.com/IBM/kui/commit/f07a5df)), closes [#5312](https://github.com/IBM/kui/issues/5312) +- **plugins/plugin-bash-like:** ls command fails with backslashes on windows ([8b8c2c1](https://github.com/IBM/kui/commit/8b8c2c1)), closes [#6353](https://github.com/IBM/kui/issues/6353) +- **plugins/plugin-bash-like:** ls on s3 vfs directory can fail ([b8dfb77](https://github.com/IBM/kui/commit/b8dfb77)), closes [#6316](https://github.com/IBM/kui/issues/6316) +- **plugins/plugin-bash-like:** ls on windows behaves poorly ([e92947e](https://github.com/IBM/kui/commit/e92947e)), closes [#5898](https://github.com/IBM/kui/issues/5898) +- **plugins/plugin-bash-like:** pty/client has remnants of global sidecar ([3ae2681](https://github.com/IBM/kui/commit/3ae2681)), closes [#6694](https://github.com/IBM/kui/issues/6694) +- **plugins/plugin-bash-like:** Size column in ls output has odd text alignment ([bf050e4](https://github.com/IBM/kui/commit/bf050e4)), closes [#6294](https://github.com/IBM/kui/issues/6294) +- **plugins/plugin-bash-like:** some improvements to interactive xterm performance ([ed6ff18](https://github.com/IBM/kui/commit/ed6ff18)), closes [#6905](https://github.com/IBM/kui/issues/6905) +- don't show the `open` command for clicking files in `ls` table ([03ef269](https://github.com/IBM/kui/commit/03ef269)), closes [#5748](https://github.com/IBM/kui/issues/5748) +- improve the discoverability of repl-block action buttons ([470da34](https://github.com/IBM/kui/commit/470da34)), closes [#5604](https://github.com/IBM/kui/issues/5604) +- in minisplits, blocks that contain pty output may have excess whitespace ([d9299ae](https://github.com/IBM/kui/commit/d9299ae)), closes [#6759](https://github.com/IBM/kui/issues/6759) +- ls clicks that do another ls should not open a split ([fc0873b](https://github.com/IBM/kui/commit/fc0873b)), closes [#6565](https://github.com/IBM/kui/issues/6565) +- **plugins/plugin-bash-like:** ls should measure gridTemplateColumns more intelligently ([0b06e60](https://github.com/IBM/kui/commit/0b06e60)), closes [#5353](https://github.com/IBM/kui/issues/5353) +- **plugins/plugin-bash-like:** optimize pty/client to remove logic that accumulates output ([49f1003](https://github.com/IBM/kui/commit/49f1003)), closes [#5200](https://github.com/IBM/kui/issues/5200) +- **plugins/plugin-bash-like:** PTY error messages may not reach users in all case ([f5831e9](https://github.com/IBM/kui/commit/f5831e9)), closes [#5328](https://github.com/IBM/kui/issues/5328) +- **plugins/plugin-bash-like:** reloading browser when streaming events may cause websocket channel to crash ([035c320](https://github.com/IBM/kui/commit/035c320)), closes [#6608](https://github.com/IBM/kui/issues/6608) +- **plugins/plugin-bash-like:** wide shell output may not properly line wrap ([18ab6a1](https://github.com/IBM/kui/commit/18ab6a1)), closes [#6530](https://github.com/IBM/kui/issues/6530) +- **plugins/plugin-bashlike:** when an XtermResponse is not an error, it has no `code` field ([bdd87ef](https://github.com/IBM/kui/commit/bdd87ef)), closes [#6177](https://github.com/IBM/kui/issues/6177) +- **plugins/plugin-client-common:** show table click result in a new split ([fd1b3a1](https://github.com/IBM/kui/commit/fd1b3a1)), closes [#6477](https://github.com/IBM/kui/issues/6477) +- compilation failures due perhaps to typescript 4.1.3 upgrade?? ([d06824b](https://github.com/IBM/kui/commit/d06824b)), closes [#6432](https://github.com/IBM/kui/issues/6432) +- container filter of logs tab shows accumulated logs from previous selection ([08903b4](https://github.com/IBM/kui/commit/08903b4)), closes [#4644](https://github.com/IBM/kui/issues/4644) [#4658](https://github.com/IBM/kui/issues/4658) +- CurrentGitBranch fails if branch name parses as a number ([a3d8127](https://github.com/IBM/kui/commit/a3d8127)), closes [#4004](https://github.com/IBM/kui/issues/4004) +- don't default to ls -l ([5a5b426](https://github.com/IBM/kui/commit/5a5b426)), closes [#3473](https://github.com/IBM/kui/issues/3473) +- eliminate use of custom tag ([00e2728](https://github.com/IBM/kui/commit/00e2728)), closes [#3777](https://github.com/IBM/kui/issues/3777) +- Improve debuggability of s3 vfs mounting ([3989653](https://github.com/IBM/kui/commit/3989653)), closes [#6423](https://github.com/IBM/kui/issues/6423) +- improve discovery of ibmcloud s3 credentials ([96d5bc0](https://github.com/IBM/kui/commit/96d5bc0)), closes [#5926](https://github.com/IBM/kui/issues/5926) +- improve vfs cp to handle disparate source ([e55e528](https://github.com/IBM/kui/commit/e55e528)), closes [#5786](https://github.com/IBM/kui/issues/5786) +- improved fixes for status bar ([05f5f7d](https://github.com/IBM/kui/commit/05f5f7d)), closes [#3538](https://github.com/IBM/kui/issues/3538) [#3543](https://github.com/IBM/kui/issues/3543) +- Input element throws react error ([e6bb21b](https://github.com/IBM/kui/commit/e6bb21b)), closes [#4765](https://github.com/IBM/kui/issues/4765) +- js and ts files do not get syntax coloring ([d66e71f](https://github.com/IBM/kui/commit/d66e71f)), closes [#4450](https://github.com/IBM/kui/issues/4450) +- logs tab toolbar doesn't signify when pods are 404 ([135e1be](https://github.com/IBM/kui/commit/135e1be)), closes [#4646](https://github.com/IBM/kui/issues/4646) +- ls comand is not snapshotable ([f04ca78](https://github.com/IBM/kui/commit/f04ca78)), closes [#5241](https://github.com/IBM/kui/issues/5241) +- port gunzip and gzip to use new job controller ([b5b8528](https://github.com/IBM/kui/commit/b5b8528)), closes [#6277](https://github.com/IBM/kui/issues/6277) +- reduce No log data followed by log data behavior in kube logs ([e1c0624](https://github.com/IBM/kui/commit/e1c0624)), closes [#4624](https://github.com/IBM/kui/issues/4624) +- replace Containers with Logs tab ([00e8786](https://github.com/IBM/kui/commit/00e8786)), closes [#4603](https://github.com/IBM/kui/issues/4603) +- s3 job watcher sometimes fails due to startup issues ([96c7fea](https://github.com/IBM/kui/commit/96c7fea)), closes [#6411](https://github.com/IBM/kui/issues/6411) +- **packages/core:** broken clickable resource names for CLIs that don't have a kui plugin ([3c0f8ae](https://github.com/IBM/kui/commit/3c0f8ae)), closes [#2888](https://github.com/IBM/kui/issues/2888) +- **packages/core:** current selection versus MetadataBearingByReference ([4c78a34](https://github.com/IBM/kui/commit/4c78a34)), closes [#3228](https://github.com/IBM/kui/issues/3228) +- **packages/core:** improve parsing of semicolons ([921cfd8](https://github.com/IBM/kui/commit/921cfd8)), closes [#5315](https://github.com/IBM/kui/issues/5315) +- **packages/core:** remove old EntitySpec support ([e45fb7b](https://github.com/IBM/kui/commit/e45fb7b)), closes [#3268](https://github.com/IBM/kui/issues/3268) +- **plugins/plugin-bash-like:** add back configurable shell ([b7fda6c](https://github.com/IBM/kui/commit/b7fda6c)) +- **plugins/plugin-bash-like:** avoid using login shell for PTYs ([a0ec1a4](https://github.com/IBM/kui/commit/a0ec1a4)), closes [#1247](https://github.com/IBM/kui/issues/1247) [#1425](https://github.com/IBM/kui/issues/1425) +- **plugins/plugin-bash-like:** fix url regex ([a97b249](https://github.com/IBM/kui/commit/a97b249)) +- **plugins/plugin-bash-like:** server-side of proxy does not handle message fragmentation in the downstream direction ([e502158](https://github.com/IBM/kui/commit/e502158)), closes [#5631](https://github.com/IBM/kui/issues/5631) +- **plugins/plugin-bash-like:** tab completion completes with notebook title rather than notebook file name ([38862f8](https://github.com/IBM/kui/commit/38862f8)), closes [#5561](https://github.com/IBM/kui/issues/5561) +- **plugins/plugin-bash-like:** use standard table UI for ls -l output ([8996f85](https://github.com/IBM/kui/commit/8996f85)), closes [#5479](https://github.com/IBM/kui/issues/5479) +- **plugins/plugin-bash-like:** when clicking directory in ls -l output, response is an ls (not ls -l) of that clicked directory ([57508c5](https://github.com/IBM/kui/commit/57508c5)), closes [#5796](https://github.com/IBM/kui/issues/5796) +- **plugins/plugin-client-common:** a few small refinements to "editing" UI for Inputs ([001236a](https://github.com/IBM/kui/commit/001236a)), closes [#5656](https://github.com/IBM/kui/issues/5656) [#5658](https://github.com/IBM/kui/issues/5658) +- **plugins/plugin-client-common:** update welcome.json to describe kui, not just notebooks ([96330c4](https://github.com/IBM/kui/commit/96330c4)), closes [#5878](https://github.com/IBM/kui/issues/5878) +- **plugins/plugin-s3:** improve globbing in s3 rm commands ([48ef3bd](https://github.com/IBM/kui/commit/48ef3bd)), closes [#5709](https://github.com/IBM/kui/issues/5709) +- avoid hard-coded use of /tmp in kubectl edit ([8e4cb70](https://github.com/IBM/kui/commit/8e4cb70)), closes [#4928](https://github.com/IBM/kui/issues/4928) +- eliminate assumptions that "default" is the default kube namespace ([4eb392d](https://github.com/IBM/kui/commit/4eb392d)), closes [#4764](https://github.com/IBM/kui/issues/4764) +- erratic scroll region behavior ([be0e2a0](https://github.com/IBM/kui/commit/be0e2a0)), closes [#4898](https://github.com/IBM/kui/issues/4898) +- pick a winner if more than one tab completion enumerator has offerings ([fbd6696](https://github.com/IBM/kui/commit/fbd6696)), closes [#3736](https://github.com/IBM/kui/issues/3736) +- pty output has different indentation than kui command output ([30b10a3](https://github.com/IBM/kui/commit/30b10a3)), closes [#5542](https://github.com/IBM/kui/issues/5542) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) +- text selection in active xterms for light themes is not visible ([ace9ec9](https://github.com/IBM/kui/commit/ace9ec9)), closes [#4087](https://github.com/IBM/kui/issues/4087) +- use 30/70 split for LeftNavSidecar ([9a43d0b](https://github.com/IBM/kui/commit/9a43d0b)), closes [#4454](https://github.com/IBM/kui/issues/4454) [#4455](https://github.com/IBM/kui/issues/4455) +- vfs fixes for multi-source copying and for s3 globbing ([893902e](https://github.com/IBM/kui/commit/893902e)), closes [#5511](https://github.com/IBM/kui/issues/5511) +- xterm alt buffer mode behaves oddly for clients that do not enable splitTerminals ([f1bc709](https://github.com/IBM/kui/commit/f1bc709)), closes [#5003](https://github.com/IBM/kui/issues/5003) +- **packages/core:** status stripe fragments should be hidden until data arrives ([5792746](https://github.com/IBM/kui/commit/5792746)), closes [#3538](https://github.com/IBM/kui/issues/3538) +- **plugins/plugin-bash-like:** another fix for nested pty execution, in electron ([5274532](https://github.com/IBM/kui/commit/5274532)), closes [#3493](https://github.com/IBM/kui/issues/3493) +- **plugins/plugin-bash-like:** clean up nested PTY execution path ([5cb3cc0](https://github.com/IBM/kui/commit/5cb3cc0)), closes [#3493](https://github.com/IBM/kui/issues/3493) +- **plugins/plugin-bash-like:** export with no args error handling ([d3e62b3](https://github.com/IBM/kui/commit/d3e62b3)), closes [#2894](https://github.com/IBM/kui/issues/2894) +- **plugins/plugin-bash-like:** fix memory leak in pty/client ([afeb29e](https://github.com/IBM/kui/commit/afeb29e)), closes [#3465](https://github.com/IBM/kui/issues/3465) +- **plugins/plugin-bash-like:** ls versus tab switching ([79473fa](https://github.com/IBM/kui/commit/79473fa)), closes [#3485](https://github.com/IBM/kui/issues/3485) +- **plugins/plugin-bash-like:** multiple PTYs per tab ([5a62dc8](https://github.com/IBM/kui/commit/5a62dc8)), closes [#3453](https://github.com/IBM/kui/issues/3453) +- **plugins/plugin-bash-like:** pty output with non-zero exit code results in wall of red text ([4b6fe8e](https://github.com/IBM/kui/commit/4b6fe8e)), closes [#3939](https://github.com/IBM/kui/issues/3939) +- **plugins/plugin-bash-like:** PTY performance tweaks by removing !important css ([3e1f8e7](https://github.com/IBM/kui/commit/3e1f8e7)), closes [#4412](https://github.com/IBM/kui/issues/4412) +- **plugins/plugin-bash-like:** pty should not use yaml heuristics when in alt buffer mode ([de048d5](https://github.com/IBM/kui/commit/de048d5)), closes [#3459](https://github.com/IBM/kui/issues/3459) +- **plugins/plugin-bash-like:** remove leftover debug in client.ts ([adbe87e](https://github.com/IBM/kui/commit/adbe87e)), closes [#4224](https://github.com/IBM/kui/issues/4224) +- **plugins/plugin-bash-like:** small visual glitch in PTY, blocks oddly shift sometimes ([bb2119e](https://github.com/IBM/kui/commit/bb2119e)), closes [#4406](https://github.com/IBM/kui/issues/4406) +- **plugins/plugin-bash-like:** update plugin-bash-like dependencies ([48f8d59](https://github.com/IBM/kui/commit/48f8d59)), closes [#4400](https://github.com/IBM/kui/issues/4400) +- about contexts tab is non-functional ([c0b61b6](https://github.com/IBM/kui/commit/c0b61b6)), closes [#2890](https://github.com/IBM/kui/issues/2890) +- kui session is noop in electron mode ([80f8690](https://github.com/IBM/kui/commit/80f8690)), closes [#3330](https://github.com/IBM/kui/issues/3330) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- optimize webpack bundle loading ([e2f473a](https://github.com/IBM/kui/commit/e2f473a)), closes [#3359](https://github.com/IBM/kui/issues/3359) +- overlapping clien-to-proxy requests can lead to parse errors ([ebcf5ed](https://github.com/IBM/kui/commit/ebcf5ed)), closes [#3314](https://github.com/IBM/kui/issues/3314) +- PTY behaves oddly when switching tabs ([700cdda](https://github.com/IBM/kui/commit/700cdda)), closes [#2579](https://github.com/IBM/kui/issues/2579) +- pty/client performance tweaks ([d86458c](https://github.com/IBM/kui/commit/d86458c)), closes [#4397](https://github.com/IBM/kui/issues/4397) +- **plugins/plugin-bash-like:** default to powershell not cmd on windows ([e7d50e2](https://github.com/IBM/kui/commit/e7d50e2)), closes [#3442](https://github.com/IBM/kui/issues/3442) +- **plugins/plugin-bash-like:** fix windows git bash pty regression ([654d320](https://github.com/IBM/kui/commit/654d320)), closes [#3442](https://github.com/IBM/kui/issues/3442) +- **plugins/plugin-bash-like:** open should not use kedit ([2548998](https://github.com/IBM/kui/commit/2548998)), closes [#3199](https://github.com/IBM/kui/issues/3199) +- **plugins/plugin-bash-like:** speed up date formatting in ls ([1e54a17](https://github.com/IBM/kui/commit/1e54a17)), closes [#3461](https://github.com/IBM/kui/issues/3461) +- **plugins/plugin-client-common:** text-selection is not working in repl ([5672e02](https://github.com/IBM/kui/commit/5672e02)), closes [#3738](https://github.com/IBM/kui/issues/3738) [#3739](https://github.com/IBM/kui/issues/3739) [#3741](https://github.com/IBM/kui/issues/3741) +- **plugins/plugin-kubectl:** watcher table disappears when kui is launched as kubectl plugin ([167eabc](https://github.com/IBM/kui/commit/167eabc)), closes [#4120](https://github.com/IBM/kui/issues/4120) [#4123](https://github.com/IBM/kui/issues/4123) +- **plugins/plugin-proxy-support:** improved display of ProxyOffline state ([23b3206](https://github.com/IBM/kui/commit/23b3206)), closes [#4955](https://github.com/IBM/kui/issues/4955) +- port filesystem tab completion to tab completion API ([df4ee2f](https://github.com/IBM/kui/commit/df4ee2f)), closes [#3446](https://github.com/IBM/kui/issues/3446) [#2403](https://github.com/IBM/kui/issues/2403) [#3447](https://github.com/IBM/kui/issues/3447) +- propagate statusCode back from the proxy ([275240a](https://github.com/IBM/kui/commit/275240a)), closes [#3318](https://github.com/IBM/kui/issues/3318) +- reducing flashing effect for PTY command not found errors ([f160337](https://github.com/IBM/kui/commit/f160337)), closes [#3449](https://github.com/IBM/kui/issues/3449) +- reimplement ls using filesystem APIs ([7eec254](https://github.com/IBM/kui/commit/7eec254)), closes [#2702](https://github.com/IBM/kui/issues/2702) [#1304](https://github.com/IBM/kui/issues/1304) + +### chore + +- clean up directory structure ([70d19e9](https://github.com/IBM/kui/commit/70d19e9)), closes [#4301](https://github.com/IBM/kui/issues/4301) + +### Features + +- Expand kubectl direct watching to support heterogeneous use cases ([8df1ad3](https://github.com/IBM/kui/commit/8df1ad3)), closes [#6504](https://github.com/IBM/kui/issues/6504) +- **plugins/plugin-kubectl:** Port kubectl pollers to use push, for homogeneous deletes ([82448d7](https://github.com/IBM/kui/commit/82448d7)), closes [#6481](https://github.com/IBM/kui/issues/6481) [#6486](https://github.com/IBM/kui/issues/6486) +- add capability to click to edit/rerun a command ([4296933](https://github.com/IBM/kui/commit/4296933)), closes [#5654](https://github.com/IBM/kui/issues/5654) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381) +- add support for command string modes that specify contentType ([31c6940](https://github.com/IBM/kui/commit/31c6940)), closes [#3299](https://github.com/IBM/kui/issues/3299) +- add support for copying out of remote storage ([c4ed5b8](https://github.com/IBM/kui/commit/c4ed5b8)), closes [#5322](https://github.com/IBM/kui/issues/5322) +- allow users to provide custom views for session init ([1f35894](https://github.com/IBM/kui/commit/1f35894)), closes [#4596](https://github.com/IBM/kui/issues/4596) +- allow plugins to use subdirectories ([e7cc3e3](https://github.com/IBM/kui/commit/e7cc3e3)), closes [#3389](https://github.com/IBM/kui/issues/3389) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- experimental parallelized cp aginst s3 vfs ([6a07aa3](https://github.com/IBM/kui/commit/6a07aa3)), closes [#6213](https://github.com/IBM/kui/issues/6213) +- Extend kubectl optimizations to table watching ([9a2bc74](https://github.com/IBM/kui/commit/9a2bc74)), closes [#6449](https://github.com/IBM/kui/issues/6449) +- extend MultiModalResponse to support functions that produce content ([b940c63](https://github.com/IBM/kui/commit/b940c63)), closes [#3022](https://github.com/IBM/kui/issues/3022) +- Feature: improve support for parallelization across VFS operations ([e05d7e0](https://github.com/IBM/kui/commit/e05d7e0)), closes [#5831](https://github.com/IBM/kui/issues/5831) +- ibmcloud plugin ([aa0f72f](https://github.com/IBM/kui/commit/aa0f72f)), closes [#4353](https://github.com/IBM/kui/issues/4353) +- improve kubectl edit experience ([4c4a1c9](https://github.com/IBM/kui/commit/4c4a1c9)), closes [#4783](https://github.com/IBM/kui/issues/4783) +- improve repl-block selection ([305b36f](https://github.com/IBM/kui/commit/305b36f)), closes [#5587](https://github.com/IBM/kui/issues/5587) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- introduce new MultiModalResponse API ([67e9c8a](https://github.com/IBM/kui/commit/67e9c8a)), closes [#2899](https://github.com/IBM/kui/issues/2899) +- Kui implementation of `watch` ([2cb3f98](https://github.com/IBM/kui/commit/2cb3f98)), closes [#6379](https://github.com/IBM/kui/issues/6379) +- Meta-click on table entries should open the drilldown in a different split ([fb89c29](https://github.com/IBM/kui/commit/fb89c29)), closes [#6403](https://github.com/IBM/kui/issues/6403) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- mount all s3 providers ([c3f5fc5](https://github.com/IBM/kui/commit/c3f5fc5)), closes [#5731](https://github.com/IBM/kui/issues/5731) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- pass command line comments to commentary command ([a020db5](https://github.com/IBM/kui/commit/a020db5)), closes [#5459](https://github.com/IBM/kui/issues/5459) +- pty should allow for streaming consumption of output ([1886e58](https://github.com/IBM/kui/commit/1886e58)), closes [#3451](https://github.com/IBM/kui/issues/3451) +- remove openwhisk plugins ([fb4274d](https://github.com/IBM/kui/commit/fb4274d)), closes [#3201](https://github.com/IBM/kui/issues/3201) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) +- save/restore pty command output ([2c291a9](https://github.com/IBM/kui/commit/2c291a9)), closes [#5314](https://github.com/IBM/kui/issues/5314) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- snapshot freshening ([d5c8991](https://github.com/IBM/kui/commit/d5c8991)), closes [#5522](https://github.com/IBM/kui/issues/5522) +- status stripe ([d485ab3](https://github.com/IBM/kui/commit/d485ab3)), closes [#3475](https://github.com/IBM/kui/issues/3475) [#1859](https://github.com/IBM/kui/issues/1859) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) +- update ls to allow for presenting content from more limited VFS's such as tutorials ([a1ff1a4](https://github.com/IBM/kui/commit/a1ff1a4)), closes [#5497](https://github.com/IBM/kui/issues/5497) +- **packages/core:** improved cancel via ctrl+c ([7ee6db6](https://github.com/IBM/kui/commit/7ee6db6)), closes [#3275](https://github.com/IBM/kui/issues/3275) [#3581](https://github.com/IBM/kui/issues/3581) +- **plugins/plugin-bash-like:** tab completion for s3 buckets ([fc3a311](https://github.com/IBM/kui/commit/fc3a311)), closes [#5326](https://github.com/IBM/kui/issues/5326) +- **plugins/plugin-client-common:** accordion blocks in Terminal ([eb2f285](https://github.com/IBM/kui/commit/eb2f285)), closes [#3726](https://github.com/IBM/kui/issues/3726) +- **plugins/plugin-client-common:** allow easier rerunning of command from terminal ([c5384e0](https://github.com/IBM/kui/commit/c5384e0)), closes [#4570](https://github.com/IBM/kui/issues/4570) +- **plugins/plugin-git:** git branch should respond with RadioTable ([59a9213](https://github.com/IBM/kui/commit/59a9213)), closes [#5256](https://github.com/IBM/kui/issues/5256) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- **plugins/plugin-kubectl:** Terminal tab for Pod kubernetes resources ([c47e432](https://github.com/IBM/kui/commit/c47e432)), closes [#4639](https://github.com/IBM/kui/issues/4639) + +### BREAKING CHANGES + +- removes support for inBrowserOk +- removes plugin-editor, now in plugin-client-common +- **packages/core:** remove old EntitySpec support +- this moves the openwhisk plugins to a new repo: https://github.com/kui-shell/oui + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-bash-like/package.json b/plugins/plugin-bash-like/package.json index f9c1d2d4d66..938b90940e9 100644 --- a/plugins/plugin-bash-like/package.json +++ b/plugins/plugin-bash-like/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-bash-like", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that offers local bash-like shell integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-carbon-themes/CHANGELOG.md b/plugins/plugin-carbon-themes/CHANGELOG.md index cf02a088c53..41a7be69891 100644 --- a/plugins/plugin-carbon-themes/CHANGELOG.md +++ b/plugins/plugin-carbon-themes/CHANGELOG.md @@ -3,6 +3,87 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- A few more themes tweaks are needed ([03be3eb](https://github.com/IBM/kui/commit/03be3eb)), closes [#6034](https://github.com/IBM/kui/issues/6034) +- chart colors for patternfly themes aren't in a diverging series ([cc2e177](https://github.com/IBM/kui/commit/cc2e177)), closes [#6161](https://github.com/IBM/kui/issues/6161) +- default chart colors should not use blue-red diverging spectrum ([918ab9c](https://github.com/IBM/kui/commit/918ab9c)), closes [#6191](https://github.com/IBM/kui/issues/6191) +- In PatternFly4 Light and Garbon Gray90 themes, new tab/new split buttons lack hover effect ([8fa95fc](https://github.com/IBM/kui/commit/8fa95fc)), closes [#6804](https://github.com/IBM/kui/issues/6804) +- monaco diff view colors are not themed ([eed2527](https://github.com/IBM/kui/commit/eed2527)), closes [#6232](https://github.com/IBM/kui/issues/6232) +- **plugins/plugin-carbon-themers:** bottom input can have poor color contrast ([9a675f5](https://github.com/IBM/kui/commit/9a675f5)), closes [#4543](https://github.com/IBM/kui/issues/4543) +- **plugins/plugin-carbon-themes:** carbon themes have dead css rules ([4d6fce6](https://github.com/IBM/kui/commit/4d6fce6)), closes [#4096](https://github.com/IBM/kui/issues/4096) +- **plugins/plugin-carbon-themes:** missing import of medium font weight ([cd13b65](https://github.com/IBM/kui/commit/cd13b65)), closes [#4320](https://github.com/IBM/kui/issues/4320) +- **plugins/plugin-carbon-themes:** optimize loading of plex fonts ([aa833b1](https://github.com/IBM/kui/commit/aa833b1)), closes [#3831](https://github.com/IBM/kui/issues/3831) +- **plugins/plugin-carbon-themes:** popup > prompt not visible in carbon gray 10 theme ([469b6c0](https://github.com/IBM/kui/commit/469b6c0)), closes [#4267](https://github.com/IBM/kui/issues/4267) +- **plugins/plugin-carbon-themes:** regression in status stripe borders for carbon themes ([c039a57](https://github.com/IBM/kui/commit/c039a57)), closes [#5009](https://github.com/IBM/kui/issues/5009) +- **plugins/plugin-carbon-themes:** WatchPane has blueish cast ([9130cd1](https://github.com/IBM/kui/commit/9130cd1)), closes [#4577](https://github.com/IBM/kui/issues/4577) +- **plugins/plugin-client-common:** improve spacing of Event footer content ([d63a6f1](https://github.com/IBM/kui/commit/d63a6f1)), closes [#5178](https://github.com/IBM/kui/issues/5178) +- **plugins/plugin-client-common:** SequenceDiagram bars may extend beyond the 100% line ([34d03bc](https://github.com/IBM/kui/commit/34d03bc)), closes [#5465](https://github.com/IBM/kui/issues/5465) +- **plugins/plugin-client-common:** SequenceDiagram UI refinements ([5d8c3f7](https://github.com/IBM/kui/commit/5d8c3f7)), closes [#5557](https://github.com/IBM/kui/issues/5557) +- **plugins/plugin-client-common:** sidecar badges may not be flush-right ([5b54665](https://github.com/IBM/kui/commit/5b54665)), closes [#5175](https://github.com/IBM/kui/issues/5175) +- > prompt text has poor vertical alignment ([9a796b3](https://github.com/IBM/kui/commit/9a796b3)), closes [#4237](https://github.com/IBM/kui/issues/4237) +- a few more color contrast issues with inverted sidecar themes ([f0f36d5](https://github.com/IBM/kui/commit/f0f36d5)), closes [#3874](https://github.com/IBM/kui/issues/3874) +- a few more color contrast issues with inverted sidecars ([0776df7](https://github.com/IBM/kui/commit/0776df7)), closes [#3835](https://github.com/IBM/kui/issues/3835) +- a few more tweaks to prompt ([7bf658a](https://github.com/IBM/kui/commit/7bf658a)), closes [#4250](https://github.com/IBM/kui/issues/4250) +- carbon themes should pull in plex fonts ([dbf623e](https://github.com/IBM/kui/commit/dbf623e)), closes [#3533](https://github.com/IBM/kui/issues/3533) +- Confirm dialog color contrast issues ([da14c25](https://github.com/IBM/kui/commit/da14c25)), closes [#4995](https://github.com/IBM/kui/issues/4995) +- improve accessibility of table in grid form ([0ade4f7](https://github.com/IBM/kui/commit/0ade4f7)), closes [#4601](https://github.com/IBM/kui/issues/4601) +- improve alignment of icons ([221d0f9](https://github.com/IBM/kui/commit/221d0f9)), closes [#4555](https://github.com/IBM/kui/issues/4555) +- improve alignment of Terminal timestamp ([c361f85](https://github.com/IBM/kui/commit/c361f85)), closes [#4587](https://github.com/IBM/kui/issues/4587) +- improve CodeSnippet rendering in Markdown ([9df43d0](https://github.com/IBM/kui/commit/9df43d0)), closes [#3863](https://github.com/IBM/kui/issues/3863) +- improve color contrast of charts in light themes ([9a60197](https://github.com/IBM/kui/commit/9a60197)), closes [#4597](https://github.com/IBM/kui/issues/4597) +- improve contrast of table Pagination component in light themes ([41246c3](https://github.com/IBM/kui/commit/41246c3)), closes [#4038](https://github.com/IBM/kui/issues/4038) +- improve contrast of top tab stripe versus sidecar title stripe ([ee9eb63](https://github.com/IBM/kui/commit/ee9eb63)), closes [#3956](https://github.com/IBM/kui/issues/3956) +- improve Terminal horizontal alignment for carbon themes ([fe7c8bb](https://github.com/IBM/kui/commit/fe7c8bb)), closes [#3891](https://github.com/IBM/kui/issues/3891) +- increase contrast in watch pane ([246ecd2](https://github.com/IBM/kui/commit/246ecd2)), closes [#5000](https://github.com/IBM/kui/issues/5000) [#5001](https://github.com/IBM/kui/issues/5001) +- lighten up the PaginatedTable UI ([eccf23b](https://github.com/IBM/kui/commit/eccf23b)), closes [#4155](https://github.com/IBM/kui/issues/4155) +- more inverted sidecar fixes ([5316c66](https://github.com/IBM/kui/commit/5316c66)), closes [#3756](https://github.com/IBM/kui/issues/3756) +- move patternfly alignment out of patternfly themes plugin ([6adbfd6](https://github.com/IBM/kui/commit/6adbfd6)), closes [#4988](https://github.com/IBM/kui/issues/4988) +- multiple fixes for screenshot toast notification UI ([8725e0b](https://github.com/IBM/kui/commit/8725e0b)), closes [#3933](https://github.com/IBM/kui/issues/3933) +- prompt text alignment issues ([75a3efe](https://github.com/IBM/kui/commit/75a3efe)), closes [#4368](https://github.com/IBM/kui/issues/4368) +- reduce custom CSS rules for table UI ([56f69cb](https://github.com/IBM/kui/commit/56f69cb)), closes [#5024](https://github.com/IBM/kui/issues/5024) +- reverse-i-search text should be monospace ([4c0bd05](https://github.com/IBM/kui/commit/4c0bd05)), closes [#4254](https://github.com/IBM/kui/issues/4254) +- status stripe refinements ([1394043](https://github.com/IBM/kui/commit/1394043)), closes [#4069](https://github.com/IBM/kui/issues/4069) [#4069](https://github.com/IBM/kui/issues/4069) +- support for using patternfly components with non-patternfly themes ([f88ef97](https://github.com/IBM/kui/commit/f88ef97)), closes [#4934](https://github.com/IBM/kui/issues/4934) +- text selection in active xterms for light themes is not visible ([ace9ec9](https://github.com/IBM/kui/commit/ace9ec9)), closes [#4087](https://github.com/IBM/kui/issues/4087) +- **plugins/plugin-carbon-themes:** carbon themes do not fully apply ([1659157](https://github.com/IBM/kui/commit/1659157)), closes [#3740](https://github.com/IBM/kui/issues/3740) +- **plugins/plugin-carbon-themes:** carbon themes should import ibm-plex.css ([629bb32](https://github.com/IBM/kui/commit/629bb32)), closes [#3512](https://github.com/IBM/kui/issues/3512) +- **plugins/plugin-carbon-themes:** color contrast issues in carbon gray 10 ([0211b54](https://github.com/IBM/kui/commit/0211b54)), closes [#3775](https://github.com/IBM/kui/issues/3775) +- **plugins/plugin-carbon-themes:** improve contrast of blue colors in sidecar ([e788692](https://github.com/IBM/kui/commit/e788692)), closes [#3885](https://github.com/IBM/kui/issues/3885) +- **plugins/plugin-carbon-themes:** poor color contrast in carbon gray 10 sidecar ([1d79239](https://github.com/IBM/kui/commit/1d79239)), closes [#4053](https://github.com/IBM/kui/issues/4053) +- **plugins/plugin-carbon-themes:** reduce load time burden of ibm-plex fonts ([49c1f60](https://github.com/IBM/kui/commit/49c1f60)), closes [#3831](https://github.com/IBM/kui/issues/3831) +- **plugins/plugin-carbon-themes:** sidecar table contrast issue fix in carbon gray10 ([f329537](https://github.com/IBM/kui/commit/f329537)) +- **plugins/plugin-client-common:** improve Screenshot UI ([bc2102a](https://github.com/IBM/kui/commit/bc2102a)), closes [#3734](https://github.com/IBM/kui/issues/3734) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) +- status stripe UI fixes to work better across themes ([2aa107f](https://github.com/IBM/kui/commit/2aa107f)), closes [#3507](https://github.com/IBM/kui/issues/3507) +- use more standard TopTabStripe UI ([c390dff](https://github.com/IBM/kui/commit/c390dff)), closes [#3867](https://github.com/IBM/kui/issues/3867) + +### Features + +- add delta summary to Tree ([95a0b4a](https://github.com/IBM/kui/commit/95a0b4a)), closes [#6329](https://github.com/IBM/kui/issues/6329) +- add history to sidecar views ([b1e5543](https://github.com/IBM/kui/commit/b1e5543)), closes [#3960](https://github.com/IBM/kui/issues/3960) +- add ibm-plex.css in plugin-carbon-themes ([ac0a5b5](https://github.com/IBM/kui/commit/ac0a5b5)), closes [#3512](https://github.com/IBM/kui/issues/3512) +- enhance table UI ([519beb1](https://github.com/IBM/kui/commit/519beb1)), closes [#4023](https://github.com/IBM/kui/issues/4023) +- Feature: improve support for parallelization across VFS operations ([e05d7e0](https://github.com/IBM/kui/commit/e05d7e0)), closes [#5831](https://github.com/IBM/kui/issues/5831) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- **plugins/plugin-ibmcloud:** initial CodeEngine support ([677faca](https://github.com/IBM/kui/commit/677faca)), closes [#5302](https://github.com/IBM/kui/issues/5302) [#5303](https://github.com/IBM/kui/issues/5303) +- patternfly4 themes ([5f58f71](https://github.com/IBM/kui/commit/5f58f71)), closes [#4364](https://github.com/IBM/kui/issues/4364) +- shift Block UI to use a Notebook style of presentation ([dc0ee4b](https://github.com/IBM/kui/commit/dc0ee4b)), closes [#5258](https://github.com/IBM/kui/issues/5258) +- **plugins/plugin-client-common:** use Cards to wrap kube tables and grids ([6698013](https://github.com/IBM/kui/commit/6698013)), closes [#5032](https://github.com/IBM/kui/issues/5032) +- allow users to provide custom views for session init ([1f35894](https://github.com/IBM/kui/commit/1f35894)), closes [#4596](https://github.com/IBM/kui/issues/4596) +- bottom input ([c6d2af0](https://github.com/IBM/kui/commit/c6d2af0)), closes [#3729](https://github.com/IBM/kui/issues/3729) +- carbon tables ([237e9a5](https://github.com/IBM/kui/commit/237e9a5)), closes [#3632](https://github.com/IBM/kui/issues/3632) +- Dropdown spi and use in Terminal Block ([327917b](https://github.com/IBM/kui/commit/327917b)), closes [#4589](https://github.com/IBM/kui/issues/4589) [#4556](https://github.com/IBM/kui/issues/4556) +- refine sidecar minimization ([ead3b41](https://github.com/IBM/kui/commit/ead3b41)), closes [#3958](https://github.com/IBM/kui/issues/3958) +- render kubectl summary tab using forms ([d88436e](https://github.com/IBM/kui/commit/d88436e)), closes [#4014](https://github.com/IBM/kui/issues/4014) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- use Carbon Components UIShell for TopTabStripe ([8d7619d](https://github.com/IBM/kui/commit/8d7619d)), closes [#3819](https://github.com/IBM/kui/issues/3819) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) +- **plugins/plugin-client-common:** add styling for blockquotes in Markdown ([b3fa5c6](https://github.com/IBM/kui/commit/b3fa5c6)), closes [#3925](https://github.com/IBM/kui/issues/3925) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-carbon-themes/package.json b/plugins/plugin-carbon-themes/package.json index 883a2070e64..433a8124cfe 100644 --- a/plugins/plugin-carbon-themes/package.json +++ b/plugins/plugin-carbon-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-carbon-themes", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin offering a Carbon Components-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-client-alternate/CHANGELOG.md b/plugins/plugin-client-alternate/CHANGELOG.md index 8a21f89cda8..593340cbc06 100644 --- a/plugins/plugin-client-alternate/CHANGELOG.md +++ b/plugins/plugin-client-alternate/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-client-common:** tab completion UI does not render on separate line from input ([61b169b](https://github.com/IBM/kui/commit/61b169b)), closes [#5307](https://github.com/IBM/kui/issues/5307) +- clients should be able to enable watcher auto pinning without enabling splitTerminals ([bcade13](https://github.com/IBM/kui/commit/bcade13)), closes [#5002](https://github.com/IBM/kui/issues/5002) +- remove config.d/version.json in favor of using the version field from package.json ([1e296c7](https://github.com/IBM/kui/commit/1e296c7)), closes [#4300](https://github.com/IBM/kui/issues/4300) +- remove invalid bodyCss fields in config.d/style.json ([99a92ab](https://github.com/IBM/kui/commit/99a92ab)), closes [#4307](https://github.com/IBM/kui/issues/4307) +- remove limits.json from client config.d ([3ae2201](https://github.com/IBM/kui/commit/3ae2201)), closes [#4292](https://github.com/IBM/kui/issues/4292) +- remove unsed fields from client.json ([a55b1f1](https://github.com/IBM/kui/commit/a55b1f1)), closes [#4296](https://github.com/IBM/kui/issues/4296) +- remove unused fields from config.d/style.json ([ab7278a](https://github.com/IBM/kui/commit/ab7278a)), closes [#4298](https://github.com/IBM/kui/issues/4298) +- simplify handling of opengraph META ([ff3c0de](https://github.com/IBM/kui/commit/ff3c0de)), closes [#4288](https://github.com/IBM/kui/issues/4288) + +### Features + +- Make PatternFly4 Light the default theme ([7d31c17](https://github.com/IBM/kui/commit/7d31c17)), closes [#6773](https://github.com/IBM/kui/issues/6773) +- **plugins/plugin-client-common:** User should be able to tab navigate through blocks ([54d3759](https://github.com/IBM/kui/commit/54d3759)), closes [#5717](https://github.com/IBM/kui/issues/5717) +- should allow for custom Input elements ([193a108](https://github.com/IBM/kui/commit/193a108)), closes [#4672](https://github.com/IBM/kui/issues/4672) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add support for and ([a92063d](https://github.com/IBM/kui/commit/a92063d)), closes [#4653](https://github.com/IBM/kui/issues/4653) +- allow subclasses of InputProvider to specify their own State ([c3fc88e](https://github.com/IBM/kui/commit/c3fc88e)), closes [#4756](https://github.com/IBM/kui/issues/4756) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-client-alternate/package.json b/plugins/plugin-client-alternate/package.json index 44c60bf4e49..32455594f2d 100644 --- a/plugins/plugin-client-alternate/package.json +++ b/plugins/plugin-client-alternate/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-alternate", - "version": "10.0.1", + "version": "10.1.1", "description": "", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-common/CHANGELOG.md b/plugins/plugin-client-common/CHANGELOG.md index 902e4606c29..191ed77cff4 100644 --- a/plugins/plugin-client-common/CHANGELOG.md +++ b/plugins/plugin-client-common/CHANGELOG.md @@ -3,6 +3,846 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugin-client-common:** show the last input block in minisplit ([7997ef0](https://github.com/IBM/kui/commit/7997ef0)), closes [#5756](https://github.com/IBM/kui/issues/5756) +- **plugins-client-common:** bump carbon-components-react to 7.22 ([8b98791](https://github.com/IBM/kui/commit/8b98791)), closes [#6011](https://github.com/IBM/kui/issues/6011) +- **plugins/plugin-client-common:** "Drilled down to..." text is not aligned with the Input area ([fd139d2](https://github.com/IBM/kui/commit/fd139d2)), closes [#5854](https://github.com/IBM/kui/issues/5854) +- **plugins/plugin-client-common:** "No events in the past hour" in sidecar has different bg color than other tabs ([ffba806](https://github.com/IBM/kui/commit/ffba806)), closes [#6075](https://github.com/IBM/kui/issues/6075) +- **plugins/plugin-client-common:** `kubectl get -f` does not render well when in a minisplit ([d9f6548](https://github.com/IBM/kui/commit/d9f6548)), closes [#6750](https://github.com/IBM/kui/issues/6750) +- **plugins/plugin-client-common:** a few more patternfly navigation styling issues ([5511c1f](https://github.com/IBM/kui/commit/5511c1f)), closes [#6049](https://github.com/IBM/kui/issues/6049) +- **plugins/plugin-client-common:** a few more small tweaks to welcome notebook ([27773cb](https://github.com/IBM/kui/commit/27773cb)), closes [#6829](https://github.com/IBM/kui/issues/6829) +- **plugins/plugin-client-common:** Action button hover hysteresis/delay effect not working ([fac75dc](https://github.com/IBM/kui/commit/fac75dc)), closes [#5806](https://github.com/IBM/kui/issues/5806) +- **plugins/plugin-client-common:** active pty output doesn't have repl-context ([6b0929e](https://github.com/IBM/kui/commit/6b0929e)), closes [#5960](https://github.com/IBM/kui/issues/5960) +- **plugins/plugin-client-common:** age field in event footer is underlined ([c733449](https://github.com/IBM/kui/commit/c733449)), closes [#6739](https://github.com/IBM/kui/issues/6739) +- **plugins/plugin-client-common:** Block borders aren't quite right ([7050a02](https://github.com/IBM/kui/commit/7050a02)), closes [#6808](https://github.com/IBM/kui/issues/6808) +- **plugins/plugin-client-common:** blockquotes in commentary don't render well ([9be35fa](https://github.com/IBM/kui/commit/9be35fa)), closes [#5931](https://github.com/IBM/kui/issues/5931) +- **plugins/plugin-client-common:** clicking on table or radio table may cause block to disappear ([1f2d489](https://github.com/IBM/kui/commit/1f2d489)), closes [#5783](https://github.com/IBM/kui/issues/5783) +- **plugins/plugin-client-common:** clicking the editor in carbon accordion will change the accordion label ([ce3fe02](https://github.com/IBM/kui/commit/ce3fe02)), closes [#6107](https://github.com/IBM/kui/issues/6107) +- **plugins/plugin-client-common:** ClipboardTransfer emits errors when pasting non-json text ([6ff85c4](https://github.com/IBM/kui/commit/6ff85c4)), closes [#5836](https://github.com/IBM/kui/issues/5836) +- **plugins/plugin-client-common:** CodeSnippet component renders with zero contrast in dark themes ([10e40a9](https://github.com/IBM/kui/commit/10e40a9)), closes [#5886](https://github.com/IBM/kui/issues/5886) +- **plugins/plugin-client-common:** colored squares in status column of tables have odd alignment ([3e78540](https://github.com/IBM/kui/commit/3e78540)), closes [#5766](https://github.com/IBM/kui/issues/5766) +- **plugins/plugin-client-common:** commentary editor can overflow with long lines ([3475287](https://github.com/IBM/kui/commit/3475287)), closes [#5981](https://github.com/IBM/kui/issues/5981) +- **plugins/plugin-client-common:** Commentary markdown does not support kuiexec ([4663389](https://github.com/IBM/kui/commit/4663389)), closes [#5911](https://github.com/IBM/kui/issues/5911) +- **plugins/plugin-client-common:** creating a split with a 3-way split configuration results in radical shuffling ([9452b5a](https://github.com/IBM/kui/commit/9452b5a)), closes [#5794](https://github.com/IBM/kui/issues/5794) +- **plugins/plugin-client-common:** custom repl-prompt is misaligned with repl-output ([d12b203](https://github.com/IBM/kui/commit/d12b203)), closes [#6046](https://github.com/IBM/kui/issues/6046) +- **plugins/plugin-client-common:** deleting and re-creating a split results double commands ([dde6eaa](https://github.com/IBM/kui/commit/dde6eaa)), closes [#5876](https://github.com/IBM/kui/issues/5876) +- **plugins/plugin-client-common:** disable Timeline option for Tables ([e88ebb3](https://github.com/IBM/kui/commit/e88ebb3)), closes [#5864](https://github.com/IBM/kui/issues/5864) +- **plugins/plugin-client-common:** do not show the command rerun and remove button for offline kui ([309162f](https://github.com/IBM/kui/commit/309162f)), closes [#5917](https://github.com/IBM/kui/issues/5917) +- **plugins/plugin-client-common:** don't decorate code elements in top tab ([531e8b8](https://github.com/IBM/kui/commit/531e8b8)), closes [#5778](https://github.com/IBM/kui/issues/5778) +- **plugins/plugin-client-common:** don't offer Grid option for 1-row tables ([a2a6f8d](https://github.com/IBM/kui/commit/a2a6f8d)), closes [#5474](https://github.com/IBM/kui/issues/5474) +- **plugins/plugin-client-common:** double clicking on Commentary in minisplit often has the editor completely off screen ([c3504a0](https://github.com/IBM/kui/commit/c3504a0)), closes [#5897](https://github.com/IBM/kui/issues/5897) +- **plugins/plugin-client-common:** editing commentary gives a one-line monaco ([5f14268](https://github.com/IBM/kui/commit/5f14268)), closes [#5874](https://github.com/IBM/kui/issues/5874) +- **plugins/plugin-client-common:** editor doesn't grab focus for edit command ([9870267](https://github.com/IBM/kui/commit/9870267)), closes [#6090](https://github.com/IBM/kui/issues/6090) +- **plugins/plugin-client-common:** empty pty response yields blank line ([711bd05](https://github.com/IBM/kui/commit/711bd05)), closes [#5928](https://github.com/IBM/kui/issues/5928) +- **plugins/plugin-client-common:** enhance minisplit by updating the background color of scrollback and dark card ([fd15c5e](https://github.com/IBM/kui/commit/fd15c5e)), closes [#5989](https://github.com/IBM/kui/issues/5989) +- **plugins/plugin-client-common:** error blocks are not indented properly ([d137614](https://github.com/IBM/kui/commit/d137614)), closes [#5938](https://github.com/IBM/kui/issues/5938) +- **plugins/plugin-client-common:** events table doesn't handle long messages and narrow viewports ([ea90a34](https://github.com/IBM/kui/commit/ea90a34)), closes [#6831](https://github.com/IBM/kui/issues/6831) +- **plugins/plugin-client-common:** focus a block upon moving or pasting it ([43c3d9a](https://github.com/IBM/kui/commit/43c3d9a)), closes [#5751](https://github.com/IBM/kui/issues/5751) +- **plugins/plugin-client-common:** Grids in minisplits have horizontal overflow ([d2483fd](https://github.com/IBM/kui/commit/d2483fd)), closes [#6781](https://github.com/IBM/kui/issues/6781) +- **plugins/plugin-client-common:** group the notebooks together in the ls -l table ([1a783f3](https://github.com/IBM/kui/commit/1a783f3)), closes [#5977](https://github.com/IBM/kui/issues/5977) +- **plugins/plugin-client-common:** hovering over error block turns red to blue ([3dbddae](https://github.com/IBM/kui/commit/3dbddae)), closes [#5979](https://github.com/IBM/kui/issues/5979) +- **plugins/plugin-client-common:** If a command is issued in a mini split, the next block (in the mini split) is not focused ([a35e5c2](https://github.com/IBM/kui/commit/a35e5c2)), closes [#6067](https://github.com/IBM/kui/issues/6067) +- **plugins/plugin-client-common:** improve look of `code` snippets in Commentary ([493e004](https://github.com/IBM/kui/commit/493e004)), closes [#5768](https://github.com/IBM/kui/issues/5768) +- **plugins/plugin-client-common:** in dark themes, the inter-split gutter is not visible ([288eeae](https://github.com/IBM/kui/commit/288eeae)), closes [#6022](https://github.com/IBM/kui/issues/6022) +- **plugins/plugin-client-common:** In some themes, grid inner text color can have low contrast. ([01f8698](https://github.com/IBM/kui/commit/01f8698)), closes [#6032](https://github.com/IBM/kui/issues/6032) +- **plugins/plugin-client-common:** increase contrast of unfocused left-stripes for blocks ([ab21295](https://github.com/IBM/kui/commit/ab21295)), closes [#5754](https://github.com/IBM/kui/issues/5754) +- **plugins/plugin-client-common:** Increase entryDelay for table tooltips ([4e3739a](https://github.com/IBM/kui/commit/4e3739a)), closes [#6870](https://github.com/IBM/kui/issues/6870) +- **plugins/plugin-client-common:** Input timestamp should also hide when block is focused ([6e1ca6d](https://github.com/IBM/kui/commit/6e1ca6d)), closes [#5809](https://github.com/IBM/kui/issues/5809) +- **plugins/plugin-client-common:** isReplay bit on Blocks is not set for snapshots ([c6d1633](https://github.com/IBM/kui/commit/c6d1633)), closes [#5868](https://github.com/IBM/kui/issues/5868) +- **plugins/plugin-client-common:** isWidthConstrained is always true for nSplits > 1 ([7d832f2](https://github.com/IBM/kui/commit/7d832f2)), closes [#6782](https://github.com/IBM/kui/issues/6782) +- **plugins/plugin-client-common:** kubectl unified tables have a NAME column (all caps) ([419f35d](https://github.com/IBM/kui/commit/419f35d)), closes [#6820](https://github.com/IBM/kui/issues/6820) +- **plugins/plugin-client-common:** linux can show unneeded scrollbars in tables ([4d49a23](https://github.com/IBM/kui/commit/4d49a23)), closes [#5884](https://github.com/IBM/kui/issues/5884) +- **plugins/plugin-client-common:** live tables may never show "Last Updated" footer message ([477fa04](https://github.com/IBM/kui/commit/477fa04)), closes [#6845](https://github.com/IBM/kui/issues/6845) +- **plugins/plugin-client-common:** markdown code has incorrect color in a split with inverse color ([c8c10af](https://github.com/IBM/kui/commit/c8c10af)), closes [#5902](https://github.com/IBM/kui/issues/5902) +- **plugins/plugin-client-common:** markdown inline code in table cells shows with scrollbars on linux and windows ([1ff88b9](https://github.com/IBM/kui/commit/1ff88b9)), closes [#5890](https://github.com/IBM/kui/issues/5890) +- **plugins/plugin-client-common:** Markdown links should have a tooltip ([df223cd](https://github.com/IBM/kui/commit/df223cd)), closes [#6939](https://github.com/IBM/kui/issues/6939) +- **plugins/plugin-client-common:** Markdown lists may lack bullets/numbers ([5a00ae0](https://github.com/IBM/kui/commit/5a00ae0)), closes [#6947](https://github.com/IBM/kui/issues/6947) +- **plugins/plugin-client-common:** Markdown renderer does not handle img tags with http src ([fe12530](https://github.com/IBM/kui/commit/fe12530)), closes [#6818](https://github.com/IBM/kui/issues/6818) +- **plugins/plugin-client-common:** Markdown rendering of images does not support percentage width or height ([6e75c40](https://github.com/IBM/kui/commit/6e75c40)), closes [#6822](https://github.com/IBM/kui/issues/6822) +- **plugins/plugin-client-common:** on windows, table breadcrumb has vertical scrollbars ([b2fda10](https://github.com/IBM/kui/commit/b2fda10)), closes [#6878](https://github.com/IBM/kui/issues/6878) +- **plugins/plugin-client-common:** PatternFly assumes a 16px body font size, whereas the rest of Kui assumes 14px ([fa65b57](https://github.com/IBM/kui/commit/fa65b57)), closes [#6041](https://github.com/IBM/kui/issues/6041) +- **plugins/plugin-client-common:** PatternFly LeftNav view has excessive padding ([959d059](https://github.com/IBM/kui/commit/959d059)), closes [#6038](https://github.com/IBM/kui/issues/6038) +- **plugins/plugin-client-common:** popover has odd spacing and overflow ([12d2508](https://github.com/IBM/kui/commit/12d2508)), closes [#6809](https://github.com/IBM/kui/issues/6809) +- **plugins/plugin-client-common:** presented elsewhere text is not vertically centered in block ([766d355](https://github.com/IBM/kui/commit/766d355)), closes [#5760](https://github.com/IBM/kui/issues/5760) +- **plugins/plugin-client-common:** RadioTable has small font size ([19f758a](https://github.com/IBM/kui/commit/19f758a)), closes [#6102](https://github.com/IBM/kui/issues/6102) +- **plugins/plugin-client-common:** RadioTable should scroll the selected row into view on render ([6eb45db](https://github.com/IBM/kui/commit/6eb45db)), closes [#5781](https://github.com/IBM/kui/issues/5781) +- **plugins/plugin-client-common:** redirectToPlainSplitIfNeeded may favor smaller terminals ([58f9ab0](https://github.com/IBM/kui/commit/58f9ab0)), closes [#6930](https://github.com/IBM/kui/issues/6930) +- **plugins/plugin-client-common:** remove block border and refine input border for minisplits ([7b5ce5b](https://github.com/IBM/kui/commit/7b5ce5b)), closes [#6801](https://github.com/IBM/kui/issues/6801) +- **plugins/plugin-client-common:** remove clicks from NotebookImpl ([45f0be5](https://github.com/IBM/kui/commit/45f0be5)), closes [#5856](https://github.com/IBM/kui/issues/5856) +- **plugins/plugin-client-common:** removing previous blocks will cause errant rendering to edit command result ([6594e8c](https://github.com/IBM/kui/commit/6594e8c)), closes [#6093](https://github.com/IBM/kui/issues/6093) +- **plugins/plugin-client-common:** rendering of blockquotes in markdown is inconsistent ([edcc8d1](https://github.com/IBM/kui/commit/edcc8d1)), closes [#6043](https://github.com/IBM/kui/issues/6043) +- **plugins/plugin-client-common:** saving a snapshot can fail with "cannot read property uuid of undefined" ([85fe1f3](https://github.com/IBM/kui/commit/85fe1f3)), closes [#5913](https://github.com/IBM/kui/issues/5913) +- **plugins/plugin-client-common:** selecting text in prior Input causes selection to be lost and Input to enter edit mode ([4d977d2](https://github.com/IBM/kui/commit/4d977d2)), closes [#5792](https://github.com/IBM/kui/issues/5792) +- **plugins/plugin-client-common:** sidecar editor too-aggressively focuses ([8077cec](https://github.com/IBM/kui/commit/8077cec)), closes [#6104](https://github.com/IBM/kui/issues/6104) +- **plugins/plugin-client-common:** Sidecar sticks to a short height when switching from Yaml -> Summary -> Yaml tab ([79e7df3](https://github.com/IBM/kui/commit/79e7df3)), closes [#6913](https://github.com/IBM/kui/issues/6913) +- **plugins/plugin-client-common:** sidecar top tabs may not have the proper sidecar header color ([dee76ed](https://github.com/IBM/kui/commit/dee76ed)), closes [#6841](https://github.com/IBM/kui/issues/6841) +- **plugins/plugin-client-common:** some grid cells display with no background color ([3d4a41d](https://github.com/IBM/kui/commit/3d4a41d)), closes [#6794](https://github.com/IBM/kui/issues/6794) +- **plugins/plugin-client-common:** some small tweaks to Commentary headers would help ([b012f8d](https://github.com/IBM/kui/commit/b012f8d)), closes [#5893](https://github.com/IBM/kui/issues/5893) +- **plugins/plugin-client-common:** sometimes both the block action buttons and the timestamp are visible at the same time ([a3ece2b](https://github.com/IBM/kui/commit/a3ece2b)), closes [#5936](https://github.com/IBM/kui/issues/5936) +- **plugins/plugin-client-common:** spinner is off-center by 1px ([e8cea91](https://github.com/IBM/kui/commit/e8cea91)), closes [#6885](https://github.com/IBM/kui/issues/6885) +- **plugins/plugin-client-common:** status stripe "blue" color probably needs to be toned done ([137442f](https://github.com/IBM/kui/commit/137442f)), closes [#5772](https://github.com/IBM/kui/issues/5772) +- **plugins/plugin-client-common:** tab switching can be slow on windows ([09f9b7d](https://github.com/IBM/kui/commit/09f9b7d)), closes [#5907](https://github.com/IBM/kui/issues/5907) +- **plugins/plugin-client-common:** table clicks fail when the maximum number of splits is reached ([16dfc8b](https://github.com/IBM/kui/commit/16dfc8b)), closes [#6938](https://github.com/IBM/kui/issues/6938) +- **plugins/plugin-client-common:** Table header background color can be incorrect ([3249d89](https://github.com/IBM/kui/commit/3249d89)), closes [#6810](https://github.com/IBM/kui/issues/6810) +- **plugins/plugin-client-common:** Table header seems to float in front of dropdowns ([8a2b54b](https://github.com/IBM/kui/commit/8a2b54b)), closes [#6880](https://github.com/IBM/kui/issues/6880) +- **plugins/plugin-client-common:** Table onclick handlers applied to every cell ([d5a9c3a](https://github.com/IBM/kui/commit/d5a9c3a)), closes [#6792](https://github.com/IBM/kui/issues/6792) +- **plugins/plugin-client-common:** tables with inferred headers never allow for grid presentation ([a384783](https://github.com/IBM/kui/commit/a384783)), closes [#6763](https://github.com/IBM/kui/issues/6763) +- **plugins/plugin-client-common:** The pause watching icon should be grey ([a0de73a](https://github.com/IBM/kui/commit/a0de73a)), closes [#6931](https://github.com/IBM/kui/issues/6931) +- **plugins/plugin-client-common:** tweak sidecar button spacing a bit ([9bdf8a6](https://github.com/IBM/kui/commit/9bdf8a6)), closes [#6873](https://github.com/IBM/kui/issues/6873) +- **plugins/plugin-client-common:** update welcome.json to describe kui, not just notebooks ([96330c4](https://github.com/IBM/kui/commit/96330c4)), closes [#5878](https://github.com/IBM/kui/issues/5878) +- **plugins/plugin-client-common:** welcome.json could use some wordsmithing ([e373ab4](https://github.com/IBM/kui/commit/e373ab4)), closes [#5895](https://github.com/IBM/kui/issues/5895) +- **plugins/plugin-client-common:** when there're 3 splits, clicking table cells in the first split fail ([83efa2b](https://github.com/IBM/kui/commit/83efa2b)), closes [#6937](https://github.com/IBM/kui/issues/6937) +- **plugins/plugin-client-common:** when there're 3 splits, clicking table in the first split will create the 4th split ([b894b27](https://github.com/IBM/kui/commit/b894b27)), closes [#6932](https://github.com/IBM/kui/issues/6932) +- change new split keyboard shortcut from cltrOrMeta+U -> +Y ([9cac19d](https://github.com/IBM/kui/commit/9cac19d)), closes [#6876](https://github.com/IBM/kui/issues/6876) +- in minisplits, blocks that contain pty output may have excess whitespace ([d9299ae](https://github.com/IBM/kui/commit/d9299ae)), closes [#6759](https://github.com/IBM/kui/issues/6759) +- in screenshot alert, the icon and title text are misaligned ([ff57573](https://github.com/IBM/kui/commit/ff57573)), closes [#6770](https://github.com/IBM/kui/issues/6770) +- kubectl direct/get does not specify that get tables have the `onclickIdempotent` property ([31361ec](https://github.com/IBM/kui/commit/31361ec)), closes [#6778](https://github.com/IBM/kui/issues/6778) +- Screenshot alert is not visible in narrower windows ([d94da68](https://github.com/IBM/kui/commit/d94da68)), closes [#6843](https://github.com/IBM/kui/issues/6843) +- the x in the offline badge is sometimes low contrast, especially in dark themes ([c60157c](https://github.com/IBM/kui/commit/c60157c)), closes [#6784](https://github.com/IBM/kui/issues/6784) +- UpdateChecker does not render tables, lists, or relative image refs properly ([3e6ba75](https://github.com/IBM/kui/commit/3e6ba75)), closes [#6918](https://github.com/IBM/kui/issues/6918) +- **plugins/plugin-client-common:** block action buttons and timestamp may both be visible ([6e63cb7](https://github.com/IBM/kui/commit/6e63cb7)), closes [#5936](https://github.com/IBM/kui/issues/5936) +- **plugins/plugin-client-common:** Drilldown from table isn't always fully in view ([ba1222c](https://github.com/IBM/kui/commit/ba1222c)), closes [#6555](https://github.com/IBM/kui/issues/6555) +- **plugins/plugin-client-common:** Dropdown hover effect in PatternFly4 Dark has no contrast ([35eefb4](https://github.com/IBM/kui/commit/35eefb4)), closes [#6744](https://github.com/IBM/kui/issues/6744) +- **plugins/plugin-client-common:** Events in tables-as-grid wrap when not needed ([fd46054](https://github.com/IBM/kui/commit/fd46054)), closes [#6600](https://github.com/IBM/kui/issues/6600) +- **plugins/plugin-client-common:** Experimental badge has low contrast in PatternFly4 Light theme ([7c0bfff](https://github.com/IBM/kui/commit/7c0bfff)), closes [#6715](https://github.com/IBM/kui/issues/6715) +- **plugins/plugin-client-common:** first-time edits of commentary may cause editor to lose focus ([81b55e0](https://github.com/IBM/kui/commit/81b55e0)), closes [#6545](https://github.com/IBM/kui/issues/6545) +- **plugins/plugin-client-common:** improve platform compatibility of Home and End keys ([da7393f](https://github.com/IBM/kui/commit/da7393f)), closes [#3267](https://github.com/IBM/kui/issues/3267) +- **plugins/plugin-client-common:** Improve rendering of Source Reference UI ([278b28f](https://github.com/IBM/kui/commit/278b28f)), closes [#6582](https://github.com/IBM/kui/issues/6582) +- **plugins/plugin-client-common:** Leftover console logs in ScrollableTerminal ([4f4af0d](https://github.com/IBM/kui/commit/4f4af0d)), closes [#6755](https://github.com/IBM/kui/issues/6755) +- **plugins/plugin-client-common:** Markdown component does not properly handle local relative image paths ([deb7b47](https://github.com/IBM/kui/commit/deb7b47)), closes [#6547](https://github.com/IBM/kui/issues/6547) +- **plugins/plugin-client-common:** Markdown handling of consecutive img tags only shows first ([1578e58](https://github.com/IBM/kui/commit/1578e58)), closes [#6602](https://github.com/IBM/kui/issues/6602) +- **plugins/plugin-client-common:** Markdown image does not properly handle align attribute ([5c382f8](https://github.com/IBM/kui/commit/5c382f8)), closes [#6551](https://github.com/IBM/kui/issues/6551) +- **plugins/plugin-client-common:** Markdown renderer does not handle image height attribute ([4d49eb9](https://github.com/IBM/kui/commit/4d49eb9)), closes [#6613](https://github.com/IBM/kui/issues/6613) +- **plugins/plugin-client-common:** Markdown renderer does not properly render tables ([69d45a9](https://github.com/IBM/kui/commit/69d45a9)), closes [#6563](https://github.com/IBM/kui/issues/6563) [#4364](https://github.com/IBM/kui/issues/4364) +- **plugins/plugin-client-common:** markdown spacing regressions with h3 and h4 ([d674931](https://github.com/IBM/kui/commit/d674931)), closes [#6736](https://github.com/IBM/kui/issues/6736) +- **plugins/plugin-client-common:** Markdown: validateDomNesting console error ([97b2c17](https://github.com/IBM/kui/commit/97b2c17)), closes [#6577](https://github.com/IBM/kui/issues/6577) +- **plugins/plugin-client-common:** new PatternFly TopTabStripe impl changes colors when a NavResponse is displayed ([d2d6a53](https://github.com/IBM/kui/commit/d2d6a53)), closes [#6553](https://github.com/IBM/kui/issues/6553) +- **plugins/plugin-client-common:** new patternfly-based TopTabStripe behaves poorly with narrower windows ([fc97ab8](https://github.com/IBM/kui/commit/fc97ab8)), closes [#6549](https://github.com/IBM/kui/issues/6549) +- **plugins/plugin-client-common:** new tabs don't receive focus for 2 seconds ([1705870](https://github.com/IBM/kui/commit/1705870)), closes [#6668](https://github.com/IBM/kui/issues/6668) +- **plugins/plugin-client-common:** onclick handlers for ls should respond only to clicking on text ([8477386](https://github.com/IBM/kui/commit/8477386)), closes [#6567](https://github.com/IBM/kui/issues/6567) +- **plugins/plugin-client-common:** PatternFly NavResponse does not unexpand ([d1f9dc9](https://github.com/IBM/kui/commit/d1f9dc9)), closes [#6669](https://github.com/IBM/kui/issues/6669) +- **plugins/plugin-client-common:** PatternFly's CodeSnippet rendering issues ([48f30fa](https://github.com/IBM/kui/commit/48f30fa)), closes [#6542](https://github.com/IBM/kui/issues/6542) [#6544](https://github.com/IBM/kui/issues/6544) +- **plugins/plugin-client-common:** pty output in the first block does not render ([9ec3996](https://github.com/IBM/kui/commit/9ec3996)), closes [#6758](https://github.com/IBM/kui/issues/6758) +- **plugins/plugin-client-common:** React warnings in console due to new Modal spi ([57f0cf6](https://github.com/IBM/kui/commit/57f0cf6)), closes [#6696](https://github.com/IBM/kui/issues/6696) +- **plugins/plugin-client-common:** Remove superfluous padding around source ref items ([b821a2b](https://github.com/IBM/kui/commit/b821a2b)), closes [#6731](https://github.com/IBM/kui/issues/6731) +- **plugins/plugin-client-common:** Rendering of markdown files could be improved ([23d6e75](https://github.com/IBM/kui/commit/23d6e75)), closes [#6557](https://github.com/IBM/kui/issues/6557) +- **plugins/plugin-client-common:** Rendering of markdown incorrectly inherits white-space:nowrap from repl ([d66b8b2](https://github.com/IBM/kui/commit/d66b8b2)), closes [#6575](https://github.com/IBM/kui/issues/6575) +- **plugins/plugin-client-common:** repl context will overflow when scrollback has over 100 inputs ([9c84721](https://github.com/IBM/kui/commit/9c84721)), closes [#6646](https://github.com/IBM/kui/issues/6646) +- **plugins/plugin-client-common:** status stripe "dropdown" menus can have poor color contrast ([fda4ee6](https://github.com/IBM/kui/commit/fda4ee6)), closes [#6706](https://github.com/IBM/kui/issues/6706) +- **plugins/plugin-client-common:** tab completion can be flakey ([145d1a5](https://github.com/IBM/kui/commit/145d1a5)), closes [#6649](https://github.com/IBM/kui/issues/6649) +- **plugins/plugin-client-common:** tab completion does not render well in minisplits ([8eb0fbc](https://github.com/IBM/kui/commit/8eb0fbc)), closes [#6752](https://github.com/IBM/kui/issues/6752) +- **plugins/plugin-client-common:** tab-completion font-family regression ([13b3d49](https://github.com/IBM/kui/commit/13b3d49)), closes [#6751](https://github.com/IBM/kui/issues/6751) +- **plugins/plugin-client-common:** table and nav content are not left-aligned with breadcrumb ([a8b8015](https://github.com/IBM/kui/commit/a8b8015)), closes [#6741](https://github.com/IBM/kui/issues/6741) +- **plugins/plugin-client-common:** width-constrained NavResponse UI should spend more space on content ([309c6ff](https://github.com/IBM/kui/commit/309c6ff)), closes [#6742](https://github.com/IBM/kui/issues/6742) +- **plugins/plugin-client-common:** With full-width blocks, PatternFly Tables have odd column spacing ([4062489](https://github.com/IBM/kui/commit/4062489)), closes [#6766](https://github.com/IBM/kui/issues/6766) +- **Plugins/plugin-client-common:** replayed notebooks don't always open scrolled to top ([6d71638](https://github.com/IBM/kui/commit/6d71638)), closes [#6824](https://github.com/IBM/kui/issues/6824) +- **plugins/plugin-kubectl:** event watcher doesn't render well in minisplit ([56176de](https://github.com/IBM/kui/commit/56176de)), closes [#6772](https://github.com/IBM/kui/issues/6772) +- **plugins/plugin-kubectl:** events watching returns an empty table with just a streaming events footer ([fbeae76](https://github.com/IBM/kui/commit/fbeae76)), closes [#2771](https://github.com/IBM/kui/issues/2771) +- **plugins/plugin-kubectl:** show SourceRef when creating heterogeneous resources ([adb21c5](https://github.com/IBM/kui/commit/adb21c5)), closes [#6640](https://github.com/IBM/kui/issues/6640) +- ctrl+L in the first block makes the prompt inactive ([232e5e1](https://github.com/IBM/kui/commit/232e5e1)), closes [#6597](https://github.com/IBM/kui/issues/6597) +- In narrower windows, there is too much content in the StatusStripe ([453bc86](https://github.com/IBM/kui/commit/453bc86)), closes [#6570](https://github.com/IBM/kui/issues/6570) +- kubectl get -f --watch doesn't watch ([e45e8ee](https://github.com/IBM/kui/commit/e45e8ee)), closes [#6588](https://github.com/IBM/kui/issues/6588) +- kubectl kustomize can have bogus output ([8bf8ebe](https://github.com/IBM/kui/commit/8bf8ebe)), closes [#6114](https://github.com/IBM/kui/issues/6114) +- ls clicks that do another ls should not open a split ([fc0873b](https://github.com/IBM/kui/commit/fc0873b)), closes [#6565](https://github.com/IBM/kui/issues/6565) +- remove TreeResponse and PatternFly Tree Component ([e539a53](https://github.com/IBM/kui/commit/e539a53)), closes [#6581](https://github.com/IBM/kui/issues/6581) [#6328](https://github.com/IBM/kui/issues/6328) +- use Dropdown component for RadioTable impl ([244b16a](https://github.com/IBM/kui/commit/244b16a)), closes [#6539](https://github.com/IBM/kui/issues/6539) +- **plugins/plugin-client-common:** `ls` in minisplit has tall rows ([00b5e41](https://github.com/IBM/kui/commit/00b5e41)), closes [#6289](https://github.com/IBM/kui/issues/6289) +- **plugins/plugin-client-common:** a few minor UI glitches in Block css ([a25c72c](https://github.com/IBM/kui/commit/a25c72c)), closes [#6335](https://github.com/IBM/kui/issues/6335) +- **plugins/plugin-client-common:** as sequence diagram nRows grows, rows shrink, but fonts do not ([eac0220](https://github.com/IBM/kui/commit/eac0220)), closes [#6420](https://github.com/IBM/kui/issues/6420) +- **plugins/plugin-client-common:** blocks with no input or output shouldn't have a background color ([42b5b01](https://github.com/IBM/kui/commit/42b5b01)), closes [#6367](https://github.com/IBM/kui/issues/6367) +- **plugins/plugin-client-common:** DiffEditor does not respond to resize events ([7f88934](https://github.com/IBM/kui/commit/7f88934)), closes [#6365](https://github.com/IBM/kui/issues/6365) +- **plugins/plugin-client-common:** double whitespace may be removed from completed inputs ([fc0c0db](https://github.com/IBM/kui/commit/fc0c0db)), closes [#6279](https://github.com/IBM/kui/issues/6279) +- **plugins/plugin-client-common:** DropdownWidget does not obey `title` property ([e534cbc](https://github.com/IBM/kui/commit/e534cbc)), closes [#6393](https://github.com/IBM/kui/issues/6393) +- **plugins/plugin-client-common:** Experimental badge too tall for lightweight UI themes. ([57b1f51](https://github.com/IBM/kui/commit/57b1f51)), closes [#6284](https://github.com/IBM/kui/issues/6284) +- **plugins/plugin-client-common:** in minisplits, no margin between active block and previous response ([e20c115](https://github.com/IBM/kui/commit/e20c115)), closes [#6333](https://github.com/IBM/kui/issues/6333) +- **plugins/plugin-client-common:** in PatternFly Light theme, status stripe hovers and borders are not visible ([8bfc9a1](https://github.com/IBM/kui/commit/8bfc9a1)), closes [#6324](https://github.com/IBM/kui/issues/6324) +- **plugins/plugin-client-common:** in patternfly-based components, the CurrentContext widget has poor alignment ([c6f873c](https://github.com/IBM/kui/commit/c6f873c)), closes [#6494](https://github.com/IBM/kui/issues/6494) +- **plugins/plugin-client-common:** inline sidecar should not have a min-width ([11a0cfb](https://github.com/IBM/kui/commit/11a0cfb)), closes [#6270](https://github.com/IBM/kui/issues/6270) +- **plugins/plugin-client-common:** inverted color context in mini splits can have low contrast ([2541d74](https://github.com/IBM/kui/commit/2541d74)), closes [#6383](https://github.com/IBM/kui/issues/6383) +- **plugins/plugin-client-common:** LeftNav UIs can be too wide ([5dae64c](https://github.com/IBM/kui/commit/5dae64c)), closes [#6302](https://github.com/IBM/kui/issues/6302) +- **plugins/plugin-client-common:** ls ; ls has excessive vertical whitespace ([1b41c59](https://github.com/IBM/kui/commit/1b41c59)), closes [#6291](https://github.com/IBM/kui/issues/6291) +- **plugins/plugin-client-common:** minor Output alignment regression ([91442ad](https://github.com/IBM/kui/commit/91442ad)), closes [#6438](https://github.com/IBM/kui/issues/6438) +- **plugins/plugin-client-common:** monaco editor always consumes mouse wheel scrolling events ([bed75eb](https://github.com/IBM/kui/commit/bed75eb)), closes [#6480](https://github.com/IBM/kui/issues/6480) +- **plugins/plugin-client-common:** PatternFly themes are still using a carbon icon for Split ([4c05d28](https://github.com/IBM/kui/commit/4c05d28)), closes [#6322](https://github.com/IBM/kui/issues/6322) +- **plugins/plugin-client-common:** Popup mode input stripe does not have reliable auto-focus behavior ([ac3935e](https://github.com/IBM/kui/commit/ac3935e)), closes [#6266](https://github.com/IBM/kui/issues/6266) +- **plugins/plugin-client-common:** sidecar maximization is a bit off when in a split ([f103379](https://github.com/IBM/kui/commit/f103379)), closes [#6531](https://github.com/IBM/kui/issues/6531) +- keyboard history navigation does not work in Popup clients ([89197ba](https://github.com/IBM/kui/commit/89197ba)), closes [#6262](https://github.com/IBM/kui/issues/6262) +- kubectl contexts table has odd CURRENT column ([f6d0a98](https://github.com/IBM/kui/commit/f6d0a98)), closes [#6523](https://github.com/IBM/kui/issues/6523) +- **plugins/plugin-client-common:** adjust TopTabStripe for lightweight ui themes ([00ee896](https://github.com/IBM/kui/commit/00ee896)), closes [#6204](https://github.com/IBM/kui/issues/6204) +- **plugins/plugin-client-common:** after Electron 10 update, ls output can render poorly ([1b7010b](https://github.com/IBM/kui/commit/1b7010b)), closes [#6147](https://github.com/IBM/kui/issues/6147) +- **plugins/plugin-client-common:** core themes should use fixed tab names ([f93fe2b](https://github.com/IBM/kui/commit/f93fe2b)), closes [#6208](https://github.com/IBM/kui/issues/6208) +- **plugins/plugin-client-common:** events in tree should stay scrolled to the bottom as events come in ([c5efedd](https://github.com/IBM/kui/commit/c5efedd)), closes [#6164](https://github.com/IBM/kui/issues/6164) +- **plugins/plugin-client-common:** externalize PatternFly TreeView component to SPI ([486a02e](https://github.com/IBM/kui/commit/486a02e)), closes [#6134](https://github.com/IBM/kui/issues/6134) +- **plugins/plugin-client-common:** font size issues with lightweight ui in tree view ([575ced0](https://github.com/IBM/kui/commit/575ced0)), closes [#6228](https://github.com/IBM/kui/issues/6228) [#6229](https://github.com/IBM/kui/issues/6229) +- **plugins/plugin-client-common:** height of TreeView events should match that of sidecar header ([bba1ccd](https://github.com/IBM/kui/commit/bba1ccd)), closes [#6174](https://github.com/IBM/kui/issues/6174) +- **plugins/plugin-client-common:** in carbon-based dark themes, the SourceRef expando text is not visible ([0b462f5](https://github.com/IBM/kui/commit/0b462f5)), closes [#6197](https://github.com/IBM/kui/issues/6197) +- **plugins/plugin-client-common:** in lightweight presentation mode, lighten up sidecar a bit ([c73c080](https://github.com/IBM/kui/commit/c73c080)), closes [#6202](https://github.com/IBM/kui/issues/6202) [#6201](https://github.com/IBM/kui/issues/6201) +- **plugins/plugin-client-common:** in lightweight themes, hover on sequence diagram rows may result in errant border-top ([679498f](https://github.com/IBM/kui/commit/679498f)), closes [#6251](https://github.com/IBM/kui/issues/6251) +- **plugins/plugin-client-common:** in lightweight ui themes, markdown content has odd font spacing ([b114221](https://github.com/IBM/kui/commit/b114221)), closes [#6249](https://github.com/IBM/kui/issues/6249) +- **plugins/plugin-client-common:** input element is not distinct enough in lightweight ui themes with splits ([01b3e40](https://github.com/IBM/kui/commit/01b3e40)), closes [#6247](https://github.com/IBM/kui/issues/6247) +- Tree view badges can have low contrast ([9be1ae5](https://github.com/IBM/kui/commit/9be1ae5)), closes [#6245](https://github.com/IBM/kui/issues/6245) +- **plugins/plugin-client-common:** in some cases, Editor may present "you are in edit mode" for readOnly instantiations ([e3e7c16](https://github.com/IBM/kui/commit/e3e7c16)), closes [#6116](https://github.com/IBM/kui/issues/6116) +- **plugins/plugin-client-common:** kubectl help sometimes does not line wrap properly ([b66928b](https://github.com/IBM/kui/commit/b66928b)), closes [#6425](https://github.com/IBM/kui/issues/6425) +- **plugins/plugin-client-common:** lightweight ui has a few remaining "heavy" elements ([afef54a](https://github.com/IBM/kui/commit/afef54a)), closes [#6195](https://github.com/IBM/kui/issues/6195) +- **plugins/plugin-client-common:** pack table rows more densely in lightweight UI themes ([bcb3f23](https://github.com/IBM/kui/commit/bcb3f23)), closes [#6217](https://github.com/IBM/kui/issues/6217) +- **plugins/plugin-client-common:** patternfly popover close button has odd spacing ([e7c21fd](https://github.com/IBM/kui/commit/e7c21fd)), closes [#6345](https://github.com/IBM/kui/issues/6345) +- **plugins/plugin-client-common:** patternfly Tree component does not load patternfly base ([c38961b](https://github.com/IBM/kui/commit/c38961b)), closes [#6502](https://github.com/IBM/kui/issues/6502) +- **plugins/plugin-client-common:** Popup mode client has a few status stripe rendering issues ([57bb8b2](https://github.com/IBM/kui/commit/57bb8b2)), closes [#6357](https://github.com/IBM/kui/issues/6357) +- **plugins/plugin-client-common:** prompt focus may not be restored when switching tabs ([5e81db9](https://github.com/IBM/kui/commit/5e81db9)), closes [#6239](https://github.com/IBM/kui/issues/6239) +- **plugins/plugin-client-common:** Rendering glitches in carbon fonts for status stripe DropdownWidgets ([1ee18a6](https://github.com/IBM/kui/commit/1ee18a6)), closes [#6359](https://github.com/IBM/kui/issues/6359) +- **plugins/plugin-client-common:** show table click result in a new split ([fd1b3a1](https://github.com/IBM/kui/commit/fd1b3a1)), closes [#6477](https://github.com/IBM/kui/issues/6477) +- **plugins/plugin-client-common:** sometimes response is not scrolled into view properly ([a2fae6a](https://github.com/IBM/kui/commit/a2fae6a)), closes [#6479](https://github.com/IBM/kui/issues/6479) +- **plugins/plugin-client-common:** TabCompletion UI can fail ([cc3fb6d](https://github.com/IBM/kui/commit/cc3fb6d)), closes [#6130](https://github.com/IBM/kui/issues/6130) +- **plugins/plugin-client-common:** table sorting may result in bad drilldown onclicks ([17d75c3](https://github.com/IBM/kui/commit/17d75c3)), closes [#6524](https://github.com/IBM/kui/issues/6524) +- Clean up the way patternfly fonts are incorporated into themes ([2ba49e9](https://github.com/IBM/kui/commit/2ba49e9)), closes [#6375](https://github.com/IBM/kui/issues/6375) +- DIffEditor should render inline when in terminal split ([b86b127](https://github.com/IBM/kui/commit/b86b127)), closes [#6366](https://github.com/IBM/kui/issues/6366) +- drilldown from an undeployed application in tree will issue a kubectl get with 404 ([309a9a0](https://github.com/IBM/kui/commit/309a9a0)), closes [#6331](https://github.com/IBM/kui/issues/6331) +- in patternfly-based themes, CurrentContext DropDown renders poorly ([f1a3faf](https://github.com/IBM/kui/commit/f1a3faf)), closes [#6496](https://github.com/IBM/kui/issues/6496) +- in patternfly4 light theme, the status stripe hovers background color are not visible ([a0e79d5](https://github.com/IBM/kui/commit/a0e79d5)), closes [#6361](https://github.com/IBM/kui/issues/6361) +- s3 job watcher sometimes fails due to startup issues ([8851d50](https://github.com/IBM/kui/commit/8851d50)), closes [#6411](https://github.com/IBM/kui/issues/6411) +- SequenceDiagram bar widths are pretty buggy ([6d1c458](https://github.com/IBM/kui/commit/6d1c458)), closes [#6408](https://github.com/IBM/kui/issues/6408) +- UpdateChecker popover can be too height ([8f87488](https://github.com/IBM/kui/commit/8f87488)), closes [#6413](https://github.com/IBM/kui/issues/6413) +- **plugins/plugin-client-common:** processing block disappears in minisplits ([907a9d5](https://github.com/IBM/kui/commit/907a9d5)), closes [#6310](https://github.com/IBM/kui/issues/6310) +- **plugins/plugin-client-common:** red and green overlays in diff views are hard to see ([1843bff](https://github.com/IBM/kui/commit/1843bff)), closes [#6363](https://github.com/IBM/kui/issues/6363) +- **plugins/plugin-client-common:** refine input UI for lightweight ui themes ([c479cdb](https://github.com/IBM/kui/commit/c479cdb)), closes [#6296](https://github.com/IBM/kui/issues/6296) +- **plugins/plugin-client-common:** sidecar toolbar text is not always vertically centered ([cbceee3](https://github.com/IBM/kui/commit/cbceee3)), closes [#6305](https://github.com/IBM/kui/issues/6305) +- **plugins/plugin-client-common:** TopTabStripe for Lightweight UI themes could be a bit lighter-weight ([8d0e144](https://github.com/IBM/kui/commit/8d0e144)), closes [#6398](https://github.com/IBM/kui/issues/6398) +- tree should support leaf node drilling down ([006b881](https://github.com/IBM/kui/commit/006b881)), closes [#6293](https://github.com/IBM/kui/issues/6293) +- **plugins/plugin-client-common:** TreeView badges have poor contrast in patternfly themes ([8e0db86](https://github.com/IBM/kui/commit/8e0db86)), closes [#6149](https://github.com/IBM/kui/issues/6149) +- **plugins/plugin-client-common:** update spinner to avoid console error messages ([caea507](https://github.com/IBM/kui/commit/caea507)), closes [#6146](https://github.com/IBM/kui/issues/6146) +- **plugins/plugin-kubectl:** unlabeled resources shouldn’t have badge for children's count ([4e1fea6](https://github.com/IBM/kui/commit/4e1fea6)), closes [#6243](https://github.com/IBM/kui/issues/6243) +- @patternfly/react-core breaks the indentation of TreeView ([f5c5253](https://github.com/IBM/kui/commit/f5c5253)), closes [#6224](https://github.com/IBM/kui/issues/6224) +- block timestamp in Light theme/lightweight ui has low contrast ([6ae08fd](https://github.com/IBM/kui/commit/6ae08fd)), closes [#6226](https://github.com/IBM/kui/issues/6226) +- default chart colors should not use blue-red diverging spectrum ([918ab9c](https://github.com/IBM/kui/commit/918ab9c)), closes [#6191](https://github.com/IBM/kui/issues/6191) +- monaco diff view colors are not themed ([eed2527](https://github.com/IBM/kui/commit/eed2527)), closes [#6232](https://github.com/IBM/kui/issues/6232) +- PatternFly 2012.14 breaks the indentation of TreeView ([f052d71](https://github.com/IBM/kui/commit/f052d71)), closes [#6224](https://github.com/IBM/kui/issues/6224) +- **plugins/plugin-client-common:** core themes should use fixed tab names ([3400431](https://github.com/IBM/kui/commit/3400431)), closes [#6208](https://github.com/IBM/kui/issues/6208) +- **plugins/plugin-client-common:** for lightweight ui themes, also show block duration in highlight color ([da3a3a7](https://github.com/IBM/kui/commit/da3a3a7)), closes [#6222](https://github.com/IBM/kui/issues/6222) +- refine tree label categoriazation of kubectl ([1973a43](https://github.com/IBM/kui/commit/1973a43)), closes [#6185](https://github.com/IBM/kui/issues/6185) +- **plugins/plugin-client-common:** lightweight ui: minisplits should not have the opacity filter ([96860f3](https://github.com/IBM/kui/commit/96860f3)), closes [#6198](https://github.com/IBM/kui/issues/6198) +- **plugins/plugin-client-common:** sequence diagram does not display well with lightweight ui ([e746cc6](https://github.com/IBM/kui/commit/e746cc6)), closes [#6189](https://github.com/IBM/kui/issues/6189) +- **plugins/plugin-client-common:** SequenceDiagram can overflow 100% width ([d631fd9](https://github.com/IBM/kui/commit/d631fd9)), closes [#6159](https://github.com/IBM/kui/issues/6159) +- **plugins/plugin-client-common:** SequenceDiagram may emit spurious console errors ([c0ba218](https://github.com/IBM/kui/commit/c0ba218)), closes [#6166](https://github.com/IBM/kui/issues/6166) +- **plugins/plugin-client-common:** small regression in top tab stripe height ([0b07d35](https://github.com/IBM/kui/commit/0b07d35)), closes [#6211](https://github.com/IBM/kui/issues/6211) +- **plugins/plugin-client-common:** Tree Component tweaks ([2f21e22](https://github.com/IBM/kui/commit/2f21e22)), closes [#6158](https://github.com/IBM/kui/issues/6158) [#6157](https://github.com/IBM/kui/issues/6157) +- **plugins/plugin-client-common:** typo "soild" in Tree.scss ([1a64ccd](https://github.com/IBM/kui/commit/1a64ccd)), closes [#6172](https://github.com/IBM/kui/issues/6172) +- events in tree are presented out of temporal order ([b3ba61e](https://github.com/IBM/kui/commit/b3ba61e)), closes [#6168](https://github.com/IBM/kui/issues/6168) +- Switching Carbon tabs can cause content to scroll off-viewport ([51a2aad](https://github.com/IBM/kui/commit/51a2aad)), closes [#6014](https://github.com/IBM/kui/issues/6014) +- UI glitches of Tree ([fc5af7a](https://github.com/IBM/kui/commit/fc5af7a)), closes [#6138](https://github.com/IBM/kui/issues/6138) +- **plugins/plugin-client-common): regression validateDOMNesting(...:**
 cannot appear as a descendant of 

([1a2cccf](https://github.com/IBM/kui/commit/1a2cccf)), closes [#5900](https://github.com/IBM/kui/issues/5900) +- **plugins/plugins-client-common:** Carbon Accordion spi should have more contrast ([c0de84d](https://github.com/IBM/kui/commit/c0de84d)), closes [#6111](https://github.com/IBM/kui/issues/6111) +- A few more themes tweaks are needed ([03be3eb](https://github.com/IBM/kui/commit/03be3eb)), closes [#6034](https://github.com/IBM/kui/issues/6034) +- add Kui version and github link to client-notebook ([7b2562a](https://github.com/IBM/kui/commit/7b2562a)), closes [#5918](https://github.com/IBM/kui/issues/5918) +- block focus regressions ([881fa17](https://github.com/IBM/kui/commit/881fa17)), closes [#6072](https://github.com/IBM/kui/issues/6072) +- don't show "Created a split" when clicking on the New Split button ([80192d5](https://github.com/IBM/kui/commit/80192d5)), closes [#6001](https://github.com/IBM/kui/issues/6001) +- **plugins/plugin-client-common:** sidecar markdown code snippet has poor color ([765f166](https://github.com/IBM/kui/commit/765f166)), closes [#5995](https://github.com/IBM/kui/issues/5995) +- Notebook title "Kui Setting" should be "Kui Settings" ([b14b130](https://github.com/IBM/kui/commit/b14b130)), closes [#5870](https://github.com/IBM/kui/issues/5870) +- RadioTable should have option to not echo the onSelect command ([77d5050](https://github.com/IBM/kui/commit/77d5050)), closes [#5991](https://github.com/IBM/kui/issues/5991) +- **plugins/plugin-client-common:** restore hiding of In[1] in minisplit ([8d5c93f](https://github.com/IBM/kui/commit/8d5c93f)), closes [#5985](https://github.com/IBM/kui/issues/5985) +- **plugins/plugin-client-common:** the alert showing lost connection has incorrect height ([1758758](https://github.com/IBM/kui/commit/1758758)), closes [#5905](https://github.com/IBM/kui/issues/5905) +- **plugins/plugin-client-common:** update the commentary in settings notebook to store the texts as command ([bbb8f6d](https://github.com/IBM/kui/commit/bbb8f6d)), closes [#5992](https://github.com/IBM/kui/issues/5992) +- improve discovery of ibmcloud s3 credentials ([96d5bc0](https://github.com/IBM/kui/commit/96d5bc0)), closes [#5926](https://github.com/IBM/kui/issues/5926) +- improve error reporting from APIs ([edff6f1](https://github.com/IBM/kui/commit/edff6f1)), closes [#5950](https://github.com/IBM/kui/issues/5950) +- preferReExecute is lost when re-saving a notebook ([87c6c6f](https://github.com/IBM/kui/commit/87c6c6f)), closes [#5954](https://github.com/IBM/kui/issues/5954) +- re-saving a notebook via File/Save application menu does not preserve notebook title ([7fb8b43](https://github.com/IBM/kui/commit/7fb8b43)), closes [#5777](https://github.com/IBM/kui/issues/5777) +- tweak the input background and border to enhance the readability of notebooks ([3928768](https://github.com/IBM/kui/commit/3928768)), closes [#5982](https://github.com/IBM/kui/issues/5982) +- **plugins/plugin-client-common:** remove leftover debugging in Scalar/index ([82b8e50](https://github.com/IBM/kui/commit/82b8e50)), closes [#5945](https://github.com/IBM/kui/issues/5945) +- **plugins/plugin-client-common:** sorting widgets in table header are wrapping ([e3520dc](https://github.com/IBM/kui/commit/e3520dc)), closes [#5976](https://github.com/IBM/kui/issues/5976) +- **plugins/plugin-client-common:** when replaying notebooks, tab should be scrolled to top ([6567412](https://github.com/IBM/kui/commit/6567412)), closes [#5860](https://github.com/IBM/kui/issues/5860) +- blocks can still disappear if table row is clicked while the enclosing block is focused ([2173af1](https://github.com/IBM/kui/commit/2173af1)), closes [#5814](https://github.com/IBM/kui/issues/5814) +- don't show the `open` command for clicking files in `ls` table ([03ef269](https://github.com/IBM/kui/commit/03ef269)), closes [#5748](https://github.com/IBM/kui/issues/5748) +- for replayed notebooks, don’t show timestamp ([951abc5](https://github.com/IBM/kui/commit/951abc5)), closes [#5763](https://github.com/IBM/kui/issues/5763) +- **plugin-client-common:** RadioTable onSelect changes do not always result in status stripe updates ([3549b7a](https://github.com/IBM/kui/commit/3549b7a)), closes [#5644](https://github.com/IBM/kui/issues/5644) +- **plugins/plugin-client-common:** Whem moving blocks, the moved block is not longer focused after the move ([fc13198](https://github.com/IBM/kui/commit/fc13198)), closes [#5612](https://github.com/IBM/kui/issues/5612) +- **plugins/plugin-client-common:** a few small refinements to "editing" UI for Inputs ([001236a](https://github.com/IBM/kui/commit/001236a)), closes [#5656](https://github.com/IBM/kui/issues/5656) [#5658](https://github.com/IBM/kui/issues/5658) +- **plugins/plugin-client-common:** add support for titles in commentary ([fbe367c](https://github.com/IBM/kui/commit/fbe367c)), closes [#5434](https://github.com/IBM/kui/issues/5434) +- **plugins/plugin-client-common:** avoid inner scrolling in Commentary cards ([d3ea558](https://github.com/IBM/kui/commit/d3ea558)), closes [#5517](https://github.com/IBM/kui/issues/5517) +- **plugins/plugin-client-common:** Block Action buttons have poor contrast in dark themes ([f52511e](https://github.com/IBM/kui/commit/f52511e)), closes [#5590](https://github.com/IBM/kui/issues/5590) +- **plugins/plugin-client-common:** Block Actions should be top-aligned in output-only blocks ([55ce899](https://github.com/IBM/kui/commit/55ce899)), closes [#5595](https://github.com/IBM/kui/issues/5595) +- **plugins/plugin-client-common:** block left-border is not centered with In[1] text in minisplits ([4df61cc](https://github.com/IBM/kui/commit/4df61cc)), closes [#5585](https://github.com/IBM/kui/issues/5585) +- **plugins/plugin-client-common:** clicking the split button may cause the current processing block to disappear ([aa2b40c](https://github.com/IBM/kui/commit/aa2b40c)), closes [#5703](https://github.com/IBM/kui/issues/5703) +- **plugins/plugin-client-common:** Commentary blocks are not focusable in minisplits ([1286b0d](https://github.com/IBM/kui/commit/1286b0d)), closes [#5594](https://github.com/IBM/kui/issues/5594) +- **plugins/plugin-client-common:** Commentary editor can easily overflow when editing in minisplit ([eb14074](https://github.com/IBM/kui/commit/eb14074)), closes [#5675](https://github.com/IBM/kui/issues/5675) +- **plugins/plugin-client-common:** Commentary editor is 5px tall when presented in mini split ([53074d1](https://github.com/IBM/kui/commit/53074d1)), closes [#5744](https://github.com/IBM/kui/issues/5744) +- **plugins/plugin-client-common:** Commentary editor should be full width always ([e0a164a](https://github.com/IBM/kui/commit/e0a164a)), closes [#5688](https://github.com/IBM/kui/issues/5688) +- **plugins/plugin-client-common:** Commentary is always full width ([1920fb9](https://github.com/IBM/kui/commit/1920fb9)), closes [#5705](https://github.com/IBM/kui/issues/5705) +- **plugins/plugin-client-common:** Commentary paragraphs have no separation ([6b77a13](https://github.com/IBM/kui/commit/6b77a13)), closes [#5531](https://github.com/IBM/kui/issues/5531) +- **plugins/plugin-client-common:** custom tab titles may have monospace font ([b34b5a4](https://github.com/IBM/kui/commit/b34b5a4)), closes [#5527](https://github.com/IBM/kui/issues/5527) +- **plugins/plugin-client-common:** defer loading of both icon sets ([7d343b8](https://github.com/IBM/kui/commit/7d343b8)), closes [#5444](https://github.com/IBM/kui/issues/5444) +- **plugins/plugin-client-common:** Do not focus Block when user expands SourceRef ([6642514](https://github.com/IBM/kui/commit/6642514)), closes [#5711](https://github.com/IBM/kui/issues/5711) +- **plugins/plugin-client-common:** don't show "2 rows" table header for short tables ([2350115](https://github.com/IBM/kui/commit/2350115)), closes [#5581](https://github.com/IBM/kui/issues/5581) +- **plugins/plugin-client-common:** don't show `isTabLayoutModificationResponse` and PresentedElseWhere response in MiniSplit ([a16767a](https://github.com/IBM/kui/commit/a16767a)), closes [#5690](https://github.com/IBM/kui/issues/5690) +- **plugins/plugin-client-common:** Editing Commentary should require double click ([efaded3](https://github.com/IBM/kui/commit/efaded3)), closes [#5686](https://github.com/IBM/kui/issues/5686) +- **plugins/plugin-client-common:** empty blocks have excessive height ([12c39b0](https://github.com/IBM/kui/commit/12c39b0)), closes [#5707](https://github.com/IBM/kui/issues/5707) +- **plugins/plugin-client-common:** experiment tag has wrong color contrast in dark themes ([22bfb77](https://github.com/IBM/kui/commit/22bfb77)), closes [#5389](https://github.com/IBM/kui/issues/5389) +- **plugins/plugin-client-common:** h2 in Notebooks have double underline ([40a4bd1](https://github.com/IBM/kui/commit/40a4bd1)), closes [#5574](https://github.com/IBM/kui/issues/5574) +- **plugins/plugin-client-common:** improve layout of In[1] with sidecar open ([263d59a](https://github.com/IBM/kui/commit/263d59a)), closes [#5482](https://github.com/IBM/kui/issues/5482) +- **plugins/plugin-client-common:** improve rendering of output only blocks ([664a8da](https://github.com/IBM/kui/commit/664a8da)), closes [#5467](https://github.com/IBM/kui/issues/5467) +- **plugins/plugin-client-common:** improve row hover effect for SequenceDiagram ([89dbe2a](https://github.com/IBM/kui/commit/89dbe2a)), closes [#5426](https://github.com/IBM/kui/issues/5426) +- **plugins/plugin-client-common:** improved focus behavior of terminals ([f5a3dd0](https://github.com/IBM/kui/commit/f5a3dd0)), closes [#5615](https://github.com/IBM/kui/issues/5615) +- **plugins/plugin-client-common:** input probably needs to word-wrap while in minisplits ([cde272d](https://github.com/IBM/kui/commit/cde272d)), closes [#5696](https://github.com/IBM/kui/issues/5696) +- **plugins/plugin-client-common:** input spinner is not visible in minisplits ([76eec59](https://github.com/IBM/kui/commit/76eec59)), closes [#5684](https://github.com/IBM/kui/issues/5684) +- **plugins/plugin-client-common:** Lots of little layout issues, e.g. SimpleEditor is not fully width in minisplits ([5a9a1c6](https://github.com/IBM/kui/commit/5a9a1c6)), closes [#5679](https://github.com/IBM/kui/issues/5679) [#5680](https://github.com/IBM/kui/issues/5680) +- **plugins/plugin-client-common:** markdown with inside

renders with odd font size ([b5e3007](https://github.com/IBM/kui/commit/b5e3007)), closes [#5724](https://github.com/IBM/kui/issues/5724) +- **plugins/plugin-client-common:** minor spacing improvements for Commentary and Notebooks ([c473181](https://github.com/IBM/kui/commit/c473181)), closes [#5503](https://github.com/IBM/kui/issues/5503) +- **plugins/plugin-client-common:** monaco highlight color used by SourceRef has low contrast ([385f35e](https://github.com/IBM/kui/commit/385f35e)), closes [#5713](https://github.com/IBM/kui/issues/5713) +- **plugins/plugin-client-common:** never show "ok" ([d1b337a](https://github.com/IBM/kui/commit/d1b337a)), closes [#5697](https://github.com/IBM/kui/issues/5697) +- **plugins/plugin-client-common:** on switching tabs, active prompt isn't always focused ([5b28dd2](https://github.com/IBM/kui/commit/5b28dd2)), closes [#5637](https://github.com/IBM/kui/issues/5637) +- **plugins/plugin-client-common:** Output-only blocks probably don't need a re-execute button ([251a81c](https://github.com/IBM/kui/commit/251a81c)), closes [#5662](https://github.com/IBM/kui/issues/5662) +- **plugins/plugin-client-common:** re-snapshoting a notebook can fail ([4caff9c](https://github.com/IBM/kui/commit/4caff9c)), closes [#5736](https://github.com/IBM/kui/issues/5736) +- **plugins/plugin-client-common:** refine Timeline a bit more ([4b12eec](https://github.com/IBM/kui/commit/4b12eec)), closes [#5409](https://github.com/IBM/kui/issues/5409) +- **plugins/plugin-client-common:** regression in columnar alignment of Input and Output ([cf1a836](https://github.com/IBM/kui/commit/cf1a836)), closes [#5507](https://github.com/IBM/kui/issues/5507) +- **plugins/plugin-client-common:** reverse-i-search incorrectly changes match as i type ([135d429](https://github.com/IBM/kui/commit/135d429)), closes [#5403](https://github.com/IBM/kui/issues/5403) +- **plugins/plugin-client-common:** SequenceDiagram bars are too narrow ([a0ed13a](https://github.com/IBM/kui/commit/a0ed13a)), closes [#5544](https://github.com/IBM/kui/issues/5544) +- **plugins/plugin-client-common:** SequenceDiagram bars may extend beyond the 100% line ([34d03bc](https://github.com/IBM/kui/commit/34d03bc)), closes [#5465](https://github.com/IBM/kui/issues/5465) +- **plugins/plugin-client-common:** SequenceDiagram can have NaNs in the UI ([ac476a6](https://github.com/IBM/kui/commit/ac476a6)), closes [#5559](https://github.com/IBM/kui/issues/5559) +- **plugins/plugin-client-common:** SequenceDiagram UI refinements ([5d8c3f7](https://github.com/IBM/kui/commit/5d8c3f7)), closes [#5557](https://github.com/IBM/kui/issues/5557) +- **plugins/plugin-client-common:** SourceRef does not respond to all tab layout changes ([d3e8b32](https://github.com/IBM/kui/commit/d3e8b32)), closes [#5552](https://github.com/IBM/kui/issues/5552) +- **plugins/plugin-client-common:** SourceRef viewer should hide liner numbers but show folding ([5f74a46](https://github.com/IBM/kui/commit/5f74a46)), closes [#5719](https://github.com/IBM/kui/issues/5719) +- **plugins/plugin-client-common:** StatusStripe widgets can emit react error when switching to notebook tab ([485fcdf](https://github.com/IBM/kui/commit/485fcdf)), closes [#5639](https://github.com/IBM/kui/issues/5639) +- **plugins/plugin-client-common:** table cells with no onclick handler still issue a kui command ([4d8bf37](https://github.com/IBM/kui/commit/4d8bf37)), closes [#5721](https://github.com/IBM/kui/issues/5721) +- **plugins/plugin-client-common:** table is misaligned with command input ([50dc430](https://github.com/IBM/kui/commit/50dc430)), closes [#5734](https://github.com/IBM/kui/issues/5734) +- **plugins/plugin-client-common:** table screenshots include a gray stripe at the top ([11a9fc3](https://github.com/IBM/kui/commit/11a9fc3)), closes [#5410](https://github.com/IBM/kui/issues/5410) +- **plugins/plugin-client-common:** there is still too much whitespace after no-response commands ([268f159](https://github.com/IBM/kui/commit/268f159)), closes [#5742](https://github.com/IBM/kui/issues/5742) +- "created split" message should disappear when corresponding split is closed ([f8486f8](https://github.com/IBM/kui/commit/f8486f8)), closes [#5629](https://github.com/IBM/kui/issues/5629) +- **plugins-client-common:** the experimental tag should use sans serif ([143464a](https://github.com/IBM/kui/commit/143464a)), closes [#5363](https://github.com/IBM/kui/issues/5363) +- **plugins/plugin-client-common:** always place table events in the Card footer ([b667b28](https://github.com/IBM/kui/commit/b667b28)), closes [#5210](https://github.com/IBM/kui/issues/5210) +- **plugins/plugin-client-common:** buggy header UI in dark themes in minisplits ([55aef48](https://github.com/IBM/kui/commit/55aef48)), closes [#5266](https://github.com/IBM/kui/issues/5266) +- **plugins/plugin-client-common:** clicking on pod delete button can cause command to be executed in minisplit ([37f9019](https://github.com/IBM/kui/commit/37f9019)), closes [#5247](https://github.com/IBM/kui/issues/5247) +- **plugins/plugin-client-common:** clicking to focus on a split does not always cause full focus effect ([bc59bcf](https://github.com/IBM/kui/commit/bc59bcf)), closes [#5263](https://github.com/IBM/kui/issues/5263) +- **plugins/plugin-client-common:** close tabs doesn't produce the correct tab content ([6090887](https://github.com/IBM/kui/commit/6090887)), closes [#5220](https://github.com/IBM/kui/issues/5220) +- **plugins/plugin-client-common:** CSS no longer is reactive to narrow window ([4eb0a11](https://github.com/IBM/kui/commit/4eb0a11)), closes [#5290](https://github.com/IBM/kui/issues/5290) +- **plugins/plugin-client-common:** don't line-wrap input elements in MiniSplits ([c929f5e](https://github.com/IBM/kui/commit/c929f5e)), closes [#5348](https://github.com/IBM/kui/issues/5348) +- **plugins/plugin-client-common:** don't use fixed maxHeight for Terminal tables ([0e23e22](https://github.com/IBM/kui/commit/0e23e22)), closes [#5206](https://github.com/IBM/kui/issues/5206) +- **plugins/plugin-client-common:** Events drilldown from watch table does not always work ([09aee73](https://github.com/IBM/kui/commit/09aee73)), closes [#5204](https://github.com/IBM/kui/issues/5204) +- **plugins/plugin-client-common:** Events footer in minisplit tables lacks horizontal padding ([f22b1f7](https://github.com/IBM/kui/commit/f22b1f7)), closes [#5196](https://github.com/IBM/kui/issues/5196) +- **plugins/plugin-client-common:** Events should also be placed in table footer (not tbody) when sidecar is open or 2-way terminal split ([1391b1d](https://github.com/IBM/kui/commit/1391b1d)), closes [#5198](https://github.com/IBM/kui/issues/5198) +- **plugins/plugin-client-common:** Experimental badge should take up less space in minisplits ([268aeb3](https://github.com/IBM/kui/commit/268aeb3)), closes [#5373](https://github.com/IBM/kui/issues/5373) +- **plugins/plugin-client-common:** for now, switch interval chart to duration chart ([ea21221](https://github.com/IBM/kui/commit/ea21221)), closes [#5340](https://github.com/IBM/kui/issues/5340) +- **plugins/plugin-client-common:** Grid regression: grid colors not right ([d1aa46d](https://github.com/IBM/kui/commit/d1aa46d)), closes [#5285](https://github.com/IBM/kui/issues/5285) +- **plugins/plugin-client-common:** improve behavior of up arrow for first command in MiniSplits ([ed199d4](https://github.com/IBM/kui/commit/ed199d4)), closes [#5297](https://github.com/IBM/kui/issues/5297) +- **plugins/plugin-client-common:** improve display of empty watch tables ([4cc16be](https://github.com/IBM/kui/commit/4cc16be)), closes [#5176](https://github.com/IBM/kui/issues/5176) +- **plugins/plugin-client-common:** improve display of tables in side-by-side terminal splits ([5a32255](https://github.com/IBM/kui/commit/5a32255)), closes [#5201](https://github.com/IBM/kui/issues/5201) +- **plugins/plugin-client-common:** improve spacing of Event footer content ([d63a6f1](https://github.com/IBM/kui/commit/d63a6f1)), closes [#5178](https://github.com/IBM/kui/issues/5178) +- **plugins/plugin-client-common:** in plain Terminals, tables should not inner scroll ([15fcbba](https://github.com/IBM/kui/commit/15fcbba)), closes [#5221](https://github.com/IBM/kui/issues/5221) +- **plugins/plugin-client-common:** inconsistent top padding above Cards ([1e1037f](https://github.com/IBM/kui/commit/1e1037f)), closes [#5299](https://github.com/IBM/kui/issues/5299) +- **plugins/plugin-client-common:** increase density of SequenceDiagram ([ae29488](https://github.com/IBM/kui/commit/ae29488)), closes [#5344](https://github.com/IBM/kui/issues/5344) +- **plugins/plugin-client-common:** long input lines should line wrap ([8804bb1](https://github.com/IBM/kui/commit/8804bb1)), closes [#5338](https://github.com/IBM/kui/issues/5338) +- **plugins/plugin-client-common:** minor improvements for ls -l output ([1b59c94](https://github.com/IBM/kui/commit/1b59c94)), closes [#5216](https://github.com/IBM/kui/issues/5216) +- **plugins/plugin-client-common:** multi-line paste executes commands out of order ([8f39c80](https://github.com/IBM/kui/commit/8f39c80)), closes [#5295](https://github.com/IBM/kui/issues/5295) +- **plugins/plugin-client-common:** only highlight the Active block in the focused split ([feffad4](https://github.com/IBM/kui/commit/feffad4)), closes [#5261](https://github.com/IBM/kui/issues/5261) +- **plugins/plugin-client-common:** place event footer outside of table scroll region for minisplits ([e4872b2](https://github.com/IBM/kui/commit/e4872b2)), closes [#5179](https://github.com/IBM/kui/issues/5179) +- **plugins/plugin-client-common:** present more than 2 footer lines in watch tables ([3e7a78f](https://github.com/IBM/kui/commit/3e7a78f)), closes [#5213](https://github.com/IBM/kui/issues/5213) +- **plugins/plugin-client-common:** pty commands fail in minisplits ([475ea74](https://github.com/IBM/kui/commit/475ea74)), closes [#5267](https://github.com/IBM/kui/issues/5267) +- **plugins/plugin-client-common:** reduce contrast of block left bars ([7c8d371](https://github.com/IBM/kui/commit/7c8d371)), closes [#5275](https://github.com/IBM/kui/issues/5275) +- **plugins/plugin-client-common:** regression in table width with sidecar open ([5938806](https://github.com/IBM/kui/commit/5938806)), closes [#5194](https://github.com/IBM/kui/issues/5194) +- **plugins/plugin-client-common:** restore history navigation behavior in minisplits ([26f49e8](https://github.com/IBM/kui/commit/26f49e8)), closes [#5375](https://github.com/IBM/kui/issues/5375) +- **plugins/plugin-client-common:** tab completion UI does not render on separate line from input ([61b169b](https://github.com/IBM/kui/commit/61b169b)), closes [#5307](https://github.com/IBM/kui/issues/5307) +- **plugins/plugin-client-common:** TableCell view can fail when given empty duration cells ([04251be](https://github.com/IBM/kui/commit/04251be)), closes [#5332](https://github.com/IBM/kui/issues/5332) +- Editor component does not respond to tab layout changes ([9756336](https://github.com/IBM/kui/commit/9756336)), closes [#5231](https://github.com/IBM/kui/issues/5231) [#5232](https://github.com/IBM/kui/issues/5232) +- multiple command history regressions ([cbba96c](https://github.com/IBM/kui/commit/cbba96c)), closes [#5283](https://github.com/IBM/kui/issues/5283) +- switching splits does not participate in tab state ([6eb8db4](https://github.com/IBM/kui/commit/6eb8db4)), closes [#5272](https://github.com/IBM/kui/issues/5272) +- **plugins/plugin-client-common:** "No resources" in watch pane can occlude watch pane title ([e4fd93a](https://github.com/IBM/kui/commit/e4fd93a)), closes [#5064](https://github.com/IBM/kui/issues/5064) +- **plugins/plugin-client-common:** `ok` string appears at the end of MixResponse ([75606c5](https://github.com/IBM/kui/commit/75606c5)), closes [#5046](https://github.com/IBM/kui/issues/5046) +- **plugins/plugin-client-common:** a few more rem/em font-size issues ([133b347](https://github.com/IBM/kui/commit/133b347)), closes [#5058](https://github.com/IBM/kui/issues/5058) +- **plugins/plugin-client-common:** borders in top tab stripe are too light ([3908695](https://github.com/IBM/kui/commit/3908695)), closes [#5051](https://github.com/IBM/kui/issues/5051) +- **plugins/plugin-client-common:** clearing Terminal does not abort watchers ([34adb50](https://github.com/IBM/kui/commit/34adb50)), closes [#5116](https://github.com/IBM/kui/issues/5116) +- **plugins/plugin-client-common:** clicking 'remove' of a watchable response doesn't abort the underlying pty job ([7eb69fb](https://github.com/IBM/kui/commit/7eb69fb)), closes [#5090](https://github.com/IBM/kui/issues/5090) +- **plugins/plugin-client-common:** decrease height of table footer ([5863622](https://github.com/IBM/kui/commit/5863622)), closes [#5072](https://github.com/IBM/kui/issues/5072) +- **plugins/plugin-client-common:** disableTableTitle also disables title of watch panes ([053cfb6](https://github.com/IBM/kui/commit/053cfb6)), closes [#5036](https://github.com/IBM/kui/issues/5036) +- **plugins/plugin-client-common:** double watch panes may open up ([7fb70f1](https://github.com/IBM/kui/commit/7fb70f1)), closes [#5034](https://github.com/IBM/kui/issues/5034) +- **plugins/plugin-client-common:** editor component does not respond to font zooming ([7b7e0f3](https://github.com/IBM/kui/commit/7b7e0f3)), closes [#5120](https://github.com/IBM/kui/issues/5120) +- **plugins/plugin-client-common:** eliminate react "titleInHeader" console warnings ([8cf3797](https://github.com/IBM/kui/commit/8cf3797)), closes [#5078](https://github.com/IBM/kui/issues/5078) +- **plugins/plugin-client-common:** font size issues with LeftNavSidecar ([e17fc15](https://github.com/IBM/kui/commit/e17fc15)), closes [#5048](https://github.com/IBM/kui/issues/5048) +- **plugins/plugin-client-common:** improve Terminal screenshots by adding padding ([a9b7b26](https://github.com/IBM/kui/commit/a9b7b26)), closes [#4981](https://github.com/IBM/kui/issues/4981) +- **plugins/plugin-client-common:** improve top tab bottom UI ([8ff4151](https://github.com/IBM/kui/commit/8ff4151)), closes [#5056](https://github.com/IBM/kui/issues/5056) +- **plugins/plugin-client-common:** input may not receive focus on tab switch ([7676792](https://github.com/IBM/kui/commit/7676792)), closes [#5102](https://github.com/IBM/kui/issues/5102) +- **plugins/plugin-client-common:** layout regressions from table screenshot PRs ([8004ee3](https://github.com/IBM/kui/commit/8004ee3)), closes [#5159](https://github.com/IBM/kui/issues/5159) +- **plugins/plugin-client-common:** leftover debug printfs in table sorting ([9889b49](https://github.com/IBM/kui/commit/9889b49)), closes [#5030](https://github.com/IBM/kui/issues/5030) +- **plugins/plugin-client-common:** Light tables should use Carbon compact ([2309ec3](https://github.com/IBM/kui/commit/2309ec3)), closes [#5059](https://github.com/IBM/kui/issues/5059) +- **plugins/plugin-client-common:** one-row tables needn't offer column sorting UI ([5184fa1](https://github.com/IBM/kui/commit/5184fa1)), closes [#5050](https://github.com/IBM/kui/issues/5050) +- **plugins/plugin-client-common:** RadioTable screenshots lack box shadow ([b0e0f2e](https://github.com/IBM/kui/commit/b0e0f2e)), closes [#5142](https://github.com/IBM/kui/issues/5142) +- **plugins/plugin-client-common:** RadioTables can have gratuituous line wrapping ([9c39682](https://github.com/IBM/kui/commit/9c39682)), closes [#5139](https://github.com/IBM/kui/issues/5139) +- **plugins/plugin-client-common:** RadioTables in minisplits inner-scroll away the header row ([5296dcd](https://github.com/IBM/kui/commit/5296dcd)), closes [#5165](https://github.com/IBM/kui/issues/5165) +- **plugins/plugin-client-common:** selected row in RadioTables in dark themes has low contrast ([f2c5834](https://github.com/IBM/kui/commit/f2c5834)), closes [#5161](https://github.com/IBM/kui/issues/5161) +- **plugins/plugin-client-common:** sidecar badges may not be flush-right ([5b54665](https://github.com/IBM/kui/commit/5b54665)), closes [#5175](https://github.com/IBM/kui/issues/5175) +- **plugins/plugin-client-common:** status column can be invisible in split tables ([c352103](https://github.com/IBM/kui/commit/c352103)), closes [#5244](https://github.com/IBM/kui/issues/5244) +- **plugins/plugin-client-common:** Tables should have a max-height and use inner scrolling for overflow ([642ef14](https://github.com/IBM/kui/commit/642ef14)), closes [#5153](https://github.com/IBM/kui/issues/5153) +- **plugins/plugin-client-common:** Tables with identical column names render incorrectly ([161dba2](https://github.com/IBM/kui/commit/161dba2)), closes [#5129](https://github.com/IBM/kui/issues/5129) +- **plugins/plugin-client-common:** Terminal Block -> Screenshot of table does not capture box shadow ([ed812f3](https://github.com/IBM/kui/commit/ed812f3)), closes [#5142](https://github.com/IBM/kui/issues/5142) +- **plugins/plugin-client-common:** Terminal focus changes unexpectedly ([866451c](https://github.com/IBM/kui/commit/866451c)), closes [#5170](https://github.com/IBM/kui/issues/5170) +- **plugins/plugin-client-common:** two MiniSplits with open sidecar are too short ([9e21ab9](https://github.com/IBM/kui/commit/9e21ab9)), closes [#5171](https://github.com/IBM/kui/issues/5171) +- **plugins/plugin-client-common:** watch pane grid cells too large ([225f937](https://github.com/IBM/kui/commit/225f937)), closes [#5070](https://github.com/IBM/kui/issues/5070) +- **plugins/plugin-client-common:** watch tables might not be maximized in minisplits ([63420b2](https://github.com/IBM/kui/commit/63420b2)), closes [#5218](https://github.com/IBM/kui/issues/5218) +- **plugins/plugin-client-commong:** show RadioTable selected row in the table body and header breadcrumb ([811c21e](https://github.com/IBM/kui/commit/811c21e)), closes [#5239](https://github.com/IBM/kui/issues/5239) +- **plugins/plugin-kubectl:** CurrentNamespace/Context widgets not live ([93ac829](https://github.com/IBM/kui/commit/93ac829)), closes [#5144](https://github.com/IBM/kui/issues/5144) +- Card component does not render well in dark themes ([d96def0](https://github.com/IBM/kui/commit/d96def0)), closes [#4996](https://github.com/IBM/kui/issues/4996) +- clients should be able to enable watcher auto pinning without enabling splitTerminals ([bcade13](https://github.com/IBM/kui/commit/bcade13)), closes [#5002](https://github.com/IBM/kui/issues/5002) +- move default loadingDone icon into plugin-client-common ([39994bc](https://github.com/IBM/kui/commit/39994bc)), closes [#5026](https://github.com/IBM/kui/issues/5026) +- multiple issues with tab switching versus status stripe widgets ([8c8a6ec](https://github.com/IBM/kui/commit/8c8a6ec)), closes [#5101](https://github.com/IBM/kui/issues/5101) +- **plugins/plugin-client-common:** add error icon for error blocks ([5d9aeea](https://github.com/IBM/kui/commit/5d9aeea)), closes [#4907](https://github.com/IBM/kui/issues/4907) +- **plugins/plugin-client-common:** carbon breadcrumbs may not have proper hover effect ([c8cd2d1](https://github.com/IBM/kui/commit/c8cd2d1)), closes [#4962](https://github.com/IBM/kui/issues/4962) +- **plugins/plugin-client-common:** Carbon RadioTable can have odd row-hover effect ([0aedb27](https://github.com/IBM/kui/commit/0aedb27)), closes [#4780](https://github.com/IBM/kui/issues/4780) +- **plugins/plugin-client-common:** clicking the remove button of a repl block results in an error white screen ([49bfbcc](https://github.com/IBM/kui/commit/49bfbcc)), closes [#4855](https://github.com/IBM/kui/issues/4855) +- **plugins/plugin-client-common:** in Popup mode, use > rather than / for prompt in bottom input ([1360bed](https://github.com/IBM/kui/commit/1360bed)), closes [#4887](https://github.com/IBM/kui/issues/4887) +- **plugins/plugin-client-common:** Input can appear blank when processing ([d6b6326](https://github.com/IBM/kui/commit/d6b6326)), closes [#4778](https://github.com/IBM/kui/issues/4778) +- **plugins/plugin-client-common:** kubectl edit saves can result in unstyled notification ([5dc658e](https://github.com/IBM/kui/commit/5dc658e)), closes [#4930](https://github.com/IBM/kui/issues/4930) +- **plugins/plugin-client-common:** LeftNavSidecar content section can take over full width ([7252ad4](https://github.com/IBM/kui/commit/7252ad4)), closes [#4831](https://github.com/IBM/kui/issues/4831) +- **plugins/plugin-client-common:** long RadioTables should offer indication as to selectability of rows ([02c9ea6](https://github.com/IBM/kui/commit/02c9ea6)), closes [#4793](https://github.com/IBM/kui/issues/4793) +- **plugins/plugin-client-common:** make Close a top-level button in watch panes ([3c14da5](https://github.com/IBM/kui/commit/3c14da5)), closes [#4945](https://github.com/IBM/kui/issues/4945) +- **plugins/plugin-client-common:** missed i18n strings in Dropdown menus ([7490b34](https://github.com/IBM/kui/commit/7490b34)), closes [#4850](https://github.com/IBM/kui/issues/4850) +- **plugins/plugin-client-common:** opening TopNavSidecar results in react Warning in console ([d627272](https://github.com/IBM/kui/commit/d627272)), closes [#3802](https://github.com/IBM/kui/issues/3802) +- **plugins/plugin-client-common:** poor alignment of sidecar toolbar elements ([2307a46](https://github.com/IBM/kui/commit/2307a46)), closes [#4970](https://github.com/IBM/kui/issues/4970) +- **plugins/plugin-client-common:** reduce verbosity of logging in Eval.tsx ([03876db](https://github.com/IBM/kui/commit/03876db)), closes [#4829](https://github.com/IBM/kui/issues/4829) +- **plugins/plugin-client-common:** regression: non-empty repl output has 'ok' at the end ([103a0f9](https://github.com/IBM/kui/commit/103a0f9)), closes [#4924](https://github.com/IBM/kui/issues/4924) +- **plugins/plugin-client-common:** reverse-i-search does not properly report no matches ([c16dad3](https://github.com/IBM/kui/commit/c16dad3)), closes [#4943](https://github.com/IBM/kui/issues/4943) +- **plugins/plugin-client-common:** Screenshot modal never goes away ([bbd1c98](https://github.com/IBM/kui/commit/bbd1c98)), closes [#4979](https://github.com/IBM/kui/issues/4979) +- **plugins/plugin-client-common:** Screenshot results in a react console error ([725aae5](https://github.com/IBM/kui/commit/725aae5)), closes [#4826](https://github.com/IBM/kui/issues/4826) +- **plugins/plugin-client-common:** sidecar does not resopnd to Escape reliably ([cc27c4b](https://github.com/IBM/kui/commit/cc27c4b)), closes [#4774](https://github.com/IBM/kui/issues/4774) [#4804](https://github.com/IBM/kui/issues/4804) +- **plugins/plugin-client-common:** split button errors are not reported to the user ([fc4e2a2](https://github.com/IBM/kui/commit/fc4e2a2)), closes [#4876](https://github.com/IBM/kui/issues/4876) +- **plugins/plugin-client-common:** spurious warning in the console re: Tag ([93982de](https://github.com/IBM/kui/commit/93982de)), closes [#4959](https://github.com/IBM/kui/issues/4959) +- **plugins/plugin-client-common:** stop using Carbon's TooltipIcon for DropDown ([be04d20](https://github.com/IBM/kui/commit/be04d20)), closes [#4767](https://github.com/IBM/kui/issues/4767) +- **plugins/plugin-client-common:** TabCompletion can throw a console error ([4f877aa](https://github.com/IBM/kui/commit/4f877aa)), closes [#4785](https://github.com/IBM/kui/issues/4785) +- **plugins/plugin-client-common:** table container should only be width:100% for table not display-as-grid ([8f327cd](https://github.com/IBM/kui/commit/8f327cd)), closes [#4871](https://github.com/IBM/kui/issues/4871) +- **plugins/plugin-client-common:** top tab buttons should be owned by the top tab stripe ([9a45c43](https://github.com/IBM/kui/commit/9a45c43)), closes [#4690](https://github.com/IBM/kui/issues/4690) +- **plugins/plugin-client-common:** UpdateNotification widget has invisible background color ([c0c1d82](https://github.com/IBM/kui/commit/c0c1d82)), closes [#4968](https://github.com/IBM/kui/issues/4968) +- **plugins/plugin-patternfly-themes:** update theme alignment to patternfly v4 ([3784b96](https://github.com/IBM/kui/commit/3784b96)), closes [#4948](https://github.com/IBM/kui/issues/4948) +- allow user to disable table title by feature flags, and disable table pagination ([5450512](https://github.com/IBM/kui/commit/5450512)), closes [#4640](https://github.com/IBM/kui/issues/4640) [#4655](https://github.com/IBM/kui/issues/4655) +- don't blink yellow forever for kubectl events ([a59ee86](https://github.com/IBM/kui/commit/a59ee86)), closes [#4869](https://github.com/IBM/kui/issues/4869) +- eliminate assumptions that "default" is the default kube namespace ([4eb392d](https://github.com/IBM/kui/commit/4eb392d)), closes [#4764](https://github.com/IBM/kui/issues/4764) +- empty watch tables/grids should show 'No resources' ([c0bfe99](https://github.com/IBM/kui/commit/c0bfe99)), closes [#4884](https://github.com/IBM/kui/issues/4884) +- erratic scroll region behavior ([be0e2a0](https://github.com/IBM/kui/commit/be0e2a0)), closes [#4898](https://github.com/IBM/kui/issues/4898) +- improve hover effect for status stripe buttons ([50ced8f](https://github.com/IBM/kui/commit/50ced8f)), closes [#4896](https://github.com/IBM/kui/issues/4896) +- Input element throws react error ([e6bb21b](https://github.com/IBM/kui/commit/e6bb21b)), closes [#4765](https://github.com/IBM/kui/issues/4765) +- kubectl edit in sidecar doesn't show success message when a resource is applied ([cc59503](https://github.com/IBM/kui/commit/cc59503)), closes [#4691](https://github.com/IBM/kui/issues/4691) +- kubectl Logs tab should use an xterm ([9aa0176](https://github.com/IBM/kui/commit/9aa0176)), closes [#4750](https://github.com/IBM/kui/issues/4750) [#4747](https://github.com/IBM/kui/issues/4747) +- page-content p should not use text-align: justify ([2646f4b](https://github.com/IBM/kui/commit/2646f4b)), closes [#4908](https://github.com/IBM/kui/issues/4908) +- sidecar back/forward should be ordered by visitation rather than insertion ([fba613a](https://github.com/IBM/kui/commit/fba613a)), closes [#4746](https://github.com/IBM/kui/issues/4746) +- TopNavSidecar doesn't return to the previous selected Tab when back button is hit ([32acee5](https://github.com/IBM/kui/commit/32acee5)), closes [#4745](https://github.com/IBM/kui/issues/4745) +- TopNavSidecar tabs should auto-pause and auto-focus when switching ([2b00dd9](https://github.com/IBM/kui/commit/2b00dd9)), closes [#4741](https://github.com/IBM/kui/issues/4741) [#4748](https://github.com/IBM/kui/issues/4748) +- upgrade @patternfly/react-core to latest ([0331533](https://github.com/IBM/kui/commit/0331533)), closes [#4937](https://github.com/IBM/kui/issues/4937) +- **plugins/plugin-client-common:** carbon breadcrumb secondary text color ([23711f6](https://github.com/IBM/kui/commit/23711f6)), closes [#4575](https://github.com/IBM/kui/issues/4575) +- **plugins/plugin-client-common:** don't use text-02 for finished Inputs ([eb3e549](https://github.com/IBM/kui/commit/eb3e549)), closes [#4600](https://github.com/IBM/kui/issues/4600) +- **plugins/plugin-client-common:** dropdown in sidecar theming and spacing tweaks ([1a48af3](https://github.com/IBM/kui/commit/1a48af3)), closes [#4680](https://github.com/IBM/kui/issues/4680) +- **plugins/plugin-client-common:** DropDown theme alignment issues ([ef75baf](https://github.com/IBM/kui/commit/ef75baf)), closes [#4618](https://github.com/IBM/kui/issues/4618) +- **plugins/plugin-client-common:** improve visibility of sidecar scrollbars ([827d75a](https://github.com/IBM/kui/commit/827d75a)), closes [#4667](https://github.com/IBM/kui/issues/4667) +- **plugins/plugin-client-common:** increase font size of status stripe ([2fab637](https://github.com/IBM/kui/commit/2fab637)), closes [#4698](https://github.com/IBM/kui/issues/4698) +- **plugins/plugin-client-common:** input element changes height with i-search and bottomInput ([abf9890](https://github.com/IBM/kui/commit/abf9890)), closes [#4685](https://github.com/IBM/kui/issues/4685) +- **plugins/plugin-client-common:** LeftNav sidecar nav column width inconsistency ([17e403f](https://github.com/IBM/kui/commit/17e403f)), closes [#4688](https://github.com/IBM/kui/issues/4688) +- **plugins/plugin-client-common:** LeftNavSidecar does not always reflect updated content ([0f2e1e1](https://github.com/IBM/kui/commit/0f2e1e1)), closes [#4727](https://github.com/IBM/kui/issues/4727) [#4732](https://github.com/IBM/kui/issues/4732) +- **plugins/plugin-client-common:** LeftNavSidecar font size and layout issues ([d9914f1](https://github.com/IBM/kui/commit/d9914f1)), closes [#4718](https://github.com/IBM/kui/issues/4718) [#4719](https://github.com/IBM/kui/issues/4719) +- **plugins/plugin-client-common:** more DropDown theming fixes ([7d874a6](https://github.com/IBM/kui/commit/7d874a6)), closes [#4618](https://github.com/IBM/kui/issues/4618) +- **plugins/plugin-client-common:** move screenshot button out of status stripe ([0ef900b](https://github.com/IBM/kui/commit/0ef900b)), closes [#4556](https://github.com/IBM/kui/issues/4556) +- **plugins/plugin-client-common:** PatternFly DropDown rendering glitches ([8efedd8](https://github.com/IBM/kui/commit/8efedd8)), closes [#4649](https://github.com/IBM/kui/issues/4649) [#4651](https://github.com/IBM/kui/issues/4651) +- **plugins/plugin-client-common:** refine Loading component ([7a07ad3](https://github.com/IBM/kui/commit/7a07ad3)), closes [#4702](https://github.com/IBM/kui/issues/4702) +- **plugins/plugin-client-common:** reverse the dependency of Card and DropDown ([00b8ecf](https://github.com/IBM/kui/commit/00b8ecf)), closes [#4641](https://github.com/IBM/kui/issues/4641) +- **plugins/plugin-client-common:** Screenshot button should not be offered inBrowser ([d1c2cfb](https://github.com/IBM/kui/commit/d1c2cfb)), closes [#4636](https://github.com/IBM/kui/issues/4636) +- **plugins/plugin-client-common:** session init done message messes up Terminal scrolling ([7e80ac1](https://github.com/IBM/kui/commit/7e80ac1)), closes [#4683](https://github.com/IBM/kui/issues/4683) +- **plugins/plugin-client-common:** sidecar toolbar text incorrectly aligned ([ddd7460](https://github.com/IBM/kui/commit/ddd7460)), closes [#4659](https://github.com/IBM/kui/issues/4659) +- **plugins/plugin-client-common:** status cells of live tables do not always blink ([c94b05e](https://github.com/IBM/kui/commit/c94b05e)), closes [#4903](https://github.com/IBM/kui/issues/4903) +- **plugins/plugin-client-common:** Terminal screenshot odd w.r.t. auto-focus ([4b1c7d8](https://github.com/IBM/kui/commit/4b1c7d8)), closes [#4739](https://github.com/IBM/kui/issues/4739) +- **plugins/plugin-client-common:** TopNavSidecar tabs easily overflow with narrower windows ([a555cd4](https://github.com/IBM/kui/commit/a555cd4)), closes [#4735](https://github.com/IBM/kui/issues/4735) +- **plugins/plugin-client-common:** WatchPane has incorrect padding ([e74bd7b](https://github.com/IBM/kui/commit/e74bd7b)), closes [#5015](https://github.com/IBM/kui/issues/5015) +- **plugins/plugin-client-default:** improve debug logging of client properties ([4daba1f](https://github.com/IBM/kui/commit/4daba1f)), closes [#5088](https://github.com/IBM/kui/issues/5088) +- **plugins/plugin-core-support:** sidecar "window" buttons are too large ([33415d2](https://github.com/IBM/kui/commit/33415d2)), closes [#5094](https://github.com/IBM/kui/issues/5094) +- **plugins/plugn-client-common:** TopTabStripe stays blue after command execution completes ([68f5841](https://github.com/IBM/kui/commit/68f5841)), closes [#4883](https://github.com/IBM/kui/issues/4883) +- avoid recomputing tabs when switching back and forth ([cf5e41f](https://github.com/IBM/kui/commit/cf5e41f)), closes [#4666](https://github.com/IBM/kui/issues/4666) +- Confirm dialog color contrast issues ([da14c25](https://github.com/IBM/kui/commit/da14c25)), closes [#4995](https://github.com/IBM/kui/issues/4995) +- control+w should not close window on linux and windows ([f80c3e4](https://github.com/IBM/kui/commit/f80c3e4)), closes [#4638](https://github.com/IBM/kui/issues/4638) +- improve accessibility of table in grid form ([0ade4f7](https://github.com/IBM/kui/commit/0ade4f7)), closes [#4601](https://github.com/IBM/kui/issues/4601) +- improve alignment of icons ([221d0f9](https://github.com/IBM/kui/commit/221d0f9)), closes [#4555](https://github.com/IBM/kui/issues/4555) +- improve error reporting for kubectl apply ([fe21671](https://github.com/IBM/kui/commit/fe21671)), closes [#4605](https://github.com/IBM/kui/issues/4605) +- increase contrast in watch pane ([246ecd2](https://github.com/IBM/kui/commit/246ecd2)), closes [#5000](https://github.com/IBM/kui/issues/5000) [#5001](https://github.com/IBM/kui/issues/5001) +- kubectl api-resources has duplicate rows and odd pagination behavior ([e740270](https://github.com/IBM/kui/commit/e740270)), closes [#4626](https://github.com/IBM/kui/issues/4626) +- kubectl edit apply twice does not work ([1976134](https://github.com/IBM/kui/commit/1976134)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- kubectl help misformats helm help tables ([ff36755](https://github.com/IBM/kui/commit/ff36755)), closes [#5080](https://github.com/IBM/kui/issues/5080) +- move patternfly alignment out of patternfly themes plugin ([6adbfd6](https://github.com/IBM/kui/commit/6adbfd6)), closes [#4988](https://github.com/IBM/kui/issues/4988) +- pexecs serviced by now-removed splits fail ([f6176a1](https://github.com/IBM/kui/commit/f6176a1)), closes [#4875](https://github.com/IBM/kui/issues/4875) +- place namespace breadcrumb first ([5d3b2e4](https://github.com/IBM/kui/commit/5d3b2e4)), closes [#4699](https://github.com/IBM/kui/issues/4699) +- reduce custom CSS rules for table UI ([56f69cb](https://github.com/IBM/kui/commit/56f69cb)), closes [#5024](https://github.com/IBM/kui/issues/5024) +- sidecar container selection kebab has different color with its menu ([639617a](https://github.com/IBM/kui/commit/639617a)), closes [#4676](https://github.com/IBM/kui/issues/4676) +- sidecar toolbar can't due justice to longer error messages ([e67e0c9](https://github.com/IBM/kui/commit/e67e0c9)), closes [#4789](https://github.com/IBM/kui/issues/4789) +- split screen terminals sometimes incorrect handle exit ([d63cde7](https://github.com/IBM/kui/commit/d63cde7)), closes [#4860](https://github.com/IBM/kui/issues/4860) +- still see name-related breadcrumbs and short-name header with feature flag sidecarName 'heroText' ([1a8be9f](https://github.com/IBM/kui/commit/1a8be9f)), closes [#5013](https://github.com/IBM/kui/issues/5013) +- summary tab is not read-only for kubectl edit command ([9f7ff82](https://github.com/IBM/kui/commit/9f7ff82)), closes [#4809](https://github.com/IBM/kui/issues/4809) +- **plugin/plugin-client-common:** improvements for patternfly icons ([8941dd0](https://github.com/IBM/kui/commit/8941dd0)), closes [#4471](https://github.com/IBM/kui/issues/4471) +- **plugins/plugin-client-common:** links in LeftNavSidecar should not have horizontal padding ([233aae6](https://github.com/IBM/kui/commit/233aae6)), closes [#4337](https://github.com/IBM/kui/issues/4337) +- **plugins/plugin-client-common:** avoid patternfly breadcrumb wrap when used in sidecar ([00ee158](https://github.com/IBM/kui/commit/00ee158)), closes [#4431](https://github.com/IBM/kui/issues/4431) +- **plugins/plugin-client-common:** breadcrumb fonts can be too large, and double zoom ([2e1ce11](https://github.com/IBM/kui/commit/2e1ce11)), closes [#4519](https://github.com/IBM/kui/issues/4519) +- **plugins/plugin-client-common:** components choice does not reset to default on theme switch ([1434f8b](https://github.com/IBM/kui/commit/1434f8b)), closes [#4423](https://github.com/IBM/kui/issues/4423) +- **plugins/plugin-client-common:** don't use a bright color for terminal prompt ([0d97d98](https://github.com/IBM/kui/commit/0d97d98)), closes [#4427](https://github.com/IBM/kui/issues/4427) +- **plugins/plugin-client-common:** Eval component throws console errors ([2c52dfb](https://github.com/IBM/kui/commit/2c52dfb)), closes [#4462](https://github.com/IBM/kui/issues/4462) +- **plugins/plugin-client-common:** improve color contrast of green badges in sidecar ([f65be60](https://github.com/IBM/kui/commit/f65be60)), closes [#4370](https://github.com/IBM/kui/issues/4370) +- **plugins/plugin-client-common:** improved fix for sidecar not showing updates ([19153a7](https://github.com/IBM/kui/commit/19153a7)), closes [#4524](https://github.com/IBM/kui/issues/4524) +- **plugins/plugin-client-common:** improved rendering of markdown links ([3cbe638](https://github.com/IBM/kui/commit/3cbe638)), closes [#4448](https://github.com/IBM/kui/issues/4448) +- **plugins/plugin-client-common:** in narrow windows, TabContent window buttons collide with sidecar window buttons ([d377254](https://github.com/IBM/kui/commit/d377254)), closes [#4459](https://github.com/IBM/kui/issues/4459) +- **plugins/plugin-client-common:** Markdown can fail for headings with nested links ([995b129](https://github.com/IBM/kui/commit/995b129)), closes [#4468](https://github.com/IBM/kui/issues/4468) +- **plugins/plugin-client-common:** move leftover carbon scss import for CodeSnippet spi ([f8513ef](https://github.com/IBM/kui/commit/f8513ef)), closes [#4483](https://github.com/IBM/kui/issues/4483) +- **plugins/plugin-client-common:** override carbon's -webkit-font-smoothing: antialiased ([c114252](https://github.com/IBM/kui/commit/c114252)), closes [#4414](https://github.com/IBM/kui/issues/4414) +- **plugins/plugin-client-common:** PatternFly RadioTable impl lacks header and proper column alignment ([a432728](https://github.com/IBM/kui/commit/a432728)), closes [#4528](https://github.com/IBM/kui/issues/4528) +- **plugins/plugin-client-common:** radio table font size and zooming issues ([6a9d4e7](https://github.com/IBM/kui/commit/6a9d4e7)), closes [#4521](https://github.com/IBM/kui/issues/4521) +- **plugins/plugin-client-common:** RadioTable in some dark themes has poor contrast for sub-text ([a94b8c2](https://github.com/IBM/kui/commit/a94b8c2)), closes [#4541](https://github.com/IBM/kui/issues/4541) +- **plugins/plugin-client-common:** RadioTable should use [@badge-only](https://github.com/badge-only) mixin ([3c327cc](https://github.com/IBM/kui/commit/3c327cc)), closes [#4552](https://github.com/IBM/kui/issues/4552) +- **plugins/plugin-client-common:** RadioTable UI improvements for PatternFly ([1489310](https://github.com/IBM/kui/commit/1489310)), closes [#4539](https://github.com/IBM/kui/issues/4539) +- **plugins/plugin-client-common:** remove radio support from PaginatedTable ([5bf052e](https://github.com/IBM/kui/commit/5bf052e)), closes [#4515](https://github.com/IBM/kui/issues/4515) +- **plugins/plugin-client-common:** sidecar breadcrumb font too small ([506b6a4](https://github.com/IBM/kui/commit/506b6a4)), closes [#4499](https://github.com/IBM/kui/issues/4499) +- **plugins/plugin-client-common:** Table paginator does not allow traversal to last page ([1916d9d](https://github.com/IBM/kui/commit/1916d9d)), closes [#4358](https://github.com/IBM/kui/issues/4358) +- **plugins/plugin-client-common:** tweaks to WatchPane layout and typogrpahy ([a716bdc](https://github.com/IBM/kui/commit/a716bdc)), closes [#4549](https://github.com/IBM/kui/issues/4549) +- **plugins/plugin-client-common:** WatchPane has non-zero height even when empty ([67a7070](https://github.com/IBM/kui/commit/67a7070)), closes [#4629](https://github.com/IBM/kui/issues/4629) +- **plugins/plugin-client-common:** WatchPane spacing fixes ([b3bd998](https://github.com/IBM/kui/commit/b3bd998)), closes [#4547](https://github.com/IBM/kui/issues/4547) +- clicking on certain links in kubectl help result in odd behavior ([035894b](https://github.com/IBM/kui/commit/035894b)), closes [#4473](https://github.com/IBM/kui/issues/4473) +- hitting escape on initial page load toggles open empty sidecar ([8fbdce5](https://github.com/IBM/kui/commit/8fbdce5)), closes [#4487](https://github.com/IBM/kui/issues/4487) +- js and ts files do not get syntax coloring ([d66e71f](https://github.com/IBM/kui/commit/d66e71f)), closes [#4450](https://github.com/IBM/kui/issues/4450) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- optimize kubectl watch load on apiserver ([3f7a32f](https://github.com/IBM/kui/commit/3f7a32f)), closes [#4494](https://github.com/IBM/kui/issues/4494) +- patternfly Navigation missing theme alignment ([047f292](https://github.com/IBM/kui/commit/047f292)), closes [#4399](https://github.com/IBM/kui/issues/4399) +- productName in carbon theme shouldn't have hover effect ([3159cd9](https://github.com/IBM/kui/commit/3159cd9)), closes [#4592](https://github.com/IBM/kui/issues/4592) +- prompt text alignment issues ([75a3efe](https://github.com/IBM/kui/commit/75a3efe)), closes [#4368](https://github.com/IBM/kui/issues/4368) +- PTY behaves oddly when switching tabs ([700cdda](https://github.com/IBM/kui/commit/700cdda)), closes [#2579](https://github.com/IBM/kui/issues/2579) +- pty/client performance tweaks ([d86458c](https://github.com/IBM/kui/commit/d86458c)), closes [#4397](https://github.com/IBM/kui/issues/4397) +- reduce No log data followed by log data behavior in kube logs ([e1c0624](https://github.com/IBM/kui/commit/e1c0624)), closes [#4624](https://github.com/IBM/kui/issues/4624) +- replace Containers with Logs tab ([00e8786](https://github.com/IBM/kui/commit/00e8786)), closes [#4603](https://github.com/IBM/kui/issues/4603) +- sidecar views do not respect tab-specificity ([5a1cae2](https://github.com/IBM/kui/commit/5a1cae2)), closes [#4362](https://github.com/IBM/kui/issues/4362) +- TopNavSidecar does not always show updates ([251e5c4](https://github.com/IBM/kui/commit/251e5c4)), closes [#4524](https://github.com/IBM/kui/issues/4524) +- **plugins/plugin-client-common:** ctrl+l does not clear screen in popup mode ([33fcd82](https://github.com/IBM/kui/commit/33fcd82)), closes [#4269](https://github.com/IBM/kui/issues/4269) +- **plugins/plugin-client-common:** remove use of carbon from LeftNavSidecar ([b0fcd3e](https://github.com/IBM/kui/commit/b0fcd3e)), closes [#4464](https://github.com/IBM/kui/issues/4464) +- use 30/70 split for LeftNavSidecar ([9a43d0b](https://github.com/IBM/kui/commit/9a43d0b)), closes [#4454](https://github.com/IBM/kui/issues/4454) [#4455](https://github.com/IBM/kui/issues/4455) +- **plugins/plugin-client-common:** remove background color from tables in light themes ([87651e0](https://github.com/IBM/kui/commit/87651e0)), closes [#4421](https://github.com/IBM/kui/issues/4421) +- **plugins/plugin-client-common:** sidecar toolbar button svgs are not themed ([327d01d](https://github.com/IBM/kui/commit/327d01d)), closes [#4372](https://github.com/IBM/kui/issues/4372) +- **plugins/plugin-client-common:** sidecar window buttons oddly shift when sidecar is maximized ([bbf7ecd](https://github.com/IBM/kui/commit/bbf7ecd)), closes [#4374](https://github.com/IBM/kui/issues/4374) +- **plugins/plugin-client-common:** some status stripe icons are not vertically centered ([595eec7](https://github.com/IBM/kui/commit/595eec7)), closes [#4404](https://github.com/IBM/kui/issues/4404) +- **plugins/plugin-client-common:** Table loads before breadcrumbs, oddly ([cb8a97d](https://github.com/IBM/kui/commit/cb8a97d)), closes [#4385](https://github.com/IBM/kui/issues/4385) +- **plugins/plugin-client-common:** topTabNames property does not always obey theme ([c79f9f8](https://github.com/IBM/kui/commit/c79f9f8)), closes [#4314](https://github.com/IBM/kui/issues/4314) +- **Plugins/plugin-client-common:** Tab.tsx throws console error for new users ([14d8895](https://github.com/IBM/kui/commit/14d8895)), closes [#4318](https://github.com/IBM/kui/issues/4318) +- > prompt text has poor vertical alignment ([9a796b3](https://github.com/IBM/kui/commit/9a796b3)), closes [#4237](https://github.com/IBM/kui/issues/4237) +- a few more tweaks to prompt ([7bf658a](https://github.com/IBM/kui/commit/7bf658a)), closes [#4250](https://github.com/IBM/kui/issues/4250) +- add support for hiding elements at higher zoom levels ([7d2a7e0](https://github.com/IBM/kui/commit/7d2a7e0)), closes [#4232](https://github.com/IBM/kui/issues/4232) +- eliminate complex nesting of NavResponse model ([e849ae7](https://github.com/IBM/kui/commit/e849ae7)), closes [#4205](https://github.com/IBM/kui/issues/4205) +- font zooming issues ([5442532](https://github.com/IBM/kui/commit/5442532)), closes [#4176](https://github.com/IBM/kui/issues/4176) [#4177](https://github.com/IBM/kui/issues/4177) +- improve handling of narrower windows ([7a32591](https://github.com/IBM/kui/commit/7a32591)), closes [#4181](https://github.com/IBM/kui/issues/4181) +- multiple tab completion bugs ([5513712](https://github.com/IBM/kui/commit/5513712)), closes [#4281](https://github.com/IBM/kui/issues/4281) +- reverse-i-search text should be monospace ([4c0bd05](https://github.com/IBM/kui/commit/4c0bd05)), closes [#4254](https://github.com/IBM/kui/issues/4254) +- **plugins/plugin-client-common:** Breadcrumbs in Sidecar can clip at higher font zoom levels ([3b381d7](https://github.com/IBM/kui/commit/3b381d7)), closes [#4230](https://github.com/IBM/kui/issues/4230) +- **plugins/plugin-client-common:** prompt can oddly shift to left with large font sizes ([10c91f0](https://github.com/IBM/kui/commit/10c91f0)), closes [#4231](https://github.com/IBM/kui/issues/4231) +- sidecar Toolbar component renders empty if there is no Toolbar content ([14c27ba](https://github.com/IBM/kui/commit/14c27ba)), closes [#4229](https://github.com/IBM/kui/issues/4229) +- **plugins/plugin-client-common:** captured screenshots can show hover effect ([d48370b](https://github.com/IBM/kui/commit/d48370b)), closes [#4153](https://github.com/IBM/kui/issues/4153) +- **plugins/plugin-client-common:** captured screenshots sometimes have residual sepia tones ([97172c6](https://github.com/IBM/kui/commit/97172c6)), closes [#4170](https://github.com/IBM/kui/issues/4170) +- **plugins/plugin-client-common:** combine top toolbar and header of PaginatedTable UI ([3e1a1a7](https://github.com/IBM/kui/commit/3e1a1a7)), closes [#4131](https://github.com/IBM/kui/issues/4131) +- **plugins/plugin-client-common:** escape key close both Confirm and the Sidecar ([f9739ec](https://github.com/IBM/kui/commit/f9739ec)), closes [#4215](https://github.com/IBM/kui/issues/4215) +- **plugins/plugin-client-common:** escape key should not toggle open closed sidecar ([bfa96ed](https://github.com/IBM/kui/commit/bfa96ed)), closes [#4218](https://github.com/IBM/kui/issues/4218) +- **plugins/plugin-client-common:** escape should not toggle sidecar visibility in popup mode ([2d9b36b](https://github.com/IBM/kui/commit/2d9b36b)), closes [#4211](https://github.com/IBM/kui/issues/4211) +- **plugins/plugin-client-common:** in popup mode, make sure repl is visible after command execution ([0134952](https://github.com/IBM/kui/commit/0134952)), closes [#4183](https://github.com/IBM/kui/issues/4183) +- **plugins/plugin-client-common:** repeated ctrl+r does not continue active reverse-i-search ([4e292cc](https://github.com/IBM/kui/commit/4e292cc)), closes [#4216](https://github.com/IBM/kui/issues/4216) +- **plugins/plugin-client-common:** sidecar history should respect PWD ([b122cc1](https://github.com/IBM/kui/commit/b122cc1)), closes [#4202](https://github.com/IBM/kui/issues/4202) +- **plugins/plugin-client-common:** tooltips can render below other UI elements ([6dd4808](https://github.com/IBM/kui/commit/6dd4808)), closes [#4159](https://github.com/IBM/kui/issues/4159) +- **plugins/plugin-client-common:** TopNavSidecar renders poorly with narrower windows ([4be1068](https://github.com/IBM/kui/commit/4be1068)), closes [#4095](https://github.com/IBM/kui/issues/4095) +- **plugins/plugin-client-common:** with narrow windows, hide sidecar resize thumb ([a7c72e8](https://github.com/IBM/kui/commit/a7c72e8)), closes [#4179](https://github.com/IBM/kui/issues/4179) +- breadcrumb in TopNavSidecar isn't zoomable ([2642f39](https://github.com/IBM/kui/commit/2642f39)), closes [#4091](https://github.com/IBM/kui/issues/4091) +- **packages/core:** restore CommandStringContent as one of FunctionThatProducesContent types ([1e32b93](https://github.com/IBM/kui/commit/1e32b93)), closes [#3687](https://github.com/IBM/kui/issues/3687) +- **plugins/plugin-client-common:** badge/STATUS column is always monospace ([b53e8f9](https://github.com/IBM/kui/commit/b53e8f9)), closes [#4056](https://github.com/IBM/kui/issues/4056) +- **plugins/plugin-client-common:** css regression of sidecar-header in popup mode ([6112f94](https://github.com/IBM/kui/commit/6112f94)), closes [#4061](https://github.com/IBM/kui/issues/4061) +- **plugins/plugin-client-common:** input element clips with larger font sizes ([c62678b](https://github.com/IBM/kui/commit/c62678b)), closes [#4026](https://github.com/IBM/kui/issues/4026) +- Form component sometimes has too-small TextInputs ([21d841d](https://github.com/IBM/kui/commit/21d841d)), closes [#4036](https://github.com/IBM/kui/issues/4036) +- helm on its own should render in sidecar ([4b82517](https://github.com/IBM/kui/commit/4b82517)), closes [#4010](https://github.com/IBM/kui/issues/4010) +- tables overflow horizontally when sidecar is open ([2d6bc95](https://github.com/IBM/kui/commit/2d6bc95)), closes [#4016](https://github.com/IBM/kui/issues/4016) +- when sidecar is open, only show status badge, not status text ([3214db2](https://github.com/IBM/kui/commit/3214db2)), closes [#4058](https://github.com/IBM/kui/issues/4058) +- **plugins/plugin-client-common:** improve Markdown styling of ul ([e60d592](https://github.com/IBM/kui/commit/e60d592)), closes [#3865](https://github.com/IBM/kui/issues/3865) +- **plugins/plugin-client-common:** yellow badges in sidecar have low contrast ([325d23f](https://github.com/IBM/kui/commit/325d23f)), closes [#4050](https://github.com/IBM/kui/issues/4050) +- improve contrast of table Pagination component in light themes ([41246c3](https://github.com/IBM/kui/commit/41246c3)), closes [#4038](https://github.com/IBM/kui/issues/4038) +- improve Form layout ([2003622](https://github.com/IBM/kui/commit/2003622)), closes [#4034](https://github.com/IBM/kui/issues/4034) +- improve the discoverability of repl-block action buttons ([470da34](https://github.com/IBM/kui/commit/470da34)), closes [#5604](https://github.com/IBM/kui/issues/5604) +- new tab command can hang if title is provided ([a6c25c6](https://github.com/IBM/kui/commit/a6c25c6)), closes [#5624](https://github.com/IBM/kui/issues/5624) +- output only Actions should also render on hover ([cdbd105](https://github.com/IBM/kui/commit/cdbd105)), closes [#5652](https://github.com/IBM/kui/issues/5652) +- sidecar shouldn't be opened automatically when replay ([8d4cf8c](https://github.com/IBM/kui/commit/8d4cf8c)), closes [#5730](https://github.com/IBM/kui/issues/5730) +- **plugin-client-common:** PaginatedTable clicks on page N+1 activate handlers on first page ([f5f6045](https://github.com/IBM/kui/commit/f5f6045)), closes [#3999](https://github.com/IBM/kui/issues/3999) +- **plugins/plugin-client-common:** active PTY easily loses focus ([8ca12e8](https://github.com/IBM/kui/commit/8ca12e8)), closes [#3945](https://github.com/IBM/kui/issues/3945) +- **plugins/plugin-client-common:** closing first tab can close entire window ([6ef836d](https://github.com/IBM/kui/commit/6ef836d)), closes [#3896](https://github.com/IBM/kui/issues/3896) +- **plugins/plugin-client-common:** horizontal scrollbar can flash on and off ([3c26eca](https://github.com/IBM/kui/commit/3c26eca)), closes [#3937](https://github.com/IBM/kui/issues/3937) +- **plugins/plugin-client-common:** improve consistency of button hover effects ([2e96c8c](https://github.com/IBM/kui/commit/2e96c8c)), closes [#3986](https://github.com/IBM/kui/issues/3986) +- **plugins/plugin-client-common:** improve Screenshot UI ([bc2102a](https://github.com/IBM/kui/commit/bc2102a)), closes [#3734](https://github.com/IBM/kui/issues/3734) +- **plugins/plugin-client-common:** LeftNavSidecar does not support font zooming ([7008857](https://github.com/IBM/kui/commit/7008857)), closes [#4001](https://github.com/IBM/kui/issues/4001) +- **plugins/plugin-client-common:** live tables too thin when sidecar is open ([ccd41f0](https://github.com/IBM/kui/commit/ccd41f0)), closes [#4029](https://github.com/IBM/kui/issues/4029) [#4031](https://github.com/IBM/kui/issues/4031) +- **plugins/plugin-client-common:** remove active prompts in an offline notebook ([dd2b53f](https://github.com/IBM/kui/commit/dd2b53f)), closes [#5620](https://github.com/IBM/kui/issues/5620) +- **plugins/plugin-client-common:** update welcome.json notebook to improve listing of available notebooks ([c6f89f4](https://github.com/IBM/kui/commit/c6f89f4)), closes [#5583](https://github.com/IBM/kui/issues/5583) +- **plugins/plugin-client-common:** while editing Commentary, adding ``` causes a bad error ([097b1b0](https://github.com/IBM/kui/commit/097b1b0)), closes [#5682](https://github.com/IBM/kui/issues/5682) +- **plugins/plugin-kubectl:** kubectl delete ns m1 m2 m3 m4 results in a one-row table ([97a33a4](https://github.com/IBM/kui/commit/97a33a4)), closes [#5694](https://github.com/IBM/kui/issues/5694) +- cmd+w doesn't closes the window when there's only 1 tab ([f2868a9](https://github.com/IBM/kui/commit/f2868a9)), closes [#3884](https://github.com/IBM/kui/issues/3884) +- disable pagination and use word-break in sidecar sidecar carbon-tables ([8d4ff4f](https://github.com/IBM/kui/commit/8d4ff4f)), closes [#3882](https://github.com/IBM/kui/issues/3882) +- improve CodeSnippet rendering in Markdown ([9df43d0](https://github.com/IBM/kui/commit/9df43d0)), closes [#3863](https://github.com/IBM/kui/issues/3863) +- improve contrast of top tab stripe versus sidecar title stripe ([ee9eb63](https://github.com/IBM/kui/commit/ee9eb63)), closes [#3956](https://github.com/IBM/kui/issues/3956) +- improve kubectl breadcrumb detection ([6cacfe6](https://github.com/IBM/kui/commit/6cacfe6)), closes [#4099](https://github.com/IBM/kui/issues/4099) +- improve presentation with narrow windows ([cb23c63](https://github.com/IBM/kui/commit/cb23c63)), closes [#3954](https://github.com/IBM/kui/issues/3954) +- improve the replayability of terminal splitting ([67811cd](https://github.com/IBM/kui/commit/67811cd)), closes [#5564](https://github.com/IBM/kui/issues/5564) +- improved color contrast in bottom stripe light themes (on hover) ([58681b8](https://github.com/IBM/kui/commit/58681b8)), closes [#4081](https://github.com/IBM/kui/issues/4081) +- improved support for replaying splits ([8039a9d](https://github.com/IBM/kui/commit/8039a9d)), closes [#5535](https://github.com/IBM/kui/issues/5535) +- JS console may contain xtermjs error messages when sidecar is minimized ([a568528](https://github.com/IBM/kui/commit/a568528)), closes [#5454](https://github.com/IBM/kui/issues/5454) +- kubectl summary form clipping ([7ea65e8](https://github.com/IBM/kui/commit/7ea65e8)), closes [#4093](https://github.com/IBM/kui/issues/4093) +- lighten up the PaginatedTable UI ([eccf23b](https://github.com/IBM/kui/commit/eccf23b)), closes [#4155](https://github.com/IBM/kui/issues/4155) +- multiple fixes for screenshot toast notification UI ([8725e0b](https://github.com/IBM/kui/commit/8725e0b)), closes [#3933](https://github.com/IBM/kui/issues/3933) +- notebook replay should scroll to top, and not display welcome message on every tab ([7ade801](https://github.com/IBM/kui/commit/7ade801)), closes [#5515](https://github.com/IBM/kui/issues/5515) [#5516](https://github.com/IBM/kui/issues/5516) +- Popup client should place InputStripe inside of StatusStripe ([a09138d](https://github.com/IBM/kui/commit/a09138d)), closes [#3949](https://github.com/IBM/kui/issues/3949) +- pty output has different indentation than kui command output ([30b10a3](https://github.com/IBM/kui/commit/30b10a3)), closes [#5542](https://github.com/IBM/kui/issues/5542) +- RadioTables are not replayable ([d0dd00e](https://github.com/IBM/kui/commit/d0dd00e)), closes [#5599](https://github.com/IBM/kui/issues/5599) +- remove use of inline styling in Form.tsx ([23121b2](https://github.com/IBM/kui/commit/23121b2)), closes [#4112](https://github.com/IBM/kui/issues/4112) +- replay --freshen does not support multi-split notebooks ([afd070c](https://github.com/IBM/kui/commit/afd070c)), closes [#5571](https://github.com/IBM/kui/issues/5571) [#5572](https://github.com/IBM/kui/issues/5572) +- tab new command should respond with ElsewhereCommentary response ([19a7e1d](https://github.com/IBM/kui/commit/19a7e1d)), closes [#5602](https://github.com/IBM/kui/issues/5602) +- table status grid layout seems buggy ([7da6ff3](https://github.com/IBM/kui/commit/7da6ff3)), closes [#4143](https://github.com/IBM/kui/issues/4143) +- **plugins/plugin-carbon-themes:** carbon themes do not fully apply ([1659157](https://github.com/IBM/kui/commit/1659157)), closes [#3740](https://github.com/IBM/kui/issues/3740) +- **plugins/plugin-carbon-themes:** color contrast issues in carbon gray 10 ([0211b54](https://github.com/IBM/kui/commit/0211b54)), closes [#3775](https://github.com/IBM/kui/issues/3775) +- **plugins/plugin-client-common:** active+processing tab is not properly colored ([56bc759](https://github.com/IBM/kui/commit/56bc759)), closes [#3827](https://github.com/IBM/kui/issues/3827) +- **plugins/plugin-client-common:** clean up screenshot notification UI ([9ddec1a](https://github.com/IBM/kui/commit/9ddec1a)), closes [#3699](https://github.com/IBM/kui/issues/3699) +- **plugins/plugin-client-common:** clear console should restore active prompt value ([23afefd](https://github.com/IBM/kui/commit/23afefd)), closes [#3797](https://github.com/IBM/kui/issues/3797) +- **plugins/plugin-client-common:** improve error handling of hackFocus ([a16b680](https://github.com/IBM/kui/commit/a16b680)), closes [#3769](https://github.com/IBM/kui/issues/3769) +- **plugins/plugin-client-common:** improve error handling of Scalar.tsx ([53cd8e5](https://github.com/IBM/kui/commit/53cd8e5)), closes [#3781](https://github.com/IBM/kui/issues/3781) +- **plugins/plugin-client-common:** improve focus preservation of active prompt ([1ef2153](https://github.com/IBM/kui/commit/1ef2153)), closes [#3805](https://github.com/IBM/kui/issues/3805) +- **plugins/plugin-client-common:** improve Scalar renderer error handling ([c42fd6a](https://github.com/IBM/kui/commit/c42fd6a)), closes [#3765](https://github.com/IBM/kui/issues/3765) +- **plugins/plugin-client-common:** improved fix for status stripe icon spacing ([fe9eab2](https://github.com/IBM/kui/commit/fe9eab2)), closes [#3724](https://github.com/IBM/kui/issues/3724) +- **plugins/plugin-client-common:** inBrowser, prompt should be basename ([f47d03c](https://github.com/IBM/kui/commit/f47d03c)), closes [#3815](https://github.com/IBM/kui/issues/3815) +- **plugins/plugin-client-common:** keyboard shortcuts for TopTabStripe aren't working ([24d074f](https://github.com/IBM/kui/commit/24d074f)), closes [#3643](https://github.com/IBM/kui/issues/3643) +- **plugins/plugin-client-common:** misaligned svgs in paginated table ([7a201c2](https://github.com/IBM/kui/commit/7a201c2)), closes [#3702](https://github.com/IBM/kui/issues/3702) +- **plugins/plugin-client-common:** odd border-left in prompt for light themes ([a9f8af3](https://github.com/IBM/kui/commit/a9f8af3)), closes [#3752](https://github.com/IBM/kui/issues/3752) +- **plugins/plugin-client-common:** re-implement "sidecar-visible" attribute of Terminal ([6d280ab](https://github.com/IBM/kui/commit/6d280ab)), closes [#3833](https://github.com/IBM/kui/issues/3833) +- **plugins/plugin-client-common:** reduce size of sidecar window buttons ([79336ad](https://github.com/IBM/kui/commit/79336ad)), closes [#4074](https://github.com/IBM/kui/issues/4074) +- **plugins/plugin-client-common:** remove old min-width-date-like css class ([b075b7b](https://github.com/IBM/kui/commit/b075b7b)), closes [#3767](https://github.com/IBM/kui/issues/3767) +- **plugins/plugin-client-common:** reverse-i-search text too small ([e488662](https://github.com/IBM/kui/commit/e488662)), closes [#4616](https://github.com/IBM/kui/issues/4616) +- **plugins/plugin-client-common:** screenshot notification never goes away ([9a8ad4f](https://github.com/IBM/kui/commit/9a8ad4f)), closes [#3705](https://github.com/IBM/kui/issues/3705) +- **plugins/plugin-client-common:** shorten top tabs ([da02499](https://github.com/IBM/kui/commit/da02499)), closes [#3872](https://github.com/IBM/kui/issues/3872) +- **plugins/plugin-client-common:** small tweaks to h3 headers in Markdown content ([3eee334](https://github.com/IBM/kui/commit/3eee334)), closes [#3918](https://github.com/IBM/kui/issues/3918) +- **plugins/plugin-client-common:** SplitPane layout issues with electron 7 ([b81b75d](https://github.com/IBM/kui/commit/b81b75d)), closes [#3914](https://github.com/IBM/kui/issues/3914) +- **plugins/plugin-client-common:** StatusStripe is blank for second+ tabs ([0002dfb](https://github.com/IBM/kui/commit/0002dfb)), closes [#5546](https://github.com/IBM/kui/issues/5546) +- **plugins/plugin-client-common:** stop using value prop for uncontrolled input element ([fdbfaff](https://github.com/IBM/kui/commit/fdbfaff)), closes [#3778](https://github.com/IBM/kui/issues/3778) +- **plugins/plugin-client-common:** table bottom toolbar buttons lack padding ([79f0abe](https://github.com/IBM/kui/commit/79f0abe)), closes [#5554](https://github.com/IBM/kui/issues/5554) +- eliminate use of custom tag ([00e2728](https://github.com/IBM/kui/commit/00e2728)), closes [#3777](https://github.com/IBM/kui/issues/3777) +- restore status stripe to default behavior on terminal clear ([128ec92](https://github.com/IBM/kui/commit/128ec92)), closes [#5495](https://github.com/IBM/kui/issues/5495) +- reverse-i-search does not always terminate with current completion ([e05d905](https://github.com/IBM/kui/commit/e05d905)), closes [#3799](https://github.com/IBM/kui/issues/3799) +- snapshot command throws errors when capturing watch responses ([600f049](https://github.com/IBM/kui/commit/600f049)), closes [#5452](https://github.com/IBM/kui/issues/5452) +- vfs fixes for multi-source copying and for s3 globbing ([893902e](https://github.com/IBM/kui/commit/893902e)), closes [#5511](https://github.com/IBM/kui/issues/5511) +- **plugins/plugin-client-common:** status stripe left-pad missing ([58d0613](https://github.com/IBM/kui/commit/58d0613)), closes [#3724](https://github.com/IBM/kui/issues/3724) +- **plugins/plugin-client-common:** streaming output does not scroll terminal ([63891d6](https://github.com/IBM/kui/commit/63891d6)), closes [#3760](https://github.com/IBM/kui/issues/3760) +- **plugins/plugin-client-common:** switching table from Table to Timeline and back to Table does not work ([c924d67](https://github.com/IBM/kui/commit/c924d67)), closes [#5430](https://github.com/IBM/kui/issues/5430) +- **plugins/plugin-client-common:** Tab uses strings rather than numbers for Close16 dimensions ([786447c](https://github.com/IBM/kui/commit/786447c)), closes [#3771](https://github.com/IBM/kui/issues/3771) +- **plugins/plugin-client-common:** table bottom toolbar missing grid buttons, poor alignment and height ([44e1018](https://github.com/IBM/kui/commit/44e1018)), closes [#4133](https://github.com/IBM/kui/issues/4133) +- **plugins/plugin-client-common:** threshold for auto-grid is too low ([9cb76ee](https://github.com/IBM/kui/commit/9cb76ee)), closes [#5424](https://github.com/IBM/kui/issues/5424) +- **plugins/plugin-client-common:** Timeline may not render properly ([d66d728](https://github.com/IBM/kui/commit/d66d728)), closes [#5383](https://github.com/IBM/kui/issues/5383) +- **plugins/plugin-client-common:** Timeline should use stdev-based heat map ([5dd7427](https://github.com/IBM/kui/commit/5dd7427)), closes [#5395](https://github.com/IBM/kui/issues/5395) +- **plugins/plugin-client-common:** Timeline tooltip for cold starts has incorrect concurrency count ([bb54cb8](https://github.com/IBM/kui/commit/bb54cb8)), closes [#5390](https://github.com/IBM/kui/issues/5390) +- **plugins/plugin-client-common:** Timeline view renders poorly in MiniSplit ([07cd000](https://github.com/IBM/kui/commit/07cd000)), closes [#5379](https://github.com/IBM/kui/issues/5379) +- **plugins/plugin-client-common:** update SequenceDiagram view to display the duration of each interval ([0cf1fcf](https://github.com/IBM/kui/commit/0cf1fcf)), closes [#5470](https://github.com/IBM/kui/issues/5470) +- **plugins/plugin-ibmcloud:** ibmcloud ce job list does not support name filters ([5daa930](https://github.com/IBM/kui/commit/5daa930)), closes [#5450](https://github.com/IBM/kui/issues/5450) +- **plugins/plugin-kubectl:** kubectl watch tables can be misparsed ([cb3e1c2](https://github.com/IBM/kui/commit/cb3e1c2)), closes [#4139](https://github.com/IBM/kui/issues/4139) +- **plugins/plugin-kubectl:** remove leftover debugging printf in kubectl help ([39ab52f](https://github.com/IBM/kui/commit/39ab52f)), closes [#4083](https://github.com/IBM/kui/issues/4083) +- **plugins/plugin-wskflow:** bump jquery to 3.5.0 ([6ace265](https://github.com/IBM/kui/commit/6ace265)), closes [#4399](https://github.com/IBM/kui/issues/4399) +- **plugins/plugni-client-common:** improve contrast of Toolbar tooltips ([a167f3b](https://github.com/IBM/kui/commit/a167f3b)), closes [#4108](https://github.com/IBM/kui/issues/4108) +- eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567) +- grid colors are sometimes off ([e66f56f](https://github.com/IBM/kui/commit/e66f56f)), closes [#5422](https://github.com/IBM/kui/issues/5422) +- improve Terminal horizontal alignment for carbon themes ([fe7c8bb](https://github.com/IBM/kui/commit/fe7c8bb)), closes [#3891](https://github.com/IBM/kui/issues/3891) +- ls comand is not snapshotable ([f04ca78](https://github.com/IBM/kui/commit/f04ca78)), closes [#5241](https://github.com/IBM/kui/issues/5241) +- paginated tables always take up full width ([f0fe792](https://github.com/IBM/kui/commit/f0fe792)), closes [#3859](https://github.com/IBM/kui/issues/3859) +- pick a winner if more than one tab completion enumerator has offerings ([fbd6696](https://github.com/IBM/kui/commit/fbd6696)), closes [#3736](https://github.com/IBM/kui/issues/3736) +- plugin-client-command/default are publishing tsbuildinfo ([0ad3f2a](https://github.com/IBM/kui/commit/0ad3f2a)), closes [#3846](https://github.com/IBM/kui/issues/3846) +- remove up/down actions buttons ([3c8a8a1](https://github.com/IBM/kui/commit/3c8a8a1)), closes [#5774](https://github.com/IBM/kui/issues/5774) +- restore support for quiet table clicks ([b8d4e51](https://github.com/IBM/kui/commit/b8d4e51)), closes [#3894](https://github.com/IBM/kui/issues/3894) +- snapshot and replay of table clicks for Notebook v1 ([1a87dbf](https://github.com/IBM/kui/commit/1a87dbf)), closes [#5821](https://github.com/IBM/kui/issues/5821) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) +- some UI elements missing from editor UI ([797f527](https://github.com/IBM/kui/commit/797f527)), closes [#4582](https://github.com/IBM/kui/issues/4582) +- STATUS cell not centered when sidecar is open ([4fb507a](https://github.com/IBM/kui/commit/4fb507a)), closes [#4059](https://github.com/IBM/kui/issues/4059) +- status stripe refinements ([1394043](https://github.com/IBM/kui/commit/1394043)), closes [#4069](https://github.com/IBM/kui/issues/4069) [#4069](https://github.com/IBM/kui/issues/4069) +- stop loading the entire carbon-components.min.css ([5ecba14](https://github.com/IBM/kui/commit/5ecba14)), closes [#3744](https://github.com/IBM/kui/issues/3744) +- store the commentary text result to the command when editing is done ([5a3f5e8](https://github.com/IBM/kui/commit/5a3f5e8)), closes [#5916](https://github.com/IBM/kui/issues/5916) [#5672](https://github.com/IBM/kui/issues/5672) +- TabContent constructor sometimes calls this.setState ([5a72470](https://github.com/IBM/kui/commit/5a72470)), closes [#3844](https://github.com/IBM/kui/issues/3844) +- table model should not allow raw HTML Node ([39c87ce](https://github.com/IBM/kui/commit/39c87ce)), closes [#3785](https://github.com/IBM/kui/issues/3785) +- terminal clearing versus splits results in non-replayable splits ([8f9dc23](https://github.com/IBM/kui/commit/8f9dc23)), closes [#5626](https://github.com/IBM/kui/issues/5626) +- text selection in active xterms for light themes is not visible ([ace9ec9](https://github.com/IBM/kui/commit/ace9ec9)), closes [#4087](https://github.com/IBM/kui/issues/4087) +- use more standard TopTabStripe UI ([c390dff](https://github.com/IBM/kui/commit/c390dff)), closes [#3867](https://github.com/IBM/kui/issues/3867) +- **plugins/plugin-client-common:** Tab.tsx does not render "processing" state ([1ae0ab5](https://github.com/IBM/kui/commit/1ae0ab5)), closes [#3646](https://github.com/IBM/kui/issues/3646) +- **plugins/plugin-client-common:** text-selection is not working in repl ([5672e02](https://github.com/IBM/kui/commit/5672e02)), closes [#3738](https://github.com/IBM/kui/issues/3738) [#3739](https://github.com/IBM/kui/issues/3739) [#3741](https://github.com/IBM/kui/issues/3741) +- **plugins/plugin-client-common:** top tabs disappear with narrower windows ([4184247](https://github.com/IBM/kui/commit/4184247)), closes [#3842](https://github.com/IBM/kui/issues/3842) +- **plugins/plugin-client-common:** When command completes, TopTab doesn't change the process state ([f8139ac](https://github.com/IBM/kui/commit/f8139ac)), closes [#3707](https://github.com/IBM/kui/issues/3707) +- **plugins/plugin-client-common:** with reverse-i-search many errors in console on key press ([794a2d0](https://github.com/IBM/kui/commit/794a2d0)), closes [#4564](https://github.com/IBM/kui/issues/4564) +- **plugins/plugin-client-default:** improve table layout for radio tables ([75e1e70](https://github.com/IBM/kui/commit/75e1e70)), closes [#3596](https://github.com/IBM/kui/issues/3596) +- **plugins/plugin-kubectl:** k get events -w bombs ([20c2caf](https://github.com/IBM/kui/commit/20c2caf)), closes [#4557](https://github.com/IBM/kui/issues/4557) + +### chore + +- clean up directory structure ([70d19e9](https://github.com/IBM/kui/commit/70d19e9)), closes [#4301](https://github.com/IBM/kui/issues/4301) +- kui client cleanup ([b4c3984](https://github.com/IBM/kui/commit/b4c3984)), closes [#3974](https://github.com/IBM/kui/issues/3974) + +### Features + +- add button to WatchPane to show table back in terminal ([dc22591](https://github.com/IBM/kui/commit/dc22591)), closes [#4530](https://github.com/IBM/kui/issues/4530) +- add Kubernetes Dashboard Notebook ([9f62b63](https://github.com/IBM/kui/commit/9f62b63)), closes [#5617](https://github.com/IBM/kui/issues/5617) [#6915](https://github.com/IBM/kui/issues/6915) [#6917](https://github.com/IBM/kui/issues/6917) +- pause and resume watchable jobs ([5d3f719](https://github.com/IBM/kui/commit/5d3f719)), closes [#1747](https://github.com/IBM/kui/issues/1747) +- preserve changes of table view state in Notebook ([a2efb8a](https://github.com/IBM/kui/commit/a2efb8a)), closes [#5399](https://github.com/IBM/kui/issues/5399) +- **plugins/plugin-client-common:** error messages should format as markdown ([63ca4a7](https://github.com/IBM/kui/commit/63ca4a7)), closes [#5943](https://github.com/IBM/kui/issues/5943) +- **plugins/plugin-client-common:** for emacs users, it'd be nice if ctrl+backspace would delete prior "word" ([122eb88](https://github.com/IBM/kui/commit/122eb88)), closes [#6579](https://github.com/IBM/kui/issues/6579) +- **plugins/plugin-client-common:** increase density of table content in minisplits ([8d6513f](https://github.com/IBM/kui/commit/8d6513f)), closes [#6790](https://github.com/IBM/kui/issues/6790) +- **plugins/plugin-client-common:** last updated indicator in table footer ([5f91f75](https://github.com/IBM/kui/commit/5f91f75)), closes [#6783](https://github.com/IBM/kui/issues/6783) +- **plugins/plugin-client-common:** Table clickables should have better tooltip ([1eeaa01](https://github.com/IBM/kui/commit/1eeaa01)), closes [#6805](https://github.com/IBM/kui/issues/6805) +- add delta summary to Tree ([95a0b4a](https://github.com/IBM/kui/commit/95a0b4a)), closes [#6329](https://github.com/IBM/kui/issues/6329) +- add events to sidecar tree ([dd4d552](https://github.com/IBM/kui/commit/dd4d552)), closes [#6140](https://github.com/IBM/kui/issues/6140) +- add unit support of TreeResponse as one of the contents in MultiModalResponse ([85ea2d5](https://github.com/IBM/kui/commit/85ea2d5)), closes [#6132](https://github.com/IBM/kui/issues/6132) +- Allow command registrants to specify no semicolon expansion ([dbcaf87](https://github.com/IBM/kui/commit/dbcaf87)), closes [#6396](https://github.com/IBM/kui/issues/6396) +- clicking changed files in the `git status widget` should show `git diff` result in a DiffEditor ([3a199c7](https://github.com/IBM/kui/commit/3a199c7)), closes [#6348](https://github.com/IBM/kui/issues/6348) +- execute the command in url query when the browser app is loaded ([b0b95cf](https://github.com/IBM/kui/commit/b0b95cf)), closes [#5879](https://github.com/IBM/kui/issues/5879) +- Expand kubectl direct watching to support heterogeneous use cases ([8df1ad3](https://github.com/IBM/kui/commit/8df1ad3)), closes [#6504](https://github.com/IBM/kui/issues/6504) +- Extend kubectl optimizations to table watching ([9a2bc74](https://github.com/IBM/kui/commit/9a2bc74)), closes [#6449](https://github.com/IBM/kui/issues/6449) +- Improve support for designing light themes ([b6c859f](https://github.com/IBM/kui/commit/b6c859f)), closes [#6372](https://github.com/IBM/kui/issues/6372) +- improve the split layout progression ([d3f2d6c](https://github.com/IBM/kui/commit/d3f2d6c)), closes [#6747](https://github.com/IBM/kui/issues/6747) [#6743](https://github.com/IBM/kui/issues/6743) +- in `kubectl get -f` tree, use Monaco DiffEditor show the preview of dry-run changes ([99266e8](https://github.com/IBM/kui/commit/99266e8)), closes [#6181](https://github.com/IBM/kui/issues/6181) [#6154](https://github.com/IBM/kui/issues/6154) +- initial support for using a kubectl proxy ([47b26be](https://github.com/IBM/kui/commit/47b26be)), closes [#6440](https://github.com/IBM/kui/issues/6440) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- introduce reexec for rerunning commands ([fe80525](https://github.com/IBM/kui/commit/fe80525)), closes [#6026](https://github.com/IBM/kui/issues/6026) +- lightweight ui options for core themes ([cf96867](https://github.com/IBM/kui/commit/cf96867)), closes [#6187](https://github.com/IBM/kui/issues/6187) +- port experimental scale-out grep to use new job controller ([45ce460](https://github.com/IBM/kui/commit/45ce460)), closes [#6280](https://github.com/IBM/kui/issues/6280) +- revive "app" and "tier" columns from deprecated kubectl tree view ([cd642d9](https://github.com/IBM/kui/commit/cd642d9)), closes [#6591](https://github.com/IBM/kui/issues/6591) +- show buttons of related resources in sidecar footer ([e10f7f2](https://github.com/IBM/kui/commit/e10f7f2)), closes [#6856](https://github.com/IBM/kui/issues/6856) +- TopTab buttons should have improved tooltips ([5282612](https://github.com/IBM/kui/commit/5282612)), closes [#6806](https://github.com/IBM/kui/issues/6806) +- **plugins/plugin-client-common:** Allow user to specify CWD as prompt ([2b2e7a9](https://github.com/IBM/kui/commit/2b2e7a9)), closes [#6405](https://github.com/IBM/kui/issues/6405) +- **plugins/plugin-client-common:** Allow users to opt in to default meta-click behavior ([13ea5b0](https://github.com/IBM/kui/commit/13ea5b0)), closes [#6406](https://github.com/IBM/kui/issues/6406) +- **plugins/plugin-client-common:** edit a commentary response using SimpleEditor ([6d828c1](https://github.com/IBM/kui/commit/6d828c1)), closes [#5664](https://github.com/IBM/kui/issues/5664) +- **plugins/plugin-client-common:** Output-only blocks should offer a Copy action button ([da4f85d](https://github.com/IBM/kui/commit/da4f85d)), closes [#5646](https://github.com/IBM/kui/issues/5646) +- **plugins/plugin-client-common:** Shift-enter or CmdCtrl+S to save within Commentary ([4cf496a](https://github.com/IBM/kui/commit/4cf496a)), closes [#6827](https://github.com/IBM/kui/issues/6827) +- **plugins/plugin-client-common:** SourceRef should be default-expanded in Notebooks? ([8ee26e8](https://github.com/IBM/kui/commit/8ee26e8)), closes [#5866](https://github.com/IBM/kui/issues/5866) +- **plugins/plugin-client-common:** Tab completion should keep offering completions as I type ([67e44d3](https://github.com/IBM/kui/commit/67e44d3)), closes [#6472](https://github.com/IBM/kui/issues/6472) +- **plugins/plugin-kubectl:** kubectl get -f can use Tree to present structured result ([f94a22f](https://github.com/IBM/kui/commit/f94a22f)), closes [#6136](https://github.com/IBM/kui/issues/6136) +- **plugins/plugin-kubectl:** Port kubectl pollers to use push, for homogeneous deletes ([82448d7](https://github.com/IBM/kui/commit/82448d7)), closes [#6481](https://github.com/IBM/kui/issues/6481) [#6486](https://github.com/IBM/kui/issues/6486) +- custom tab titles ([fd780df](https://github.com/IBM/kui/commit/fd780df)), closes [#5525](https://github.com/IBM/kui/issues/5525) +- Feature: improve support for parallelization across VFS operations ([e05d7e0](https://github.com/IBM/kui/commit/e05d7e0)), closes [#5831](https://github.com/IBM/kui/issues/5831) +- Kui implementation of `watch` ([2cb3f98](https://github.com/IBM/kui/commit/2cb3f98)), closes [#6379](https://github.com/IBM/kui/issues/6379) +- Make a notebook about making notebooks ([0d67947](https://github.com/IBM/kui/commit/0d67947)), closes [#6040](https://github.com/IBM/kui/issues/6040) +- Meta-click on table entries should open the drilldown in a different split ([fb89c29](https://github.com/IBM/kui/commit/fb89c29)), closes [#6403](https://github.com/IBM/kui/issues/6403) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- Refine Update Checker widget UI ([5c97479](https://github.com/IBM/kui/commit/5c97479)), closes [#6343](https://github.com/IBM/kui/issues/6343) +- update CurrentContext widget to use Dropdown ([9520e5d](https://github.com/IBM/kui/commit/9520e5d)), closes [#6354](https://github.com/IBM/kui/issues/6354) +- use a Popover UI for git branch status stripe widget ([6bbf348](https://github.com/IBM/kui/commit/6bbf348)), closes [#6325](https://github.com/IBM/kui/issues/6325) +- use Accordion for SourceRef ([1b11736](https://github.com/IBM/kui/commit/1b11736)), closes [#6097](https://github.com/IBM/kui/issues/6097) +- use new Dropdown status stripe for CurrentNamespace widget ([0f7648c](https://github.com/IBM/kui/commit/0f7648c)), closes [#6351](https://github.com/IBM/kui/issues/6351) +- **plugins/plugin-client-common:** block-level copy/paste ([a72cf8d](https://github.com/IBM/kui/commit/a72cf8d)), closes [#5752](https://github.com/IBM/kui/issues/5752) +- **plugins/plugin-client-common:** split command should allow user to specify splice index ([75857e9](https://github.com/IBM/kui/commit/75857e9)), closes [#5746](https://github.com/IBM/kui/issues/5746) +- allow controllers to control the color of the status stripe ([708570c](https://github.com/IBM/kui/commit/708570c)), closes [#5490](https://github.com/IBM/kui/issues/5490) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- improve repl-block selection ([305b36f](https://github.com/IBM/kui/commit/305b36f)), closes [#5587](https://github.com/IBM/kui/issues/5587) +- initial support for capturing input files and showing them in the UI ([5744bf4](https://github.com/IBM/kui/commit/5744bf4)), closes [#5513](https://github.com/IBM/kui/issues/5513) +- inverse splits ([38d2895](https://github.com/IBM/kui/commit/38d2895)), closes [#5537](https://github.com/IBM/kui/issues/5537) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- save/restore pty command output ([2c291a9](https://github.com/IBM/kui/commit/2c291a9)), closes [#5314](https://github.com/IBM/kui/issues/5314) +- **plugins/plugin-client-common:** allow users to insert command before a repl block ([e935092](https://github.com/IBM/kui/commit/e935092)), closes [#5576](https://github.com/IBM/kui/issues/5576) +- **plugins/plugin-client-common:** allow users to reorder blocks by MoveUp and MoveDown buttons ([f7f6918](https://github.com/IBM/kui/commit/f7f6918)), closes [#5589](https://github.com/IBM/kui/issues/5589) +- **plugins/plugin-client-common:** improve action button UI for output-only blocks ([9cb99ad](https://github.com/IBM/kui/commit/9cb99ad)), closes [#5660](https://github.com/IBM/kui/issues/5660) +- **plugins/plugin-client-common:** User should be able to tab navigate through blocks ([54d3759](https://github.com/IBM/kui/commit/54d3759)), closes [#5717](https://github.com/IBM/kui/issues/5717) +- ability to register an onClose handler when opening a tab ([58a36c3](https://github.com/IBM/kui/commit/58a36c3)), closes [#5670](https://github.com/IBM/kui/issues/5670) +- **plugins/plugin-client-common:** Improve Commentary editing UI by adding real Done button ([1f544b5](https://github.com/IBM/kui/commit/1f544b5)), closes [#5667](https://github.com/IBM/kui/issues/5667) +- add a prefer-re-execution option to snapshot ([af7b98b](https://github.com/IBM/kui/commit/af7b98b)), closes [#5622](https://github.com/IBM/kui/issues/5622) +- add capability to click to edit/rerun a command ([4296933](https://github.com/IBM/kui/commit/4296933)), closes [#5654](https://github.com/IBM/kui/issues/5654) +- add CommentaryReponse to snapshot/replay the response of commentary command ([7d13a93](https://github.com/IBM/kui/commit/7d13a93)), closes [#5439](https://github.com/IBM/kui/issues/5439) +- cold start delays ([83abd14](https://github.com/IBM/kui/commit/83abd14)), closes [#5356](https://github.com/IBM/kui/issues/5356) +- commentary command to add comments to REPL ([c304fd3](https://github.com/IBM/kui/commit/c304fd3)), closes [#5428](https://github.com/IBM/kui/issues/5428) +- initial/minimal snapshot/replay support ([bb7ae0f](https://github.com/IBM/kui/commit/bb7ae0f)), closes [#5280](https://github.com/IBM/kui/issues/5280) +- separate out themes into a new settings Notebook ([5180759](https://github.com/IBM/kui/commit/5180759)), closes [#5605](https://github.com/IBM/kui/issues/5605) +- **plugins/plugin-client-common:** allow clients to specify initial tab title ([e8e365f](https://github.com/IBM/kui/commit/e8e365f)), closes [#5539](https://github.com/IBM/kui/issues/5539) +- snapshot freshening ([d5c8991](https://github.com/IBM/kui/commit/d5c8991)), closes [#5522](https://github.com/IBM/kui/issues/5522) +- support replaying in new tab ([04a2c67](https://github.com/IBM/kui/commit/04a2c67)), closes [#5509](https://github.com/IBM/kui/issues/5509) +- update ls to allow for presenting content from more limited VFS's such as tutorials ([a1ff1a4](https://github.com/IBM/kui/commit/a1ff1a4)), closes [#5497](https://github.com/IBM/kui/issues/5497) +- **plugins/plugin-client-common:** allow easier rerunning of command from terminal ([c5384e0](https://github.com/IBM/kui/commit/c5384e0)), closes [#4570](https://github.com/IBM/kui/issues/4570) +- **plugins/plugin-client-common:** Improve notebook-style ui ([791160e](https://github.com/IBM/kui/commit/791160e)), closes [#5472](https://github.com/IBM/kui/issues/5472) +- **plugins/plugin-client-common:** improve presentation of sidecar-destined responses ([02b91e3](https://github.com/IBM/kui/commit/02b91e3)), closes [#5463](https://github.com/IBM/kui/issues/5463) +- allow command registrations to express their experimental nature ([eb9f147](https://github.com/IBM/kui/commit/eb9f147)), closes [#5282](https://github.com/IBM/kui/issues/5282) +- **plugins/plugin-client-common:** improved SequenceDiagram view ([1e2fb41](https://github.com/IBM/kui/commit/1e2fb41)), closes [#5342](https://github.com/IBM/kui/issues/5342) +- **plugins/plugin-kubectl:** add status column to kube deployment table ([1d35040](https://github.com/IBM/kui/commit/1d35040)), closes [#5476](https://github.com/IBM/kui/issues/5476) +- add a command to return the Card Component in Terminal ([d8d13ab](https://github.com/IBM/kui/commit/d8d13ab)), closes [#4973](https://github.com/IBM/kui/issues/4973) +- add alert command to display Alert component in Terminal ([495d3bb](https://github.com/IBM/kui/commit/495d3bb)), closes [#4957](https://github.com/IBM/kui/issues/4957) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add sequence diagram to table with timestamp columns ([e9028ee](https://github.com/IBM/kui/commit/e9028ee)), closes [#5336](https://github.com/IBM/kui/issues/5336) +- allow clients to modify the session lifecycle UI by providing custom strings ([3c78fd3](https://github.com/IBM/kui/commit/3c78fd3)), closes [#5019](https://github.com/IBM/kui/issues/5019) +- allow table model to specify a gridable column index ([f4ba8e6](https://github.com/IBM/kui/commit/f4ba8e6)), closes [#5278](https://github.com/IBM/kui/issues/5278) +- clicking on events in watch table should drill down to events ([c6dc99f](https://github.com/IBM/kui/commit/c6dc99f)), closes [#5173](https://github.com/IBM/kui/issues/5173) +- command history should be tab-specific ([1b987e0](https://github.com/IBM/kui/commit/1b987e0)), closes [#1299](https://github.com/IBM/kui/issues/1299) +- initial typeahead for commands ([7ba313a](https://github.com/IBM/kui/commit/7ba313a)), closes [#5437](https://github.com/IBM/kui/issues/5437) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- pass command line comments to commentary command ([a020db5](https://github.com/IBM/kui/commit/a020db5)), closes [#5459](https://github.com/IBM/kui/issues/5459) +- pin a watchable terminal response in a split pane ([662f413](https://github.com/IBM/kui/commit/662f413)), closes [#4865](https://github.com/IBM/kui/issues/4865) [#4573](https://github.com/IBM/kui/issues/4573) [#4885](https://github.com/IBM/kui/issues/4885) [#4894](https://github.com/IBM/kui/issues/4894) +- refine kubectl contexts table; add support for RadioTable row titles ([11bb074](https://github.com/IBM/kui/commit/11bb074)), closes [#5131](https://github.com/IBM/kui/issues/5131) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) +- **plugins/plugin-client-common:** add support for Tags in StatusStripe ([d112c86](https://github.com/IBM/kui/commit/d112c86)), closes [#4951](https://github.com/IBM/kui/issues/4951) +- **plugins/plugin-client-common:** History navigation in minisplits should navigate In/Out pairs ([93eb2a4](https://github.com/IBM/kui/commit/93eb2a4)), closes [#5270](https://github.com/IBM/kui/issues/5270) +- **plugins/plugin-client-common:** improve accessibility of "red" error grid cells ([8921292](https://github.com/IBM/kui/commit/8921292)), closes [#4938](https://github.com/IBM/kui/issues/4938) +- **plugins/plugin-client-common:** show table row count in card header ([deadcfa](https://github.com/IBM/kui/commit/deadcfa)), closes [#5137](https://github.com/IBM/kui/issues/5137) +- **plugins/plugin-client-common:** support client option for hero names in sidecar ([d4f6984](https://github.com/IBM/kui/commit/d4f6984)), closes [#4909](https://github.com/IBM/kui/issues/4909) +- **plugins/plugin-client-common:** use Cards to wrap kube tables and grids ([6698013](https://github.com/IBM/kui/commit/6698013)), closes [#5032](https://github.com/IBM/kui/issues/5032) +- **plugins/plugin-client-common:** use inner scrolling for RadioTables in main Terminals ([952f72a](https://github.com/IBM/kui/commit/952f72a)), closes [#5133](https://github.com/IBM/kui/issues/5133) +- **plugins/plugin-ibmcloud:** initial CodeEngine support ([677faca](https://github.com/IBM/kui/commit/677faca)), closes [#5302](https://github.com/IBM/kui/issues/5302) [#5303](https://github.com/IBM/kui/issues/5303) +- **plugins/plugin-kubectl:** initial `kubectl job list` improvement for visualizing Job execution ([06030b0](https://github.com/IBM/kui/commit/06030b0)), closes [#5397](https://github.com/IBM/kui/issues/5397) +- should allow for custom Input elements ([193a108](https://github.com/IBM/kui/commit/193a108)), closes [#4672](https://github.com/IBM/kui/issues/4672) +- add history to sidecar views ([b1e5543](https://github.com/IBM/kui/commit/b1e5543)), closes [#3960](https://github.com/IBM/kui/issues/3960) +- add isSelected and Divider to log container selection menu ([59bdaa5](https://github.com/IBM/kui/commit/59bdaa5)), closes [#4647](https://github.com/IBM/kui/issues/4647) +- add krew support ([f87cb6c](https://github.com/IBM/kui/commit/f87cb6c)), closes [#4199](https://github.com/IBM/kui/issues/4199) +- add labels to summary mode ([95f731d](https://github.com/IBM/kui/commit/95f731d)), closes [#4041](https://github.com/IBM/kui/issues/4041) [#4040](https://github.com/IBM/kui/issues/4040) +- add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381) +- add Patternfly Navigation for LeftNavSidecar ([a4a7a97](https://github.com/IBM/kui/commit/a4a7a97)), closes [#4387](https://github.com/IBM/kui/issues/4387) +- add Retry button to sidecar toolbar when log streaming stopped abnormally ([47872f4](https://github.com/IBM/kui/commit/47872f4)), closes [#4755](https://github.com/IBM/kui/issues/4755) +- add Show Owner Reference button for kube resources ([80ea40f](https://github.com/IBM/kui/commit/80ea40f)), closes [#4106](https://github.com/IBM/kui/issues/4106) +- add Stop Watching capability to WatchPane ([09043c1](https://github.com/IBM/kui/commit/09043c1)), closes [#4554](https://github.com/IBM/kui/issues/4554) +- add support for and ([a92063d](https://github.com/IBM/kui/commit/a92063d)), closes [#4653](https://github.com/IBM/kui/issues/4653) +- add support for Toolbar Buttons ([f55b8c6](https://github.com/IBM/kui/commit/f55b8c6)), closes [#4103](https://github.com/IBM/kui/issues/4103) [#4105](https://github.com/IBM/kui/issues/4105) +- allow users to provide custom views for session init ([1f35894](https://github.com/IBM/kui/commit/1f35894)), closes [#4596](https://github.com/IBM/kui/issues/4596) +- allow subclasses of InputProvider to specify their own State ([c3fc88e](https://github.com/IBM/kui/commit/c3fc88e)), closes [#4756](https://github.com/IBM/kui/issues/4756) +- allow themes to dictate Kui client properties ([2b41873](https://github.com/IBM/kui/commit/2b41873)), closes [#4409](https://github.com/IBM/kui/issues/4409) +- allow users to select container in kubectl Logs ([f4304c5](https://github.com/IBM/kui/commit/f4304c5)), closes [#4627](https://github.com/IBM/kui/issues/4627) +- auto gridify large table ([bd22fa2](https://github.com/IBM/kui/commit/bd22fa2)), closes [#5305](https://github.com/IBM/kui/issues/5305) +- bottom input ([c6d2af0](https://github.com/IBM/kui/commit/c6d2af0)), closes [#3729](https://github.com/IBM/kui/issues/3729) +- carbon tables ([237e9a5](https://github.com/IBM/kui/commit/237e9a5)), closes [#3632](https://github.com/IBM/kui/issues/3632) +- decrease default size of popup window ([a210ac4](https://github.com/IBM/kui/commit/a210ac4)), closes [#4192](https://github.com/IBM/kui/issues/4192) [#4193](https://github.com/IBM/kui/issues/4193) +- Dropdown spi and use in Terminal Block ([327917b](https://github.com/IBM/kui/commit/327917b)), closes [#4589](https://github.com/IBM/kui/issues/4589) [#4556](https://github.com/IBM/kui/issues/4556) +- enhance table UI ([519beb1](https://github.com/IBM/kui/commit/519beb1)), closes [#4023](https://github.com/IBM/kui/issues/4023) +- for popup windows, show command as placeholder text in input stripe ([a897042](https://github.com/IBM/kui/commit/a897042)), closes [#3899](https://github.com/IBM/kui/issues/3899) +- ibmcloud plugin ([aa0f72f](https://github.com/IBM/kui/commit/aa0f72f)), closes [#4353](https://github.com/IBM/kui/issues/4353) +- improve kubectl edit experience ([4c4a1c9](https://github.com/IBM/kui/commit/4c4a1c9)), closes [#4783](https://github.com/IBM/kui/issues/4783) +- improve pagination and toolbar UIs of PaginatedTable ([08062e9](https://github.com/IBM/kui/commit/08062e9)), closes [#1456](https://github.com/IBM/kui/issues/1456) +- improve rendering of kubectl subcommand help ([e36ed29](https://github.com/IBM/kui/commit/e36ed29)), closes [#4824](https://github.com/IBM/kui/issues/4824) +- kubectl edit via kui's editor ([414e813](https://github.com/IBM/kui/commit/414e813)), closes [#762](https://github.com/IBM/kui/issues/762) +- kubectl tables should show official kind in title ([06eec95](https://github.com/IBM/kui/commit/06eec95)), closes [#4127](https://github.com/IBM/kui/issues/4127) +- Kui client should support self-bootstrapping of Kui ([3bbf8e8](https://github.com/IBM/kui/commit/3bbf8e8)), closes [#4277](https://github.com/IBM/kui/issues/4277) +- left-navigation sidecar ([f88329e](https://github.com/IBM/kui/commit/f88329e)), closes [#3635](https://github.com/IBM/kui/issues/3635) +- line highlights on editor save, used for k edit apply errors ([3efa6a5](https://github.com/IBM/kui/commit/3efa6a5)), closes [#4795](https://github.com/IBM/kui/issues/4795) +- only enable WatchPane based on a feature flag ([eb80d0e](https://github.com/IBM/kui/commit/eb80d0e)), closes [#4678](https://github.com/IBM/kui/issues/4678) [#4604](https://github.com/IBM/kui/issues/4604) +- patternfly4 dark theme ([3dff5a5](https://github.com/IBM/kui/commit/3dff5a5)), closes [#4419](https://github.com/IBM/kui/issues/4419) +- Popup client ([063c363](https://github.com/IBM/kui/commit/063c363)), closes [#3886](https://github.com/IBM/kui/issues/3886) +- RadioTable and port of the themes table to use it ([79a3e8e](https://github.com/IBM/kui/commit/79a3e8e)), closes [#4507](https://github.com/IBM/kui/issues/4507) +- react helpers ([f6bea1f](https://github.com/IBM/kui/commit/f6bea1f)) +- refine sidecar minimization ([ead3b41](https://github.com/IBM/kui/commit/ead3b41)), closes [#3958](https://github.com/IBM/kui/issues/3958) +- render kubectl summary tab using forms ([d88436e](https://github.com/IBM/kui/commit/d88436e)), closes [#4014](https://github.com/IBM/kui/issues/4014) +- resizable sidecar ([0b8a22e](https://github.com/IBM/kui/commit/0b8a22e)), closes [#2484](https://github.com/IBM/kui/issues/2484) +- SPI for icons ([3d034e3](https://github.com/IBM/kui/commit/3d034e3)), closes [#4441](https://github.com/IBM/kui/issues/4441) [#4364](https://github.com/IBM/kui/issues/4364) +- use breadcrumbs for TopNavSidecar naming ([5a4611e](https://github.com/IBM/kui/commit/5a4611e)), closes [#4043](https://github.com/IBM/kui/issues/4043) [#3657](https://github.com/IBM/kui/issues/3657) [#4044](https://github.com/IBM/kui/issues/4044) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) +- **plugins/plugin-kubectl:** port kubectl contexts table to RadioTable ([3cb4dcb](https://github.com/IBM/kui/commit/3cb4dcb)), closes [#4513](https://github.com/IBM/kui/issues/4513) +- port kubectl get ns to RadioTable ([be0eabf](https://github.com/IBM/kui/commit/be0eabf)), closes [#4510](https://github.com/IBM/kui/issues/4510) [#4511](https://github.com/IBM/kui/issues/4511) +- shift Block UI to use a Notebook style of presentation ([dc0ee4b](https://github.com/IBM/kui/commit/dc0ee4b)), closes [#5258](https://github.com/IBM/kui/issues/5258) +- spi for CodeSnippet ([105cf2b](https://github.com/IBM/kui/commit/105cf2b)), closes [#4478](https://github.com/IBM/kui/issues/4478) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- StatusStripe should respond to font zooming ([26ba443](https://github.com/IBM/kui/commit/26ba443)), closes [#4242](https://github.com/IBM/kui/issues/4242) +- support for events in table footer ([51669af](https://github.com/IBM/kui/commit/51669af)), closes [#5115](https://github.com/IBM/kui/issues/5115) +- target kubectl logs and kubectl exec to Logs and Terminal tabs ([409e632](https://github.com/IBM/kui/commit/409e632)), closes [#4762](https://github.com/IBM/kui/issues/4762) +- Timeline view for kubernetes Jobs ([b623e4e](https://github.com/IBM/kui/commit/b623e4e)), closes [#5370](https://github.com/IBM/kui/issues/5370) +- top tab buttons ([ff8cfba](https://github.com/IBM/kui/commit/ff8cfba)), closes [#4434](https://github.com/IBM/kui/issues/4434) +- update checker ([a7908d2](https://github.com/IBM/kui/commit/a7908d2)), closes [#4537](https://github.com/IBM/kui/issues/4537) +- Update default loadingDone to use Card component ([e1b4c61](https://github.com/IBM/kui/commit/e1b4c61)), closes [#4986](https://github.com/IBM/kui/issues/4986) +- **plugins/plugin-client-common:** accordion blocks in Terminal ([eb2f285](https://github.com/IBM/kui/commit/eb2f285)), closes [#3726](https://github.com/IBM/kui/issues/3726) +- **plugins/plugin-client-common:** add styling for blockquotes in Markdown ([b3fa5c6](https://github.com/IBM/kui/commit/b3fa5c6)), closes [#3925](https://github.com/IBM/kui/issues/3925) +- **plugins/plugin-kubectl:** kubectl events tab ([2d71f24](https://github.com/IBM/kui/commit/2d71f24)), closes [#4706](https://github.com/IBM/kui/issues/4706) +- use Carbon Components UIShell for TopTabStripe ([8d7619d](https://github.com/IBM/kui/commit/8d7619d)), closes [#3819](https://github.com/IBM/kui/issues/3819) +- UX: Use Dropdown for theme switcher ([6cc6a47](https://github.com/IBM/kui/commit/6cc6a47)), closes [#6347](https://github.com/IBM/kui/issues/6347) + +### BREAKING CHANGES + +- removes support for inBrowserOk +- removes plugin-editor, now in plugin-client-common +- this PR removes plugins/plugin-client-default +- this moves plugin-sidecar and plugin-carbon-tables into plugin-client-common + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-client-common/package.json b/plugins/plugin-client-common/package.json index 72f60ff5361..56c32808666 100644 --- a/plugins/plugin-client-common/package.json +++ b/plugins/plugin-client-common/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-common", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that offers stylesheets", "license": "Apache-2.0", "author": "Mengting Yan", diff --git a/plugins/plugin-client-default/CHANGELOG.md b/plugins/plugin-client-default/CHANGELOG.md index 3125a8139fd..18afdd829b3 100644 --- a/plugins/plugin-client-default/CHANGELOG.md +++ b/plugins/plugin-client-default/CHANGELOG.md @@ -3,6 +3,102 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- In narrower windows, there is too much content in the StatusStripe ([453bc86](https://github.com/IBM/kui/commit/453bc86)), closes [#6570](https://github.com/IBM/kui/issues/6570) +- keyboard history navigation does not work in Popup clients ([89197ba](https://github.com/IBM/kui/commit/89197ba)), closes [#6262](https://github.com/IBM/kui/issues/6262) +- Screenshot alert is not visible in narrower windows ([d94da68](https://github.com/IBM/kui/commit/d94da68)), closes [#6843](https://github.com/IBM/kui/issues/6843) +- **plugins/plugin-bash-like:** add back configurable shell ([b7fda6c](https://github.com/IBM/kui/commit/b7fda6c)) +- **plugins/plugin-client-common:** clicking the split button may cause the current processing block to disappear ([aa2b40c](https://github.com/IBM/kui/commit/aa2b40c)), closes [#5703](https://github.com/IBM/kui/issues/5703) +- **plugins/plugin-client-common:** update welcome.json to describe kui, not just notebooks ([96330c4](https://github.com/IBM/kui/commit/96330c4)), closes [#5878](https://github.com/IBM/kui/issues/5878) +- **plugins/plugin-client-default:** default client should not use Search component inBrowser ([afb6b48](https://github.com/IBM/kui/commit/afb6b48)), closes [#5074](https://github.com/IBM/kui/issues/5074) +- **plugins/plugin-client-default:** disable cluster utilization status stripe widget ([353cbfd](https://github.com/IBM/kui/commit/353cbfd)), closes [#4613](https://github.com/IBM/kui/issues/4613) +- **plugins/plugin-client-default:** Don't show CWD status stripe widget in Popup mode ([52159d7](https://github.com/IBM/kui/commit/52159d7)), closes [#6018](https://github.com/IBM/kui/issues/6018) +- **plugins/plugin-client-default:** don't show UpdateChecker in popup mode ([67fd5a6](https://github.com/IBM/kui/commit/67fd5a6)), closes [#6016](https://github.com/IBM/kui/issues/6016) +- **plugins/plugin-client-default:** Don't use OpenWhisk status stripe widget in popup mode ([6a35183](https://github.com/IBM/kui/commit/6a35183)), closes [#6268](https://github.com/IBM/kui/issues/6268) +- about should show breadcrumbs ([99dc401](https://github.com/IBM/kui/commit/99dc401)), closes [#4730](https://github.com/IBM/kui/issues/4730) +- avoiding reopening the Welcome to Kui tab even after the user has closed it ([6b0faff](https://github.com/IBM/kui/commit/6b0faff)), closes [#5673](https://github.com/IBM/kui/issues/5673) +- broken ico icons ([d018404](https://github.com/IBM/kui/commit/d018404)), closes [#3947](https://github.com/IBM/kui/issues/3947) +- Card component does not render well in dark themes ([d96def0](https://github.com/IBM/kui/commit/d96def0)), closes [#4996](https://github.com/IBM/kui/issues/4996) +- eliminate complex nesting of NavResponse model ([e849ae7](https://github.com/IBM/kui/commit/e849ae7)), closes [#4205](https://github.com/IBM/kui/issues/4205) +- eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567) +- improve handling of narrower windows ([7a32591](https://github.com/IBM/kui/commit/7a32591)), closes [#4181](https://github.com/IBM/kui/issues/4181) +- move default loadingDone icon into plugin-client-common ([39994bc](https://github.com/IBM/kui/commit/39994bc)), closes [#5026](https://github.com/IBM/kui/issues/5026) +- plugin-client-default should have dependency of plugin-client-common ([41fe2f5](https://github.com/IBM/kui/commit/41fe2f5)), closes [#3583](https://github.com/IBM/kui/issues/3583) +- Popup client should place InputStripe inside of StatusStripe ([a09138d](https://github.com/IBM/kui/commit/a09138d)), closes [#3949](https://github.com/IBM/kui/issues/3949) +- reduce custom CSS rules for table UI ([56f69cb](https://github.com/IBM/kui/commit/56f69cb)), closes [#5024](https://github.com/IBM/kui/issues/5024) +- remove config.d/version.json in favor of using the version field from package.json ([1e296c7](https://github.com/IBM/kui/commit/1e296c7)), closes [#4300](https://github.com/IBM/kui/issues/4300) +- remove invalid bodyCss fields in config.d/style.json ([99a92ab](https://github.com/IBM/kui/commit/99a92ab)), closes [#4307](https://github.com/IBM/kui/issues/4307) +- remove limits.json from client config.d ([3ae2201](https://github.com/IBM/kui/commit/3ae2201)), closes [#4292](https://github.com/IBM/kui/issues/4292) +- remove unsed fields from client.json ([a55b1f1](https://github.com/IBM/kui/commit/a55b1f1)), closes [#4296](https://github.com/IBM/kui/issues/4296) +- remove unused fields from config.d/style.json ([ab7278a](https://github.com/IBM/kui/commit/ab7278a)), closes [#4298](https://github.com/IBM/kui/issues/4298) +- **packages/core:** restore CommandStringContent as one of FunctionThatProducesContent types ([1e32b93](https://github.com/IBM/kui/commit/1e32b93)), closes [#3687](https://github.com/IBM/kui/issues/3687) +- **plugin-sidecar:** React doesn't re-instantiate PaginatedTable for tabs located in the same LeftNav ([283a525](https://github.com/IBM/kui/commit/283a525)), closes [#3837](https://github.com/IBM/kui/issues/3837) [#3839](https://github.com/IBM/kui/issues/3839) +- **plugins/plugin-client-common:** improve Screenshot UI ([bc2102a](https://github.com/IBM/kui/commit/bc2102a)), closes [#3734](https://github.com/IBM/kui/issues/3734) +- **plugins/plugin-client-default:** add missing newline in about text ([4fcc9d7](https://github.com/IBM/kui/commit/4fcc9d7)), closes [#4168](https://github.com/IBM/kui/issues/4168) +- **plugins/plugin-client-default:** cwd+w should close popup windows ([dfad325](https://github.com/IBM/kui/commit/dfad325)), closes [#3895](https://github.com/IBM/kui/issues/3895) +- **plugins/plugin-client-default:** load Popup.tsx via React.lazy ([f77c2a3](https://github.com/IBM/kui/commit/f77c2a3)), closes [#3908](https://github.com/IBM/kui/issues/3908) +- **plugins/plugin-client-default:** Popup LeftNav content has too much padding ([194f975](https://github.com/IBM/kui/commit/194f975)), closes [#3912](https://github.com/IBM/kui/issues/3912) +- **plugins/plugin-client-default:** Popup's placeholder text modification should only listen to commands from user ([5bf83fd](https://github.com/IBM/kui/commit/5bf83fd)), closes [#3910](https://github.com/IBM/kui/issues/3910) +- **plugins/plugin-client-default:** remove unused fields from name.json ([6f99959](https://github.com/IBM/kui/commit/6f99959)), closes [#4294](https://github.com/IBM/kui/issues/4294) +- **plugins/plugin-client-default:** remove unused tables.json ([56082b9](https://github.com/IBM/kui/commit/56082b9)), closes [#4290](https://github.com/IBM/kui/issues/4290) +- plugin-client-command/default are publishing tsbuildinfo ([0ad3f2a](https://github.com/IBM/kui/commit/0ad3f2a)), closes [#3846](https://github.com/IBM/kui/issues/3846) +- simplify handling of opengraph META ([ff3c0de](https://github.com/IBM/kui/commit/ff3c0de)), closes [#4288](https://github.com/IBM/kui/issues/4288) +- **plugins/plugin-kubectl:** watcher table disappears when kui is launched as kubectl plugin ([167eabc](https://github.com/IBM/kui/commit/167eabc)), closes [#4120](https://github.com/IBM/kui/issues/4120) [#4123](https://github.com/IBM/kui/issues/4123) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) + +### chore + +- kui client cleanup ([b4c3984](https://github.com/IBM/kui/commit/b4c3984)), closes [#3974](https://github.com/IBM/kui/issues/3974) + +### Features + +- **packages/core:** Allow clients to define the contents of the Notebooks menu. ([7462c1a](https://github.com/IBM/kui/commit/7462c1a)) +- **plugins/plugin-kubectl:** popeye dashboard ([d67fd71](https://github.com/IBM/kui/commit/d67fd71)), closes [#6949](https://github.com/IBM/kui/issues/6949) +- a new model NavResponse supporting side navigation menu ([41940eb](https://github.com/IBM/kui/commit/41940eb)), closes [#3659](https://github.com/IBM/kui/issues/3659) +- add a command to return the Card Component in Terminal ([d8d13ab](https://github.com/IBM/kui/commit/d8d13ab)), closes [#4973](https://github.com/IBM/kui/issues/4973) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add history to sidecar views ([b1e5543](https://github.com/IBM/kui/commit/b1e5543)), closes [#3960](https://github.com/IBM/kui/issues/3960) +- add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381) +- allow users to provide custom views for session init ([1f35894](https://github.com/IBM/kui/commit/1f35894)), closes [#4596](https://github.com/IBM/kui/issues/4596) +- allow clients to modify the session lifecycle UI by providing custom strings ([3c78fd3](https://github.com/IBM/kui/commit/3c78fd3)), closes [#5019](https://github.com/IBM/kui/issues/5019) +- allow themes to dictate Kui client properties ([2b41873](https://github.com/IBM/kui/commit/2b41873)), closes [#4409](https://github.com/IBM/kui/issues/4409) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- bottom input ([c6d2af0](https://github.com/IBM/kui/commit/c6d2af0)), closes [#3729](https://github.com/IBM/kui/issues/3729) +- carbon tables ([237e9a5](https://github.com/IBM/kui/commit/237e9a5)), closes [#3632](https://github.com/IBM/kui/issues/3632) +- for popup windows, show command as placeholder text in input stripe ([a897042](https://github.com/IBM/kui/commit/a897042)), closes [#3899](https://github.com/IBM/kui/issues/3899) +- introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463) +- Kui client should support self-bootstrapping of Kui ([3bbf8e8](https://github.com/IBM/kui/commit/3bbf8e8)), closes [#4277](https://github.com/IBM/kui/issues/4277) +- left-navigation sidecar ([f88329e](https://github.com/IBM/kui/commit/f88329e)), closes [#3635](https://github.com/IBM/kui/issues/3635) +- Make a notebook about making notebooks ([0d67947](https://github.com/IBM/kui/commit/0d67947)), closes [#6040](https://github.com/IBM/kui/issues/6040) +- Make PatternFly4 Light the default theme ([7d31c17](https://github.com/IBM/kui/commit/7d31c17)), closes [#6773](https://github.com/IBM/kui/issues/6773) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- pin a watchable terminal response in a split pane ([662f413](https://github.com/IBM/kui/commit/662f413)), closes [#4865](https://github.com/IBM/kui/issues/4865) [#4573](https://github.com/IBM/kui/issues/4573) [#4885](https://github.com/IBM/kui/issues/4885) [#4894](https://github.com/IBM/kui/issues/4894) +- Popup client ([063c363](https://github.com/IBM/kui/commit/063c363)), closes [#3886](https://github.com/IBM/kui/issues/3886) +- react helpers ([f6bea1f](https://github.com/IBM/kui/commit/f6bea1f)) +- refine NavResponse and add NavLinks support in LeftNavSidecar ([f1d8d98](https://github.com/IBM/kui/commit/f1d8d98)), closes [#3902](https://github.com/IBM/kui/issues/3902) +- restore opengraph properties on index.ejs ([6e57007](https://github.com/IBM/kui/commit/6e57007)), closes [#5530](https://github.com/IBM/kui/issues/5530) +- separate out themes into a new settings Notebook ([5180759](https://github.com/IBM/kui/commit/5180759)), closes [#5605](https://github.com/IBM/kui/issues/5605) +- shift Block UI to use a Notebook style of presentation ([dc0ee4b](https://github.com/IBM/kui/commit/dc0ee4b)), closes [#5258](https://github.com/IBM/kui/issues/5258) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- switch to Carbon Gray 10 as default theme in plugin-default-client ([c56e2f5](https://github.com/IBM/kui/commit/c56e2f5)), closes [#4101](https://github.com/IBM/kui/issues/4101) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) +- update checker ([a7908d2](https://github.com/IBM/kui/commit/a7908d2)), closes [#4537](https://github.com/IBM/kui/issues/4537) +- Update default loadingDone to use Card component ([e1b4c61](https://github.com/IBM/kui/commit/e1b4c61)), closes [#4986](https://github.com/IBM/kui/issues/4986) +- update ls to allow for presenting content from more limited VFS's such as tutorials ([a1ff1a4](https://github.com/IBM/kui/commit/a1ff1a4)), closes [#5497](https://github.com/IBM/kui/issues/5497) +- use a Popover UI for git branch status stripe widget ([6bbf348](https://github.com/IBM/kui/commit/6bbf348)), closes [#6325](https://github.com/IBM/kui/issues/6325) +- **plugins/plugin-client-common:** use Cards to wrap kube tables and grids ([6698013](https://github.com/IBM/kui/commit/6698013)), closes [#5032](https://github.com/IBM/kui/issues/5032) +- **plugins/plugin-client-default:** enhance about.json model with kube-specific entries ([0ae86ef](https://github.com/IBM/kui/commit/0ae86ef)), closes [#4020](https://github.com/IBM/kui/issues/4020) + +### BREAKING CHANGES + +- this PR removes plugins/plugin-client-default +- this moves plugin-sidecar and plugin-carbon-tables into plugin-client-common + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-client-default/package.json b/plugins/plugin-client-default/package.json index 9a24d3bff2b..65124b93083 100644 --- a/plugins/plugin-client-default/package.json +++ b/plugins/plugin-client-default/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-notebook/CHANGELOG.md b/plugins/plugin-client-notebook/CHANGELOG.md index 43d83a6e947..48bb7141169 100644 --- a/plugins/plugin-client-notebook/CHANGELOG.md +++ b/plugins/plugin-client-notebook/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-client-notebook:** github button in notebook client does not have hover effect ([a4fa6f0](https://github.com/IBM/kui/commit/a4fa6f0)), closes [#5941](https://github.com/IBM/kui/issues/5941) +- **plugins/plugin-client-notebook:** notebook client no longer needs to set an initialTabTitle ([ba2ddbf](https://github.com/IBM/kui/commit/ba2ddbf)), closes [#5919](https://github.com/IBM/kui/issues/5919) +- **plugins/plugin-client-notebook:** notebook client's version widget has a hard-wired version ([19264ce](https://github.com/IBM/kui/commit/19264ce)), closes [#5942](https://github.com/IBM/kui/issues/5942) +- add Kui version and github link to client-notebook ([7b2562a](https://github.com/IBM/kui/commit/7b2562a)), closes [#5918](https://github.com/IBM/kui/issues/5918) +- improved support for replaying splits ([8039a9d](https://github.com/IBM/kui/commit/8039a9d)), closes [#5535](https://github.com/IBM/kui/issues/5535) +- **Plugins/plugin-core-support:** support for shallow recording of notebooks ([605b0e3](https://github.com/IBM/kui/commit/605b0e3)), closes [#5529](https://github.com/IBM/kui/issues/5529) +- notebook replay should scroll to top, and not display welcome message on every tab ([7ade801](https://github.com/IBM/kui/commit/7ade801)), closes [#5515](https://github.com/IBM/kui/issues/5515) [#5516](https://github.com/IBM/kui/issues/5516) +- vfs fixes for multi-source copying and for s3 globbing ([893902e](https://github.com/IBM/kui/commit/893902e)), closes [#5511](https://github.com/IBM/kui/issues/5511) + +### Features + +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- custom tab titles ([fd780df](https://github.com/IBM/kui/commit/fd780df)), closes [#5525](https://github.com/IBM/kui/issues/5525) +- inverse splits ([38d2895](https://github.com/IBM/kui/commit/38d2895)), closes [#5537](https://github.com/IBM/kui/issues/5537) +- Make PatternFly4 Light the default theme ([7d31c17](https://github.com/IBM/kui/commit/7d31c17)), closes [#6773](https://github.com/IBM/kui/issues/6773) +- separate out themes into a new settings Notebook ([5180759](https://github.com/IBM/kui/commit/5180759)), closes [#5605](https://github.com/IBM/kui/issues/5605) +- **plugins/plugin-client-common:** allow clients to specify initial tab title ([e8e365f](https://github.com/IBM/kui/commit/e8e365f)), closes [#5539](https://github.com/IBM/kui/issues/5539) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- restore opengraph properties on index.ejs ([6e57007](https://github.com/IBM/kui/commit/6e57007)), closes [#5530](https://github.com/IBM/kui/issues/5530) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-client-notebook/package.json b/plugins/plugin-client-notebook/package.json index 3ec58b0ab2f..21dddd6b6ef 100644 --- a/plugins/plugin-client-notebook/package.json +++ b/plugins/plugin-client-notebook/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-client-notebooks", - "version": "10.0.1", + "version": "10.1.1", "description": "A Kui client that serves up notebooks", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-client-test/CHANGELOG.md b/plugins/plugin-client-test/CHANGELOG.md index 5749dd574e7..9e66100dd64 100644 --- a/plugins/plugin-client-test/CHANGELOG.md +++ b/plugins/plugin-client-test/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-client-test:** Add missing SpaceFiller to plugin-client-test ([a0f77ee](https://github.com/IBM/kui/commit/a0f77ee)), closes [#6687](https://github.com/IBM/kui/issues/6687) +- about should show breadcrumbs ([99dc401](https://github.com/IBM/kui/commit/99dc401)), closes [#4730](https://github.com/IBM/kui/issues/4730) +- allow user to disable table title by feature flags, and disable table pagination ([5450512](https://github.com/IBM/kui/commit/5450512)), closes [#4640](https://github.com/IBM/kui/issues/4640) [#4655](https://github.com/IBM/kui/issues/4655) +- eliminate complex nesting of NavResponse model ([e849ae7](https://github.com/IBM/kui/commit/e849ae7)), closes [#4205](https://github.com/IBM/kui/issues/4205) +- grid colors are sometimes off ([e66f56f](https://github.com/IBM/kui/commit/e66f56f)), closes [#5422](https://github.com/IBM/kui/issues/5422) +- improve hover effect for status stripe buttons ([50ced8f](https://github.com/IBM/kui/commit/50ced8f)), closes [#4896](https://github.com/IBM/kui/issues/4896) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- remove TreeResponse and PatternFly Tree Component ([e539a53](https://github.com/IBM/kui/commit/e539a53)), closes [#6581](https://github.com/IBM/kui/issues/6581) [#6328](https://github.com/IBM/kui/issues/6328) +- sidecar back/forward should be ordered by visitation rather than insertion ([fba613a](https://github.com/IBM/kui/commit/fba613a)), closes [#4746](https://github.com/IBM/kui/issues/4746) +- still see name-related breadcrumbs and short-name header with feature flag sidecarName 'heroText' ([1a8be9f](https://github.com/IBM/kui/commit/1a8be9f)), closes [#5013](https://github.com/IBM/kui/issues/5013) +- tree should support leaf node drilling down ([006b881](https://github.com/IBM/kui/commit/006b881)), closes [#6293](https://github.com/IBM/kui/issues/6293) +- use Dropdown component for RadioTable impl ([244b16a](https://github.com/IBM/kui/commit/244b16a)), closes [#6539](https://github.com/IBM/kui/issues/6539) +- **plugins/plugin-client-common:** update welcome.json to describe kui, not just notebooks ([96330c4](https://github.com/IBM/kui/commit/96330c4)), closes [#5878](https://github.com/IBM/kui/issues/5878) +- vfs fixes for multi-source copying and for s3 globbing ([893902e](https://github.com/IBM/kui/commit/893902e)), closes [#5511](https://github.com/IBM/kui/issues/5511) +- **plugins/plugin-client-common:** threshold for auto-grid is too low ([9cb76ee](https://github.com/IBM/kui/commit/9cb76ee)), closes [#5424](https://github.com/IBM/kui/issues/5424) +- sidecar Toolbar component renders empty if there is no Toolbar content ([14c27ba](https://github.com/IBM/kui/commit/14c27ba)), closes [#4229](https://github.com/IBM/kui/issues/4229) +- TopNavSidecar doesn't return to the previous selected Tab when back button is hit ([32acee5](https://github.com/IBM/kui/commit/32acee5)), closes [#4745](https://github.com/IBM/kui/issues/4745) + +### Features + +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add delta summary to Tree ([95a0b4a](https://github.com/IBM/kui/commit/95a0b4a)), closes [#6329](https://github.com/IBM/kui/issues/6329) +- add sequence diagram to table with timestamp columns ([e9028ee](https://github.com/IBM/kui/commit/e9028ee)), closes [#5336](https://github.com/IBM/kui/issues/5336) +- add unit support of TreeResponse as one of the contents in MultiModalResponse ([85ea2d5](https://github.com/IBM/kui/commit/85ea2d5)), closes [#6132](https://github.com/IBM/kui/issues/6132) +- Allow command registrants to specify no semicolon expansion ([dbcaf87](https://github.com/IBM/kui/commit/dbcaf87)), closes [#6396](https://github.com/IBM/kui/issues/6396) +- allow command registrations to express their experimental nature ([eb9f147](https://github.com/IBM/kui/commit/eb9f147)), closes [#5282](https://github.com/IBM/kui/issues/5282) +- allow table model to specify a gridable column index ([f4ba8e6](https://github.com/IBM/kui/commit/f4ba8e6)), closes [#5278](https://github.com/IBM/kui/issues/5278) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- clicking changed files in the `git status widget` should show `git diff` result in a DiffEditor ([3a199c7](https://github.com/IBM/kui/commit/3a199c7)), closes [#6348](https://github.com/IBM/kui/issues/6348) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) +- **plugins/plugin-client-common:** support client option for hero names in sidecar ([d4f6984](https://github.com/IBM/kui/commit/d4f6984)), closes [#4909](https://github.com/IBM/kui/issues/4909) +- **plugins/plugin-ibmcloud:** initial CodeEngine support ([677faca](https://github.com/IBM/kui/commit/677faca)), closes [#5302](https://github.com/IBM/kui/issues/5302) [#5303](https://github.com/IBM/kui/issues/5303) +- kubectl edit via kui's editor ([414e813](https://github.com/IBM/kui/commit/414e813)), closes [#762](https://github.com/IBM/kui/issues/762) +- RadioTable and port of the themes table to use it ([79a3e8e](https://github.com/IBM/kui/commit/79a3e8e)), closes [#4507](https://github.com/IBM/kui/issues/4507) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) + +### BREAKING CHANGES + +- removes support for inBrowserOk + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-client-test/package.json b/plugins/plugin-client-test/package.json index 9ed99a358bd..c9433057d08 100644 --- a/plugins/plugin-client-test/package.json +++ b/plugins/plugin-client-test/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-test-client", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that offers client defintion", "main": "dist/index.js", "module": "mdist/index.js", diff --git a/plugins/plugin-core-support/CHANGELOG.md b/plugins/plugin-core-support/CHANGELOG.md index 21223dfeb24..1524b051c0c 100644 --- a/plugins/plugin-core-support/CHANGELOG.md +++ b/plugins/plugin-core-support/CHANGELOG.md @@ -3,6 +3,188 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-client-common:** table clicks fail when the maximum number of splits is reached ([16dfc8b](https://github.com/IBM/kui/commit/16dfc8b)), closes [#6938](https://github.com/IBM/kui/issues/6938) +- **plugins/plugin-client-common:** when there're 3 splits, clicking table cells in the first split fail ([83efa2b](https://github.com/IBM/kui/commit/83efa2b)), closes [#6937](https://github.com/IBM/kui/issues/6937) +- ctrl+L in the first block makes the prompt inactive ([232e5e1](https://github.com/IBM/kui/commit/232e5e1)), closes [#6597](https://github.com/IBM/kui/issues/6597) +- don't show "Created a split" when clicking on the New Split button ([80192d5](https://github.com/IBM/kui/commit/80192d5)), closes [#6001](https://github.com/IBM/kui/issues/6001) +- kubectl kustomize can have bogus output ([8bf8ebe](https://github.com/IBM/kui/commit/8bf8ebe)), closes [#6114](https://github.com/IBM/kui/issues/6114) +- RadioTable should have option to not echo the onSelect command ([77d5050](https://github.com/IBM/kui/commit/77d5050)), closes [#5991](https://github.com/IBM/kui/issues/5991) +- store the commentary text result to the command when editing is done ([5a3f5e8](https://github.com/IBM/kui/commit/5a3f5e8)), closes [#5916](https://github.com/IBM/kui/issues/5916) [#5672](https://github.com/IBM/kui/issues/5672) +- switching splits does not participate in tab state ([6eb8db4](https://github.com/IBM/kui/commit/6eb8db4)), closes [#5272](https://github.com/IBM/kui/issues/5272) +- use Dropdown component for RadioTable impl ([244b16a](https://github.com/IBM/kui/commit/244b16a)), closes [#6539](https://github.com/IBM/kui/issues/6539) +- **packages/core:** cell onclick should be on inner ([45d2975](https://github.com/IBM/kui/commit/45d2975)), closes [#3518](https://github.com/IBM/kui/issues/3518) +- **packages/core:** remove old EntitySpec support ([e45fb7b](https://github.com/IBM/kui/commit/e45fb7b)), closes [#3268](https://github.com/IBM/kui/issues/3268) +- **packages/core:** sidecar basic function should not require plugins ([07aa3e3](https://github.com/IBM/kui/commit/07aa3e3)), closes [#3172](https://github.com/IBM/kui/issues/3172) +- **plugins/plugin-carbon-tables:** improve radio button UI ([fdca8bc](https://github.com/IBM/kui/commit/fdca8bc)), closes [#3869](https://github.com/IBM/kui/issues/3869) +- **plugins/plugin-client-common:** After reordering blocks, saving notebook does not reflect new block order. ([e9a0edb](https://github.com/IBM/kui/commit/e9a0edb)), closes [#5738](https://github.com/IBM/kui/issues/5738) +- **plugins/plugin-client-common:** clicking the remove button of a repl block results in an error white screen ([49bfbcc](https://github.com/IBM/kui/commit/49bfbcc)), closes [#4855](https://github.com/IBM/kui/issues/4855) +- **plugins/plugin-client-common:** clicking the split button may cause the current processing block to disappear ([aa2b40c](https://github.com/IBM/kui/commit/aa2b40c)), closes [#5703](https://github.com/IBM/kui/issues/5703) +- **plugins/plugin-client-common:** close tabs doesn't produce the correct tab content ([6090887](https://github.com/IBM/kui/commit/6090887)), closes [#5220](https://github.com/IBM/kui/issues/5220) +- **plugins/plugin-client-common:** deleting and re-creating a split results double commands ([dde6eaa](https://github.com/IBM/kui/commit/dde6eaa)), closes [#5876](https://github.com/IBM/kui/issues/5876) +- **plugins/plugin-client-common:** don't show `isTabLayoutModificationResponse` and PresentedElseWhere response in MiniSplit ([a16767a](https://github.com/IBM/kui/commit/a16767a)), closes [#5690](https://github.com/IBM/kui/issues/5690) +- **plugins/plugin-client-common:** Editing Commentary should require double click ([efaded3](https://github.com/IBM/kui/commit/efaded3)), closes [#5686](https://github.com/IBM/kui/issues/5686) +- **plugins/plugin-client-common:** group the notebooks together in the ls -l table ([1a783f3](https://github.com/IBM/kui/commit/1a783f3)), closes [#5977](https://github.com/IBM/kui/issues/5977) +- **plugins/plugin-client-common:** improve Screenshot UI ([bc2102a](https://github.com/IBM/kui/commit/bc2102a)), closes [#3734](https://github.com/IBM/kui/issues/3734) +- **plugins/plugin-client-common:** keyboard shortcuts for TopTabStripe aren't working ([24d074f](https://github.com/IBM/kui/commit/24d074f)), closes [#3643](https://github.com/IBM/kui/issues/3643) +- **plugins/plugin-client-common:** prompt focus may not be restored when switching tabs ([5e81db9](https://github.com/IBM/kui/commit/5e81db9)), closes [#6239](https://github.com/IBM/kui/issues/6239) +- **plugins/plugin-client-common:** show table click result in a new split ([fd1b3a1](https://github.com/IBM/kui/commit/fd1b3a1)), closes [#6477](https://github.com/IBM/kui/issues/6477) +- **plugins/plugin-client-common:** tab switching can be slow on windows ([09f9b7d](https://github.com/IBM/kui/commit/09f9b7d)), closes [#5907](https://github.com/IBM/kui/issues/5907) +- **plugins/plugin-client-common:** update welcome.json to describe kui, not just notebooks ([96330c4](https://github.com/IBM/kui/commit/96330c4)), closes [#5878](https://github.com/IBM/kui/issues/5878) +- **plugins/plugin-core-support:** about shows wrong breadcrumbs ([aa05182](https://github.com/IBM/kui/commit/aa05182)), closes [#3972](https://github.com/IBM/kui/issues/3972) +- **plugins/plugin-core-support:** clicking on rows of theme table results in onccuous console error message ([942e800](https://github.com/IBM/kui/commit/942e800)), closes [#3779](https://github.com/IBM/kui/issues/3779) +- **plugins/plugin-core-support:** clicking on theme name should not change theme ([71f7fd2](https://github.com/IBM/kui/commit/71f7fd2)), closes [#3804](https://github.com/IBM/kui/issues/3804) +- **plugins/plugin-core-support:** clicks in replayed table are erratic ([c48b4ca](https://github.com/IBM/kui/commit/c48b4ca)), closes [#5758](https://github.com/IBM/kui/issues/5758) +- **plugins/plugin-core-support:** cmd+w does not close window ([e9765f3](https://github.com/IBM/kui/commit/e9765f3)), closes [#5084](https://github.com/IBM/kui/issues/5084) +- **plugins/plugin-core-support:** command `!!` returns console error ([0a6c140](https://github.com/IBM/kui/commit/0a6c140)), closes [#2893](https://github.com/IBM/kui/issues/2893) +- **plugins/plugin-core-support:** Notebook vfs has leftover debugging printf ([b1417d3](https://github.com/IBM/kui/commit/b1417d3)), closes [#6119](https://github.com/IBM/kui/issues/6119) +- **plugins/plugin-core-support:** notebook vfs uses win32 join when it should be using posix join ([7278d8a](https://github.com/IBM/kui/commit/7278d8a)), closes [#5903](https://github.com/IBM/kui/issues/5903) +- **plugins/plugin-core-support:** remove old "window" commands ([5a2645e](https://github.com/IBM/kui/commit/5a2645e)), closes [#5038](https://github.com/IBM/kui/issues/5038) +- **plugins/plugin-core-support:** sidecar "window" buttons are too large ([33415d2](https://github.com/IBM/kui/commit/33415d2)), closes [#5094](https://github.com/IBM/kui/issues/5094) +- **plugins/plugin-core-support:** Simplify themes table ([ae46d5e](https://github.com/IBM/kui/commit/ae46d5e)), closes [#6341](https://github.com/IBM/kui/issues/6341) +- "created split" message should disappear when corresponding split is closed ([f8486f8](https://github.com/IBM/kui/commit/f8486f8)), closes [#5629](https://github.com/IBM/kui/issues/5629) +- avoid excessive status stripe overheads when replaying Notebooks ([58de9c0](https://github.com/IBM/kui/commit/58de9c0)), closes [#5635](https://github.com/IBM/kui/issues/5635) +- improve the discoverability of repl-block action buttons ([470da34](https://github.com/IBM/kui/commit/470da34)), closes [#5604](https://github.com/IBM/kui/issues/5604) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- move default loadingDone icon into plugin-client-common ([39994bc](https://github.com/IBM/kui/commit/39994bc)), closes [#5026](https://github.com/IBM/kui/issues/5026) +- multiple command history regressions ([cbba96c](https://github.com/IBM/kui/commit/cbba96c)), closes [#5283](https://github.com/IBM/kui/issues/5283) +- new tab command can hang if title is provided ([a6c25c6](https://github.com/IBM/kui/commit/a6c25c6)), closes [#5624](https://github.com/IBM/kui/issues/5624) +- RadioTables are not replayable ([d0dd00e](https://github.com/IBM/kui/commit/d0dd00e)), closes [#5599](https://github.com/IBM/kui/issues/5599) +- re-saving a notebook via File/Save application menu does not preserve notebook title ([7fb8b43](https://github.com/IBM/kui/commit/7fb8b43)), closes [#5777](https://github.com/IBM/kui/issues/5777) +- remove up/down actions buttons ([3c8a8a1](https://github.com/IBM/kui/commit/3c8a8a1)), closes [#5774](https://github.com/IBM/kui/issues/5774) +- **plugins/plugin-core-support:** each time about opens, another Configure menu is added ([6f1dac2](https://github.com/IBM/kui/commit/6f1dac2)), closes [#3934](https://github.com/IBM/kui/issues/3934) +- **plugins/plugin-core-support:** getting started text is stretched in non-English ([1413a26](https://github.com/IBM/kui/commit/1413a26)) +- **plugins/plugin-core-support:** remove old unused css ([e04536f](https://github.com/IBM/kui/commit/e04536f)), closes [#3748](https://github.com/IBM/kui/issues/3748) +- **plugins/plugin-core-support:** repl screenshot button does not capture streaming output ([a4aa544](https://github.com/IBM/kui/commit/a4aa544)), closes [#3606](https://github.com/IBM/kui/issues/3606) +- **plugins/plugin-core-support:** snapshot and replay commands don't expand ~ ([3a2c7b9](https://github.com/IBM/kui/commit/3a2c7b9)), closes [#5740](https://github.com/IBM/kui/issues/5740) +- sidecar shouldn't be opened automatically when replay ([8d4cf8c](https://github.com/IBM/kui/commit/8d4cf8c)), closes [#5730](https://github.com/IBM/kui/issues/5730) +- **plugins/plugin-core-support:** tab completion of "interior" text is buggy ([b13cdb7](https://github.com/IBM/kui/commit/b13cdb7)), closes [#3605](https://github.com/IBM/kui/issues/3605) +- **plugins/plugin-core-support:** tab completion versus cursor motion ([d428a3e](https://github.com/IBM/kui/commit/d428a3e)), closes [#3087](https://github.com/IBM/kui/issues/3087) +- **plugins/plugin-core-support:** Terminal accordion svgs don't font zoom ([80caabd](https://github.com/IBM/kui/commit/80caabd)), closes [#4240](https://github.com/IBM/kui/issues/4240) +- **plugins/plugin-core-support:** UpdateChecker always reports that an update is available ([7bcf6ea](https://github.com/IBM/kui/commit/7bcf6ea)), closes [#4918](https://github.com/IBM/kui/issues/4918) +- **plugins/plugin-core-support:** UpdateChecker tooltip should show available version ([fa4f290](https://github.com/IBM/kui/commit/fa4f290)), closes [#4905](https://github.com/IBM/kui/issues/4905) +- **plugins/plugin-s3:** improve globbing in s3 rm commands ([48ef3bd](https://github.com/IBM/kui/commit/48ef3bd)), closes [#5709](https://github.com/IBM/kui/issues/5709) +- about contexts tab is non-functional ([c0b61b6](https://github.com/IBM/kui/commit/c0b61b6)), closes [#2890](https://github.com/IBM/kui/issues/2890) +- about should show breadcrumbs ([99dc401](https://github.com/IBM/kui/commit/99dc401)), closes [#4730](https://github.com/IBM/kui/issues/4730) +- avoiding reopening the Welcome to Kui tab even after the user has closed it ([6b0faff](https://github.com/IBM/kui/commit/6b0faff)), closes [#5673](https://github.com/IBM/kui/issues/5673) +- **plugins/plugin-core-support:** reduce overhead of serialized notebooks ([08fd0d6](https://github.com/IBM/kui/commit/08fd0d6)), closes [#5633](https://github.com/IBM/kui/issues/5633) +- cmd+w doesn't closes the window when there's only 1 tab ([f2868a9](https://github.com/IBM/kui/commit/f2868a9)), closes [#3884](https://github.com/IBM/kui/issues/3884) +- don't default to ls -l ([5a5b426](https://github.com/IBM/kui/commit/5a5b426)), closes [#3473](https://github.com/IBM/kui/issues/3473) +- eliminate complex nesting of NavResponse model ([e849ae7](https://github.com/IBM/kui/commit/e849ae7)), closes [#4205](https://github.com/IBM/kui/issues/4205) +- eliminate use of custom tag ([00e2728](https://github.com/IBM/kui/commit/00e2728)), closes [#3777](https://github.com/IBM/kui/issues/3777) +- font zooming issues ([5442532](https://github.com/IBM/kui/commit/5442532)), closes [#4176](https://github.com/IBM/kui/issues/4176) [#4177](https://github.com/IBM/kui/issues/4177) +- hitting escape on initial page load toggles open empty sidecar ([8fbdce5](https://github.com/IBM/kui/commit/8fbdce5)), closes [#4487](https://github.com/IBM/kui/issues/4487) +- improve the replayability of terminal splitting ([67811cd](https://github.com/IBM/kui/commit/67811cd)), closes [#5564](https://github.com/IBM/kui/issues/5564) +- improve windows build support ([cacd68b](https://github.com/IBM/kui/commit/cacd68b)), closes [#3332](https://github.com/IBM/kui/issues/3332) +- improved support for replaying splits ([8039a9d](https://github.com/IBM/kui/commit/8039a9d)), closes [#5535](https://github.com/IBM/kui/issues/5535) +- notebook replay should scroll to top, and not display welcome message on every tab ([7ade801](https://github.com/IBM/kui/commit/7ade801)), closes [#5515](https://github.com/IBM/kui/issues/5515) [#5516](https://github.com/IBM/kui/issues/5516) +- pick a winner if more than one tab completion enumerator has offerings ([fbd6696](https://github.com/IBM/kui/commit/fbd6696)), closes [#3736](https://github.com/IBM/kui/issues/3736) +- port filesystem tab completion to tab completion API ([df4ee2f](https://github.com/IBM/kui/commit/df4ee2f)), closes [#3446](https://github.com/IBM/kui/issues/3446) [#2403](https://github.com/IBM/kui/issues/2403) [#3447](https://github.com/IBM/kui/issues/3447) +- reduce expense of preloader on webapp init ([00b87c0](https://github.com/IBM/kui/commit/00b87c0)), closes [#3286](https://github.com/IBM/kui/issues/3286) +- reducing flashing effect for PTY command not found errors ([f160337](https://github.com/IBM/kui/commit/f160337)), closes [#3449](https://github.com/IBM/kui/issues/3449) +- regression due to introduced cycle dependendence ([d1799b0](https://github.com/IBM/kui/commit/d1799b0)), closes [#3422](https://github.com/IBM/kui/issues/3422) +- remove config.d/version.json in favor of using the version field from package.json ([1e296c7](https://github.com/IBM/kui/commit/1e296c7)), closes [#4300](https://github.com/IBM/kui/issues/4300) +- remove invalid bodyCss fields in config.d/style.json ([99a92ab](https://github.com/IBM/kui/commit/99a92ab)), closes [#4307](https://github.com/IBM/kui/issues/4307) +- remove screenshot strings out of core-support i18n resource file ([65fccb8](https://github.com/IBM/kui/commit/65fccb8)), closes [#3715](https://github.com/IBM/kui/issues/3715) +- replay --freshen does not support multi-split notebooks ([afd070c](https://github.com/IBM/kui/commit/afd070c)), closes [#5571](https://github.com/IBM/kui/issues/5571) [#5572](https://github.com/IBM/kui/issues/5572) +- restore status stripe to default behavior on terminal clear ([128ec92](https://github.com/IBM/kui/commit/128ec92)), closes [#5495](https://github.com/IBM/kui/issues/5495) +- sidecar screenshot captures blank canvas ([ce38178](https://github.com/IBM/kui/commit/ce38178)), closes [#3679](https://github.com/IBM/kui/issues/3679) +- snapshot command fails at `k get -o yaml` ([fe53fb0](https://github.com/IBM/kui/commit/fe53fb0)), closes [#5458](https://github.com/IBM/kui/issues/5458) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) +- split screen terminals sometimes incorrect handle exit ([d63cde7](https://github.com/IBM/kui/commit/d63cde7)), closes [#4860](https://github.com/IBM/kui/issues/4860) +- tab new command should respond with ElsewhereCommentary response ([19a7e1d](https://github.com/IBM/kui/commit/19a7e1d)), closes [#5602](https://github.com/IBM/kui/issues/5602) +- terminal clearing versus splits results in non-replayable splits ([8f9dc23](https://github.com/IBM/kui/commit/8f9dc23)), closes [#5626](https://github.com/IBM/kui/issues/5626) +- **packages/core:** backslashes not always properly parsed ([61b118f](https://github.com/IBM/kui/commit/61b118f)), closes [#5287](https://github.com/IBM/kui/issues/5287) +- **plugins/plugin-client-common:** add support for titles in commentary ([fbe367c](https://github.com/IBM/kui/commit/fbe367c)), closes [#5434](https://github.com/IBM/kui/issues/5434) +- **plugins/plugin-client-common:** inconsistent top padding above Cards ([1e1037f](https://github.com/IBM/kui/commit/1e1037f)), closes [#5299](https://github.com/IBM/kui/issues/5299) +- **plugins/plugin-core-support:** notebook VFS does not properly handle globs for ls enumeration ([8cee899](https://github.com/IBM/kui/commit/8cee899)), closes [#5578](https://github.com/IBM/kui/issues/5578) +- **Plugins/plugin-core-support:** support for shallow recording of notebooks ([605b0e3](https://github.com/IBM/kui/commit/605b0e3)), closes [#5529](https://github.com/IBM/kui/issues/5529) +- use 30/70 split for LeftNavSidecar ([9a43d0b](https://github.com/IBM/kui/commit/9a43d0b)), closes [#4454](https://github.com/IBM/kui/issues/4454) [#4455](https://github.com/IBM/kui/issues/4455) +- vfs fixes for multi-source copying and for s3 globbing ([893902e](https://github.com/IBM/kui/commit/893902e)), closes [#5511](https://github.com/IBM/kui/issues/5511) + +### chore + +- kui client cleanup ([b4c3984](https://github.com/IBM/kui/commit/b4c3984)), closes [#3974](https://github.com/IBM/kui/issues/3974) + +### Features + +- **plugins/plugin-client-common:** Shift-enter or CmdCtrl+S to save within Commentary ([4cf496a](https://github.com/IBM/kui/commit/4cf496a)), closes [#6827](https://github.com/IBM/kui/issues/6827) +- a new model NavResponse supporting side navigation menu ([41940eb](https://github.com/IBM/kui/commit/41940eb)), closes [#3659](https://github.com/IBM/kui/issues/3659) +- ability to register an onClose handler when opening a tab ([58a36c3](https://github.com/IBM/kui/commit/58a36c3)), closes [#5670](https://github.com/IBM/kui/issues/5670) +- add a command to return the Card Component in Terminal ([d8d13ab](https://github.com/IBM/kui/commit/d8d13ab)), closes [#4973](https://github.com/IBM/kui/issues/4973) +- add a prefer-re-execution option to snapshot ([af7b98b](https://github.com/IBM/kui/commit/af7b98b)), closes [#5622](https://github.com/IBM/kui/issues/5622) +- add alert command to display Alert component in Terminal ([495d3bb](https://github.com/IBM/kui/commit/495d3bb)), closes [#4957](https://github.com/IBM/kui/issues/4957) +- add capability to click to edit/rerun a command ([4296933](https://github.com/IBM/kui/commit/4296933)), closes [#5654](https://github.com/IBM/kui/issues/5654) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add CommentaryReponse to snapshot/replay the response of commentary command ([7d13a93](https://github.com/IBM/kui/commit/7d13a93)), closes [#5439](https://github.com/IBM/kui/issues/5439) +- add history to sidecar views ([b1e5543](https://github.com/IBM/kui/commit/b1e5543)), closes [#3960](https://github.com/IBM/kui/issues/3960) +- add support for command string modes that specify contentType ([31c6940](https://github.com/IBM/kui/commit/31c6940)), closes [#3299](https://github.com/IBM/kui/issues/3299) +- allow controllers to control the color of the status stripe ([708570c](https://github.com/IBM/kui/commit/708570c)), closes [#5490](https://github.com/IBM/kui/issues/5490) +- allow plugins to define themes ([216f41c](https://github.com/IBM/kui/commit/216f41c)), closes [#3420](https://github.com/IBM/kui/issues/3420) +- allow plugins to use subdirectories ([e7cc3e3](https://github.com/IBM/kui/commit/e7cc3e3)), closes [#3389](https://github.com/IBM/kui/issues/3389) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- carbon tables ([237e9a5](https://github.com/IBM/kui/commit/237e9a5)), closes [#3632](https://github.com/IBM/kui/issues/3632) +- command history should be tab-specific ([1b987e0](https://github.com/IBM/kui/commit/1b987e0)), closes [#1299](https://github.com/IBM/kui/issues/1299) +- commentary command to add comments to REPL ([c304fd3](https://github.com/IBM/kui/commit/c304fd3)), closes [#5428](https://github.com/IBM/kui/issues/5428) +- custom tab titles ([fd780df](https://github.com/IBM/kui/commit/fd780df)), closes [#5525](https://github.com/IBM/kui/issues/5525) +- enable plugin-manager for electron clients ([4814cb9](https://github.com/IBM/kui/commit/4814cb9)), closes [#2935](https://github.com/IBM/kui/issues/2935) +- execute the command in url query when the browser app is loaded ([b0b95cf](https://github.com/IBM/kui/commit/b0b95cf)), closes [#5879](https://github.com/IBM/kui/issues/5879) +- extend MultiModalResponse to support functions that produce content ([b940c63](https://github.com/IBM/kui/commit/b940c63)), closes [#3022](https://github.com/IBM/kui/issues/3022) +- Feature: improve support for parallelization across VFS operations ([e05d7e0](https://github.com/IBM/kui/commit/e05d7e0)), closes [#5831](https://github.com/IBM/kui/issues/5831) +- improve repl-block selection ([305b36f](https://github.com/IBM/kui/commit/305b36f)), closes [#5587](https://github.com/IBM/kui/issues/5587) +- initial/minimal snapshot/replay support ([bb7ae0f](https://github.com/IBM/kui/commit/bb7ae0f)), closes [#5280](https://github.com/IBM/kui/issues/5280) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463) +- introduce reexec for rerunning commands ([fe80525](https://github.com/IBM/kui/commit/fe80525)), closes [#6026](https://github.com/IBM/kui/issues/6026) +- inverse splits ([38d2895](https://github.com/IBM/kui/commit/38d2895)), closes [#5537](https://github.com/IBM/kui/issues/5537) +- Kui implementation of `watch` ([2cb3f98](https://github.com/IBM/kui/commit/2cb3f98)), closes [#6379](https://github.com/IBM/kui/issues/6379) +- left-navigation sidecar ([f88329e](https://github.com/IBM/kui/commit/f88329e)), closes [#3635](https://github.com/IBM/kui/issues/3635) +- Make PatternFly4 Light the default theme ([7d31c17](https://github.com/IBM/kui/commit/7d31c17)), closes [#6773](https://github.com/IBM/kui/issues/6773) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- refine NavResponse and add NavLinks support in LeftNavSidecar ([f1d8d98](https://github.com/IBM/kui/commit/f1d8d98)), closes [#3902](https://github.com/IBM/kui/issues/3902) +- save/restore pty command output ([2c291a9](https://github.com/IBM/kui/commit/2c291a9)), closes [#5314](https://github.com/IBM/kui/issues/5314) +- UX: Use Dropdown for theme switcher ([6cc6a47](https://github.com/IBM/kui/commit/6cc6a47)), closes [#6347](https://github.com/IBM/kui/issues/6347) +- **packages/core:** allow controller to opt in/out recording table row onclicks when snapshot ([cc83ce7](https://github.com/IBM/kui/commit/cc83ce7)), closes [#5565](https://github.com/IBM/kui/issues/5565) +- **plugins/plugin-client-common:** add support for Tags in StatusStripe ([d112c86](https://github.com/IBM/kui/commit/d112c86)), closes [#4951](https://github.com/IBM/kui/issues/4951) +- **plugins/plugin-client-common:** allow users to insert command before a repl block ([e935092](https://github.com/IBM/kui/commit/e935092)), closes [#5576](https://github.com/IBM/kui/issues/5576) +- **plugins/plugin-client-common:** allow users to reorder blocks by MoveUp and MoveDown buttons ([f7f6918](https://github.com/IBM/kui/commit/f7f6918)), closes [#5589](https://github.com/IBM/kui/issues/5589) +- **plugins/plugin-client-common:** block-level copy/paste ([a72cf8d](https://github.com/IBM/kui/commit/a72cf8d)), closes [#5752](https://github.com/IBM/kui/issues/5752) +- **plugins/plugin-client-common:** edit a commentary response using SimpleEditor ([6d828c1](https://github.com/IBM/kui/commit/6d828c1)), closes [#5664](https://github.com/IBM/kui/issues/5664) +- **plugins/plugin-client-common:** Improve Commentary editing UI by adding real Done button ([1f544b5](https://github.com/IBM/kui/commit/1f544b5)), closes [#5667](https://github.com/IBM/kui/issues/5667) +- **plugins/plugin-client-common:** split command should allow user to specify splice index ([75857e9](https://github.com/IBM/kui/commit/75857e9)), closes [#5746](https://github.com/IBM/kui/issues/5746) +- **plugins/plugin-core-support:** conditional opening of tabs ([35648b8](https://github.com/IBM/kui/commit/35648b8)), closes [#5619](https://github.com/IBM/kui/issues/5619) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- pin a watchable terminal response in a split pane ([662f413](https://github.com/IBM/kui/commit/662f413)), closes [#4865](https://github.com/IBM/kui/issues/4865) [#4573](https://github.com/IBM/kui/issues/4573) [#4885](https://github.com/IBM/kui/issues/4885) [#4894](https://github.com/IBM/kui/issues/4894) +- port kubectl get ns to RadioTable ([be0eabf](https://github.com/IBM/kui/commit/be0eabf)), closes [#4510](https://github.com/IBM/kui/issues/4510) [#4511](https://github.com/IBM/kui/issues/4511) +- RadioTable and port of the themes table to use it ([79a3e8e](https://github.com/IBM/kui/commit/79a3e8e)), closes [#4507](https://github.com/IBM/kui/issues/4507) +- separate out themes into a new settings Notebook ([5180759](https://github.com/IBM/kui/commit/5180759)), closes [#5605](https://github.com/IBM/kui/issues/5605) +- snapshot freshening ([d5c8991](https://github.com/IBM/kui/commit/d5c8991)), closes [#5522](https://github.com/IBM/kui/issues/5522) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- status stripe ([d485ab3](https://github.com/IBM/kui/commit/d485ab3)), closes [#3475](https://github.com/IBM/kui/issues/3475) [#1859](https://github.com/IBM/kui/issues/1859) +- StatusStripe should respond to font zooming ([26ba443](https://github.com/IBM/kui/commit/26ba443)), closes [#4242](https://github.com/IBM/kui/issues/4242) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) +- support replaying in new tab ([04a2c67](https://github.com/IBM/kui/commit/04a2c67)), closes [#5509](https://github.com/IBM/kui/issues/5509) +- switch to Carbon Gray 10 as default theme in plugin-default-client ([c56e2f5](https://github.com/IBM/kui/commit/c56e2f5)), closes [#4101](https://github.com/IBM/kui/issues/4101) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) +- update checker ([a7908d2](https://github.com/IBM/kui/commit/a7908d2)), closes [#4537](https://github.com/IBM/kui/issues/4537) +- update ls to allow for presenting content from more limited VFS's such as tutorials ([a1ff1a4](https://github.com/IBM/kui/commit/a1ff1a4)), closes [#5497](https://github.com/IBM/kui/issues/5497) +- use Carbon Components UIShell for TopTabStripe ([8d7619d](https://github.com/IBM/kui/commit/8d7619d)), closes [#3819](https://github.com/IBM/kui/issues/3819) +- **packages/core:** pass a PreloadRegistrar to plugin preloaders ([54d727a](https://github.com/IBM/kui/commit/54d727a)), closes [#3189](https://github.com/IBM/kui/issues/3189) +- **plugins/plugin-core-support:** switch tabs via keyboard shortcuts ([4f2bb76](https://github.com/IBM/kui/commit/4f2bb76)), closes [#1242](https://github.com/IBM/kui/issues/1242) + +### BREAKING CHANGES + +- **plugins/plugin-core-support:** removes window commands + +also make quit and exit for electron only + +- removes support for inBrowserOk +- this moves plugin-sidecar and plugin-carbon-tables into plugin-client-common +- **packages/core:** remove old EntitySpec support + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-core-support/package.json b/plugins/plugin-core-support/package.json index 557a86fa44f..8c39f80f3a1 100644 --- a/plugins/plugin-core-support/package.json +++ b/plugins/plugin-core-support/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-core-support", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin offering core extensions such as help and screenshot commands", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-core-themes/CHANGELOG.md b/plugins/plugin-core-themes/CHANGELOG.md index 8d04bfb7e7c..78175f1c6ea 100644 --- a/plugins/plugin-core-themes/CHANGELOG.md +++ b/plugins/plugin-core-themes/CHANGELOG.md @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- a few more color contrast issues with inverted sidecar themes ([f0f36d5](https://github.com/IBM/kui/commit/f0f36d5)), closes [#3874](https://github.com/IBM/kui/issues/3874) +- a few more color contrast issues with inverted sidecars ([0776df7](https://github.com/IBM/kui/commit/0776df7)), closes [#3835](https://github.com/IBM/kui/issues/3835) +- Clean up the way patternfly fonts are incorporated into themes ([2ba49e9](https://github.com/IBM/kui/commit/2ba49e9)), closes [#6375](https://github.com/IBM/kui/issues/6375) +- the x in the offline badge is sometimes low contrast, especially in dark themes ([c60157c](https://github.com/IBM/kui/commit/c60157c)), closes [#6784](https://github.com/IBM/kui/issues/6784) +- **plugins/plugin-core-themes:** Sidecar header and body may lack contrast ([b09391e](https://github.com/IBM/kui/commit/b09391e)), closes [#6306](https://github.com/IBM/kui/issues/6306) +- block timestamp in Light theme/lightweight ui has low contrast ([6ae08fd](https://github.com/IBM/kui/commit/6ae08fd)), closes [#6226](https://github.com/IBM/kui/issues/6226) +- Confirm dialog color contrast issues ([da14c25](https://github.com/IBM/kui/commit/da14c25)), closes [#4995](https://github.com/IBM/kui/issues/4995) +- improve CodeSnippet rendering in Markdown ([9df43d0](https://github.com/IBM/kui/commit/9df43d0)), closes [#3863](https://github.com/IBM/kui/issues/3863) +- increase contrast in watch pane ([246ecd2](https://github.com/IBM/kui/commit/246ecd2)), closes [#5000](https://github.com/IBM/kui/issues/5000) [#5001](https://github.com/IBM/kui/issues/5001) +- monaco diff view colors are not themed ([eed2527](https://github.com/IBM/kui/commit/eed2527)), closes [#6232](https://github.com/IBM/kui/issues/6232) +- more inverted sidecar fixes ([5316c66](https://github.com/IBM/kui/commit/5316c66)), closes [#3756](https://github.com/IBM/kui/issues/3756) +- move patternfly alignment out of patternfly themes plugin ([6adbfd6](https://github.com/IBM/kui/commit/6adbfd6)), closes [#4988](https://github.com/IBM/kui/issues/4988) +- multiple fixes for screenshot toast notification UI ([8725e0b](https://github.com/IBM/kui/commit/8725e0b)), closes [#3933](https://github.com/IBM/kui/issues/3933) +- reduce custom CSS rules for table UI ([56f69cb](https://github.com/IBM/kui/commit/56f69cb)), closes [#5024](https://github.com/IBM/kui/issues/5024) +- status stripe UI fixes to work better across themes ([2aa107f](https://github.com/IBM/kui/commit/2aa107f)), closes [#3507](https://github.com/IBM/kui/issues/3507) +- text selection in active xterms for light themes is not visible ([ace9ec9](https://github.com/IBM/kui/commit/ace9ec9)), closes [#4087](https://github.com/IBM/kui/issues/4087) +- Tree view badges can have low contrast ([9be1ae5](https://github.com/IBM/kui/commit/9be1ae5)), closes [#6245](https://github.com/IBM/kui/issues/6245) +- **plugins/plugin-core-themes:** In Light theme, inverted splits don't render well ([db6ae59](https://github.com/IBM/kui/commit/db6ae59)), closes [#6220](https://github.com/IBM/kui/issues/6220) +- support for using patternfly components with non-patternfly themes ([f88ef97](https://github.com/IBM/kui/commit/f88ef97)), closes [#4934](https://github.com/IBM/kui/issues/4934) +- use more standard TopTabStripe UI ([c390dff](https://github.com/IBM/kui/commit/c390dff)), closes [#3867](https://github.com/IBM/kui/issues/3867) +- **plugins/plugin-carbon-themes:** carbon themes do not fully apply ([1659157](https://github.com/IBM/kui/commit/1659157)), closes [#3740](https://github.com/IBM/kui/issues/3740) + +### chore + +- kui client cleanup ([b4c3984](https://github.com/IBM/kui/commit/b4c3984)), closes [#3974](https://github.com/IBM/kui/issues/3974) + +### Features + +- allow plugins to define themes ([216f41c](https://github.com/IBM/kui/commit/216f41c)), closes [#3420](https://github.com/IBM/kui/issues/3420) +- Improve support for designing light themes ([b6c859f](https://github.com/IBM/kui/commit/b6c859f)), closes [#6372](https://github.com/IBM/kui/issues/6372) +- lightweight ui options for core themes ([cf96867](https://github.com/IBM/kui/commit/cf96867)), closes [#6187](https://github.com/IBM/kui/issues/6187) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- refine sidecar minimization ([ead3b41](https://github.com/IBM/kui/commit/ead3b41)), closes [#3958](https://github.com/IBM/kui/issues/3958) + +### BREAKING CHANGES + +- this moves plugin-sidecar and plugin-carbon-tables into plugin-client-common + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-core-themes/package.json b/plugins/plugin-core-themes/package.json index 40b65755872..15731473705 100644 --- a/plugins/plugin-core-themes/package.json +++ b/plugins/plugin-core-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-core-themes", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin offering a standard set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-electron-components/CHANGELOG.md b/plugins/plugin-electron-components/CHANGELOG.md index 77eafee7bfa..018cb7bab15 100644 --- a/plugins/plugin-electron-components/CHANGELOG.md +++ b/plugins/plugin-electron-components/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- In narrower windows, there is too much content in the StatusStripe ([453bc86](https://github.com/IBM/kui/commit/453bc86)), closes [#6570](https://github.com/IBM/kui/issues/6570) +- in screenshot alert, the icon and title text are misaligned ([ff57573](https://github.com/IBM/kui/commit/ff57573)), closes [#6770](https://github.com/IBM/kui/issues/6770) +- Screenshot alert is not visible in narrower windows ([d94da68](https://github.com/IBM/kui/commit/d94da68)), closes [#6843](https://github.com/IBM/kui/issues/6843) +- UpdateChecker does not render tables, lists, or relative image refs properly ([3e6ba75](https://github.com/IBM/kui/commit/3e6ba75)), closes [#6918](https://github.com/IBM/kui/issues/6918) +- **plugins/plugin-electron-components:** UpdateChecker should ignore prereleases ([29cba1d](https://github.com/IBM/kui/commit/29cba1d)), closes [#6655](https://github.com/IBM/kui/issues/6655) +- UpdateChecker popover can be too height ([8f87488](https://github.com/IBM/kui/commit/8f87488)), closes [#6413](https://github.com/IBM/kui/issues/6413) +- **plugins/plugin-electron-components:** Update available fires when older legacy dist tags are released ([a15b83b](https://github.com/IBM/kui/commit/a15b83b)), closes [#5823](https://github.com/IBM/kui/issues/5823) +- **plugins/plugin-electron-components:** UpdateChecker emits console errors when running tests ([a2a99c3](https://github.com/IBM/kui/commit/a2a99c3)), closes [#5838](https://github.com/IBM/kui/issues/5838) + +### Features + +- allow controllers to control the color of the status stripe ([708570c](https://github.com/IBM/kui/commit/708570c)), closes [#5490](https://github.com/IBM/kui/issues/5490) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- Refine Update Checker widget UI ([5c97479](https://github.com/IBM/kui/commit/5c97479)), closes [#6343](https://github.com/IBM/kui/issues/6343) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-electron-components/package.json b/plugins/plugin-electron-components/package.json index 4ac7ba40263..d83df6b9967 100644 --- a/plugins/plugin-electron-components/package.json +++ b/plugins/plugin-electron-components/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-electron-components", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that houses electron-specific React components", "license": "Apache-2.0", "author": "@starpit", diff --git a/plugins/plugin-git/CHANGELOG.md b/plugins/plugin-git/CHANGELOG.md index e50e8cd01f8..eceb5c19701 100644 --- a/plugins/plugin-git/CHANGELOG.md +++ b/plugins/plugin-git/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-git:** git branch command fails if the underlying git command decides to paginate ([45af52b](https://github.com/IBM/kui/commit/45af52b)), closes [#6535](https://github.com/IBM/kui/issues/6535) +- use Dropdown component for RadioTable impl ([244b16a](https://github.com/IBM/kui/commit/244b16a)), closes [#6539](https://github.com/IBM/kui/issues/6539) +- **plugin-client-common:** RadioTable onSelect changes do not always result in status stripe updates ([3549b7a](https://github.com/IBM/kui/commit/3549b7a)), closes [#5644](https://github.com/IBM/kui/issues/5644) +- **plugins/plugin-git:** CurrentGitBranch excessively reports errors to the console ([aa53c0a](https://github.com/IBM/kui/commit/aa53c0a)), closes [#5291](https://github.com/IBM/kui/issues/5291) +- **plugins/plugin-git:** kui's git branch command fails if the underlying git command decides to paginate ([47e1616](https://github.com/IBM/kui/commit/47e1616)), closes [#6535](https://github.com/IBM/kui/issues/6535) +- avoid excessive status stripe overheads when replaying Notebooks ([58de9c0](https://github.com/IBM/kui/commit/58de9c0)), closes [#5635](https://github.com/IBM/kui/issues/5635) +- improve handling of narrower windows ([7a32591](https://github.com/IBM/kui/commit/7a32591)), closes [#4181](https://github.com/IBM/kui/issues/4181) +- improve hover effect for status stripe buttons ([50ced8f](https://github.com/IBM/kui/commit/50ced8f)), closes [#4896](https://github.com/IBM/kui/issues/4896) +- pick a winner if more than one tab completion enumerator has offerings ([fbd6696](https://github.com/IBM/kui/commit/fbd6696)), closes [#3736](https://github.com/IBM/kui/issues/3736) +- RadioTables are not replayable ([d0dd00e](https://github.com/IBM/kui/commit/d0dd00e)), closes [#5599](https://github.com/IBM/kui/issues/5599) +- restore status stripe to default behavior on terminal clear ([128ec92](https://github.com/IBM/kui/commit/128ec92)), closes [#5495](https://github.com/IBM/kui/issues/5495) +- **packages/core:** status stripe fragments should be hidden until data arrives ([5792746](https://github.com/IBM/kui/commit/5792746)), closes [#3538](https://github.com/IBM/kui/issues/3538) +- **plugins/plugin-core-support:** tab completion of "interior" text is buggy ([b13cdb7](https://github.com/IBM/kui/commit/b13cdb7)), closes [#3605](https://github.com/IBM/kui/issues/3605) +- **plugins/plugin-git:** CurrentGitBranch widget can produce spurious console error messages ([705de4e](https://github.com/IBM/kui/commit/705de4e)), closes [#3941](https://github.com/IBM/kui/issues/3941) + +### Features + +- clicking changed files in the `git status widget` should show `git diff` result in a DiffEditor ([3a199c7](https://github.com/IBM/kui/commit/3a199c7)), closes [#6348](https://github.com/IBM/kui/issues/6348) +- Refine Update Checker widget UI ([5c97479](https://github.com/IBM/kui/commit/5c97479)), closes [#6343](https://github.com/IBM/kui/issues/6343) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) +- use a Popover UI for git branch status stripe widget ([6bbf348](https://github.com/IBM/kui/commit/6bbf348)), closes [#6325](https://github.com/IBM/kui/issues/6325) +- **plugins/plugin-git:** git branch should respond with RadioTable ([59a9213](https://github.com/IBM/kui/commit/59a9213)), closes [#5256](https://github.com/IBM/kui/issues/5256) +- SPI for icons ([3d034e3](https://github.com/IBM/kui/commit/3d034e3)), closes [#4441](https://github.com/IBM/kui/issues/4441) [#4364](https://github.com/IBM/kui/issues/4364) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-git/package.json b/plugins/plugin-git/package.json index e9102bacfd9..732f5ae7445 100644 --- a/plugins/plugin-git/package.json +++ b/plugins/plugin-git/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-git", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that offers git integrations", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-iter8/CHANGELOG.md b/plugins/plugin-iter8/CHANGELOG.md index 2f232d4d789..da31e08ce22 100644 --- a/plugins/plugin-iter8/CHANGELOG.md +++ b/plugins/plugin-iter8/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-client-common:** group the notebooks together in the ls -l table ([1a783f3](https://github.com/IBM/kui/commit/1a783f3)), closes [#5977](https://github.com/IBM/kui/issues/5977) +- **plugins/plugin-client-common:** isReplay bit on Blocks is not set for snapshots ([c6d1633](https://github.com/IBM/kui/commit/c6d1633)), closes [#5868](https://github.com/IBM/kui/issues/5868) +- **plugins/plugin-iter8:** avoid collisions with global css rules ([8fff7b4](https://github.com/IBM/kui/commit/8fff7b4)), closes [#5432](https://github.com/IBM/kui/issues/5432) +- **plugins/plugin-iter8:** fix for typing errors in plugin-iter8 ([bf20b03](https://github.com/IBM/kui/commit/bf20b03)), closes [#6432](https://github.com/IBM/kui/issues/6432) +- **plugins/plugin-iter8:** iter8 create experiment combo boxes have misplaced svg ([dfc6cfb](https://github.com/IBM/kui/commit/dfc6cfb)), closes [#5419](https://github.com/IBM/kui/issues/5419) +- **plugins/plugin-iter8:** minor install command edit in notebook ([0691c4d](https://github.com/IBM/kui/commit/0691c4d)) +- **plugins/plugin-iter8:** remove use of patternfly's Touchspin ([c8f9351](https://github.com/IBM/kui/commit/c8f9351)), closes [#6875](https://github.com/IBM/kui/issues/6875) +- improve existing notebooks for v1 ([1af5cc2](https://github.com/IBM/kui/commit/1af5cc2)), closes [#5858](https://github.com/IBM/kui/issues/5858) +- store the commentary text result to the command when editing is done ([5a3f5e8](https://github.com/IBM/kui/commit/5a3f5e8)), closes [#5916](https://github.com/IBM/kui/issues/5916) [#5672](https://github.com/IBM/kui/issues/5672) +- **plugins/plugin-iter8:** Removed execSync from iter8 plugin ([1899a78](https://github.com/IBM/kui/commit/1899a78)), closes [#5408](https://github.com/IBM/kui/issues/5408) + +### Features + +- **plugins/plugin-iter8:** added new iter8 plugin ([82989ab](https://github.com/IBM/kui/commit/82989ab)), closes [#5400](https://github.com/IBM/kui/issues/5400) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-iter8/package.json b/plugins/plugin-iter8/package.json index 7476bd1d546..99a8f97b4b7 100644 --- a/plugins/plugin-iter8/package.json +++ b/plugins/plugin-iter8/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-iter8", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that offers Iter8 integration", "author": "Yan Yan Huang", "contributors": [ diff --git a/plugins/plugin-kubectl-flow-views/CHANGELOG.md b/plugins/plugin-kubectl-flow-views/CHANGELOG.md index 1f0fac57bf0..8e54ffe51de 100644 --- a/plugins/plugin-kubectl-flow-views/CHANGELOG.md +++ b/plugins/plugin-kubectl-flow-views/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-kubectl-flow-views:** `tekton flow` command does not support previewing a remote url ([214820f](https://github.com/IBM/kui/commit/214820f)), closes [#6274](https://github.com/IBM/kui/issues/6274) +- **plugins/plugin-kubectl-flow-views:** `tekton flow` command fails ([21600cc](https://github.com/IBM/kui/commit/21600cc)), closes [#6272](https://github.com/IBM/kui/issues/6272) + +### Features + +- Expand kubectl direct watching to support heterogeneous use cases ([8df1ad3](https://github.com/IBM/kui/commit/8df1ad3)), closes [#6504](https://github.com/IBM/kui/issues/6504) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-kubectl-flow-views/package.json b/plugins/plugin-kubectl-flow-views/package.json index abe2f984623..11e04f5b57b 100644 --- a/plugins/plugin-kubectl-flow-views/package.json +++ b/plugins/plugin-kubectl-flow-views/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl-flow-views", - "version": "10.0.1", + "version": "10.1.1", "description": "Kubectl flow visualizations for Kui", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-kubectl/CHANGELOG.md b/plugins/plugin-kubectl/CHANGELOG.md index d2a55b0df41..011f34b0861 100644 --- a/plugins/plugin-kubectl/CHANGELOG.md +++ b/plugins/plugin-kubectl/CHANGELOG.md @@ -3,6 +3,367 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-client-common:** onclick handlers for ls should respond only to clicking on text ([8477386](https://github.com/IBM/kui/commit/8477386)), closes [#6567](https://github.com/IBM/kui/issues/6567) +- **plugins/plugin-client-common:** show table click result in a new split ([fd1b3a1](https://github.com/IBM/kui/commit/fd1b3a1)), closes [#6477](https://github.com/IBM/kui/issues/6477) +- **plugins/plugin-client-common:** Table onclick handlers applied to every cell ([d5a9c3a](https://github.com/IBM/kui/commit/d5a9c3a)), closes [#6792](https://github.com/IBM/kui/issues/6792) +- **plugins/plugin-kubectl:** `k get all` with direct/get doesn't fail back to the old impl of get ([bdc3446](https://github.com/IBM/kui/commit/bdc3446)), closes [#6643](https://github.com/IBM/kui/issues/6643) +- **plugins/plugin-kubectl:** `k get all` with direct/get doesn't fail back to the old impl of get ([a2c0c2b](https://github.com/IBM/kui/commit/a2c0c2b)), closes [#6643](https://github.com/IBM/kui/issues/6643) +- **plugins/plugin-kubectl:** direct operations fail if err.message is not JSON ([c5dc825](https://github.com/IBM/kui/commit/c5dc825)), closes [#6653](https://github.com/IBM/kui/issues/6653) +- **plugins/plugin-kubectl:** direct tables in splits are not hiding columns correctly ([5cc6cfc](https://github.com/IBM/kui/commit/5cc6cfc)), closes [#6484](https://github.com/IBM/kui/issues/6484) +- **plugins/plugin-kubectl:** direct watcher improperly formats event url ([d9717ff](https://github.com/IBM/kui/commit/d9717ff)), closes [#6593](https://github.com/IBM/kui/issues/6593) +- **plugins/plugin-kubectl:** direct/watch may update rows in a wrong order ([c0e5e17](https://github.com/IBM/kui/commit/c0e5e17)), closes [#6642](https://github.com/IBM/kui/issues/6642) +- **plugins/plugin-kubectl:** event watcher doesn't render well in minisplit ([56176de](https://github.com/IBM/kui/commit/56176de)), closes [#6772](https://github.com/IBM/kui/issues/6772) +- **plugins/plugin-kubectl:** events watching returns an empty table with just a streaming events footer ([fbeae76](https://github.com/IBM/kui/commit/fbeae76)), closes [#2771](https://github.com/IBM/kui/issues/2771) +- **plugins/plugin-kubectl:** fetchFileString aggressively calls toString on all objects ([01c1964](https://github.com/IBM/kui/commit/01c1964)), closes [#6941](https://github.com/IBM/kui/issues/6941) +- **plugins/plugin-kubectl:** get without kind doesn't fail back to the old get impl ([e85af25](https://github.com/IBM/kui/commit/e85af25)), closes [#6719](https://github.com/IBM/kui/issues/6719) +- **plugins/plugin-kubectl:** get-direct does not support field-selectors ([85b849c](https://github.com/IBM/kui/commit/85b849c)), closes [#6473](https://github.com/IBM/kui/issues/6473) +- **plugins/plugin-kubectl:** helm test can fail due to helm release name exceeding 63 characters ([a9903ea](https://github.com/IBM/kui/commit/a9903ea)), closes [#6377](https://github.com/IBM/kui/issues/6377) +- **plugins/plugin-kubectl:** heterogeneous apply tables lack a breadcrumb ([ee0bd2b](https://github.com/IBM/kui/commit/ee0bd2b)), closes [#6512](https://github.com/IBM/kui/issues/6512) +- **plugins/plugin-kubectl:** heterogeneous get unifies table incorrectly when some resources have label ([a5dab2e](https://github.com/IBM/kui/commit/a5dab2e)), closes [#6672](https://github.com/IBM/kui/issues/6672) [#6676](https://github.com/IBM/kui/issues/6676) +- **plugins/plugin-kubectl:** k api-resources | grep events has odd error message ([338ae2f](https://github.com/IBM/kui/commit/338ae2f)), closes [#6838](https://github.com/IBM/kui/issues/6838) +- **plugins/plugin-kubectl:** k logs has bad error message ([d1afe30](https://github.com/IBM/kui/commit/d1afe30)), closes [#6740](https://github.com/IBM/kui/issues/6740) +- **plugins/plugin-kubectl:** kubectl delete poller may get stuck Green ([c1d7662](https://github.com/IBM/kui/commit/c1d7662)), closes [#6436](https://github.com/IBM/kui/issues/6436) +- **plugins/plugin-kubectl:** kubectl direct status watcher can get stuck ([2346ce2](https://github.com/IBM/kui/commit/2346ce2)), closes [#6514](https://github.com/IBM/kui/issues/6514) +- **plugins/plugin-kubectl:** kubectl direct streaming fails to register a stream.on('error') ([44a6038](https://github.com/IBM/kui/commit/44a6038)), closes [#6616](https://github.com/IBM/kui/issues/6616) +- **plugins/plugin-kubectl:** kubectl direct watcher does not properly filter events and resource updates ([be9e308](https://github.com/IBM/kui/commit/be9e308)), closes [#6599](https://github.com/IBM/kui/issues/6599) +- **plugins/plugin-kubectl:** kubectl get events -o wide shows incorrect Last Seen column ([b24990b](https://github.com/IBM/kui/commit/b24990b)), closes [#6796](https://github.com/IBM/kui/issues/6796) +- **plugins/plugin-kubectl:** kubectl kustomize does not handle ~ home directory expansion ([f124b1d](https://github.com/IBM/kui/commit/f124b1d)), closes [#6115](https://github.com/IBM/kui/issues/6115) +- **plugins/plugin-kubectl:** kubectl proxy manager may create a new proxy too often ([72d9d5d](https://github.com/IBM/kui/commit/72d9d5d)), closes [#6462](https://github.com/IBM/kui/issues/6462) +- **plugins/plugin-kubectl:** kubectl sourceRef fetching is expensive ([f6539c5](https://github.com/IBM/kui/commit/f6539c5)), closes [#6662](https://github.com/IBM/kui/issues/6662) +- **plugins/plugin-kubectl:** kubectl watch commands without resource names won't show Added updates ([64442b3](https://github.com/IBM/kui/commit/64442b3)), closes [#6630](https://github.com/IBM/kui/issues/6630) +- **plugins/plugin-kubectl:** kubernetes namespace list does not update after namespace deletion ([c28c800](https://github.com/IBM/kui/commit/c28c800)), closes [#6521](https://github.com/IBM/kui/issues/6521) +- **plugins/plugin-kubectl:** kubernetes test input pod.yaml has a container named "name" ([6ac5210](https://github.com/IBM/kui/commit/6ac5210)), closes [#6907](https://github.com/IBM/kui/issues/6907) +- **plugins/plugin-kubectl:** make sure to pick the last specified label selector ([7d44bcb](https://github.com/IBM/kui/commit/7d44bcb)), closes [#6840](https://github.com/IBM/kui/issues/6840) +- **plugins/plugin-kubectl:** multikind table isn't unified correctly when some rows are offline ([dd02cde](https://github.com/IBM/kui/commit/dd02cde)), closes [#6865](https://github.com/IBM/kui/issues/6865) +- **plugins/plugin-kubectl:** new kubectl direct logic does not properly handle ECONNREFUSED ([96eefdb](https://github.com/IBM/kui/commit/96eefdb)), closes [#6476](https://github.com/IBM/kui/issues/6476) +- **plugins/plugin-kubectl:** Remove unused css from plugin-kubectl ([4d65051](https://github.com/IBM/kui/commit/4d65051)), closes [#6902](https://github.com/IBM/kui/issues/6902) +- **plugins/plugin-kubectl:** replace Sidecar Events Mode with a toolbar button to show events table in REPL ([ccc47d0](https://github.com/IBM/kui/commit/ccc47d0)), closes [#6847](https://github.com/IBM/kui/issues/6847) +- kubectl direct/get does not specify that get tables have the `onclickIdempotent` property ([31361ec](https://github.com/IBM/kui/commit/31361ec)), closes [#6778](https://github.com/IBM/kui/issues/6778) +- **plugins/plugin-kubectl:** show SourceRef when creating heterogeneous resources ([adb21c5](https://github.com/IBM/kui/commit/adb21c5)), closes [#6640](https://github.com/IBM/kui/issues/6640) +- drilldown from an undeployed application in tree will issue a kubectl get with 404 ([309a9a0](https://github.com/IBM/kui/commit/309a9a0)), closes [#6331](https://github.com/IBM/kui/issues/6331) +- kubectl contexts table has odd CURRENT column ([f6d0a98](https://github.com/IBM/kui/commit/f6d0a98)), closes [#6523](https://github.com/IBM/kui/issues/6523) +- kubectl direct streaming fails to register a stream.on('error') ([fd9fbf6](https://github.com/IBM/kui/commit/fd9fbf6)), closes [#6616](https://github.com/IBM/kui/issues/6616) +- kubectl get -f --watch doesn't watch ([e45e8ee](https://github.com/IBM/kui/commit/e45e8ee)), closes [#6588](https://github.com/IBM/kui/issues/6588) +- kubectl kustomize can have bogus output ([8bf8ebe](https://github.com/IBM/kui/commit/8bf8ebe)), closes [#6114](https://github.com/IBM/kui/issues/6114) +- kubectl Terminal tab test is flakey ([5e28860](https://github.com/IBM/kui/commit/5e28860)), closes [#6636](https://github.com/IBM/kui/issues/6636) +- **plugins/plugin-kubectl:** kubectl get-all-namespaces test is unreliable ([a0e44a3](https://github.com/IBM/kui/commit/a0e44a3)), closes [#6561](https://github.com/IBM/kui/issues/6561) +- **plugins/plugin-kubectl:** plugin-kubectl's fetch-file, when using electron, does not have error handling ([b45a818](https://github.com/IBM/kui/commit/b45a818)), closes [#6426](https://github.com/IBM/kui/issues/6426) +- **plugins/plugin-kubectl:** Switching from kubectl logs tab to another tab causes uncaught exception ([d3f6770](https://github.com/IBM/kui/commit/d3f6770)), closes [#6585](https://github.com/IBM/kui/issues/6585) +- remove TreeResponse and PatternFly Tree Component ([e539a53](https://github.com/IBM/kui/commit/e539a53)), closes [#6581](https://github.com/IBM/kui/issues/6581) [#6328](https://github.com/IBM/kui/issues/6328) +- **plugins/plugin-kubectl:** new kubectl event watching logic may drop events ([d46f591](https://github.com/IBM/kui/commit/d46f591)), closes [#6451](https://github.com/IBM/kui/issues/6451) +- **plugins/plugin-kubectl:** use PaginatedTable instead of RadioTable for `contexts` and `get namespaces` commands ([20f0737](https://github.com/IBM/kui/commit/20f0737)), closes [#6517](https://github.com/IBM/kui/issues/6517) +- compilation failures due perhaps to typescript 4.1.3 upgrade?? ([d06824b](https://github.com/IBM/kui/commit/d06824b)), closes [#6432](https://github.com/IBM/kui/issues/6432) +- events in tree are presented out of temporal order ([b3ba61e](https://github.com/IBM/kui/commit/b3ba61e)), closes [#6168](https://github.com/IBM/kui/issues/6168) +- kubectl watcher should auto-terminate, if given a bound up front ([1a94094](https://github.com/IBM/kui/commit/1a94094)), closes [#6417](https://github.com/IBM/kui/issues/6417) +- monaco diff view colors are not themed ([eed2527](https://github.com/IBM/kui/commit/eed2527)), closes [#6232](https://github.com/IBM/kui/issues/6232) +- refine tree label categoriazation of kubectl ([1973a43](https://github.com/IBM/kui/commit/1973a43)), closes [#6185](https://github.com/IBM/kui/issues/6185) +- s3 job watcher sometimes fails due to startup issues ([8851d50](https://github.com/IBM/kui/commit/8851d50)), closes [#6411](https://github.com/IBM/kui/issues/6411) +- **plugins/plugin-client-common:** isReplay bit on Blocks is not set for snapshots ([c6d1633](https://github.com/IBM/kui/commit/c6d1633)), closes [#5868](https://github.com/IBM/kui/issues/5868) +- **plugins/plugin-client-common:** update welcome.json to describe kui, not just notebooks ([96330c4](https://github.com/IBM/kui/commit/96330c4)), closes [#5878](https://github.com/IBM/kui/issues/5878) +- **plugins/plugin-kubectl:** "logs dashC follow via table" test is unreliable after electron 10 update ([72c50ab](https://github.com/IBM/kui/commit/72c50ab)), closes [#6152](https://github.com/IBM/kui/issues/6152) +- **plugins/plugin-kubectl:** isReplicaSet needs to be updated to handle "apps/v1" apiVersion ([6887a0d](https://github.com/IBM/kui/commit/6887a0d)), closes [#6003](https://github.com/IBM/kui/issues/6003) +- **plugins/plugin-kubectl:** kubectl Deployment summary does not handle `undefined` fields ([0f65c3c](https://github.com/IBM/kui/commit/0f65c3c)), closes [#6028](https://github.com/IBM/kui/issues/6028) +- **plugins/plugin-kubectl:** kubernetes CurrentContext widget may display as empty ([640263c](https://github.com/IBM/kui/commit/640263c)), closes [#6392](https://github.com/IBM/kui/issues/6392) +- **plugins/plugin-kubectl:** kui semi-ignores --dry-run for kubectl apply ([90c329f](https://github.com/IBM/kui/commit/90c329f)), closes [#6106](https://github.com/IBM/kui/issues/6106) +- **plugins/plugin-kubectl:** typos in Tree Toolbar text ([0d9a6be](https://github.com/IBM/kui/commit/0d9a6be)), closes [#6514](https://github.com/IBM/kui/issues/6514) +- avoid excessive status stripe overheads when replaying Notebooks ([58de9c0](https://github.com/IBM/kui/commit/58de9c0)), closes [#5635](https://github.com/IBM/kui/issues/5635) +- don't show "Created a split" when clicking on the New Split button ([80192d5](https://github.com/IBM/kui/commit/80192d5)), closes [#6001](https://github.com/IBM/kui/issues/6001) +- grid colors are sometimes off ([e66f56f](https://github.com/IBM/kui/commit/e66f56f)), closes [#5422](https://github.com/IBM/kui/issues/5422) +- improve existing notebooks for v1 ([1af5cc2](https://github.com/IBM/kui/commit/1af5cc2)), closes [#5858](https://github.com/IBM/kui/issues/5858) +- improve the discoverability of repl-block action buttons ([470da34](https://github.com/IBM/kui/commit/470da34)), closes [#5604](https://github.com/IBM/kui/issues/5604) +- improve the replayability of terminal splitting ([67811cd](https://github.com/IBM/kui/commit/67811cd)), closes [#5564](https://github.com/IBM/kui/issues/5564) +- JS console may contain xtermjs error messages when sidecar is minimized ([a568528](https://github.com/IBM/kui/commit/a568528)), closes [#5454](https://github.com/IBM/kui/issues/5454) +- RadioTables are not replayable ([d0dd00e](https://github.com/IBM/kui/commit/d0dd00e)), closes [#5599](https://github.com/IBM/kui/issues/5599) +- restore status stripe to default behavior on terminal clear ([128ec92](https://github.com/IBM/kui/commit/128ec92)), closes [#5495](https://github.com/IBM/kui/issues/5495) +- sidecar shouldn't be opened automatically when replay ([8d4cf8c](https://github.com/IBM/kui/commit/8d4cf8c)), closes [#5730](https://github.com/IBM/kui/issues/5730) +- snapshot and replay of table clicks for Notebook v1 ([1a87dbf](https://github.com/IBM/kui/commit/1a87dbf)), closes [#5821](https://github.com/IBM/kui/issues/5821) +- snapshot command fails at `k get -o yaml` ([fe53fb0](https://github.com/IBM/kui/commit/fe53fb0)), closes [#5458](https://github.com/IBM/kui/issues/5458) +- store the commentary text result to the command when editing is done ([5a3f5e8](https://github.com/IBM/kui/commit/5a3f5e8)), closes [#5916](https://github.com/IBM/kui/issues/5916) [#5672](https://github.com/IBM/kui/issues/5672) +- tree should support leaf node drilling down ([006b881](https://github.com/IBM/kui/commit/006b881)), closes [#6293](https://github.com/IBM/kui/issues/6293) +- tweak the toolbar text and button label of `k get -f` tree ([ad476c5](https://github.com/IBM/kui/commit/ad476c5)), closes [#6303](https://github.com/IBM/kui/issues/6303) +- UI glitches of Tree ([fc5af7a](https://github.com/IBM/kui/commit/fc5af7a)), closes [#6138](https://github.com/IBM/kui/issues/6138) +- update kubectl/notebooks/deploy-applications for the Mode Toolbar change ([164244e](https://github.com/IBM/kui/commit/164244e)), closes [#6385](https://github.com/IBM/kui/issues/6385) +- **plugins/plugin-client-common:** clicking the split button may cause the current processing block to disappear ([aa2b40c](https://github.com/IBM/kui/commit/aa2b40c)), closes [#5703](https://github.com/IBM/kui/issues/5703) +- **plugins/plugin-client-common:** don't offer Grid option for 1-row tables ([a2a6f8d](https://github.com/IBM/kui/commit/a2a6f8d)), closes [#5474](https://github.com/IBM/kui/issues/5474) +- **plugins/plugin-client-common:** for now, switch interval chart to duration chart ([ea21221](https://github.com/IBM/kui/commit/ea21221)), closes [#5340](https://github.com/IBM/kui/issues/5340) +- **plugins/plugin-client-common:** Grid regression: grid colors not right ([d1aa46d](https://github.com/IBM/kui/commit/d1aa46d)), closes [#5285](https://github.com/IBM/kui/issues/5285) +- **plugins/plugin-client-common:** improve display of empty watch tables ([4cc16be](https://github.com/IBM/kui/commit/4cc16be)), closes [#5176](https://github.com/IBM/kui/issues/5176) +- **plugins/plugin-client-common:** kubectl watch is broken for server versions >= 1.17 ([2d595b7](https://github.com/IBM/kui/commit/2d595b7)), closes [#5360](https://github.com/IBM/kui/issues/5360) +- **plugins/plugin-client-common:** SequenceDiagram UI refinements ([5d8c3f7](https://github.com/IBM/kui/commit/5d8c3f7)), closes [#5557](https://github.com/IBM/kui/issues/5557) +- **plugins/plugin-kubectl:** `oc get namespaces` doesn't produce a RadioTable ([6ea6131](https://github.com/IBM/kui/commit/6ea6131)), closes [#5227](https://github.com/IBM/kui/issues/5227) +- **plugins/plugin-kubectl:** add Summary impl for kubernetes Jobs ([b0f3809](https://github.com/IBM/kui/commit/b0f3809)), closes [#5481](https://github.com/IBM/kui/issues/5481) +- **plugins/plugin-kubectl:** add traffic light colors for OOMKilled and UnexpectedAdmissionError ([4262409](https://github.com/IBM/kui/commit/4262409)), closes [#5345](https://github.com/IBM/kui/issues/5345) +- **plugins/plugin-kubectl:** certain filepath options to kubectl were not tilde-expanded ([9e7f858](https://github.com/IBM/kui/commit/9e7f858)), closes [#5415](https://github.com/IBM/kui/issues/5415) +- **plugins/plugin-kubectl:** CurrentNamespace/Context widgets not live ([93ac829](https://github.com/IBM/kui/commit/93ac829)), closes [#5144](https://github.com/IBM/kui/issues/5144) +- **plugins/plugin-kubectl:** drilldown command of resources in watch --all-namespace table doesn't have '-o yaml' ([1e4f558](https://github.com/IBM/kui/commit/1e4f558)), closes [#5208](https://github.com/IBM/kui/issues/5208) +- **plugins/plugin-kubectl:** event footer watching should also support named resources ([e3a842b](https://github.com/IBM/kui/commit/e3a842b)), closes [#5180](https://github.com/IBM/kui/issues/5180) +- **plugins/plugin-kubectl:** events in table appear to be in random order ([034dc06](https://github.com/IBM/kui/commit/034dc06)), closes [#5212](https://github.com/IBM/kui/issues/5212) +- **plugins/plugin-kubectl:** Fail should be TrafficLight.Red and Succeeded should be TrafficLight.Green ([54737b6](https://github.com/IBM/kui/commit/54737b6)), closes [#5351](https://github.com/IBM/kui/issues/5351) +- **plugins/plugin-kubectl:** header-only tables improperly parsed ([f56841b](https://github.com/IBM/kui/commit/f56841b)), closes [#5382](https://github.com/IBM/kui/issues/5382) +- **plugins/plugin-kubectl:** k8s table should display status Propagated and Subscribed as green ([0787b4b](https://github.com/IBM/kui/commit/0787b4b)), closes [#5818](https://github.com/IBM/kui/issues/5818) +- **plugins/plugin-kubectl:** kubectl apply -f may not abort the event watcher ([c8df222](https://github.com/IBM/kui/commit/c8df222)), closes [#5149](https://github.com/IBM/kui/issues/5149) +- **plugins/plugin-kubectl:** kubectl delete ns m1 m2 m3 m4 results in a one-row table ([97a33a4](https://github.com/IBM/kui/commit/97a33a4)), closes [#5694](https://github.com/IBM/kui/issues/5694) +- **plugins/plugin-kubectl:** kubectl get -f can show undefined in table title ([eb34d1c](https://github.com/IBM/kui/commit/eb34d1c)), closes [#5469](https://github.com/IBM/kui/issues/5469) +- **plugins/plugin-kubectl:** kubectl Logs/Events/Terminal tabs do not reflow on sidecar maximize ([6dbcbe8](https://github.com/IBM/kui/commit/6dbcbe8)), closes [#5417](https://github.com/IBM/kui/issues/5417) +- **plugins/plugin-kubectl:** kubectl status table does not register onclickIdempotent ([6ae296c](https://github.com/IBM/kui/commit/6ae296c)), closes [#5788](https://github.com/IBM/kui/issues/5788) +- **plugins/plugin-kubectl:** kubectl tab completion does not let me tab-complete some filepaths ([e42daa7](https://github.com/IBM/kui/commit/e42daa7)), closes [#5413](https://github.com/IBM/kui/issues/5413) +- **plugins/plugin-kubectl:** kubectl table should show PropagationFailed status as offline ([a44b70c](https://github.com/IBM/kui/commit/a44b70c)), closes [#5821](https://github.com/IBM/kui/issues/5821) +- **plugins/plugin-kubectl:** kubectl watcher needs to pass through kubeconfig in its call to kubectl version ([a5d83a3](https://github.com/IBM/kui/commit/a5d83a3)), closes [#5368](https://github.com/IBM/kui/issues/5368) +- **plugins/plugin-kubectl:** kubernetes contexts table renders poorly ([e2ed7d8](https://github.com/IBM/kui/commit/e2ed7d8)), closes [#5230](https://github.com/IBM/kui/issues/5230) +- **plugins/plugin-kubectl:** Kui may invoke kubectl with duplicate command line options ([39c9d31](https://github.com/IBM/kui/commit/39c9d31)), closes [#5330](https://github.com/IBM/kui/issues/5330) +- **plugins/plugin-kubectl:** leftover debug printfs in table-watch ([407855a](https://github.com/IBM/kui/commit/407855a)), closes [#5317](https://github.com/IBM/kui/issues/5317) +- **plugins/plugin-kubectl:** nil and negative timestamps display as "0ms ago" ([641a599](https://github.com/IBM/kui/commit/641a599)), closes [#5136](https://github.com/IBM/kui/issues/5136) +- **plugins/plugin-kubectl:** oc get ns does not present a RadioTable ([9e28eec](https://github.com/IBM/kui/commit/9e28eec)), closes [#5106](https://github.com/IBM/kui/issues/5106) +- **plugins/plugin-kubectl:** Pod summary impl fails for pods with no containerStatuses ([66b21b5](https://github.com/IBM/kui/commit/66b21b5)), closes [#5192](https://github.com/IBM/kui/issues/5192) +- **plugins/plugin-kubectl:** regenerate kubernetes notebooks to show new Source Reference feature ([8324567](https://github.com/IBM/kui/commit/8324567)), closes [#5520](https://github.com/IBM/kui/issues/5520) +- **plugins/plugin-kubectl:** the Deploy Applications notebook has some typos ([817f9b7](https://github.com/IBM/kui/commit/817f9b7)), closes [#6256](https://github.com/IBM/kui/issues/6256) +- **plugins/plugin-kubectl:** unlabeled resources shouldn’t have badge for children's count ([4e1fea6](https://github.com/IBM/kui/commit/4e1fea6)), closes [#6243](https://github.com/IBM/kui/issues/6243) +- **plugins/plugin-kubectl:** update jobs notebook to latest SequenceDiagram ([8e70862](https://github.com/IBM/kui/commit/8e70862)), closes [#5862](https://github.com/IBM/kui/issues/5862) +- **plugins/plugin-kubectl:** Update list-resources notebook to use splits ([1f54515](https://github.com/IBM/kui/commit/1f54515)), closes [#5770](https://github.com/IBM/kui/issues/5770) +- **Plugins/plugin-kubectl:** Logs tab may become stale when switching away/back ([fcfdaba](https://github.com/IBM/kui/commit/fcfdaba)), closes [#6024](https://github.com/IBM/kui/issues/6024) +- (plugins/plugin-kubectl): kubectl get pod -w --all-namespaces behaves oddly ([12e578a](https://github.com/IBM/kui/commit/12e578a)), closes [#5169](https://github.com/IBM/kui/issues/5169) +- CurrentContext and CurrentNamespace widgets may have stale data inBrowser ([ab77c20](https://github.com/IBM/kui/commit/ab77c20)), closes [#5097](https://github.com/IBM/kui/issues/5097) +- kubectl help misformats helm help tables ([ff36755](https://github.com/IBM/kui/commit/ff36755)), closes [#5080](https://github.com/IBM/kui/issues/5080) +- multiple issues with tab switching versus status stripe widgets ([8c8a6ec](https://github.com/IBM/kui/commit/8c8a6ec)), closes [#5101](https://github.com/IBM/kui/issues/5101) +- snapshot command throws errors when capturing watch responses ([600f049](https://github.com/IBM/kui/commit/600f049)), closes [#5452](https://github.com/IBM/kui/issues/5452) +- vfs fixes for multi-source copying and for s3 globbing ([893902e](https://github.com/IBM/kui/commit/893902e)), closes [#5511](https://github.com/IBM/kui/issues/5511) +- **plugins/plugin-client-common:** make Close a top-level button in watch panes ([3c14da5](https://github.com/IBM/kui/commit/3c14da5)), closes [#4945](https://github.com/IBM/kui/issues/4945) +- **plugins/plugin-kubectl:** changing ns via oc does not update ns widget, in browser clients ([5eaa625](https://github.com/IBM/kui/commit/5eaa625)), closes [#4953](https://github.com/IBM/kui/issues/4953) +- **plugins/plugin-kubectl:** kubectl apply/create/delete tables still have ALLCAPS headers ([90d72ce](https://github.com/IBM/kui/commit/90d72ce)), closes [#5068](https://github.com/IBM/kui/issues/5068) +- **plugins/plugin-kubectl:** kubectl explain subfields ([8fee2bc](https://github.com/IBM/kui/commit/8fee2bc)), closes [#4921](https://github.com/IBM/kui/issues/4921) +- **plugins/plugin-kubectl:** tolerate helm 3.0 and 3.1 help custom ascii art tables ([79f8640](https://github.com/IBM/kui/commit/79f8640)), closes [#5085](https://github.com/IBM/kui/issues/5085) +- avoid hard-coded use of /tmp in kubectl edit ([8e4cb70](https://github.com/IBM/kui/commit/8e4cb70)), closes [#4928](https://github.com/IBM/kui/issues/4928) +- avoid using kui-custom command for switching kubectl namespace ([43863f2](https://github.com/IBM/kui/commit/43863f2)), closes [#4806](https://github.com/IBM/kui/issues/4806) +- pexecs serviced by now-removed splits fail ([f6176a1](https://github.com/IBM/kui/commit/f6176a1)), closes [#4875](https://github.com/IBM/kui/issues/4875) +- reduce custom CSS rules for table UI ([56f69cb](https://github.com/IBM/kui/commit/56f69cb)), closes [#5024](https://github.com/IBM/kui/issues/5024) +- remove augmentModuleLoadPath API ([47dfcdf](https://github.com/IBM/kui/commit/47dfcdf)), closes [#4839](https://github.com/IBM/kui/issues/4839) +- xterm alt buffer mode behaves oddly for clients that do not enable splitTerminals ([f1bc709](https://github.com/IBM/kui/commit/f1bc709)), closes [#5003](https://github.com/IBM/kui/issues/5003) +- **plugins/plugin-kubectl:** auto-pause logs when user scrolls ([94b85e6](https://github.com/IBM/kui/commit/94b85e6)), closes [#4668](https://github.com/IBM/kui/issues/4668) +- **plugins/plugin-kubectl:** automatically abort idle PTYs ([2638a65](https://github.com/IBM/kui/commit/2638a65)), closes [#4742](https://github.com/IBM/kui/issues/4742) +- **plugins/plugin-kubectl:** ExecIntoPod's terminal is not theme-aligned ([067cda3](https://github.com/IBM/kui/commit/067cda3)), closes [#4722](https://github.com/IBM/kui/issues/4722) +- **plugins/plugin-kubectl:** get-namespace table sometimes doens't show the correct selected namespace ([af66aa4](https://github.com/IBM/kui/commit/af66aa4)), closes [#4812](https://github.com/IBM/kui/issues/4812) +- **plugins/plugin-kubectl:** helm help parsed usage incorrectly ([b222da2](https://github.com/IBM/kui/commit/b222da2)), closes [#4692](https://github.com/IBM/kui/issues/4692) +- **plugins/plugin-kubectl:** i18n for No log data message ([589a4cd](https://github.com/IBM/kui/commit/589a4cd)), closes [#4656](https://github.com/IBM/kui/issues/4656) +- **plugins/plugin-kubectl:** ImagePullBackoff should be considered a "red" state ([198100d](https://github.com/IBM/kui/commit/198100d)), closes [#4734](https://github.com/IBM/kui/issues/4734) +- **plugins/plugin-kubectl:** improve kubectl tab completion ([734f9e5](https://github.com/IBM/kui/commit/734f9e5)), closes [#4704](https://github.com/IBM/kui/issues/4704) +- **plugins/plugin-kubectl:** improve kubectl top node display with open sidecar ([6f99581](https://github.com/IBM/kui/commit/6f99581)), closes [#4737](https://github.com/IBM/kui/issues/4737) +- **plugins/plugin-kubectl:** k edit -h does not open in sidecar ([b6f68f8](https://github.com/IBM/kui/commit/b6f68f8)), closes [#4661](https://github.com/IBM/kui/issues/4661) +- **plugins/plugin-kubectl:** k edit deploy has mysterious Pod tab ([914df36](https://github.com/IBM/kui/commit/914df36)), closes [#4703](https://github.com/IBM/kui/issues/4703) +- **plugins/plugin-kubectl:** kubectl api-resources table should hide APIGROUP column with open sidecar ([ee347fa](https://github.com/IBM/kui/commit/ee347fa)), closes [#4728](https://github.com/IBM/kui/issues/4728) +- **plugins/plugin-kubectl:** kubectl apply edit-last-applied freezes in kui ([24a67da](https://github.com/IBM/kui/commit/24a67da)), closes [#4808](https://github.com/IBM/kui/issues/4808) +- **plugins/plugin-kubectl:** kubectl apply set-last-applied does not work ([9553907](https://github.com/IBM/kui/commit/9553907)), closes [#4844](https://github.com/IBM/kui/issues/4844) +- **plugins/plugin-kubectl:** kubectl logs -l with no matches yields internal error ([ed0374f](https://github.com/IBM/kui/commit/ed0374f)), closes [#4811](https://github.com/IBM/kui/issues/4811) +- **plugins/plugin-kubectl:** kubectl watch tables may lack namespace breadcrumb ([a0616c2](https://github.com/IBM/kui/commit/a0616c2)), closes [#4870](https://github.com/IBM/kui/issues/4870) +- **plugins/plugin-kubectl:** Logs tab should have a default tail limit ([d4cf08c](https://github.com/IBM/kui/commit/d4cf08c)), closes [#4810](https://github.com/IBM/kui/issues/4810) [#4818](https://github.com/IBM/kui/issues/4818) +- **plugins/plugin-kubectl:** oc get projects does not allow user selection ([3749371](https://github.com/IBM/kui/commit/3749371)), closes [#4805](https://github.com/IBM/kui/issues/4805) +- **plugins/plugin-kubectl:** oc logs does not work ([f0808a2](https://github.com/IBM/kui/commit/f0808a2)), closes [#4965](https://github.com/IBM/kui/issues/4965) +- **plugins/plugin-kubectl:** singleton breadcrumbs in kubectl help should not be clickable ([7815464](https://github.com/IBM/kui/commit/7815464)), closes [#4961](https://github.com/IBM/kui/issues/4961) +- **plugins/plugin-kubectl:** status shows as Containercreating when it should be ContainerCreating ([2c4a3b6](https://github.com/IBM/kui/commit/2c4a3b6)), closes [#4798](https://github.com/IBM/kui/issues/4798) +- **plugins/plugin-kubectl:** windows powershell fails to get default namespace ([a5fb2e1](https://github.com/IBM/kui/commit/a5fb2e1)), closes [#4912](https://github.com/IBM/kui/issues/4912) +- allow user to disable table title by feature flags, and disable table pagination ([5450512](https://github.com/IBM/kui/commit/5450512)), closes [#4640](https://github.com/IBM/kui/issues/4640) [#4655](https://github.com/IBM/kui/issues/4655) +- avoid recomputing tabs when switching back and forth ([cf5e41f](https://github.com/IBM/kui/commit/cf5e41f)), closes [#4666](https://github.com/IBM/kui/issues/4666) +- container filter of logs tab shows accumulated logs from previous selection ([08903b4](https://github.com/IBM/kui/commit/08903b4)), closes [#4644](https://github.com/IBM/kui/issues/4644) [#4658](https://github.com/IBM/kui/issues/4658) +- don't blink yellow forever for kubectl events ([a59ee86](https://github.com/IBM/kui/commit/a59ee86)), closes [#4869](https://github.com/IBM/kui/issues/4869) +- eliminate assumptions that "default" is the default kube namespace ([4eb392d](https://github.com/IBM/kui/commit/4eb392d)), closes [#4764](https://github.com/IBM/kui/issues/4764) +- empty watch tables/grids should show 'No resources' ([c0bfe99](https://github.com/IBM/kui/commit/c0bfe99)), closes [#4884](https://github.com/IBM/kui/issues/4884) +- improve error reporting for kubectl apply ([fe21671](https://github.com/IBM/kui/commit/fe21671)), closes [#4605](https://github.com/IBM/kui/issues/4605) +- improve hover effect for status stripe buttons ([50ced8f](https://github.com/IBM/kui/commit/50ced8f)), closes [#4896](https://github.com/IBM/kui/issues/4896) +- Input element throws react error ([e6bb21b](https://github.com/IBM/kui/commit/e6bb21b)), closes [#4765](https://github.com/IBM/kui/issues/4765) +- kubectl api-resources has duplicate rows and odd pagination behavior ([e740270](https://github.com/IBM/kui/commit/e740270)), closes [#4626](https://github.com/IBM/kui/issues/4626) +- kubectl edit apply twice does not work ([1976134](https://github.com/IBM/kui/commit/1976134)), closes [#4797](https://github.com/IBM/kui/issues/4797) +- kubectl edit in sidecar doesn't show success message when a resource is applied ([cc59503](https://github.com/IBM/kui/commit/cc59503)), closes [#4691](https://github.com/IBM/kui/issues/4691) +- kubectl Logs tab should use an xterm ([9aa0176](https://github.com/IBM/kui/commit/9aa0176)), closes [#4750](https://github.com/IBM/kui/issues/4750) [#4747](https://github.com/IBM/kui/issues/4747) +- kubectl top node should show % text ([f861b76](https://github.com/IBM/kui/commit/f861b76)), closes [#4598](https://github.com/IBM/kui/issues/4598) +- logs tab toolbar doesn't signify when pods are 404 ([135e1be](https://github.com/IBM/kui/commit/135e1be)), closes [#4646](https://github.com/IBM/kui/issues/4646) +- place namespace breadcrumb first ([5d3b2e4](https://github.com/IBM/kui/commit/5d3b2e4)), closes [#4699](https://github.com/IBM/kui/issues/4699) +- replace Containers with Logs tab ([00e8786](https://github.com/IBM/kui/commit/00e8786)), closes [#4603](https://github.com/IBM/kui/issues/4603) +- summary tab is not read-only for kubectl edit command ([9f7ff82](https://github.com/IBM/kui/commit/9f7ff82)), closes [#4809](https://github.com/IBM/kui/issues/4809) +- **plugin-kubectl:** k get pods --all-namespaces has a title with "default" as the namespace ([2f95129](https://github.com/IBM/kui/commit/2f95129)), closes [#4466](https://github.com/IBM/kui/issues/4466) +- **plugin-kubectl:** kubectl get error-type -w doesn't fail fast ([4ccb733](https://github.com/IBM/kui/commit/4ccb733)), closes [#4491](https://github.com/IBM/kui/issues/4491) +- **plugins/plugin-kubectl:** add missing test for get with not found ([3e77689](https://github.com/IBM/kui/commit/3e77689)), closes [#4492](https://github.com/IBM/kui/issues/4492) +- **plugins/plugin-kubectl:** avoid use of /s regexp ([9468304](https://github.com/IBM/kui/commit/9468304)), closes [#4259](https://github.com/IBM/kui/issues/4259) +- **plugins/plugin-kubectl:** cache kind canonicalization lookup ([e351a5f](https://github.com/IBM/kui/commit/e351a5f)), closes [#4489](https://github.com/IBM/kui/issues/4489) +- **plugins/plugin-kubectl:** CurrentContext widget shows "default" for openshift clusters ([59712c0](https://github.com/IBM/kui/commit/59712c0)), closes [#4347](https://github.com/IBM/kui/issues/4347) +- **plugins/plugin-kubectl:** ensure Show Owner button appears near end of toolbar buttons ([224c586](https://github.com/IBM/kui/commit/224c586)), closes [#4124](https://github.com/IBM/kui/issues/4124) +- **plugins/plugin-kubectl:** firefox does not support the /s flag to RegExp ([5b661a6](https://github.com/IBM/kui/commit/5b661a6)), closes [#4206](https://github.com/IBM/kui/issues/4206) +- **plugins/plugin-kubectl:** in kube namespace table, selected namespace should float to top ([f0e597f](https://github.com/IBM/kui/commit/f0e597f)), closes [#4129](https://github.com/IBM/kui/issues/4129) +- **plugins/plugin-kubectl:** inconsistent capitalization of breadcrumbs ([963b166](https://github.com/IBM/kui/commit/963b166)), closes [#4607](https://github.com/IBM/kui/issues/4607) +- **plugins/plugin-kubectl:** k get events -w bombs ([20c2caf](https://github.com/IBM/kui/commit/20c2caf)), closes [#4557](https://github.com/IBM/kui/issues/4557) +- **plugins/plugin-kubectl:** kubectl api-resources table shows 'unknown' in title ([0461710](https://github.com/IBM/kui/commit/0461710)), closes [#4145](https://github.com/IBM/kui/issues/4145) +- **plugins/plugin-kubectl:** kubectl create secret hangs yellow ([e11dbb8](https://github.com/IBM/kui/commit/e11dbb8)), closes [#4571](https://github.com/IBM/kui/issues/4571) +- **plugins/plugin-kubectl:** kubectl describe -h has old bold text ([b31d066](https://github.com/IBM/kui/commit/b31d066)), closes [#4568](https://github.com/IBM/kui/issues/4568) +- **plugins/plugin-kubectl:** kubectl edit should support editing a list of resources ([4cd4d43](https://github.com/IBM/kui/commit/4cd4d43)), closes [#4555](https://github.com/IBM/kui/issues/4555) +- **plugins/plugin-kubectl:** kubectl explain -h should render as usage in sidecar ([8e00c3f](https://github.com/IBM/kui/commit/8e00c3f)), closes [#4211](https://github.com/IBM/kui/issues/4211) +- **plugins/plugin-kubectl:** kubectl explain Overview tab not formatted as expected ([ffa9183](https://github.com/IBM/kui/commit/ffa9183)), closes [#4304](https://github.com/IBM/kui/issues/4304) +- **plugins/plugin-kubectl:** kubectl get --all-namespaces --watch does not update ([663a972](https://github.com/IBM/kui/commit/663a972)), closes [#4581](https://github.com/IBM/kui/issues/4581) +- **plugins/plugin-kubectl:** kubectl Show Events query not precise enough ([eda6b38](https://github.com/IBM/kui/commit/eda6b38)), closes [#4572](https://github.com/IBM/kui/issues/4572) +- **plugins/plugin-kubectl:** more refinements to Form layout heuristics ([e92327d](https://github.com/IBM/kui/commit/e92327d)), closes [#4118](https://github.com/IBM/kui/issues/4118) +- **plugins/plugin-kubectl:** revert to editor-based Summary tab ([3ecd638](https://github.com/IBM/kui/commit/3ecd638)), closes [#4594](https://github.com/IBM/kui/issues/4594) +- **plugins/plugin-kubectl:** Terminal tab test incorrectly verifies k exec output ([20ab362](https://github.com/IBM/kui/commit/20ab362)), closes [#4802](https://github.com/IBM/kui/issues/4802) +- add support for hiding elements at higher zoom levels ([7d2a7e0](https://github.com/IBM/kui/commit/7d2a7e0)), closes [#4232](https://github.com/IBM/kui/issues/4232) +- clicking on certain links in kubectl help result in odd behavior ([035894b](https://github.com/IBM/kui/commit/035894b)), closes [#4473](https://github.com/IBM/kui/issues/4473) +- clicking on container name in details sidecar should add -c to logs command ([61c7c08](https://github.com/IBM/kui/commit/61c7c08)), closes [#4498](https://github.com/IBM/kui/issues/4498) +- eliminate complex nesting of NavResponse model ([e849ae7](https://github.com/IBM/kui/commit/e849ae7)), closes [#4205](https://github.com/IBM/kui/issues/4205) +- ensure kubectl Delete toolbar button appears at far right ([9eb3079](https://github.com/IBM/kui/commit/9eb3079)), closes [#4116](https://github.com/IBM/kui/issues/4116) +- helm on its own should render in sidecar ([4b82517](https://github.com/IBM/kui/commit/4b82517)), closes [#4010](https://github.com/IBM/kui/issues/4010) +- ibmcloud plugin list does not list unofficial plugins ([303fa00](https://github.com/IBM/kui/commit/303fa00)), closes [#4339](https://github.com/IBM/kui/issues/4339) +- improve kubectl breadcrumb detection ([6cacfe6](https://github.com/IBM/kui/commit/6cacfe6)), closes [#4099](https://github.com/IBM/kui/issues/4099) +- kubectl summary form clipping ([7ea65e8](https://github.com/IBM/kui/commit/7ea65e8)), closes [#4093](https://github.com/IBM/kui/issues/4093) +- kubectl summary Form TextInputs can be cropped ([3becaf9](https://github.com/IBM/kui/commit/3becaf9)), closes [#4077](https://github.com/IBM/kui/issues/4077) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- multiple kubectl help/usage bugs ([ebba36e](https://github.com/IBM/kui/commit/ebba36e)), closes [#4342](https://github.com/IBM/kui/issues/4342) +- multiple tab completion bugs ([5513712](https://github.com/IBM/kui/commit/5513712)), closes [#4281](https://github.com/IBM/kui/issues/4281) +- optimize kubectl watch load on apiserver ([3f7a32f](https://github.com/IBM/kui/commit/3f7a32f)), closes [#4494](https://github.com/IBM/kui/issues/4494) +- PaginatedTable fails at distinguishing the rowKeys of `k get --all-namespaces` table ([6658729](https://github.com/IBM/kui/commit/6658729)), closes [#4579](https://github.com/IBM/kui/issues/4579) +- remove use of inline styling in Form.tsx ([23121b2](https://github.com/IBM/kui/commit/23121b2)), closes [#4112](https://github.com/IBM/kui/issues/4112) +- sidecar toolbar can't due justice to longer error messages ([e67e0c9](https://github.com/IBM/kui/commit/e67e0c9)), closes [#4789](https://github.com/IBM/kui/issues/4789) +- sidecar views do not respect tab-specificity ([5a1cae2](https://github.com/IBM/kui/commit/5a1cae2)), closes [#4362](https://github.com/IBM/kui/issues/4362) +- the Logs/Terminal retry button should be visible on any exit code ([3366327](https://github.com/IBM/kui/commit/3366327)), closes [#4769](https://github.com/IBM/kui/issues/4769) +- TopNavSidecar does not always show updates ([251e5c4](https://github.com/IBM/kui/commit/251e5c4)), closes [#4524](https://github.com/IBM/kui/issues/4524) +- TopNavSidecar tabs should auto-pause and auto-focus when switching ([2b00dd9](https://github.com/IBM/kui/commit/2b00dd9)), closes [#4741](https://github.com/IBM/kui/issues/4741) [#4748](https://github.com/IBM/kui/issues/4748) +- **plugins/plugin-kubectl:** kubectl describe (--help) fails ([10b8e8a](https://github.com/IBM/kui/commit/10b8e8a)), closes [#4012](https://github.com/IBM/kui/issues/4012) +- **plugins/plugin-kubectl:** kubectl get table with mix of existing and non-existing ([8d98d15](https://github.com/IBM/kui/commit/8d98d15)), closes [#4492](https://github.com/IBM/kui/issues/4492) +- **plugins/plugin-kubectl:** kubectl logs tab has bad interleaving and cpu issues ([1c7cf17](https://github.com/IBM/kui/commit/1c7cf17)), closes [#4664](https://github.com/IBM/kui/issues/4664) [#4665](https://github.com/IBM/kui/issues/4665) +- **plugins/plugin-kubectl:** kubectl top nodes can present "NaN" ([30df3dd](https://github.com/IBM/kui/commit/30df3dd)), closes [#4189](https://github.com/IBM/kui/issues/4189) +- **plugins/plugin-kubectl:** kubectl watch tables can be misparsed ([cb3e1c2](https://github.com/IBM/kui/commit/cb3e1c2)), closes [#4139](https://github.com/IBM/kui/issues/4139) +- **plugins/plugin-kubectl:** remove Conditions tab ([eac3705](https://github.com/IBM/kui/commit/eac3705)), closes [#4606](https://github.com/IBM/kui/issues/4606) +- **plugins/plugin-kubectl:** remove kubectl edit cancel button ([83179e8](https://github.com/IBM/kui/commit/83179e8)), closes [#4695](https://github.com/IBM/kui/issues/4695) +- reduce No log data followed by log data behavior in kube logs ([e1c0624](https://github.com/IBM/kui/commit/e1c0624)), closes [#4624](https://github.com/IBM/kui/issues/4624) +- **plugins/plugin-kubectl:** remove leftover debugging printf in kubectl help ([39ab52f](https://github.com/IBM/kui/commit/39ab52f)), closes [#4083](https://github.com/IBM/kui/issues/4083) +- **plugins/plugin-kubectl:** update deprecated import of uuid ([5de8d4d](https://github.com/IBM/kui/commit/5de8d4d)), closes [#4316](https://github.com/IBM/kui/issues/4316) +- **plugins/plugin-kubectl:** watch table doesn't have breadcrumbs title ([43fbe6a](https://github.com/IBM/kui/commit/43fbe6a)), closes [#4135](https://github.com/IBM/kui/issues/4135) +- **plugins/plugin-kubectl:** watcher table disappears when kui is launched as kubectl plugin ([167eabc](https://github.com/IBM/kui/commit/167eabc)), closes [#4120](https://github.com/IBM/kui/issues/4120) [#4123](https://github.com/IBM/kui/issues/4123) +- **plugins/plugin-kubectl:** we shouldn't render namespace widget when the namespace is empty in kube config ([98a9406](https://github.com/IBM/kui/commit/98a9406)), closes [#4274](https://github.com/IBM/kui/issues/4274) +- Form component sometimes has too-small TextInputs ([21d841d](https://github.com/IBM/kui/commit/21d841d)), closes [#4036](https://github.com/IBM/kui/issues/4036) +- improve contrast of table Pagination component in light themes ([41246c3](https://github.com/IBM/kui/commit/41246c3)), closes [#4038](https://github.com/IBM/kui/issues/4038) +- improve Form layout ([2003622](https://github.com/IBM/kui/commit/2003622)), closes [#4034](https://github.com/IBM/kui/issues/4034) +- STATUS cell not centered when sidecar is open ([4fb507a](https://github.com/IBM/kui/commit/4fb507a)), closes [#4059](https://github.com/IBM/kui/issues/4059) +- status stripe refinements ([1394043](https://github.com/IBM/kui/commit/1394043)), closes [#4069](https://github.com/IBM/kui/issues/4069) [#4069](https://github.com/IBM/kui/issues/4069) +- tables overflow horizontally when sidecar is open ([2d6bc95](https://github.com/IBM/kui/commit/2d6bc95)), closes [#4016](https://github.com/IBM/kui/issues/4016) +- tekton Step nodes show with hashed background ([8428d72](https://github.com/IBM/kui/commit/8428d72)), closes [#4114](https://github.com/IBM/kui/issues/4114) +- the colors of status badges: Error, ImagePullBackOff and ErrImagePull are incorrect ([fd206f6](https://github.com/IBM/kui/commit/fd206f6)), closes [#4171](https://github.com/IBM/kui/issues/4171) +- when sidecar is open, only show status badge, not status text ([3214db2](https://github.com/IBM/kui/commit/3214db2)), closes [#4058](https://github.com/IBM/kui/issues/4058) +- **plugins/plugin-kubectl:** oc describe fails ([4f4de4e](https://github.com/IBM/kui/commit/4f4de4e)), closes [#4008](https://github.com/IBM/kui/issues/4008) +- **plugins/plugin-kubectl:** remove Show Logs registration ([382c685](https://github.com/IBM/kui/commit/382c685)), closes [#4603](https://github.com/IBM/kui/issues/4603) +- **plugins/plugin-kubectl:** wordsmithing to list-resources notebook ([7255a98](https://github.com/IBM/kui/commit/7255a98)), closes [#5504](https://github.com/IBM/kui/issues/5504) + +### Features + +- **plugins/plugin-kubectl:** popeye dashboard ([d67fd71](https://github.com/IBM/kui/commit/d67fd71)), closes [#6949](https://github.com/IBM/kui/issues/6949) +- add Kubernetes Dashboard Notebook ([9f62b63](https://github.com/IBM/kui/commit/9f62b63)), closes [#5617](https://github.com/IBM/kui/issues/5617) [#6915](https://github.com/IBM/kui/issues/6915) [#6917](https://github.com/IBM/kui/issues/6917) +- Add simple kubectl create namespace to the list of direct optimizations ([2aaaac6](https://github.com/IBM/kui/commit/2aaaac6)), closes [#6470](https://github.com/IBM/kui/issues/6470) +- Expand kubectl direct watching to support heterogeneous use cases ([8df1ad3](https://github.com/IBM/kui/commit/8df1ad3)), closes [#6504](https://github.com/IBM/kui/issues/6504) +- Extend kubectl optimizations to table watching ([9a2bc74](https://github.com/IBM/kui/commit/9a2bc74)), closes [#6449](https://github.com/IBM/kui/issues/6449) +- initial popeye support ([9d62eeb](https://github.com/IBM/kui/commit/9d62eeb)), closes [#5265](https://github.com/IBM/kui/issues/5265) +- initial support for using a kubectl proxy ([47b26be](https://github.com/IBM/kui/commit/47b26be)), closes [#6440](https://github.com/IBM/kui/issues/6440) +- pause and resume watchable jobs ([5d3f719](https://github.com/IBM/kui/commit/5d3f719)), closes [#1747](https://github.com/IBM/kui/issues/1747) +- preserve changes of table view state in Notebook ([a2efb8a](https://github.com/IBM/kui/commit/a2efb8a)), closes [#5399](https://github.com/IBM/kui/issues/5399) +- **packages/core:** allow controller to opt in/out recording table row onclicks when snapshot ([cc83ce7](https://github.com/IBM/kui/commit/cc83ce7)), closes [#5565](https://github.com/IBM/kui/issues/5565) +- **plugins/plugin-kubectl:** add explain fastpath for events ([a16e75f](https://github.com/IBM/kui/commit/a16e75f)), closes [#6836](https://github.com/IBM/kui/issues/6836) +- **plugins/plugin-kubectl:** add explain fastpaths for \*.v1.apps ([0b0e82a](https://github.com/IBM/kui/commit/0b0e82a)), closes [#6862](https://github.com/IBM/kui/issues/6862) +- **plugins/plugin-kubectl:** add Secret explain and Summary fastpaths ([90bbd89](https://github.com/IBM/kui/commit/90bbd89)), closes [#6868](https://github.com/IBM/kui/issues/6868) +- show buttons of related resources in sidecar footer ([e10f7f2](https://github.com/IBM/kui/commit/e10f7f2)), closes [#6856](https://github.com/IBM/kui/issues/6856) +- **plugins/plugin-kubectl:** Add simple kubectl delete to the list of direct optimizations ([d4fb765](https://github.com/IBM/kui/commit/d4fb765)), closes [#6468](https://github.com/IBM/kui/issues/6468) +- **plugins/plugin-kubectl:** Add Summary impl for Events ([74f4e55](https://github.com/IBM/kui/commit/74f4e55)), closes [#6839](https://github.com/IBM/kui/issues/6839) +- **plugins/plugin-kubectl:** apply/delete -f can use new direct/status watcher for homogeneous use cases ([08e471e](https://github.com/IBM/kui/commit/08e471e)), closes [#6498](https://github.com/IBM/kui/issues/6498) +- **plugins/plugin-kubectl:** flesh out explain fastpath for more apps/v1 types ([6f68a98](https://github.com/IBM/kui/commit/6f68a98)), closes [#6854](https://github.com/IBM/kui/issues/6854) +- **plugins/plugin-kubectl:** improve the performance of kubectl explain for common cases ([d016971](https://github.com/IBM/kui/commit/d016971)), closes [#6700](https://github.com/IBM/kui/issues/6700) +- **plugins/plugin-kubectl:** static get -f should show sourceRef ([fb0fc40](https://github.com/IBM/kui/commit/fb0fc40)), closes [#6680](https://github.com/IBM/kui/issues/6680) +- allow controllers to control the color of the status stripe ([708570c](https://github.com/IBM/kui/commit/708570c)), closes [#5490](https://github.com/IBM/kui/issues/5490) +- allow for limiting the number of kubectl table rows ([62588f2](https://github.com/IBM/kui/commit/62588f2)), closes [#5358](https://github.com/IBM/kui/issues/5358) +- cold start delays ([83abd14](https://github.com/IBM/kui/commit/83abd14)), closes [#5356](https://github.com/IBM/kui/issues/5356) +- generalized kuberctl get with limit ([d40ee07](https://github.com/IBM/kui/commit/d40ee07)), closes [#5361](https://github.com/IBM/kui/issues/5361) +- initial typeahead for commands ([7ba313a](https://github.com/IBM/kui/commit/7ba313a)), closes [#5437](https://github.com/IBM/kui/issues/5437) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- revive "app" and "tier" columns from deprecated kubectl tree view ([cd642d9](https://github.com/IBM/kui/commit/cd642d9)), closes [#6591](https://github.com/IBM/kui/issues/6591) +- **plugins/plugin-kubectl:** Port kubectl pollers to use push, for homogeneous deletes ([82448d7](https://github.com/IBM/kui/commit/82448d7)), closes [#6481](https://github.com/IBM/kui/issues/6481) [#6486](https://github.com/IBM/kui/issues/6486) +- **plugins/plugin-kubectl:** update get -f to use direct/status and show a table ([16bdbb6](https://github.com/IBM/kui/commit/16bdbb6)), closes [#6566](https://github.com/IBM/kui/issues/6566) [#6532](https://github.com/IBM/kui/issues/6532) +- add a prefer-re-execution option to snapshot ([af7b98b](https://github.com/IBM/kui/commit/af7b98b)), closes [#5622](https://github.com/IBM/kui/issues/5622) +- add delta summary to Tree ([95a0b4a](https://github.com/IBM/kui/commit/95a0b4a)), closes [#6329](https://github.com/IBM/kui/issues/6329) +- add events to sidecar tree ([dd4d552](https://github.com/IBM/kui/commit/dd4d552)), closes [#6140](https://github.com/IBM/kui/issues/6140) +- background new tabs ([be9f986](https://github.com/IBM/kui/commit/be9f986)), closes [#5550](https://github.com/IBM/kui/issues/5550) +- custom tab titles ([fd780df](https://github.com/IBM/kui/commit/fd780df)), closes [#5525](https://github.com/IBM/kui/issues/5525) +- in `kubectl get -f` tree, use Monaco DiffEditor show the preview of dry-run changes ([99266e8](https://github.com/IBM/kui/commit/99266e8)), closes [#6181](https://github.com/IBM/kui/issues/6181) [#6154](https://github.com/IBM/kui/issues/6154) +- initial support for capturing input files and showing them in the UI ([5744bf4](https://github.com/IBM/kui/commit/5744bf4)), closes [#5513](https://github.com/IBM/kui/issues/5513) +- inline sidecar ([2c3afeb](https://github.com/IBM/kui/commit/2c3afeb)), closes [#6007](https://github.com/IBM/kui/issues/6007) +- Kui implementation of `watch` ([2cb3f98](https://github.com/IBM/kui/commit/2cb3f98)), closes [#6379](https://github.com/IBM/kui/issues/6379) +- Move in OpenWhisk plugin from the external repo ([b9c5867](https://github.com/IBM/kui/commit/b9c5867)), closes [#6109](https://github.com/IBM/kui/issues/6109) +- tutorial VFS ([6f2330e](https://github.com/IBM/kui/commit/6f2330e)), closes [#5441](https://github.com/IBM/kui/issues/5441) +- update CurrentContext widget to use Dropdown ([9520e5d](https://github.com/IBM/kui/commit/9520e5d)), closes [#6354](https://github.com/IBM/kui/issues/6354) +- use Monaco DiffEditor `kubectl diff` ([3157393](https://github.com/IBM/kui/commit/3157393)) +- use new Dropdown status stripe for CurrentNamespace widget ([0f7648c](https://github.com/IBM/kui/commit/0f7648c)), closes [#6351](https://github.com/IBM/kui/issues/6351) +- UX: Use Dropdown for theme switcher ([6cc6a47](https://github.com/IBM/kui/commit/6cc6a47)), closes [#6347](https://github.com/IBM/kui/issues/6347) +- **plugins/plugin-client-common:** improved SequenceDiagram view ([1e2fb41](https://github.com/IBM/kui/commit/1e2fb41)), closes [#5342](https://github.com/IBM/kui/issues/5342) +- **plugins/plugin-git:** git branch should respond with RadioTable ([59a9213](https://github.com/IBM/kui/commit/59a9213)), closes [#5256](https://github.com/IBM/kui/issues/5256) +- **plugins/plugin-ibmcloud:** initial CodeEngine support ([677faca](https://github.com/IBM/kui/commit/677faca)), closes [#5302](https://github.com/IBM/kui/issues/5302) [#5303](https://github.com/IBM/kui/issues/5303) +- **plugins/plugin-kubectl:** add status column to kube deployment table ([1d35040](https://github.com/IBM/kui/commit/1d35040)), closes [#5476](https://github.com/IBM/kui/issues/5476) +- **plugins/plugin-kubectl:** initial `kubectl job list` improvement for visualizing Job execution ([06030b0](https://github.com/IBM/kui/commit/06030b0)), closes [#5397](https://github.com/IBM/kui/issues/5397) +- **plugins/plugin-kubectl:** initial labs for listing k8s resources and creating jobs ([2e9d002](https://github.com/IBM/kui/commit/2e9d002)), closes [#5475](https://github.com/IBM/kui/issues/5475) +- **plugins/plugin-kubectl:** kubectl get -f can use Tree to present structured result ([f94a22f](https://github.com/IBM/kui/commit/f94a22f)), closes [#6136](https://github.com/IBM/kui/issues/6136) +- **plugins/plugin-kubectl:** Namespace Summary impl ([2d69d67](https://github.com/IBM/kui/commit/2d69d67)), closes [#5790](https://github.com/IBM/kui/issues/5790) +- add button to WatchPane to show table back in terminal ([dc22591](https://github.com/IBM/kui/commit/dc22591)), closes [#4530](https://github.com/IBM/kui/issues/4530) +- add capability to show welcome widget to new users in Terminal ([0c33e6e](https://github.com/IBM/kui/commit/0c33e6e)), closes [#4990](https://github.com/IBM/kui/issues/4990) [#5007](https://github.com/IBM/kui/issues/5007) +- add isSelected and Divider to log container selection menu ([59bdaa5](https://github.com/IBM/kui/commit/59bdaa5)), closes [#4647](https://github.com/IBM/kui/issues/4647) +- add krew support ([f87cb6c](https://github.com/IBM/kui/commit/f87cb6c)), closes [#4199](https://github.com/IBM/kui/issues/4199) +- add labels to summary mode ([95f731d](https://github.com/IBM/kui/commit/95f731d)), closes [#4041](https://github.com/IBM/kui/issues/4041) [#4040](https://github.com/IBM/kui/issues/4040) +- add Patternfly Breadcrumb support ([91e0504](https://github.com/IBM/kui/commit/91e0504)), closes [#4381](https://github.com/IBM/kui/issues/4381) +- add Retry button to sidecar toolbar when log streaming stopped abnormally ([47872f4](https://github.com/IBM/kui/commit/47872f4)), closes [#4755](https://github.com/IBM/kui/issues/4755) +- add Show Owner Reference button for kube resources ([80ea40f](https://github.com/IBM/kui/commit/80ea40f)), closes [#4106](https://github.com/IBM/kui/issues/4106) +- add Stop Watching capability to WatchPane ([09043c1](https://github.com/IBM/kui/commit/09043c1)), closes [#4554](https://github.com/IBM/kui/issues/4554) +- add support for Toolbar Buttons ([f55b8c6](https://github.com/IBM/kui/commit/f55b8c6)), closes [#4103](https://github.com/IBM/kui/issues/4103) [#4105](https://github.com/IBM/kui/issues/4105) +- allow users to select container in kubectl Logs ([f4304c5](https://github.com/IBM/kui/commit/f4304c5)), closes [#4627](https://github.com/IBM/kui/issues/4627) +- clicking on events in watch table should drill down to events ([c6dc99f](https://github.com/IBM/kui/commit/c6dc99f)), closes [#5173](https://github.com/IBM/kui/issues/5173) +- commands should be able to separate resource model fetch from view transformation functions ([e903bc7](https://github.com/IBM/kui/commit/e903bc7)), closes [#4437](https://github.com/IBM/kui/issues/4437) +- ibmcloud plugin ([aa0f72f](https://github.com/IBM/kui/commit/aa0f72f)), closes [#4353](https://github.com/IBM/kui/issues/4353) +- improve kubectl edit experience ([4c4a1c9](https://github.com/IBM/kui/commit/4c4a1c9)), closes [#4783](https://github.com/IBM/kui/issues/4783) +- improve pagination and toolbar UIs of PaginatedTable ([08062e9](https://github.com/IBM/kui/commit/08062e9)), closes [#1456](https://github.com/IBM/kui/issues/1456) +- improve rendering of kubectl subcommand help ([e36ed29](https://github.com/IBM/kui/commit/e36ed29)), closes [#4824](https://github.com/IBM/kui/issues/4824) +- initial odo catalog list enhancements ([8534267](https://github.com/IBM/kui/commit/8534267)), closes [#4485](https://github.com/IBM/kui/issues/4485) +- kubectl apply view-last-applied ([6d601ef](https://github.com/IBM/kui/commit/6d601ef)), closes [#4822](https://github.com/IBM/kui/issues/4822) +- kubectl edit via kui's editor ([414e813](https://github.com/IBM/kui/commit/414e813)), closes [#762](https://github.com/IBM/kui/issues/762) +- kubectl tables should show official kind in title ([06eec95](https://github.com/IBM/kui/commit/06eec95)), closes [#4127](https://github.com/IBM/kui/issues/4127) +- line highlights on editor save, used for k edit apply errors ([3efa6a5](https://github.com/IBM/kui/commit/3efa6a5)), closes [#4795](https://github.com/IBM/kui/issues/4795) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- only enable WatchPane based on a feature flag ([eb80d0e](https://github.com/IBM/kui/commit/eb80d0e)), closes [#4678](https://github.com/IBM/kui/issues/4678) [#4604](https://github.com/IBM/kui/issues/4604) +- patternfly4 themes ([5f58f71](https://github.com/IBM/kui/commit/5f58f71)), closes [#4364](https://github.com/IBM/kui/issues/4364) +- pin a watchable terminal response in a split pane ([662f413](https://github.com/IBM/kui/commit/662f413)), closes [#4865](https://github.com/IBM/kui/issues/4865) [#4573](https://github.com/IBM/kui/issues/4573) [#4885](https://github.com/IBM/kui/issues/4885) [#4894](https://github.com/IBM/kui/issues/4894) +- port kubectl get ns to RadioTable ([be0eabf](https://github.com/IBM/kui/commit/be0eabf)), closes [#4510](https://github.com/IBM/kui/issues/4510) [#4511](https://github.com/IBM/kui/issues/4511) +- refine kubectl contexts table; add support for RadioTable row titles ([11bb074](https://github.com/IBM/kui/commit/11bb074)), closes [#5131](https://github.com/IBM/kui/issues/5131) +- s3 plugin, and vfs ([970ba6e](https://github.com/IBM/kui/commit/970ba6e)), closes [#5319](https://github.com/IBM/kui/issues/5319) +- show resource version in toolbar text ([1a6e335](https://github.com/IBM/kui/commit/1a6e335)), closes [#4790](https://github.com/IBM/kui/issues/4790) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- support for events in crud table footer ([0b90ead](https://github.com/IBM/kui/commit/0b90ead)), closes [#5125](https://github.com/IBM/kui/issues/5125) +- support for events in table footer ([51669af](https://github.com/IBM/kui/commit/51669af)), closes [#5115](https://github.com/IBM/kui/issues/5115) +- **plugins/plugin-kubectl:** add Show Node button for kubectl pods ([04e29d2](https://github.com/IBM/kui/commit/04e29d2)), closes [#4214](https://github.com/IBM/kui/issues/4214) +- **plugins/plugin-kubectl:** add support for kustomize apply/delete/create ([b95cbdb](https://github.com/IBM/kui/commit/b95cbdb)), closes [#4203](https://github.com/IBM/kui/issues/4203) +- **plugins/plugin-kubectl:** configmap summary should show data ([50c7e10](https://github.com/IBM/kui/commit/50c7e10)), closes [#4025](https://github.com/IBM/kui/issues/4025) +- **plugins/plugin-kubectl:** enhance odo project list as RadioTable ([62272e6](https://github.com/IBM/kui/commit/62272e6)), closes [#4517](https://github.com/IBM/kui/issues/4517) +- **plugins/plugin-kubectl:** improve odo usage experience ([639ca32](https://github.com/IBM/kui/commit/639ca32)), closes [#4345](https://github.com/IBM/kui/issues/4345) +- **plugins/plugin-kubectl:** kubectl events tab ([2d71f24](https://github.com/IBM/kui/commit/2d71f24)), closes [#4706](https://github.com/IBM/kui/issues/4706) +- **plugins/plugin-kubectl:** namespace onclick should drill down to sidecar ([e74f66d](https://github.com/IBM/kui/commit/e74f66d)), closes [#4714](https://github.com/IBM/kui/issues/4714) +- **plugins/plugin-kubectl:** optimize rendering of kubectl Summary tab ([7c6480d](https://github.com/IBM/kui/commit/7c6480d)), closes [#4725](https://github.com/IBM/kui/issues/4725) +- **plugins/plugin-kubectl:** optimizing Node summary impl ([8ac11b9](https://github.com/IBM/kui/commit/8ac11b9)), closes [#4833](https://github.com/IBM/kui/issues/4833) +- **plugins/plugin-kubectl:** Show Previous option for Logs tab ([2307d2f](https://github.com/IBM/kui/commit/2307d2f)), closes [#4864](https://github.com/IBM/kui/issues/4864) +- render kubectl summary tab using forms ([d88436e](https://github.com/IBM/kui/commit/d88436e)), closes [#4014](https://github.com/IBM/kui/issues/4014) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- SPI for icons ([3d034e3](https://github.com/IBM/kui/commit/3d034e3)), closes [#4441](https://github.com/IBM/kui/issues/4441) [#4364](https://github.com/IBM/kui/issues/4364) +- target kubectl logs and kubectl exec to Logs and Terminal tabs ([409e632](https://github.com/IBM/kui/commit/409e632)), closes [#4762](https://github.com/IBM/kui/issues/4762) +- **plugins/plugin-kubectl:** Terminal tab for Pod kubernetes resources ([c47e432](https://github.com/IBM/kui/commit/c47e432)), closes [#4639](https://github.com/IBM/kui/issues/4639) +- top tab buttons ([ff8cfba](https://github.com/IBM/kui/commit/ff8cfba)), closes [#4434](https://github.com/IBM/kui/issues/4434) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) +- **plugins/plugin-kubectl:** port kubectl contexts table to RadioTable ([3cb4dcb](https://github.com/IBM/kui/commit/3cb4dcb)), closes [#4513](https://github.com/IBM/kui/issues/4513) +- **plugins/plugin-kubectl:** ReplicaSet should have Pods tab ([42cd286](https://github.com/IBM/kui/commit/42cd286)), closes [#4110](https://github.com/IBM/kui/issues/4110) +- **plugins/plugin-kubectl:** restore Show Logs button for kubectl ([6b17dbd](https://github.com/IBM/kui/commit/6b17dbd)), closes [#4089](https://github.com/IBM/kui/issues/4089) +- use breadcrumbs for TopNavSidecar naming ([5a4611e](https://github.com/IBM/kui/commit/5a4611e)), closes [#4043](https://github.com/IBM/kui/issues/4043) [#3657](https://github.com/IBM/kui/issues/3657) [#4044](https://github.com/IBM/kui/issues/4044) + +### BREAKING CHANGES + +- removes support for inBrowserOk + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-kubectl/package.json b/plugins/plugin-kubectl/package.json index 0be68044f95..d5251e7da47 100644 --- a/plugins/plugin-kubectl/package.json +++ b/plugins/plugin-kubectl/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-kubectl", - "version": "10.0.1", + "version": "10.1.1", "description": "Kubernetes visualization plugin for kubernetes", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/plugin-patternfly4-themes/CHANGELOG.md b/plugins/plugin-patternfly4-themes/CHANGELOG.md index 29f590fac1f..2c20efc2978 100644 --- a/plugins/plugin-patternfly4-themes/CHANGELOG.md +++ b/plugins/plugin-patternfly4-themes/CHANGELOG.md @@ -3,6 +3,64 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- In PatternFly4 Light and Garbon Gray90 themes, new tab/new split buttons lack hover effect ([8fa95fc](https://github.com/IBM/kui/commit/8fa95fc)), closes [#6804](https://github.com/IBM/kui/issues/6804) +- the x in the offline badge is sometimes low contrast, especially in dark themes ([c60157c](https://github.com/IBM/kui/commit/c60157c)), closes [#6784](https://github.com/IBM/kui/issues/6784) +- **plugins/plugin-patternfly4-themes:** improve Card background color in PF4 Dark theme ([1ca7f51](https://github.com/IBM/kui/commit/1ca7f51)), closes [#6780](https://github.com/IBM/kui/issues/6780) +- **plugins/plugin-patternfly4-themes:** patternfly light theme can have low contrast ([947dce0](https://github.com/IBM/kui/commit/947dce0)), closes [#6336](https://github.com/IBM/kui/issues/6336) +- **plugins/plugin-patternfly4-themes:** patternfly light's green color has low contrast ([602606d](https://github.com/IBM/kui/commit/602606d)), closes [#6339](https://github.com/IBM/kui/issues/6339) +- **plugins/plugin-patternfly4-themes:** slightly darken terminal background color ([d666baa](https://github.com/IBM/kui/commit/d666baa)), closes [#6708](https://github.com/IBM/kui/issues/6708) +- **plugins/plugin-patternfly4-themes:** StatusStripe dropdowns have low contrast in PatternFly4 Dark theme ([c49729c](https://github.com/IBM/kui/commit/c49729c)), closes [#6717](https://github.com/IBM/kui/issues/6717) +- A few more themes tweaks are needed ([03be3eb](https://github.com/IBM/kui/commit/03be3eb)), closes [#6034](https://github.com/IBM/kui/issues/6034) +- Card component does not render well in dark themes ([d96def0](https://github.com/IBM/kui/commit/d96def0)), closes [#4996](https://github.com/IBM/kui/issues/4996) +- chart colors for patternfly themes aren't in a diverging series ([cc2e177](https://github.com/IBM/kui/commit/cc2e177)), closes [#6161](https://github.com/IBM/kui/issues/6161) +- Clean up the way patternfly fonts are incorporated into themes ([2ba49e9](https://github.com/IBM/kui/commit/2ba49e9)), closes [#6375](https://github.com/IBM/kui/issues/6375) +- improve accessibility of table in grid form ([0ade4f7](https://github.com/IBM/kui/commit/0ade4f7)), closes [#4601](https://github.com/IBM/kui/issues/4601) +- improve alignment of icons ([221d0f9](https://github.com/IBM/kui/commit/221d0f9)), closes [#4555](https://github.com/IBM/kui/issues/4555) +- improve alignment of Terminal timestamp ([c361f85](https://github.com/IBM/kui/commit/c361f85)), closes [#4587](https://github.com/IBM/kui/issues/4587) +- improve color contrast of charts in light themes ([9a60197](https://github.com/IBM/kui/commit/9a60197)), closes [#4597](https://github.com/IBM/kui/issues/4597) +- in patternfly-based themes, CurrentContext DropDown renders poorly ([f1a3faf](https://github.com/IBM/kui/commit/f1a3faf)), closes [#6496](https://github.com/IBM/kui/issues/6496) +- in patternfly4 light theme, the status stripe hovers background color are not visible ([a0e79d5](https://github.com/IBM/kui/commit/a0e79d5)), closes [#6361](https://github.com/IBM/kui/issues/6361) +- use Dropdown component for RadioTable impl ([244b16a](https://github.com/IBM/kui/commit/244b16a)), closes [#6539](https://github.com/IBM/kui/issues/6539) +- **plugins/plugi-patternfly4-themes:** add missing sans 500 font-weight ([56c2f76](https://github.com/IBM/kui/commit/56c2f76)), closes [#4389](https://github.com/IBM/kui/issues/4389) +- **plugins/plugin-patternfly-themes:** update theme alignment to patternfly v4 ([3784b96](https://github.com/IBM/kui/commit/3784b96)), closes [#4948](https://github.com/IBM/kui/issues/4948) +- **plugins/plugin-patternfly4-themes:** darken status stripe ([17d7dbc](https://github.com/IBM/kui/commit/17d7dbc)), closes [#4402](https://github.com/IBM/kui/issues/4402) +- **plugins/plugin-patternfly4-themes:** improve contrast of active tab color ([afbbd05](https://github.com/IBM/kui/commit/afbbd05)), closes [#4429](https://github.com/IBM/kui/issues/4429) +- **plugins/plugin-patternfly4-themes:** inverted splits don't render correctly in Patternfly Light theme ([f4de80a](https://github.com/IBM/kui/commit/f4de80a)), closes [#5592](https://github.com/IBM/kui/issues/5592) +- **plugins/plugin-patternfly4-themes:** overpass-mono font has odd line height ([75c7a01](https://github.com/IBM/kui/commit/75c7a01)), closes [#4392](https://github.com/IBM/kui/issues/4392) +- **plugins/plugin-patternfly4-themes:** sidecar tables illegible in patternfly4-light theme ([b125959](https://github.com/IBM/kui/commit/b125959)), closes [#5157](https://github.com/IBM/kui/issues/5157) +- **plugins/plugin-patternfly4-themes:** switching from PatternFly4 Dark to PF4 Light and back to PF4 Dark results in poor colors ([bba1af4](https://github.com/IBM/kui/commit/bba1af4)), closes [#5816](https://github.com/IBM/kui/issues/5816) +- **Plugins/plugin-patternfly4-themes:** in patternfly themes, hovering over tree node has poor background color ([dae92df](https://github.com/IBM/kui/commit/dae92df)), closes [#6320](https://github.com/IBM/kui/issues/6320) +- monaco diff view colors are not themed ([eed2527](https://github.com/IBM/kui/commit/eed2527)), closes [#6232](https://github.com/IBM/kui/issues/6232) +- **plugins/plugin-patternfly4-themes:** in patternfly light theme, minisplit block border is not visible ([7c5b0a9](https://github.com/IBM/kui/commit/7c5b0a9)), closes [#6065](https://github.com/IBM/kui/issues/6065) +- **plugins/plugin-patternfly4-themes:** sidecar header does not have proper contrast in patternfly themes ([a5ccbc2](https://github.com/IBM/kui/commit/a5ccbc2)), closes [#6030](https://github.com/IBM/kui/issues/6030) +- improve contrast of cyan in Patternfly4 Light theme ([3267e89](https://github.com/IBM/kui/commit/3267e89)), closes [#4480](https://github.com/IBM/kui/issues/4480) +- move patternfly alignment out of patternfly themes plugin ([6adbfd6](https://github.com/IBM/kui/commit/6adbfd6)), closes [#4988](https://github.com/IBM/kui/issues/4988) +- patternfly Navigation missing theme alignment ([047f292](https://github.com/IBM/kui/commit/047f292)), closes [#4399](https://github.com/IBM/kui/issues/4399) +- support for using patternfly components with non-patternfly themes ([f88ef97](https://github.com/IBM/kui/commit/f88ef97)), closes [#4934](https://github.com/IBM/kui/issues/4934) +- upgrade @patternfly/react-core to latest ([0331533](https://github.com/IBM/kui/commit/0331533)), closes [#4937](https://github.com/IBM/kui/issues/4937) +- **plugins/plugin-patternfly4-themes:** patternfly link hover effect color has low contrast ([c8f4a99](https://github.com/IBM/kui/commit/c8f4a99)), closes [#4475](https://github.com/IBM/kui/issues/4475) +- **plugins/plugin-patternfly4-themes:** patternfly4 dark does not show background color for selected nav menu ([1467f83](https://github.com/IBM/kui/commit/1467f83)), closes [#4439](https://github.com/IBM/kui/issues/4439) +- **Plugins/plugin-patternfly4-themes:** improve color contrast of blue, yellow, and green ([a296e9c](https://github.com/IBM/kui/commit/a296e9c)), closes [#4394](https://github.com/IBM/kui/issues/4394) + +### Features + +- add Patternfly Navigation for LeftNavSidecar ([a4a7a97](https://github.com/IBM/kui/commit/a4a7a97)), closes [#4387](https://github.com/IBM/kui/issues/4387) +- allow users to provide custom views for session init ([1f35894](https://github.com/IBM/kui/commit/1f35894)), closes [#4596](https://github.com/IBM/kui/issues/4596) +- allow themes to dictate Kui client properties ([2b41873](https://github.com/IBM/kui/commit/2b41873)), closes [#4409](https://github.com/IBM/kui/issues/4409) +- Dropdown spi and use in Terminal Block ([327917b](https://github.com/IBM/kui/commit/327917b)), closes [#4589](https://github.com/IBM/kui/issues/4589) [#4556](https://github.com/IBM/kui/issues/4556) +- improve the split layout progression ([d3f2d6c](https://github.com/IBM/kui/commit/d3f2d6c)), closes [#6747](https://github.com/IBM/kui/issues/6747) [#6743](https://github.com/IBM/kui/issues/6743) +- MiniSplits ([70b8441](https://github.com/IBM/kui/commit/70b8441)), closes [#5112](https://github.com/IBM/kui/issues/5112) +- patternfly4 dark theme ([3dff5a5](https://github.com/IBM/kui/commit/3dff5a5)), closes [#4419](https://github.com/IBM/kui/issues/4419) +- patternfly4 themes ([5f58f71](https://github.com/IBM/kui/commit/5f58f71)), closes [#4364](https://github.com/IBM/kui/issues/4364) +- spi for CodeSnippet ([105cf2b](https://github.com/IBM/kui/commit/105cf2b)), closes [#4478](https://github.com/IBM/kui/issues/4478) +- split screen Terminal ([3a6b422](https://github.com/IBM/kui/commit/3a6b422)), closes [#4814](https://github.com/IBM/kui/issues/4814) [#4821](https://github.com/IBM/kui/issues/4821) +- top tab buttons ([ff8cfba](https://github.com/IBM/kui/commit/ff8cfba)), closes [#4434](https://github.com/IBM/kui/issues/4434) +- watcher panel for open-ended watch jobs ([6dfe7df](https://github.com/IBM/kui/commit/6dfe7df)), closes [#4503](https://github.com/IBM/kui/issues/4503) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-patternfly4-themes/package.json b/plugins/plugin-patternfly4-themes/package.json index 79ebb5db306..849dc541313 100644 --- a/plugins/plugin-patternfly4-themes/package.json +++ b/plugins/plugin-patternfly4-themes/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-patternfly4-themes", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin offering a Patternfly4-inspired set of themes", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-proxy-support/CHANGELOG.md b/plugins/plugin-proxy-support/CHANGELOG.md index d99d042342f..02b8c9a3b23 100644 --- a/plugins/plugin-proxy-support/CHANGELOG.md +++ b/plugins/plugin-proxy-support/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- improve discovery of ibmcloud s3 credentials ([96d5bc0](https://github.com/IBM/kui/commit/96d5bc0)), closes [#5926](https://github.com/IBM/kui/issues/5926) +- **packages/core:** remove old EntitySpec support ([e45fb7b](https://github.com/IBM/kui/commit/e45fb7b)), closes [#3268](https://github.com/IBM/kui/issues/3268) +- **plugins/plugin-client-common:** spurious warning in the console re: Tag ([93982de](https://github.com/IBM/kui/commit/93982de)), closes [#4959](https://github.com/IBM/kui/issues/4959) +- **plugins/plugin-proxy-support:** fixed env for proxy executor ([c8de22b](https://github.com/IBM/kui/commit/c8de22b)) +- **plugins/plugin-proxy-support:** improved display of ProxyOffline state ([23b3206](https://github.com/IBM/kui/commit/23b3206)), closes [#4955](https://github.com/IBM/kui/issues/4955) +- **plugins/plugin-proxy-support:** ProxyOfflineIndicator widget does not clean up on unount ([97c6b27](https://github.com/IBM/kui/commit/97c6b27)), closes [#5849](https://github.com/IBM/kui/issues/5849) +- make inBrowserOk the default ([2a3c811](https://github.com/IBM/kui/commit/2a3c811)), closes [#4275](https://github.com/IBM/kui/issues/4275) +- propagate statusCode back from the proxy ([275240a](https://github.com/IBM/kui/commit/275240a)), closes [#3318](https://github.com/IBM/kui/issues/3318) +- some code is dependent on the existence of static config files ([cdc6487](https://github.com/IBM/kui/commit/cdc6487)), closes [#3813](https://github.com/IBM/kui/issues/3813) +- **plugins/plugin-proxy-support:** proxy offline indicicator shows up in electron clients ([783b304](https://github.com/IBM/kui/commit/783b304)), closes [#3747](https://github.com/IBM/kui/issues/3747) + +### Features + +- **plugins/plugin-kubectl:** Port kubectl pollers to use push, for homogeneous deletes ([82448d7](https://github.com/IBM/kui/commit/82448d7)), closes [#6481](https://github.com/IBM/kui/issues/6481) [#6486](https://github.com/IBM/kui/issues/6486) +- Extend kubectl optimizations to table watching ([9a2bc74](https://github.com/IBM/kui/commit/9a2bc74)), closes [#6449](https://github.com/IBM/kui/issues/6449) +- notebook client ([4b64133](https://github.com/IBM/kui/commit/4b64133)), closes [#5501](https://github.com/IBM/kui/issues/5501) +- simplified co-hosting of client and proxy in a container ([00af4b4](https://github.com/IBM/kui/commit/00af4b4)), closes [#4213](https://github.com/IBM/kui/issues/4213) +- SPI for icons ([3d034e3](https://github.com/IBM/kui/commit/3d034e3)), closes [#4441](https://github.com/IBM/kui/issues/4441) [#4364](https://github.com/IBM/kui/issues/4364) +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) + +### BREAKING CHANGES + +- removes support for inBrowserOk +- **packages/core:** remove old EntitySpec support + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-proxy-support/package.json b/plugins/plugin-proxy-support/package.json index fea5d838bfc..71f86195757 100644 --- a/plugins/plugin-proxy-support/package.json +++ b/plugins/plugin-proxy-support/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-proxy-support", - "version": "10.0.1", + "version": "10.1.1", "description": "Kui plugin that adds runtime support for proxied communication", "license": "Apache-2.0", "author": "Nick Mitchell", diff --git a/plugins/plugin-wskflow/CHANGELOG.md b/plugins/plugin-wskflow/CHANGELOG.md index 78ee5093b22..5cca88a0635 100644 --- a/plugins/plugin-wskflow/CHANGELOG.md +++ b/plugins/plugin-wskflow/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/kui/compare/v4.5.0...v10.1.1) (2021-02-04) + +### Bug Fixes + +- **plugins/plugin-wskflow:** bump jquery to 3.5.0 ([6ace265](https://github.com/IBM/kui/commit/6ace265)), closes [#4399](https://github.com/IBM/kui/issues/4399) +- improve color contrast of wskflow ([fa8630b](https://github.com/IBM/kui/commit/fa8630b)), closes [#4071](https://github.com/IBM/kui/issues/4071) +- tekton Step nodes show with hashed background ([8428d72](https://github.com/IBM/kui/commit/8428d72)), closes [#4114](https://github.com/IBM/kui/issues/4114) +- **plugins/plugin-wskflow:** improve "is deployed" to be more k8s metadata-like ([f5af9d0](https://github.com/IBM/kui/commit/f5af9d0)), closes [#3248](https://github.com/IBM/kui/issues/3248) +- **plugins/plugin-wskflow:** wskflow's dynamic import of jquery and ELK ([6f2b4ed](https://github.com/IBM/kui/commit/6f2b4ed)), closes [#3397](https://github.com/IBM/kui/issues/3397) +- **plugins/plugins-wskflow:** race in wskflow with edge labels ([ed9b750](https://github.com/IBM/kui/commit/ed9b750)), closes [#3401](https://github.com/IBM/kui/issues/3401) + +### Features + +- support generating es6 modules ([c1ed680](https://github.com/IBM/kui/commit/c1ed680)), closes [#2431](https://github.com/IBM/kui/issues/2431) + ## [10.0.1](https://github.com/IBM/kui/compare/v4.5.0...v10.0.1) (2021-02-01) ### Bug Fixes diff --git a/plugins/plugin-wskflow/package.json b/plugins/plugin-wskflow/package.json index ab38593c79e..70ec38a6adc 100644 --- a/plugins/plugin-wskflow/package.json +++ b/plugins/plugin-wskflow/package.json @@ -1,6 +1,6 @@ { "name": "@kui-shell/plugin-wskflow", - "version": "10.0.1", + "version": "10.1.1", "description": "Visualizations for Composer apps", "license": "Apache-2.0", "author": "Kerry Chang",