Features
- MiniSplits: try clicking the Split button and observe how the canvas is subdivided as you create more splits. Tables, when presented in a MiniSplit, are now maximized and optimized for presentation in smaller viewports.
- Event Streams: Kubectl watch tables now have a footer that displays a live stream of recent kubernetes events
- RadioTables: (e.g. kubernetes get ns) now display the selected row in the table footer, and the scroll region of the table is presented such that the selected row is always visible
Fixes
- Kubectl watch tables are now no longer "auto pinned". Instead, you may choose to use the Split button to arrange the canvas to suit your needs.
- ctrl/cmd+w did not close the Kui window
- monaco editor views did not respond to font zooming
Noteworthy
- Kui now uses Typescript 3.9. This may introduce compilation errors, as the compiler is more strict.