Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Business Forms 5.1.0 release #925

Merged
merged 1 commit into from
Feb 27, 2025
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
10 changes: 10 additions & 0 deletions docs/business-forms/release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ import BlogPost from "@theme/BlogPost";

Release Notes for the Business Forms panel.

## 5.1.0 (2024-02-26)

### Features / Enhancements

- Added isEscaping option for TextArea and CodeEditor elements (#581)
- Added support streaming state for data (#577)
- Refactoring form elements (#576)
- Updated to Grafana 11.5 and dependencies (#582)
- Updated release workflow to include attestation (#582)

## 5.0.0 (2024-12-23)

### Breaking changes
Expand Down
12 changes: 12 additions & 0 deletions docs/business-table/release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ import BlogPost from "@theme/BlogPost";

Release Notes for the Business Table panel.

## 2.3.0 (2025-02-26)

### Features / Enhancements

- Updated Highlighted row behavior (#250)
- Updated align icons in panel options (#261)
- Added tooltip option for column (#260)
- Added contrast color for cell text if cell have data links (#253)
- Updated to Grafana 11.5 and dependencies (#262, #265)
- Updated release workflow to include attestation (#262)
- Added Custom Scrollbar from Grafana UI (#251)

## 2.2.0 (2025-02-10)

### Features / Enhancements
Expand Down