Skip to content

Commit 51cc478

Browse files
Version Packages (#1644)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 41966c1 commit 51cc478

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

workspaces/orchestrator/.changeset/active-text-markdown-support.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

workspaces/orchestrator/.changeset/dry-worms-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- e86bce0: Add markdown rendering support to ActiveText widget
8+
- Replace Typography component with MarkdownContent from @backstage/core-components
9+
- Support both static markdown content and dynamic template variables in markdown
10+
- Markdown features include headers, bold/italic text, lists, links, blockquotes, code blocks, and tables
11+
- Remove deprecated ui:variant prop as markdown provides its own styling through syntax
12+
- Update documentation to reflect markdown support and provide usage examples
13+
14+
### Patch Changes
15+
16+
- 4fa1356: In the active widgets, the default value received from an endpoint now replaces the actual value, unless the user has modified it.
17+
318
## 1.1.0
419

520
### Minor Changes

workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)