From fae6cd8859557e5f8b4c2d745fd0d02c03c26be6 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Thu, 24 Feb 2022 19:27:02 -0500 Subject: [PATCH] v11.4.0 --- CHANGELOG.md | 2427 +++++++++++++++++ lerna.json | 2 +- packages/builder/CHANGELOG.md | 84 + packages/builder/package.json | 2 +- packages/core/CHANGELOG.md | 486 ++++ packages/core/package.json | 2 +- packages/proxy/CHANGELOG.md | 32 + packages/proxy/package.json | 2 +- packages/react/CHANGELOG.md | 20 + packages/react/package.json | 2 +- packages/test/CHANGELOG.md | 181 ++ packages/test/package.json | 2 +- packages/webpack/CHANGELOG.md | 70 + packages/webpack/package.json | 2 +- plugins/plugin-bash-like/CHANGELOG.md | 274 ++ plugins/plugin-bash-like/package.json | 2 +- plugins/plugin-carbon-themes/CHANGELOG.md | 94 + plugins/plugin-carbon-themes/package.json | 2 +- plugins/plugin-client-alternate/CHANGELOG.md | 27 + plugins/plugin-client-alternate/package.json | 2 +- plugins/plugin-client-common/CHANGELOG.md | 1380 ++++++++++ plugins/plugin-client-common/package.json | 2 +- plugins/plugin-client-default/CHANGELOG.md | 130 + plugins/plugin-client-default/package.json | 2 +- plugins/plugin-client-notebook/CHANGELOG.md | 28 + plugins/plugin-client-notebook/package.json | 2 +- plugins/plugin-client-test/CHANGELOG.md | 70 + plugins/plugin-client-test/package.json | 2 +- plugins/plugin-core-support/CHANGELOG.md | 272 ++ plugins/plugin-core-support/package.json | 2 +- plugins/plugin-core-themes/CHANGELOG.md | 57 + plugins/plugin-core-themes/package.json | 2 +- .../plugin-electron-components/CHANGELOG.md | 28 + .../plugin-electron-components/package.json | 2 +- plugins/plugin-git/CHANGELOG.md | 36 + plugins/plugin-git/package.json | 2 +- plugins/plugin-iter8/CHANGELOG.md | 36 + plugins/plugin-iter8/package.json | 2 +- plugins/plugin-kubectl/CHANGELOG.md | 500 ++++ plugins/plugin-kubectl/package.json | 2 +- .../plugin-patternfly4-themes/CHANGELOG.md | 82 + .../plugin-patternfly4-themes/package.json | 2 +- plugins/plugin-proxy-support/CHANGELOG.md | 36 + plugins/plugin-proxy-support/package.json | 2 +- plugins/plugin-s3/CHANGELOG.md | 82 + plugins/plugin-s3/package.json | 2 +- 46 files changed, 6455 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cce5631bfdb..fc449f89a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,2433 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.4.0](https://github.com/IBM/kui/compare/v4.5.0...v11.4.0) (2022-02-25) + +### Bug Fixes + +- several UI tweaks to popover rendering ([f65d5d3](https://github.com/IBM/kui/commit/f65d5d3)) +- windows node-pty hangs ([a2aaf66](https://github.com/IBM/kui/commit/a2aaf66)) +- **packages/test:** tests may fail because active prompt is not in view ([c61f9a5](https://github.com/IBM/kui/commit/c61f9a5)) +- **plugins/plugin-client-common:** a few small spacing tweaks to Guidebooks ([a8935bf](https://github.com/IBM/kui/commit/a8935bf)) +- **plugins/plugin-client-common:** Accordion font size discrepancy in guidebooks ([ba177a2](https://github.com/IBM/kui/commit/ba177a2)) +- **plugins/plugin-client-common:** adjust font size of wizard collapsed header ([c72f08d](https://github.com/IBM/kui/commit/c72f08d)) +- **plugins/plugin-client-common:** allow code block id to be optional ([842becc](https://github.com/IBM/kui/commit/842becc)) +- **plugins/plugin-client-common:** another tweak for right-alignment of markdown ([33a7707](https://github.com/IBM/kui/commit/33a7707)) +- **plugins/plugin-client-common:** avoid infinite loop in snippet inliner ([d6482db](https://github.com/IBM/kui/commit/d6482db)) +- **plugins/plugin-client-common:** avoid infinite loop of code block validation ([a379c1d](https://github.com/IBM/kui/commit/a379c1d)) +- **plugins/plugin-client-common:** avoid pre-wrap in guidebook paragraphs ([f388c5b](https://github.com/IBM/kui/commit/f388c5b)) +- **plugins/plugin-client-common:** blank heading lines in markdown cause internal exception ([a679005](https://github.com/IBM/kui/commit/a679005)) +- **plugins/plugin-client-common:** block border of active block in focused split is gray ([290b6d2](https://github.com/IBM/kui/commit/290b6d2)) +- **plugins/plugin-client-common:** bug in loading guidebook sample output via URL ([c8a4cbb](https://github.com/IBM/kui/commit/c8a4cbb)) +- **plugins/plugin-client-common:** clean out leftover debug messages ([5124d46](https://github.com/IBM/kui/commit/5124d46)) +- **plugins/plugin-client-common:** code block run button should not be visible in offline clients ([4234d3e](https://github.com/IBM/kui/commit/4234d3e)) +- **plugins/plugin-client-common:** code blocks indented beyond normal tab indentation parsed incorrectly ([a72d599](https://github.com/IBM/kui/commit/a72d599)) +- **plugins/plugin-client-common:** code blocks with validate: true do not validate ([cf78662](https://github.com/IBM/kui/commit/cf78662)) +- **plugins/plugin-client-common:** Deployment-to-Pods drilldown should be consistent in UI ([bdf6eb5](https://github.com/IBM/kui/commit/bdf6eb5)) +- **plugins/plugin-client-common:** empty pty responses can leave odd extra space in output ([6ae062f](https://github.com/IBM/kui/commit/6ae062f)) +- **plugins/plugin-client-common:** escape in playground cancels editor ([571c7bb](https://github.com/IBM/kui/commit/571c7bb)) +- **plugins/plugin-client-common:** ExpandableSections in guidebooks can have extraneous margins ([8614a15](https://github.com/IBM/kui/commit/8614a15)) +- **plugins/plugin-client-common:** external links in markdown broken ([a2c0a54](https://github.com/IBM/kui/commit/a2c0a54)) +- **plugins/plugin-client-common:** font size and color regressions in table events footer ([be1d5db](https://github.com/IBM/kui/commit/be1d5db)) +- **plugins/plugin-client-common:** fontawesome; fix for multiple icons per paragraph ([c03d8ae](https://github.com/IBM/kui/commit/c03d8ae)) +- **plugins/plugin-client-common:** GitHubIcon fails to compile if client has no homepage ([5ef6493](https://github.com/IBM/kui/commit/5ef6493)) +- **plugins/plugin-client-common:** guidebooks render poorly in big windows with large fonts ([98d8e42](https://github.com/IBM/kui/commit/98d8e42)) +- **plugins/plugin-client-common:** hide except on hover play button for validated code blocks ([776b4ef](https://github.com/IBM/kui/commit/776b4ef)) +- **plugins/plugin-client-common:** if client does not define notebooks, Sidebar crashes on Escape ([dee5598](https://github.com/IBM/kui/commit/dee5598)) +- **plugins/plugin-client-common:** in dark themes, links in tips have low contrast ([5d4ac24](https://github.com/IBM/kui/commit/5d4ac24)) +- **plugins/plugin-client-common:** in guidebooks, left strip has inconsistent font size ([00fd4be](https://github.com/IBM/kui/commit/00fd4be)) +- **plugins/plugin-client-common:** in some browsers, hovering in wizard mini step oddly moves elements ([ed7ee67](https://github.com/IBM/kui/commit/ed7ee67)) +- **plugins/plugin-client-common:** incorrectly named `componentDidUnmount()` method ([5018c85](https://github.com/IBM/kui/commit/5018c85)) +- **plugins/plugin-client-common:** increase saturation of blue, yellow, red markdown tips ([5a7ad58](https://github.com/IBM/kui/commit/5a7ad58)) +- **plugins/plugin-client-common:** markdown "note" tips should be blue ([ec30f40](https://github.com/IBM/kui/commit/ec30f40)) +- **plugins/plugin-client-common:** markdown expandable section left-border color not consistent ([262724f](https://github.com/IBM/kui/commit/262724f)) +- **plugins/plugin-client-common:** markdown expandable sections can have double margins ([1d53a7d](https://github.com/IBM/kui/commit/1d53a7d)) +- **plugins/plugin-client-common:** markdown icons test has timing-related failures ([5c0c150](https://github.com/IBM/kui/commit/5c0c150)) +- **plugins/plugin-client-common:** markdown mark tags sometimes confused with tabbed ([405201c](https://github.com/IBM/kui/commit/405201c)) +- **plugins/plugin-client-common:** markdown material-icons do not preserve trailing whitespace ([d573767](https://github.com/IBM/kui/commit/d573767)) +- **plugins/plugin-client-common:** markdown tab/tip content does not preserve indentation ([c1e7981](https://github.com/IBM/kui/commit/c1e7981)) +- **plugins/plugin-client-common:** markdown tables can have odd ellipsis ([567f85f](https://github.com/IBM/kui/commit/567f85f)) +- **plugins/plugin-client-common:** markdown tabs may drop/misplace text near tab title ([c27b709](https://github.com/IBM/kui/commit/c27b709)) +- **plugins/plugin-client-common:** markdown tip parsing may not recognize elements after "bug" ([7bccaa5](https://github.com/IBM/kui/commit/7bccaa5)) +- **plugins/plugin-client-common:** markdown tips need to be case insensitive ([5a05197](https://github.com/IBM/kui/commit/5a05197)) +- **plugins/plugin-client-common:** markdown with non-tab/tip indentation formats poorly ([7cd9a9e](https://github.com/IBM/kui/commit/7cd9a9e)) +- **plugins/plugin-client-common:** minor fix to avoid `float: undefined` ([9f11850](https://github.com/IBM/kui/commit/9f11850)) +- **plugins/plugin-client-common:** mis-parsing of tips after tips in tabs ([b45c9a4](https://github.com/IBM/kui/commit/b45c9a4)) +- **plugins/plugin-client-common:** mis-parsing of wizard headers ([7777e6a](https://github.com/IBM/kui/commit/7777e6a)) +- **plugins/plugin-client-common:** monaco line number gutter can look weird ([7a98130](https://github.com/IBM/kui/commit/7a98130)) +- **plugins/plugin-client-common:** more nav width tweaks ([21e9e1f](https://github.com/IBM/kui/commit/21e9e1f)) +- **plugins/plugin-client-common:** move wizard progress into wizard description/header area ([50890cd](https://github.com/IBM/kui/commit/50890cd)) +- **plugins/plugin-client-common:** only a few table columns are sortable ([ee25305](https://github.com/IBM/kui/commit/ee25305)) +- **plugins/plugin-client-common:** plain markdown blockquotes show our injected topmatter ([44104df](https://github.com/IBM/kui/commit/44104df)) +- **plugins/plugin-client-common:** recursive snippet inlining does not properly handle base path ([14b702b](https://github.com/IBM/kui/commit/14b702b)) +- **plugins/plugin-client-common:** recursive snippet inlining via absolute paths can fail ([32c06a9](https://github.com/IBM/kui/commit/32c06a9)) +- **plugins/plugin-client-common:** reduce saturation of tip headers ([401d0a7](https://github.com/IBM/kui/commit/401d0a7)) +- **plugins/plugin-client-common:** replay against files with relative image links fail to load image ([6eea6d1](https://github.com/IBM/kui/commit/6eea6d1)) +- **plugins/plugin-client-common:** replay filepaths with spaces ([e7936dc](https://github.com/IBM/kui/commit/e7936dc)) +- **plugins/plugin-client-common:** saving code block responses is broken ([1310475](https://github.com/IBM/kui/commit/1310475)) +- **plugins/plugin-client-common:** show input index ui when using a left strip split ([1ab48ad](https://github.com/IBM/kui/commit/1ab48ad)) +- **plugins/plugin-client-common:** sidebar nav expansions not persisted ([bc5f206](https://github.com/IBM/kui/commit/bc5f206)) +- **plugins/plugin-client-common:** sidecar should not offer drilldown buttons in offline clients ([0570733](https://github.com/IBM/kui/commit/0570733)) +- **plugins/plugin-client-common:** sigh more tweaks to wizard nav width ([24e0290](https://github.com/IBM/kui/commit/24e0290)) +- **plugins/plugin-client-common:** snippet inclusion does not support full urls or recursive inclusion ([b643a12](https://github.com/IBM/kui/commit/b643a12)) +- **plugins/plugin-client-common:** snippet inliner fails for lines with trailing whitespace ([9a64b19](https://github.com/IBM/kui/commit/9a64b19)) +- **plugins/plugin-client-common:** snippet inliner fails in reroute links ([29393ce](https://github.com/IBM/kui/commit/29393ce)) +- **plugins/plugin-client-common:** snippet inliner image link rewriter does not handle two links on one line ([904e91a](https://github.com/IBM/kui/commit/904e91a)) +- **plugins/plugin-client-common:** snippet inliner recursion sometimes fails ([15d16d8](https://github.com/IBM/kui/commit/15d16d8)) +- **plugins/plugin-client-common:** table columns with a single value need not be sortable ([c62f7e6](https://github.com/IBM/kui/commit/c62f7e6)) +- **plugins/plugin-client-common:** table status column can yield odd vertical alignment ([222762c](https://github.com/IBM/kui/commit/222762c)) +- **plugins/plugin-client-common:** table sticky headers are transparent ([13a6f8d](https://github.com/IBM/kui/commit/13a6f8d)) +- **plugins/plugin-client-common:** text after colon lost for wizard header ([24c7d55](https://github.com/IBM/kui/commit/24c7d55)) +- **plugins/plugin-client-common:** tip-after-tip in markdown fails to render second tip ([a72df25](https://github.com/IBM/kui/commit/a72df25)) +- **plugins/plugin-client-common:** top tab overflow buttons can have low contrast ([ccf6a65](https://github.com/IBM/kui/commit/ccf6a65)) +- **plugins/plugin-client-common:** tweaks to "mini progress" ui in wizard ([09cefc6](https://github.com/IBM/kui/commit/09cefc6)) +- **plugins/plugin-client-common:** use a left-right split for drilldown even with left strip ([81353a5](https://github.com/IBM/kui/commit/81353a5)) +- **plugins/plugin-client-common:** use inner scrolling of nav for sidebar ([f93f302](https://github.com/IBM/kui/commit/f93f302)) +- **plugins/plugin-client-common:** use narrower left strip ([25327a7](https://github.com/IBM/kui/commit/25327a7)) +- **plugins/plugin-client-common:** use sepia tone also for validated blocks ([5201968](https://github.com/IBM/kui/commit/5201968)) +- **plugins/plugin-client-common:** use standard patternfly tables for markdown tables ([81a985e](https://github.com/IBM/kui/commit/81a985e)) +- **plugins/plugin-client-common:** welcome notebook has a bogus sample output ([64a2f07](https://github.com/IBM/kui/commit/64a2f07)) +- **plugins/plugin-client-common:** when including snippets, ignore trailing newlines ([e4b1a28](https://github.com/IBM/kui/commit/e4b1a28)) +- **plugins/plugin-client-common:** when showing replayed output, use prefetched drilldowns always ([43780e8](https://github.com/IBM/kui/commit/43780e8)) +- **plugins/plugin-client-common:** with sidebar open, drilling down can lead to bad split layout ([3d10fbe](https://github.com/IBM/kui/commit/3d10fbe)) +- **plugins/plugin-client-common:** wizard behaves poorly when empty ([5ef51f1](https://github.com/IBM/kui/commit/5ef51f1)) +- **plugins/plugin-client-common:** wizard description overlay can be misplaced ([a47d2c8](https://github.com/IBM/kui/commit/a47d2c8)) +- **plugins/plugin-client-common:** wizard mini progress UI lacks hover effect ([2349c40](https://github.com/IBM/kui/commit/2349c40)) +- **plugins/plugin-client-common:** wizard nav can be too wide ([5b10af1](https://github.com/IBM/kui/commit/5b10af1)) +- **plugins/plugin-client-common:** wizard nav can still be too thin ([155ab4a](https://github.com/IBM/kui/commit/155ab4a)) +- **plugins/plugin-client-common:** Wizard nav items use too-aggressive word breaking ([5cbd4ea](https://github.com/IBM/kui/commit/5cbd4ea)) +- **plugins/plugin-client-common:** wizard parser fails if step header preceded by comment ([a5d401d](https://github.com/IBM/kui/commit/a5d401d)) +- **plugins/plugin-client-common:** wizard progress "Remaining tasks" should be "Completed tasks" ([6c64926](https://github.com/IBM/kui/commit/6c64926)) +- **plugins/plugin-client-common:** wizard steps with no code blocks have blank area ([6975eb5](https://github.com/IBM/kui/commit/6975eb5)) +- **plugins/plugin-client-common:** wizards are mis-parsed for sections immediately following tip ([85383e0](https://github.com/IBM/kui/commit/85383e0)) +- **plugins/plugin-client-common:** wizards with emtpy 1st section have empty header UI ([14119d2](https://github.com/IBM/kui/commit/14119d2)) +- **plugins/plugin-client-common:** wizards with left splits and headers not possible ([b95fe66](https://github.com/IBM/kui/commit/b95fe66)) +- **plugins/plugin-client-common:** wizards with no title render as "undefined" in the UI ([6287e3c](https://github.com/IBM/kui/commit/6287e3c)) +- **plugins/plugin-client-common:** workarounds for odd table tooltip positioning ([dfc4be0](https://github.com/IBM/kui/commit/dfc4be0)) +- **plugins/plugin-client-common:** yet more tweaks to wizard nav width ([ad08c79](https://github.com/IBM/kui/commit/ad08c79)) +- **Plugins/plugin-client-common:** saving guidebook fails with subset of responses ([9f3486c](https://github.com/IBM/kui/commit/9f3486c)) +- **plugins/plugin-client-default:** don't show ? icon in default client ([f03e7de](https://github.com/IBM/kui/commit/f03e7de)) +- **plugins/plugin-kubectl:** `oc login` requires a Kui reload for changes to take effect ([78a3fba](https://github.com/IBM/kui/commit/78a3fba)) +- **plugins/plugin-kubectl:** Adding first draft of Knative Traffic Splitting guidebook ([1cbc6bf](https://github.com/IBM/kui/commit/1cbc6bf)) +- **plugins/plugin-kubectl:** another fix for oc login requiring Kui restart ([6c66769](https://github.com/IBM/kui/commit/6c66769)) +- **plugins/plugin-kubectl:** broken link to knative.dev ([31dd18c](https://github.com/IBM/kui/commit/31dd18c)) +- **plugins/plugin-kubectl:** Creating first Trigger guidebook ([931235d](https://github.com/IBM/kui/commit/931235d)) +- **plugins/plugin-kubectl:** Eventing Components guidebook ([7c14e57](https://github.com/IBM/kui/commit/7c14e57)) +- **plugins/plugin-kubectl:** First draft of Knative Eventing guidebook ([70bfbf3](https://github.com/IBM/kui/commit/70bfbf3)) +- **plugins/plugin-kubectl:** First Pass Clean Up Guidebook ([7d729bd](https://github.com/IBM/kui/commit/7d729bd)) +- **plugins/plugin-kubectl:** hide Tier and Application column in narrow windows ([83ffc32](https://github.com/IBM/kui/commit/83ffc32)) +- **plugins/plugin-kubectl:** missing wizard title in knative guidebook ([3f81e1b](https://github.com/IBM/kui/commit/3f81e1b)) +- **plugins/plugin-kubectl:** Updated Knative Quickstart quidebook ([e1813fb](https://github.com/IBM/kui/commit/e1813fb)) +- fixes for inverted colors in dark themes ([43425a8](https://github.com/IBM/kui/commit/43425a8)) +- improved markdown expandable section colors ([52b7e38](https://github.com/IBM/kui/commit/52b7e38)) +- Light theme does not get expected sepia filter for finished blocks ([752150f](https://github.com/IBM/kui/commit/752150f)) +- more color contrast fixes for wizard ([1bf1ea6](https://github.com/IBM/kui/commit/1bf1ea6)) +- sigh, npm 8.3.1 (node 16.14.0) broke our colors override ([0a6be71](https://github.com/IBM/kui/commit/0a6be71)) +- update base tsconfig to avoid specifying webdriverio types ([39f1cf2](https://github.com/IBM/kui/commit/39f1cf2)) +- **plugins/plugin-bash-like:** another fix for windows replay of notebooks ([56bb848](https://github.com/IBM/kui/commit/56bb848)) +- **plugins/plugin-bash-like:** pty output should be pre-wrap, i think ([12627fc](https://github.com/IBM/kui/commit/12627fc)) +- **plugins/plugin-client-common:** `watch ls` does not watch ([a74884d](https://github.com/IBM/kui/commit/a74884d)) +- **plugins/plugin-client-common:** a few tweaks/fixes to the Progress Step ui ([6c00df8](https://github.com/IBM/kui/commit/6c00df8)) +- **plugins/plugin-client-common:** another small tweak to markdown tips in inverted color splits ([8fcc592](https://github.com/IBM/kui/commit/8fcc592)) +- **plugins/plugin-client-common:** block quotes in markdown tip sections have too much indentation ([ac8b6a2](https://github.com/IBM/kui/commit/ac8b6a2)) +- **plugins/plugin-client-common:** blockquotes with language do not render with monaco inside of a markdown tip ([63b5e93](https://github.com/IBM/kui/commit/63b5e93)) +- **plugins/plugin-client-common:** code block status and timer can overlap ([933f47e](https://github.com/IBM/kui/commit/933f47e)) +- **plugins/plugin-client-common:** code blocks in markdown without language aren't white-space: pre ([e284095](https://github.com/IBM/kui/commit/e284095)) +- **plugins/plugin-client-common:** code blocks may fail with double semicolons ([45b2eb3](https://github.com/IBM/kui/commit/45b2eb3)) +- **plugins/plugin-client-common:** commentary command fails in offline mode against /kui vfs ([74f9242](https://github.com/IBM/kui/commit/74f9242)) +- **plugins/plugin-client-common:** DescriptionList ui poorly formats cells with long content ([fe2a26d](https://github.com/IBM/kui/commit/fe2a26d)) +- **plugins/plugin-client-common:** don't hue-rotate markdown tips/expandable sections ([aae4cd7](https://github.com/IBM/kui/commit/aae4cd7)) +- **plugins/plugin-client-common:** expandable sections should have contrast to content ([2102b37](https://github.com/IBM/kui/commit/2102b37)) +- **plugins/plugin-client-common:** improved color contrast for markdown in inverted color splits ([f306caf](https://github.com/IBM/kui/commit/f306caf)) +- **plugins/plugin-client-common:** major improvements for nested tabs and tips in markdown ([d733711](https://github.com/IBM/kui/commit/d733711)) +- **plugins/plugin-client-common:** markdown block links don't work in browser ([137d471](https://github.com/IBM/kui/commit/137d471)) +- **plugins/plugin-client-common:** markdown code block edits not durable ([e180bde](https://github.com/IBM/kui/commit/e180bde)) +- **plugins/plugin-client-common:** notebook content may not wrap as expected ([fcefbf6](https://github.com/IBM/kui/commit/fcefbf6)) +- **plugins/plugin-client-common:** opening a guidebook from sidebar shows internal command execution ([6c06b2d](https://github.com/IBM/kui/commit/6c06b2d)) +- **plugins/plugin-client-common:** regression in tooltip font size ([3e76327](https://github.com/IBM/kui/commit/3e76327)) +- **plugins/plugin-client-common:** top tab labels can overflow into surrounding tabs ([35a9aa5](https://github.com/IBM/kui/commit/35a9aa5)) +- add missing electron/remote dependencies ([9426b24](https://github.com/IBM/kui/commit/9426b24)) +- dockerized proxy installs incorrect version of node-pty ([f1d53bb](https://github.com/IBM/kui/commit/f1d53bb)) +- **plugins/plugin-client-common:** commentary --replace fails to reset split layout completely ([3192925](https://github.com/IBM/kui/commit/3192925)) +- **plugins/plugin-client-common:** commentary editor does not respond to making window narrower ([d02fdc5](https://github.com/IBM/kui/commit/d02fdc5)) +- **plugins/plugin-client-common:** don't hide productName in "lightweight" themes ([6c3d3e9](https://github.com/IBM/kui/commit/6c3d3e9)) +- **plugins/plugin-client-common:** improved support for quoted input to commentary command ([527faef](https://github.com/IBM/kui/commit/527faef)) +- **plugins/plugin-client-common:** improved support for tabs in tips in markdown ([a8f1291](https://github.com/IBM/kui/commit/a8f1291)) +- **plugins/plugin-client-common:** markdown tips inside of markdown tabbed ([0cbd52c](https://github.com/IBM/kui/commit/0cbd52c)) +- **plugins/plugin-client-common:** new tab/new split button size does not match the rest of kui ([1b9bde7](https://github.com/IBM/kui/commit/1b9bde7)) +- **plugins/plugin-client-common:** noTopTabs support can show to active nav items ([d2c8286](https://github.com/IBM/kui/commit/d2c8286)) +- **plugins/plugin-client-common:** regression in margin around commentary editor ([36a83ef](https://github.com/IBM/kui/commit/36a83ef)) +- **plugins/plugin-client-common:** regression in sidecar tab font size ([21a7145](https://github.com/IBM/kui/commit/21a7145)) +- **plugins/plugin-client-common:** remove some unneeded and inconsistent margins and padding in repl blocks ([4d46f92](https://github.com/IBM/kui/commit/4d46f92)) +- **plugins/plugin-client-common:** restore card header padding ([7435504](https://github.com/IBM/kui/commit/7435504)) +- **plugins/plugin-client-common:** sidebar hamburger icon can have low contrast in some themes ([fa0fc41](https://github.com/IBM/kui/commit/fa0fc41)) +- **plugins/plugin-client-common:** some command output is 16px with extra padding ([11366f3](https://github.com/IBM/kui/commit/11366f3)) +- **plugins/plugin-client-common:** stop using blue and a grayscale filter on StatusStripe ([589bba7](https://github.com/IBM/kui/commit/589bba7)) +- **plugins/plugin-client-common:** when re-running CodeBlocks, streaming output piles up ([4b9bfa7](https://github.com/IBM/kui/commit/4b9bfa7)) +- **plugins/plugin-client-common:** work around mkdocs {target=} syntax ([123c3f1](https://github.com/IBM/kui/commit/123c3f1)) +- **plugins/plugin-core-support:** restore multi-replay support ([1d3b955](https://github.com/IBM/kui/commit/1d3b955)) +- **plugins/plugin-kubectl:** improve content of kubectl Events summary ([1f33956](https://github.com/IBM/kui/commit/1f33956)) +- **plugins/plugin-kubectl:** kubectl get --sort-by via the "direct" client may fail ([f9d12c6](https://github.com/IBM/kui/commit/f9d12c6)) +- **plugins/plugin-kubectl:** kubectl get events tables in split terminals do not show Last Seen column ([ba4f4b3](https://github.com/IBM/kui/commit/ba4f4b3)) +- build:electron:all build target does not build headless bundles ([826b602](https://github.com/IBM/kui/commit/826b602)) +- commentary --readonly for offline clients results in editable tabs ([1ee8e24](https://github.com/IBM/kui/commit/1ee8e24)) +- font size for kube context/namespace selectors is too large ([08de38a](https://github.com/IBM/kui/commit/08de38a)) +- multi-notebook replay does not properly handle tab titles ([8a6b2d7](https://github.com/IBM/kui/commit/8a6b2d7)) +- notebooks loaded from kui vfs do not display sample output ([6fc193e](https://github.com/IBM/kui/commit/6fc193e)) +- rendering improvements for playground ([883b522](https://github.com/IBM/kui/commit/883b522)) +- several regressions for white-space: pre and font-size in non-commentary output ([fb90c57](https://github.com/IBM/kui/commit/fb90c57)) +- tip without title parsing improvements ([d31c2f6](https://github.com/IBM/kui/commit/d31c2f6)), closes [#8417](https://github.com/IBM/kui/issues/8417) +- Util.findFile behaves poorly on windows versus /kui ([82429f5](https://github.com/IBM/kui/commit/82429f5)) +- **packages/core:** avoid kui handling of redirects to /dev ([5cfb3da](https://github.com/IBM/kui/commit/5cfb3da)) +- **packages/core:** avoid redirect handling in core for semicolon invokes ([62d71d6](https://github.com/IBM/kui/commit/62d71d6)) +- **packages/core:** more fixes for core redirect handling versus /dev ([afad742](https://github.com/IBM/kui/commit/afad742)) +- **packages/core:** pipe stage splitter can mis-parse multi-line commands ([c5dfbb5](https://github.com/IBM/kui/commit/c5dfbb5)) +- **packages/core:** repl semicolon parser does not exclude semicolons from constituents ([555d803](https://github.com/IBM/kui/commit/555d803)) +- **plugins/plugin-bash-like:** `false` pty executions do not exit with code 1 ([8e0ed87](https://github.com/IBM/kui/commit/8e0ed87)) +- **plugins/plugin-bash-like:** cd /tmp && ... does not handle streaming ([b78ba53](https://github.com/IBM/kui/commit/b78ba53)) +- **plugins/plugin-bash-like:** multi-part streaming responses can disappear and reappear ([d78cc7c](https://github.com/IBM/kui/commit/d78cc7c)) +- **plugins/plugin-bash-like:** pty output may not be visible in markdown codeblocks ([02d05e2](https://github.com/IBM/kui/commit/02d05e2)) +- **plugins/plugin-client-common:** a few lazy react component optimizations ([15f069a](https://github.com/IBM/kui/commit/15f069a)) +- **plugins/plugin-client-common:** another fix for low-contrast theme selector ([958948c](https://github.com/IBM/kui/commit/958948c)) +- **plugins/plugin-client-common:** center spinner in markdown code blocks ([470fbfb](https://github.com/IBM/kui/commit/470fbfb)) +- **plugins/plugin-client-common:** code block component does not handle line comments ([7f5f74e](https://github.com/IBM/kui/commit/7f5f74e)) +- **plugins/plugin-client-common:** code block status updates do not handle 404s ([ba38fc6](https://github.com/IBM/kui/commit/ba38fc6)) +- **plugins/plugin-client-common:** code blocks may have Sample Output that expands to show nothing ([4dd9a2e](https://github.com/IBM/kui/commit/4dd9a2e)) +- **plugins/plugin-client-common:** Code Blocks versus &; ([0176673](https://github.com/IBM/kui/commit/0176673)) +- **plugins/plugin-client-common:** don't show BlockBorder for finished code blocks ([ceee361](https://github.com/IBM/kui/commit/ceee361)) +- **plugins/plugin-client-common:** don't use inverted colors for SourceRef component ([0b211f0](https://github.com/IBM/kui/commit/0b211f0)) +- **plugins/plugin-client-common:** enable wrappingIndent option of monaco-editor ([7764c92](https://github.com/IBM/kui/commit/7764c92)) +- **plugins/plugin-client-common:** export can fail if command line ends with semicolon ([ddedd2e](https://github.com/IBM/kui/commit/ddedd2e)) +- **plugins/plugin-client-common:** fix for react errors in Markdown and StatusStripe ([a8f141d](https://github.com/IBM/kui/commit/a8f141d)) +- **plugins/plugin-client-common:** fix for regression in initial state of ProgressStep UI ([44feafb](https://github.com/IBM/kui/commit/44feafb)) +- **plugins/plugin-client-common:** further improve consistency of font size and max-width in markdown ([5dba313](https://github.com/IBM/kui/commit/5dba313)) +- **plugins/plugin-client-common:** improve padding in markdown tab content ([c0c3e41](https://github.com/IBM/kui/commit/c0c3e41)) +- **plugins/plugin-client-common:** improve padding-background for code snippets in markdown ([9edf062](https://github.com/IBM/kui/commit/9edf062)) +- **plugins/plugin-client-common:** improve spacing around markdown tips ([c6e4bef](https://github.com/IBM/kui/commit/c6e4bef)) +- **plugins/plugin-client-common:** improve spacing around ProgressStep, hint bg for tips ([e3784a3](https://github.com/IBM/kui/commit/e3784a3)) +- **plugins/plugin-client-common:** improved color blocking of pty output in markdown ([62a4938](https://github.com/IBM/kui/commit/62a4938)) +- **plugins/plugin-client-common:** improvements for markdown tip parsing ([2367202](https://github.com/IBM/kui/commit/2367202)) +- **plugins/plugin-client-common:** in code block response rendering, concat contiguous pty responses ([c7f1d08](https://github.com/IBM/kui/commit/c7f1d08)) +- **plugins/plugin-client-common:** markdown links to other markdowns do not work ([648479e](https://github.com/IBM/kui/commit/648479e)) +- **plugins/plugin-client-common:** minor tweak to markdown tip color ([15c8bd7](https://github.com/IBM/kui/commit/15c8bd7)) +- `cd /tmp && echo -n hi` does not work ([40664e4](https://github.com/IBM/kui/commit/40664e4)) +- **plugins/plugin-client-common:** markdown "tip" parsing does not handle e.g. links in title ([6cc3b7f](https://github.com/IBM/kui/commit/6cc3b7f)) +- improved error handling for MixedResponse ([332feb7](https://github.com/IBM/kui/commit/332feb7)) +- **plugins/plugin-client-common:** improved color contrast for tooltips ([8e6b581](https://github.com/IBM/kui/commit/8e6b581)) +- **plugins/plugin-client-common:** Inputv2 does not show errors for multi-part responses that contain an error ([300a147](https://github.com/IBM/kui/commit/300a147)) +- **plugins/plugin-client-common:** markdown expandable section parsing fix ([a451bee](https://github.com/IBM/kui/commit/a451bee)) +- **plugins/plugin-client-common:** minor ProgressSteps can become non-minor ([fe2f4f2](https://github.com/IBM/kui/commit/fe2f4f2)) +- **plugins/plugin-client-common:** move back to 14px for markdown ([6774f76](https://github.com/IBM/kui/commit/6774f76)) +- **plugins/plugin-client-common:** nested tabs and tips ([29f2f35](https://github.com/IBM/kui/commit/29f2f35)) +- **plugins/plugin-client-common:** optimize monaco-editor load time by excluding unused features ([8f35f9f](https://github.com/IBM/kui/commit/8f35f9f)) +- **plugins/plugin-client-common:** regression in boldface in status stripe "Now playing" message ([a3b31d8](https://github.com/IBM/kui/commit/a3b31d8)) +- **plugins/plugin-client-common:** regression in color contrast of Dropdown ([f3e8a6b](https://github.com/IBM/kui/commit/f3e8a6b)) +- **plugins/plugin-client-common:** remark-tip does not handle consecutive tips ([3eebfbc](https://github.com/IBM/kui/commit/3eebfbc)) +- **plugins/plugin-client-common:** remark-tip support for warn/etc. ([3034240](https://github.com/IBM/kui/commit/3034240)) +- **plugins/plugin-client-common:** restore anchors for code block ([fe324c6](https://github.com/IBM/kui/commit/fe324c6)) +- **plugins/plugin-client-common:** restore default patternfly font size for markdown Text ([33487fd](https://github.com/IBM/kui/commit/33487fd)) +- **plugins/plugin-client-common:** second breadcrumb inside of markdown has odd margin-top ([7e80939](https://github.com/IBM/kui/commit/7e80939)) +- **plugins/plugin-client-common:** splicing in codeblock responses was ignoring line prefix ([6fcac36](https://github.com/IBM/kui/commit/6fcac36)) +- **plugins/plugin-client-common:** use `html-entities` npm for — etc. decoding ([74b4380](https://github.com/IBM/kui/commit/74b4380)) +- **plugins/plugin-client-common:** use brighter color for comments in code editor ([f824659](https://github.com/IBM/kui/commit/f824659)) +- **plugins/plugin-kubectl:** fetch-file always uses json: true, even when fetching yaml ([77ea3a5](https://github.com/IBM/kui/commit/77ea3a5)) +- **plugins/plugin-kubectl:** for now, send kubectl ... \$(...) command lines to pty ([374fa5b](https://github.com/IBM/kui/commit/374fa5b)) +- **plugins/plugin-kubectl:** improved failsafe when determining the CLI to use ([7e791e1](https://github.com/IBM/kui/commit/7e791e1)) +- **plugins/plugin-kubectl:** kube apply can respond with `--response ...` ([2ded8f5](https://github.com/IBM/kui/commit/2ded8f5)) +- **plugins/plugin-kubectl:** kubectl delete does not handle some shell syntax ([45a9f85](https://github.com/IBM/kui/commit/45a9f85)) +- **plugins/plugin-kubectl:** logs tab may fail badly with Null pointer ([6811513](https://github.com/IBM/kui/commit/6811513)) +- **plugins/plugin-kubectl:** minor fix to recognize 409 class errors for helm install ([87ad7c4](https://github.com/IBM/kui/commit/87ad7c4)) +- **plugins/plugin-kubectl:** remove unused old namespace mode ([8680b75](https://github.com/IBM/kui/commit/8680b75)) +- **plugins/plugin-kubectl:** Summary tab may not render as expected ([d148112](https://github.com/IBM/kui/commit/d148112)) +- **plugins/plugin-kubectl:** workaround for kubectl commands versus single quotes ([a7ebc40](https://github.com/IBM/kui/commit/a7ebc40)) +- some error handling paths do not propagate exit code ([70f8c86](https://github.com/IBM/kui/commit/70f8c86)) +- **plugins/plugin-kubectl:** make sure to send helm to pty when needed ([168f655](https://github.com/IBM/kui/commit/168f655)) +- **plugins/plugin-kubectl:** What's Next guidebook ([e430595](https://github.com/IBM/kui/commit/e430595)) +- **plugins/plugin-patternfly4-themes:** improve "warning" color in guidebooks for pf4-light theme ([16ca126](https://github.com/IBM/kui/commit/16ca126)) +- color contrast fixes for Sidebar and Wizard header ([cc76957](https://github.com/IBM/kui/commit/cc76957)) +- **packages/core:** Capabilities API added and documentation updated ([31be8fc](https://github.com/IBM/kui/commit/31be8fc)) +- **packages/core:** click to edit command line with redirect, and the input edit is missing the redirect part ([629a2af](https://github.com/IBM/kui/commit/629a2af)), closes [#8090](https://github.com/IBM/kui/issues/8090) +- **packages/core:** CommentaryResponse can fail when checking maybeKuiLink ([5c7f8af](https://github.com/IBM/kui/commit/5c7f8af)), closes [#8101](https://github.com/IBM/kui/issues/8101) +- **packages/core:** Error on load when running in safari ([bfbe56d](https://github.com/IBM/kui/commit/bfbe56d)), closes [#8129](https://github.com/IBM/kui/issues/8129) +- **packages/core:** Events api created and typedoc documentation generated ([531461d](https://github.com/IBM/kui/commit/531461d)) +- **packages/core:** kui "whitescreens" if underlying working directory is removed ([9a4cf16](https://github.com/IBM/kui/commit/9a4cf16)), closes [#8160](https://github.com/IBM/kui/issues/8160) +- **packages/core:** Settings API added and updated documentation ([ed7c2ad](https://github.com/IBM/kui/commit/ed7c2ad)) +- **packages/core:** Util and Themes APIs added and updated documentation ([b175698](https://github.com/IBM/kui/commit/b175698)) +- **packages/proxy:** Docker builds broken after recent update to node:12-bullseye-slim update ([a1b74a4](https://github.com/IBM/kui/commit/a1b74a4)), closes [#8083](https://github.com/IBM/kui/issues/8083) +- **packages/proxy:** proxy does not properly run in external clients ([168fb3f](https://github.com/IBM/kui/commit/168fb3f)) +- **packages/webpack:** improve webpack watching scripts for dockerized runs ([129aeaa](https://github.com/IBM/kui/commit/129aeaa)) +- **packages/webpack:** update headless webpack config to new IgnorePlugin schema enforcement ([2e07307](https://github.com/IBM/kui/commit/2e07307)), closes [#8032](https://github.com/IBM/kui/issues/8032) +- **plugins/plugin-bash-like:** bracket-expansion against TrieVFS does not work ([bcfbd88](https://github.com/IBM/kui/commit/bcfbd88)) +- **plugins/plugin-bash-like:** cd against TrieVFS may fail due to trailing slash discrepancies ([a9769bc](https://github.com/IBM/kui/commit/a9769bc)) +- **plugins/plugin-bash-like:** don't bother mounting LocalFS when inBrowser && !hasProxy ([3cdd0d4](https://github.com/IBM/kui/commit/3cdd0d4)) +- **plugins/plugin-bash-like:** kubectl prereq fails ([78d360d](https://github.com/IBM/kui/commit/78d360d)) +- **plugins/plugin-bash-like:** ls and tab completion may offer duplicates ([54875cf](https://github.com/IBM/kui/commit/54875cf)) +- **plugins/plugin-bash-like:** ls may report duplicates ([ed9ff7f](https://github.com/IBM/kui/commit/ed9ff7f)) +- **plugins/plugin-bash-like:** pty/shell commands fail if cwd is a virtual directory ([022455f](https://github.com/IBM/kui/commit/022455f)) +- **plugins/plugin-bash-like:** regression in ls for CommandFS ([d02ce8b](https://github.com/IBM/kui/commit/d02ce8b)) +- **plugins/plugin-bash-like:** TrieVFS fixes for ls -d ([20b91ac](https://github.com/IBM/kui/commit/20b91ac)) +- **plugins/plugin-client-common:** "lightweight" themes do not properly display inverted splits ([4638a80](https://github.com/IBM/kui/commit/4638a80)), closes [#7958](https://github.com/IBM/kui/issues/7958) +- **plugins/plugin-client-common:** Ansi component does not properly render underlined text ([cdcd2e9](https://github.com/IBM/kui/commit/cdcd2e9)) +- **plugins/plugin-client-common:** avoid font-weight shifting in top tabs ([1974f81](https://github.com/IBM/kui/commit/1974f81)) +- **plugins/plugin-client-common:** avoid loading "loading icon" in electron clients ([9f6d85b](https://github.com/IBM/kui/commit/9f6d85b)), closes [#8169](https://github.com/IBM/kui/issues/8169) +- **plugins/plugin-client-common:** BottomStrip splits min height 6rem -> 7rem ([763c4c8](https://github.com/IBM/kui/commit/763c4c8)) +- **plugins/plugin-client-common:** Broken in-page Markdown links ([f7d6ed5](https://github.com/IBM/kui/commit/f7d6ed5)) +- **plugins/plugin-client-common:** Click to select error block, and left border stays red ([098aa6c](https://github.com/IBM/kui/commit/098aa6c)), closes [#8088](https://github.com/IBM/kui/issues/8088) +- **plugins/plugin-client-common:** closing a split may can kui to crash ([1af9219](https://github.com/IBM/kui/commit/1af9219)) +- **plugins/plugin-client-common:** Commentary text sometimes renders with a monospace font ([b232a24](https://github.com/IBM/kui/commit/b232a24)), closes [#8109](https://github.com/IBM/kui/issues/8109) +- **plugins/plugin-client-common:** defer loading of monaco when rendering sidecar ([c0c1988](https://github.com/IBM/kui/commit/c0c1988)), closes [#8064](https://github.com/IBM/kui/issues/8064) +- **plugins/plugin-client-common:** double clicking on Commentary enters edit mode, even for readOnly clients ([b643a7f](https://github.com/IBM/kui/commit/b643a7f)), closes [#7977](https://github.com/IBM/kui/issues/7977) +- **plugins/plugin-client-common:** Editor component does not respond to sidecar resizing ([1c5efd0](https://github.com/IBM/kui/commit/1c5efd0)), closes [#8007](https://github.com/IBM/kui/issues/8007) +- **plugins/plugin-client-common:** fix for small regression in paragraph margin ([324ce50](https://github.com/IBM/kui/commit/324ce50)) +- **plugins/plugin-client-common:** Hint component can generate invalid dom nesting warning ([dec65a0](https://github.com/IBM/kui/commit/dec65a0)), closes [#7963](https://github.com/IBM/kui/issues/7963) +- **plugins/plugin-client-common:** hover effect for block action buttons has low contrast ([b66aa94](https://github.com/IBM/kui/commit/b66aa94)), closes [#7954](https://github.com/IBM/kui/issues/7954) +- **plugins/plugin-client-common:** If Tab is closed soon after it is created, console errors can appear ([05552d1](https://github.com/IBM/kui/commit/05552d1)), closes [#7965](https://github.com/IBM/kui/issues/7965) +- **plugins/plugin-client-common:** improve block rerun UI ([1739fd2](https://github.com/IBM/kui/commit/1739fd2)), closes [#8025](https://github.com/IBM/kui/issues/8025) +- **plugins/plugin-client-common:** improve border UI around Tabs inside Markdown ([64e2dd5](https://github.com/IBM/kui/commit/64e2dd5)) +- **plugins/plugin-client-common:** improve coloring for progress stepper in some themes ([310604e](https://github.com/IBM/kui/commit/310604e)) +- **plugins/plugin-client-common:** improved handling of width changes for Editors ([9c993bb](https://github.com/IBM/kui/commit/9c993bb)) +- **plugins/plugin-client-common:** improvements to hover and click behavior for block action buttons ([b73e002](https://github.com/IBM/kui/commit/b73e002)), closes [#7971](https://github.com/IBM/kui/issues/7971) +- **plugins/plugin-client-common:** in bottom strip, show split header when the split is focused ([662b984](https://github.com/IBM/kui/commit/662b984)) +- **plugins/plugin-client-common:** in browser mode, tab offline may result in react loading error ([f568494](https://github.com/IBM/kui/commit/f568494)), closes [#7967](https://github.com/IBM/kui/issues/7967) +- **plugins/plugin-client-common:** In dark themes, Hints can have low contrast ([b491530](https://github.com/IBM/kui/commit/b491530)) +- **plugins/plugin-client-common:** In sidecar, hover effect for buttons can have low contrast in certain themes. ([3e0e7e2](https://github.com/IBM/kui/commit/3e0e7e2)), closes [#8019](https://github.com/IBM/kui/issues/8019) +- **plugins/plugin-client-common:** initial tooltip render may be placed oddly ([ded0d34](https://github.com/IBM/kui/commit/ded0d34)), closes [#8081](https://github.com/IBM/kui/issues/8081) +- **plugins/plugin-client-common:** leftover debugging in Block/index.tsx ([f9f9f53](https://github.com/IBM/kui/commit/f9f9f53)), closes [#8041](https://github.com/IBM/kui/issues/8041) +- **plugins/plugin-client-common:** leftover debugging in Editor component ([6d484a5](https://github.com/IBM/kui/commit/6d484a5)), closes [#8037](https://github.com/IBM/kui/issues/8037) +- **plugins/plugin-client-common:** leftover debugging in ScrollableTerminal ([58f324a](https://github.com/IBM/kui/commit/58f324a)) +- **plugins/plugin-client-common:** links in hints in sidecar have low contrast in light themes ([f4fc21f](https://github.com/IBM/kui/commit/f4fc21f)), closes [#7981](https://github.com/IBM/kui/issues/7981) +- **plugins/plugin-client-common:** Loading for proxied clients is now centered ([85bd034](https://github.com/IBM/kui/commit/85bd034)), closes [#8034](https://github.com/IBM/kui/issues/8034) +- **plugins/plugin-client-common:** minor sequence diagram/waterfall UI tweaks ([03d9d5b](https://github.com/IBM/kui/commit/03d9d5b)) +- **plugins/plugin-client-common:** minor UI tweaks for progress stepper ([5d06667](https://github.com/IBM/kui/commit/5d06667)), closes [#8113](https://github.com/IBM/kui/issues/8113) +- **plugins/plugin-client-common:** monaco folding overlay is not always very visible ([fd45b0d](https://github.com/IBM/kui/commit/fd45b0d)), closes [#8022](https://github.com/IBM/kui/issues/8022) +- **plugins/plugin-client-common:** multi-notebook replays result in incorrect status stripe ([b4f9dce](https://github.com/IBM/kui/commit/b4f9dce)), closes [#8167](https://github.com/IBM/kui/issues/8167) +- **plugins/plugin-client-common:** Multiple bug fixes for re-executed blocks ([82d148f](https://github.com/IBM/kui/commit/82d148f)), closes [/github.com/kubernetes-sigs/kui/issues/8025#issuecomment-928008189](https://github.com//github.com/kubernetes-sigs/kui/issues/8025/issues/issuecomment-928008189) [#8025](https://github.com/IBM/kui/issues/8025) +- **plugins/plugin-client-common:** Notebook layout for 2-split was inconsistent with 3-split ([6870e49](https://github.com/IBM/kui/commit/6870e49)) +- **plugins/plugin-client-common:** Notebooks default to read only mode ([baf8823](https://github.com/IBM/kui/commit/baf8823)) +- **plugins/plugin-client-common:** odd scroll to bottom behavior ([6632e46](https://github.com/IBM/kui/commit/6632e46)), closes [#8174](https://github.com/IBM/kui/issues/8174) +- **plugins/plugin-client-common:** ProgressStepper UI has low contrast in light-background splits ([ba11c79](https://github.com/IBM/kui/commit/ba11c79)) +- **plugins/plugin-client-common:** remove debug printf ([d61ffcb](https://github.com/IBM/kui/commit/d61ffcb)) +- **plugins/plugin-client-common:** remove leftover debug from Markdown.tsx ([1276902](https://github.com/IBM/kui/commit/1276902)) +- **plugins/plugin-client-common:** SequenceDiagram bars sometimes lack left-offset ([1f522ac](https://github.com/IBM/kui/commit/1f522ac)) +- **plugins/plugin-client-common:** Small tweaks for LabelList variant UI ([b3171da](https://github.com/IBM/kui/commit/b3171da)), closes [#8118](https://github.com/IBM/kui/issues/8118) +- **plugins/plugin-client-common:** speed up initial page loads by deferring monaco loading ([0128e48](https://github.com/IBM/kui/commit/0128e48)), closes [#8176](https://github.com/IBM/kui/issues/8176) +- **plugins/plugin-client-common:** spurious console errors on unmount ([a7cb96b](https://github.com/IBM/kui/commit/a7cb96b)) +- **plugins/plugin-client-common:** stop using larger font-size for paragraphs in markdown ([ecc7b73](https://github.com/IBM/kui/commit/ecc7b73)) +- **plugins/plugin-client-common:** when monaco-editor scrolls, odd box-shadow appears at the top ([d6f3303](https://github.com/IBM/kui/commit/d6f3303)), closes [#8295](https://github.com/IBM/kui/issues/8295) +- fslice vfs error handling regression ([694102c](https://github.com/IBM/kui/commit/694102c)) +- improve error handling of redirect handler vs error responses ([094b400](https://github.com/IBM/kui/commit/094b400)) +- improve support for redirecting Buffer/binary output to files ([26f88f0](https://github.com/IBM/kui/commit/26f88f0)) +- multi-line input is partially broken ([3255e2b](https://github.com/IBM/kui/commit/3255e2b)), closes [#8274](https://github.com/IBM/kui/issues/8274) +- **plugins/plugin-client-common:** improve padding in sequence diagram ([323c533](https://github.com/IBM/kui/commit/323c533)) +- **plugins/plugin-client-common:** remove leftover debug printf from Editor ([dd33fb8](https://github.com/IBM/kui/commit/dd33fb8)) +- **plugins/plugin-client-common:** remove leftover debug printf in SimpleEditor ([4e49a7f](https://github.com/IBM/kui/commit/4e49a7f)) +- **plugins/plugin-client-common:** Unable to close or untoggle bottom strip splits ([c40db04](https://github.com/IBM/kui/commit/c40db04)), closes [#8183](https://github.com/IBM/kui/issues/8183) [#8184](https://github.com/IBM/kui/issues/8184) +- **plugins/plugin-client-common:** welcome notebook has double Kubernetes prereq checks ([0dfdb05](https://github.com/IBM/kui/commit/0dfdb05)) +- **plugins/plugin-client-common:** when switching tabs, no prompt is active ([7c97e91](https://github.com/IBM/kui/commit/7c97e91)), closes [#8208](https://github.com/IBM/kui/issues/8208) +- **plugins/plugin-core-support:** `up --fix` executes Authorization steps in poor order ([593ca94](https://github.com/IBM/kui/commit/593ca94)) +- **plugins/plugin-core-support:** `up` command uses alphabetical ordering ([e2559cd](https://github.com/IBM/kui/commit/e2559cd)) +- **plugins/plugin-core-support:** `up` output does not clarify which service is being presented ([b8fabd3](https://github.com/IBM/kui/commit/b8fabd3)) +- **plugins/plugin-core-support:** IBM CodeEngine "up" ordering incorrect ([15e9acc](https://github.com/IBM/kui/commit/15e9acc)) +- **plugins/plugin-core-support:** ReadOnly clients cannot toggle edit mode ([668d0e5](https://github.com/IBM/kui/commit/668d0e5)) +- **plugins/plugin-core-support:** up checks kubeconfig before verifying kubectl is installed ([5707d3d](https://github.com/IBM/kui/commit/5707d3d)) +- **plugins/plugin-core-support:** update ibmcloud CLI download links ([b783857](https://github.com/IBM/kui/commit/b783857)) +- **plugins/plugin-kubectl:** CurrentContext and CurrentNamespace widgets can emit console errors ([63db72a](https://github.com/IBM/kui/commit/63db72a)), closes [#8155](https://github.com/IBM/kui/issues/8155) +- **plugins/plugin-kubectl:** direct watcher may fail when using custom columns ([f2eb624](https://github.com/IBM/kui/commit/f2eb624)) +- **plugins/plugin-s3:** improved error handling in pipe impl of plugin-s3 vfs ([d4a92f6](https://github.com/IBM/kui/commit/d4a92f6)) +- **plugins/plugin-s3:** null pointer exception in plugin-s3/ibm init ([30ac915](https://github.com/IBM/kui/commit/30ac915)) +- Added OS menu option to toggle edit mode ([742fd7a](https://github.com/IBM/kui/commit/742fd7a)) +- can't switch to tab whose CWD has been removed ([cc5690f](https://github.com/IBM/kui/commit/cc5690f)), closes [#8173](https://github.com/IBM/kui/issues/8173) +- improved replaying StatusModels in an offline notebook ([784f06f](https://github.com/IBM/kui/commit/784f06f)) +- ls against command directories does not always list directories of commands ([2800646](https://github.com/IBM/kui/commit/2800646)) +- ls in vfs directories is not normalized ([dfdacc5](https://github.com/IBM/kui/commit/dfdacc5)) +- notebooks do not open scrolled to top ([d8e697b](https://github.com/IBM/kui/commit/d8e697b)), closes [#8152](https://github.com/IBM/kui/issues/8152) [#8151](https://github.com/IBM/kui/issues/8151) +- Read only and offline only clients cannot toggle edit mode ([b235b7a](https://github.com/IBM/kui/commit/b235b7a)) +- tweak stylings of sequence diagram view ([aa37ad7](https://github.com/IBM/kui/commit/aa37ad7)) +- **plugins/plugin-client-common:** remove debugging leftover ([823b0ba](https://github.com/IBM/kui/commit/823b0ba)) +- small tweaks to StatusVisualizer spacing ([99dec6d](https://github.com/IBM/kui/commit/99dec6d)) +- **plugins/plugin-client-common:** stop clicks in StatusVisualizer bottom strip from focusing the split ([de4e271](https://github.com/IBM/kui/commit/de4e271)) +- **plugins/plugin-client-common:** Tooltip contrast issues ([9e52b0a](https://github.com/IBM/kui/commit/9e52b0a)), closes [#8105](https://github.com/IBM/kui/issues/8105) +- a few tweaks for monaco editor selection color and CodeSnippet monaco defaults ([ec2f940](https://github.com/IBM/kui/commit/ec2f940)), closes [#8076](https://github.com/IBM/kui/issues/8076) +- improve color contrast of links in inverted splits ([6f07d9d](https://github.com/IBM/kui/commit/6f07d9d)), closes [#8086](https://github.com/IBM/kui/issues/8086) +- redirect to a file also echos the output to the kui terminal ([7bc6ce2](https://github.com/IBM/kui/commit/7bc6ce2)), closes [#8089](https://github.com/IBM/kui/issues/8089) +- **packages/builder:** electron build may result in double launches of kui as kubectl plugin ([be2196b](https://github.com/IBM/kui/commit/be2196b)), closes [#7834](https://github.com/IBM/kui/issues/7834) +- **packages/builder:** electron builder specifies macos deps as both dep and optionalDep ([9c262b7](https://github.com/IBM/kui/commit/9c262b7)), closes [#7554](https://github.com/IBM/kui/issues/7554) +- **packages/builder:** recompile node-pty prebuilt for linux against ubuntu 18 ([f69c894](https://github.com/IBM/kui/commit/f69c894)), closes [#7682](https://github.com/IBM/kui/issues/7682) +- **packages/builder:** regression: Notebooks menu does not appear in production builds ([13ce4c1](https://github.com/IBM/kui/commit/13ce4c1)), closes [#7938](https://github.com/IBM/kui/issues/7938) +- **packages/builder:** seticon.sh script does not work for external clients ([c7b7d06](https://github.com/IBM/kui/commit/c7b7d06)), closes [#7863](https://github.com/IBM/kui/issues/7863) +- **packages/core:** expandHomeDir API should protect against path.slice not being defined ([e004042](https://github.com/IBM/kui/commit/e004042)), closes [#7815](https://github.com/IBM/kui/issues/7815) +- **packages/core:** pipeStages splits command with >> incorrectly ([124c177](https://github.com/IBM/kui/commit/124c177)), closes [#7413](https://github.com/IBM/kui/issues/7413) +- **packages/proxy:** docker+proxy build fails ([37e5d6a](https://github.com/IBM/kui/commit/37e5d6a)), closes [#7639](https://github.com/IBM/kui/issues/7639) +- **packages/proxy:** dockerized kui may fail with permissions denied on the nginx directories ([2bcf8bd](https://github.com/IBM/kui/commit/2bcf8bd)), closes [#7658](https://github.com/IBM/kui/issues/7658) +- **packages/proxy:** nginx+kui docker container should run nginx on non-privileged port ([b24416c](https://github.com/IBM/kui/commit/b24416c)), closes [#7643](https://github.com/IBM/kui/issues/7643) +- **packages/proxy:** signedCookie not a function ([9e89138](https://github.com/IBM/kui/commit/9e89138)) +- **packages/webpack:** headless-webpack.config.js still specifies node-pty-prebuilt-multiarch ([5ab7f24](https://github.com/IBM/kui/commit/5ab7f24)), closes [#7672](https://github.com/IBM/kui/issues/7672) +- **plugins/plugin-bash-like:** `export` command stores newline in session storage ([92c17b4](https://github.com/IBM/kui/commit/92c17b4)) +- **plugins/plugin-bash-like:** export command enforces parameters incorrectly ([315144a](https://github.com/IBM/kui/commit/315144a)), closes [#7791](https://github.com/IBM/kui/issues/7791) +- **plugins/plugin-bash-like:** head command does not work as expected in headless mode ([3503e63](https://github.com/IBM/kui/commit/3503e63)), closes [#7894](https://github.com/IBM/kui/issues/7894) +- **plugins/plugin-bash-like:** unable to set variable to command output ([16498d4](https://github.com/IBM/kui/commit/16498d4)) +- **plugins/plugin-client-common:** "quiet" markdown kui command execution links show the internal "quiet" part ([a3dc8cc](https://github.com/IBM/kui/commit/a3dc8cc)), closes [#7698](https://github.com/IBM/kui/issues/7698) +- **plugins/plugin-client-common:** after clicking split Clear button, that split's input should have focus ([a5f9a71](https://github.com/IBM/kui/commit/a5f9a71)), closes [#7585](https://github.com/IBM/kui/issues/7585) +- **plugins/plugin-client-common:** avoid link-like hover effect for product name in header ([b331d0b](https://github.com/IBM/kui/commit/b331d0b)), closes [#7709](https://github.com/IBM/kui/issues/7709) +- **plugins/plugin-client-common:** Block UI has transient orange outline on focus ([1b19c1e](https://github.com/IBM/kui/commit/1b19c1e)), closes [#7596](https://github.com/IBM/kui/issues/7596) +- **plugins/plugin-client-common:** Change block rerun action button from Retry icon to Play icon ([1e74b8f](https://github.com/IBM/kui/commit/1e74b8f)), closes [#7696](https://github.com/IBM/kui/issues/7696) +- **plugins/plugin-client-common:** clearing the terminal has two bugs ([f93301f](https://github.com/IBM/kui/commit/f93301f)), closes [#7648](https://github.com/IBM/kui/issues/7648) +- **plugins/plugin-client-common:** clicking on split blank space does not focus active block ([9fc51cc](https://github.com/IBM/kui/commit/9fc51cc)), closes [#7618](https://github.com/IBM/kui/issues/7618) +- **plugins/plugin-client-common:** commentary doesn't suport intrapage links ([6488a89](https://github.com/IBM/kui/commit/6488a89)) +- **plugins/plugin-client-common:** commentary editor does not shrink as window width ([45ded76](https://github.com/IBM/kui/commit/45ded76)) +- **plugins/plugin-client-common:** don't show block borders for not-focused finished blocks ([214636f](https://github.com/IBM/kui/commit/214636f)), closes [#7905](https://github.com/IBM/kui/issues/7905) +- **plugins/plugin-client-common:** editing a commentary link can fail with uncaught decodeURIComponent error ([02c9e48](https://github.com/IBM/kui/commit/02c9e48)) +- **plugins/plugin-client-common:** FancyPipeline errors out when rerunning snapshot blocks saved before pipestage was introduced ([fac446b](https://github.com/IBM/kui/commit/fac446b)) +- **plugins/plugin-client-common:** fix for regression in status stripe widget padding ([36ef718](https://github.com/IBM/kui/commit/36ef718)), closes [#7913](https://github.com/IBM/kui/issues/7913) +- **plugins/plugin-client-common:** fullscreen pty apps like vi are a bit too tall ([48fe911](https://github.com/IBM/kui/commit/48fe911)), closes [#7598](https://github.com/IBM/kui/issues/7598) +- **plugins/plugin-client-common:** hideReplayOutput doesn't always work as expected ([db6eeef](https://github.com/IBM/kui/commit/db6eeef)), closes [#7711](https://github.com/IBM/kui/issues/7711) +- **plugins/plugin-client-common:** icons in dropdown in sidecar toolbar are too small ([259b4e2](https://github.com/IBM/kui/commit/259b4e2)) +- **plugins/plugin-client-common:** improve rendering of "core" themes ([3e9d8d2](https://github.com/IBM/kui/commit/3e9d8d2)), closes [#7907](https://github.com/IBM/kui/issues/7907) +- **plugins/plugin-client-common:** increase spacing around new section break UI ([5893119](https://github.com/IBM/kui/commit/5893119)), closes [#7691](https://github.com/IBM/kui/issues/7691) +- **plugins/plugin-client-common:** initial prompt not focused test ([586d034](https://github.com/IBM/kui/commit/586d034)), closes [#7637](https://github.com/IBM/kui/issues/7637) +- **plugins/plugin-client-common:** kubectl Status cell can be empty with splits ([44061f7](https://github.com/IBM/kui/commit/44061f7)), closes [#7726](https://github.com/IBM/kui/issues/7726) +- **plugins/plugin-client-common:** leftover debug in SimpleEditor ([386c98f](https://github.com/IBM/kui/commit/386c98f)), closes [#7851](https://github.com/IBM/kui/issues/7851) [#7681](https://github.com/IBM/kui/issues/7681) +- **plugins/plugin-client-common:** link status should not show "yellow", only green or red ([e42bd01](https://github.com/IBM/kui/commit/e42bd01)), closes [#7839](https://github.com/IBM/kui/issues/7839) +- **plugins/plugin-client-common:** Linkified blocks can result in React console error ([c40a13d](https://github.com/IBM/kui/commit/c40a13d)), closes [#7836](https://github.com/IBM/kui/issues/7836) +- **plugins/plugin-client-common:** Logs/Terminal container selector cannot be interacted with ([9e1af35](https://github.com/IBM/kui/commit/9e1af35)), closes [#7707](https://github.com/IBM/kui/issues/7707) +- **plugins/plugin-client-common:** new CodeSnippet impl should better size height to fit ([fd93f58](https://github.com/IBM/kui/commit/fd93f58)), closes [#7828](https://github.com/IBM/kui/issues/7828) +- **plugins/plugin-client-common:** new tab and new split tooltips suggest incorrect keyboard shortcuts inBrowser ([2cfe8c7](https://github.com/IBM/kui/commit/2cfe8c7)), closes [#7515](https://github.com/IBM/kui/issues/7515) +- **plugins/plugin-client-common:** React dev warning for Input ([cf923c1](https://github.com/IBM/kui/commit/cf923c1)), closes [#7911](https://github.com/IBM/kui/issues/7911) +- **plugins/plugin-client-common:** readonly client property should only apply to replayed notebooks ([00555ab](https://github.com/IBM/kui/commit/00555ab)), closes [#7787](https://github.com/IBM/kui/issues/7787) +- **plugins/plugin-client-common:** reduce min-width for SequenceDiagram bars ([b9694e0](https://github.com/IBM/kui/commit/b9694e0)), closes [#7876](https://github.com/IBM/kui/issues/7876) +- **plugins/plugin-client-common:** regression: sidecar tabs lack underline ([928395b](https://github.com/IBM/kui/commit/928395b)), closes [#7934](https://github.com/IBM/kui/issues/7934) +- **plugins/plugin-client-common:** remove the "press ctrl+d to close this split" placeholder text ([4042ef4](https://github.com/IBM/kui/commit/4042ef4)), closes [#7587](https://github.com/IBM/kui/issues/7587) +- **plugins/plugin-client-common:** rerunning a block when there is an active block seems to insert a new block ([a9163e5](https://github.com/IBM/kui/commit/a9163e5)) +- **plugins/plugin-client-common:** SequenceDiagram can bomb ([b3ce77a](https://github.com/IBM/kui/commit/b3ce77a)), closes [#7946](https://github.com/IBM/kui/issues/7946) +- **plugins/plugin-client-common:** Sequential execution fails if first split has nothing executable ([43da899](https://github.com/IBM/kui/commit/43da899)), closes [#7976](https://github.com/IBM/kui/issues/7976) +- **plugins/plugin-client-common:** sidecar editor buttons have no padding ([2e54a8f](https://github.com/IBM/kui/commit/2e54a8f)), closes [#7616](https://github.com/IBM/kui/issues/7616) +- **plugins/plugin-client-common:** sidecar tab overflow buttons have low contrast ([840e16b](https://github.com/IBM/kui/commit/840e16b)), closes [#8017](https://github.com/IBM/kui/issues/8017) +- **plugins/plugin-client-common:** snapshot doesn't preserve cancelled or empty block ([2300d65](https://github.com/IBM/kui/commit/2300d65)) +- **plugins/plugin-client-common:** some dark themes can have anomaly with Card bg versus repl bg ([4c7459b](https://github.com/IBM/kui/commit/4c7459b)), closes [#7918](https://github.com/IBM/kui/issues/7918) +- **plugins/plugin-client-common:** split close button lacks tooltip ([6b01e3b](https://github.com/IBM/kui/commit/6b01e3b)), closes [#7549](https://github.com/IBM/kui/issues/7549) +- **plugins/plugin-client-common:** TabContainer and TabContent double render on startup ([d4c1f06](https://github.com/IBM/kui/commit/d4c1f06)), closes [#7929](https://github.com/IBM/kui/issues/7929) +- **plugins/plugin-client-common:** Table event footer should define font color ([0eaf6ce](https://github.com/IBM/kui/commit/0eaf6ce)), closes [#7822](https://github.com/IBM/kui/issues/7822) +- **plugins/plugin-client-common:** tests unstable after focus fix ([e8a92fe](https://github.com/IBM/kui/commit/e8a92fe)), closes [#7645](https://github.com/IBM/kui/issues/7645) +- **plugins/plugin-client-common:** Theme switching from StatusStripe widget should be quiet ([be0b1fe](https://github.com/IBM/kui/commit/be0b1fe)), closes [#7961](https://github.com/IBM/kui/issues/7961) +- **plugins/plugin-client-common:** tooltip for kui block links says "External Link" ([da67e73](https://github.com/IBM/kui/commit/da67e73)), closes [#7832](https://github.com/IBM/kui/issues/7832) +- **plugins/plugin-client-common:** weird blue right border in popup mode ([dc6da1c](https://github.com/IBM/kui/commit/dc6da1c)), closes [#8073](https://github.com/IBM/kui/issues/8073) +- **plugins/plugin-client-common:** when proxy disconnects, all terminal state is lost ([ba84805](https://github.com/IBM/kui/commit/ba84805)), closes [#8030](https://github.com/IBM/kui/issues/8030) +- **plugins/plugin-client-default:** compilation error ([64169e8](https://github.com/IBM/kui/commit/64169e8)) +- **plugins/plugin-client-default:** CurrentContext/Namespace in plugin-client-default don't exit Loading state ([8193d21](https://github.com/IBM/kui/commit/8193d21)), closes [#7665](https://github.com/IBM/kui/issues/7665) +- **plugins/plugin-client-default:** remove Screenshot component ([c849168](https://github.com/IBM/kui/commit/c849168)) +- **plugins/plugin-core-support:** up checks CodeEngine project credentials before ensuring CodeEngine project ([395416e](https://github.com/IBM/kui/commit/395416e)), closes [#7808](https://github.com/IBM/kui/issues/7808) +- **plugins/plugin-core-support:** up does not properly handle codeengine token expiration ([8a67e7d](https://github.com/IBM/kui/commit/8a67e7d)), closes [#7800](https://github.com/IBM/kui/issues/7800) +- **plugins/plugin-git:** CurrentGitBranch widget errors onLoad for browser clients ([1ff62a2](https://github.com/IBM/kui/commit/1ff62a2)), closes [#7631](https://github.com/IBM/kui/issues/7631) +- **plugins/plugin-kubectl:** `kubectl get all` fails with resource type error ([02d7946](https://github.com/IBM/kui/commit/02d7946)) +- **plugins/plugin-kubectl:** Adding logs tab to some Kubernetes resources ([85bc6a6](https://github.com/IBM/kui/commit/85bc6a6)) +- **plugins/plugin-kubectl:** click-drilling down from cluster-scoped resources can yield `-n undefined` in the command execution ([dbb3e40](https://github.com/IBM/kui/commit/dbb3e40)) +- **plugins/plugin-kubectl:** CurrentContext does not respond to new contexts ([2a1440a](https://github.com/IBM/kui/commit/2a1440a)), closes [#7741](https://github.com/IBM/kui/issues/7741) +- **plugins/plugin-kubectl:** CurrentContext/CurrentNamespace widgets show nothing while loading ([088bb68](https://github.com/IBM/kui/commit/088bb68)), closes [#7629](https://github.com/IBM/kui/issues/7629) +- **plugins/plugin-kubectl:** Deployment Summary Ready shows "undefined/N" if there are no pods ready yet ([75fb260](https://github.com/IBM/kui/commit/75fb260)) +- **plugins/plugin-kubectl:** in browser clients, CurrentContext/Namespace widgets may get stuck ([4f2857f](https://github.com/IBM/kui/commit/4f2857f)), closes [#7656](https://github.com/IBM/kui/issues/7656) +- **plugins/plugin-kubectl:** in browser clients, switching kui tabs can yield stale kube responses ([011478f](https://github.com/IBM/kui/commit/011478f)), closes [#7737](https://github.com/IBM/kui/issues/7737) +- **plugins/plugin-kubectl:** involved object button shows up in the wrong place ([a56e1db](https://github.com/IBM/kui/commit/a56e1db)), closes [#8013](https://github.com/IBM/kui/issues/8013) +- **plugins/plugin-kubectl:** k delete via API does not properly handle proxy errors ([2b46bfc](https://github.com/IBM/kui/commit/2b46bfc)), closes [#8004](https://github.com/IBM/kui/issues/8004) +- **plugins/plugin-kubectl:** kubectl create ns failures do not display as errors in Kui ([efd0db0](https://github.com/IBM/kui/commit/efd0db0)) +- **plugins/plugin-kubectl:** kubectl direct get may pass through kubeproxy 404s to user ([0fbde1b](https://github.com/IBM/kui/commit/0fbde1b)), closes [#7731](https://github.com/IBM/kui/issues/7731) +- **plugins/plugin-kubectl:** kubectl logs does not support getting logs from deployment ([33c2047](https://github.com/IBM/kui/commit/33c2047)), closes [#7843](https://github.com/IBM/kui/issues/7843) +- **plugins/plugin-kubectl:** Kubernetes Context widget does not always correctly show "This is your current context" ([9848dc4](https://github.com/IBM/kui/commit/9848dc4)), closes [#7996](https://github.com/IBM/kui/issues/7996) +- **plugins/plugin-kubectl:** sort-by does not work for "direct" kubectl client ([95a3437](https://github.com/IBM/kui/commit/95a3437)), closes [#7868](https://github.com/IBM/kui/issues/7868) +- **plugins/plugin-patternfly4-themes:** inverted colors have incorrect repl-background color ([5cf5062](https://github.com/IBM/kui/commit/5cf5062)) +- **plugins/plugin-patternfly4-themes:** PatternFly4-Dark theme lacks some box shadow effects ([d7eedff](https://github.com/IBM/kui/commit/d7eedff)) +- **plugins/plugin-proxy-support:** ProxyOfflineIndicator state does not survive unmount/remount ([312dcb2](https://github.com/IBM/kui/commit/312dcb2)), closes [#7969](https://github.com/IBM/kui/issues/7969) +- **plugins/plugin-s3:** ibm s3 tmp and bin bind mounts do not handle switching instances within a region ([d471b04](https://github.com/IBM/kui/commit/d471b04)), closes [#8051](https://github.com/IBM/kui/issues/8051) +- **plugins/plugin-s3:** rm -rf fails for s3 buckets with incomplete uploads ([3e33206](https://github.com/IBM/kui/commit/3e33206)), closes [#8026](https://github.com/IBM/kui/issues/8026) +- > > is not always treated as an append to the given file ([e14f1eb](https://github.com/IBM/kui/commit/e14f1eb)) +- **packages/builder:** headless.zip is not copied into the electron builds ([929f174](https://github.com/IBM/kui/commit/929f174)), closes [#7508](https://github.com/IBM/kui/issues/7508) +- **packages/builder:** macOS sign+notarize does not sign the kubectl-kui launcher ([0c240ef](https://github.com/IBM/kui/commit/0c240ef)), closes [#7449](https://github.com/IBM/kui/issues/7449) +- **packages/builder:** macOS signing logic does not sign native modules ([6afc7b0](https://github.com/IBM/kui/commit/6afc7b0)), closes [#7354](https://github.com/IBM/kui/issues/7354) [#7355](https://github.com/IBM/kui/issues/7355) +- **packages/builder:** on linux and windows, Electron app and CLI launcher can collide ([9e6ec18](https://github.com/IBM/kui/commit/9e6ec18)), closes [#7320](https://github.com/IBM/kui/issues/7320) +- **packages/core:** bottomInput clients that use splits do not properly preserve command history ([194c1fb](https://github.com/IBM/kui/commit/194c1fb)), closes [#7522](https://github.com/IBM/kui/issues/7522) +- **packages/core:** command override registration does not handle lazily loaded plugins ([b36aaf0](https://github.com/IBM/kui/commit/b36aaf0)), closes [#7357](https://github.com/IBM/kui/issues/7357) +- **packages/core:** core parses pipeStages incorrectly when encountering '{' ([cdf7ab1](https://github.com/IBM/kui/commit/cdf7ab1)), closes [#7368](https://github.com/IBM/kui/issues/7368) +- **packages/core:** File->Save does not properly handle backslash paths ([926b152](https://github.com/IBM/kui/commit/926b152)) +- **packages/core:** plugin scanner can fail to detect preload in client defintion plugin ([d213456](https://github.com/IBM/kui/commit/d213456)), closes [#7326](https://github.com/IBM/kui/issues/7326) +- **packages/webpack:** not possible to build development webpack bundles with kui-build-webpack ([b7db124](https://github.com/IBM/kui/commit/b7db124)), closes [#7328](https://github.com/IBM/kui/issues/7328) +- **packages/webpack:** webpack config has bogus entry for zlib fallback ([3d52e56](https://github.com/IBM/kui/commit/3d52e56)), closes [#7332](https://github.com/IBM/kui/issues/7332) +- **plugins/plugin-bash-like:** bash-like headless use of spawn unnecessarily sets the shell option ([3271a76](https://github.com/IBM/kui/commit/3271a76)), closes [#7338](https://github.com/IBM/kui/issues/7338) +- **plugins/plugin-bash-like:** doExecWithStdoutViaPty emits internal stack traces in headless mode ([37e23f2](https://github.com/IBM/kui/commit/37e23f2)), closes [#7334](https://github.com/IBM/kui/issues/7334) +- **plugins/plugin-bash-like:** in headless, kui commands can't execute other kui commands that expect stdin ([6ce7cc2](https://github.com/IBM/kui/commit/6ce7cc2)), closes [#7322](https://github.com/IBM/kui/issues/7322) +- **plugins/plugin-bash-like:** new tab in browser-based clients may result in multiple new sessions ([268d3b4](https://github.com/IBM/kui/commit/268d3b4)), closes [#7465](https://github.com/IBM/kui/issues/7465) +- **plugins/plugin-bash-like:** on windows ls with no arguments results in Cannot read property 'replace' of undefined ([1ed964c](https://github.com/IBM/kui/commit/1ed964c)) +- **plugins/plugin-bash-like:** race conditions with establishing client-kuiproxy connection ([8d1cf51](https://github.com/IBM/kui/commit/8d1cf51)), closes [#7516](https://github.com/IBM/kui/issues/7516) +- **plugins/plugin-bash-like:** restore shell spawning for cases that need it ([99d99ab](https://github.com/IBM/kui/commit/99d99ab)), closes [#7338](https://github.com/IBM/kui/issues/7338) +- **plugins/plugin-bash-like:** stop resolve to absolute path in fstat and fslice ([f9460a3](https://github.com/IBM/kui/commit/f9460a3)) +- **plugins/plugin-bash-like:** VFS mount promise may fire before the mounting is actually done ([e610e0f](https://github.com/IBM/kui/commit/e610e0f)), closes [#7346](https://github.com/IBM/kui/issues/7346) +- **plugins/plugin-client-common:** Add sass mixins for Grid cells and Card Footer ([0218ed3](https://github.com/IBM/kui/commit/0218ed3)), closes [#7410](https://github.com/IBM/kui/issues/7410) +- **plugins/plugin-client-common:** clicking on YAML tab incorrectly shows "You are in edit mode" even if you aren't ([2bc5328](https://github.com/IBM/kui/commit/2bc5328)), closes [#7426](https://github.com/IBM/kui/issues/7426) [#7385](https://github.com/IBM/kui/issues/7385) +- **plugins/plugin-client-common:** Close button in confirm dialog does not work ([71ce582](https://github.com/IBM/kui/commit/71ce582)) +- **plugins/plugin-client-common:** content does not always reliably scroll into view after command execution ([207fe96](https://github.com/IBM/kui/commit/207fe96)), closes [#7524](https://github.com/IBM/kui/issues/7524) +- **plugins/plugin-client-common:** FancyPipeline renders prefix incorrectly ([7498abe](https://github.com/IBM/kui/commit/7498abe)) +- **plugins/plugin-client-common:** In Popup mode, clicking Help button will show the welcome notebook in a new window ([18a974c](https://github.com/IBM/kui/commit/18a974c)) +- **plugins/plugin-client-common:** input cursor will move to the end after tab-completes ([671a20f](https://github.com/IBM/kui/commit/671a20f)) +- **plugins/plugin-client-common:** Output.tsx streaming to UI can be very slow ([37fdc9f](https://github.com/IBM/kui/commit/37fdc9f)), closes [#7350](https://github.com/IBM/kui/issues/7350) +- **plugins/plugin-client-common:** Popover and Dropdowns require double-click to close ([dcf914b](https://github.com/IBM/kui/commit/dcf914b)) +- **plugins/plugin-client-common:** RadioTable UI component can fail badly for models with no (optional!) nameIdx attr ([c457b92](https://github.com/IBM/kui/commit/c457b92)), closes [#7352](https://github.com/IBM/kui/issues/7352) +- **plugins/plugin-client-common:** regression in Commentary margin ([8a8f26f](https://github.com/IBM/kui/commit/8a8f26f)), closes [#7348](https://github.com/IBM/kui/issues/7348) +- **plugins/plugin-client-common:** SequenceDiagram bars have odd transparent 1px border ([309880b](https://github.com/IBM/kui/commit/309880b)), closes [#7397](https://github.com/IBM/kui/issues/7397) +- **plugins/plugin-client-common:** sidecar drilldown can result in react warning in console ([2169165](https://github.com/IBM/kui/commit/2169165)), closes [#7539](https://github.com/IBM/kui/issues/7539) +- **plugins/plugin-client-common:** sidecar Kebab menu has nested