Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/orchestrator/.changeset/dry-worms-love.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets

## 1.2.0

### Minor Changes

- e86bce0: Add markdown rendering support to ActiveText widget
- Replace Typography component with MarkdownContent from @backstage/core-components
- Support both static markdown content and dynamic template variables in markdown
- Markdown features include headers, bold/italic text, lists, links, blockquotes, code blocks, and tables
- Remove deprecated ui:variant prop as markdown provides its own styling through syntax
- Update documentation to reflect markdown support and provide usage examples

### Patch Changes

- 4fa1356: In the active widgets, the default value received from an endpoint now replaces the actual value, unless the user has modified it.

## 1.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets",
"version": "1.1.0",
"version": "1.2.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down