Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 4aa5958

Browse files
committed
v11.1.2
1 parent 9fb0278 commit 4aa5958

File tree

46 files changed

+172
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+172
-23
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.2](https://github.com/IBM/kui/compare/v11.1.1...v11.1.2) (2022-01-26)
7+
8+
### Bug Fixes
9+
10+
- **plugins/plugin-client-common:** allow code block id to be optional ([638403f](https://github.com/IBM/kui/commit/638403f))
11+
- **plugins/plugin-client-common:** blank heading lines in markdown cause internal exception ([1204263](https://github.com/IBM/kui/commit/1204263))
12+
- **plugins/plugin-client-common:** code block run button should not be visible in offline clients ([f9c075a](https://github.com/IBM/kui/commit/f9c075a))
13+
- **plugins/plugin-client-common:** code blocks with validate: true do not validate ([af0e3bb](https://github.com/IBM/kui/commit/af0e3bb))
14+
- **plugins/plugin-client-common:** in some browsers, hovering in wizard mini step oddly moves elements ([d706379](https://github.com/IBM/kui/commit/d706379))
15+
- **plugins/plugin-client-common:** markdown tabs may drop/misplace text near tab title ([26dc363](https://github.com/IBM/kui/commit/26dc363))
16+
- **plugins/plugin-client-common:** markdown tip parsing may not recognize elements after "bug" ([d301b70](https://github.com/IBM/kui/commit/d301b70))
17+
- **plugins/plugin-client-common:** more nav width tweaks ([740e9b8](https://github.com/IBM/kui/commit/740e9b8))
18+
- **plugins/plugin-client-common:** replay filepaths with spaces ([de87924](https://github.com/IBM/kui/commit/de87924))
19+
- **plugins/plugin-client-common:** sigh more tweaks to wizard nav width ([f2cf6ba](https://github.com/IBM/kui/commit/f2cf6ba))
20+
- **plugins/plugin-client-common:** snippet inclusion does not support full urls or recursive inclusion ([9fb0278](https://github.com/IBM/kui/commit/9fb0278))
21+
- **plugins/plugin-client-common:** wizard behaves poorly when empty ([930da77](https://github.com/IBM/kui/commit/930da77))
22+
- **plugins/plugin-client-common:** wizards with emtpy 1st section have empty header UI ([2b8cc03](https://github.com/IBM/kui/commit/2b8cc03))
23+
- **plugins/plugin-client-common:** wizards with no title render as "undefined" in the UI ([fd4f8c6](https://github.com/IBM/kui/commit/fd4f8c6))
24+
- color contrast fixes for Sidebar and Wizard header ([26aeab0](https://github.com/IBM/kui/commit/26aeab0))
25+
- **plugins/plugin-client-common:** yet more tweaks to wizard nav width ([ee2d451](https://github.com/IBM/kui/commit/ee2d451))
26+
27+
### Features
28+
29+
- **plugins/plugin-client-common:** allow snippet base path to be specified in topmatter ([fc56fd8](https://github.com/IBM/kui/commit/fc56fd8))
30+
- initial support for snippets (hash include) in markdown ([9b1bb20](https://github.com/IBM/kui/commit/9b1bb20))
31+
632
## [11.1.1](https://github.com/IBM/kui/compare/v11.1.0...v11.1.1) (2022-01-25)
733

834
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "plugins/*"],
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"command": {
55
"publish": {
66
"conventionalCommits": true

packages/builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.2](https://github.com/IBM/kui/compare/v11.1.1...v11.1.2) (2022-01-26)
7+
8+
**Note:** Version bump only for package @kui-shell/builder
9+
610
## [11.1.1](https://github.com/IBM/kui/compare/v11.1.0...v11.1.1) (2022-01-25)
711

812
**Note:** Version bump only for package @kui-shell/builder

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/builder",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"description": "Kui plugin development helpers",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.2](https://github.com/IBM/kui/compare/v11.1.1...v11.1.2) (2022-01-26)
7+
8+
### Features
9+
10+
- initial support for snippets (hash include) in markdown ([9b1bb20](https://github.com/IBM/kui/commit/9b1bb20))
11+
612
## [11.1.1](https://github.com/IBM/kui/compare/v11.1.0...v11.1.1) (2022-01-25)
713

814
**Note:** Version bump only for package @kui-shell/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/core",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"description": "An Electron-based shell for cloud-native development",
55
"homepage": "https://github.com/IBM/kui#readme",
66
"license": "Apache-2.0",

packages/proxy/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.2](https://github.com/IBM/kui/compare/v11.1.1...v11.1.2) (2022-01-26)
7+
8+
**Note:** Version bump only for package @kui-shell/proxy
9+
610
## [11.1.1](https://github.com/IBM/kui/compare/v11.1.0...v11.1.1) (2022-01-25)
711

812
**Note:** Version bump only for package @kui-shell/proxy

packages/proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/proxy",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"description": "Kui package that offers a proxy server",
55
"author": "Nick Mitchell",
66
"license": "Apache-2.0",

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.2](https://github.com/IBM/kui/compare/v11.1.1...v11.1.2) (2022-01-26)
7+
8+
**Note:** Version bump only for package @kui-shell/react
9+
610
## [11.1.1](https://github.com/IBM/kui/compare/v11.1.0...v11.1.1) (2022-01-25)
711

812
**Note:** Version bump only for package @kui-shell/react

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/react",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"description": "Kui react enablement",
55
"license": "Apache-2.0",
66
"author": "Nick Mitchell",

0 commit comments

Comments
 (0)