Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:grafana/grafana-experimental into c…
Browse files Browse the repository at this point in the history
…hore/auth-select-field
  • Loading branch information
shelldandy committed Dec 12, 2024
2 parents 3431089 + db9e51d commit d4defde
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## v2.1.5

- Add deprecation message

## v2.1.3

- Query builder: Add support to disable operations
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Grafana Experimental

> [!WARNING]
> As part of our ongoing efforts to improve and streamline our UI components, we are gradually deprecating this repository.\
> Components previously housed here are being migrated to other UI components packages such as [grafana/ui](https://github.com/grafana/grafana/tree/main/packages/grafana-ui) and [grafana/plugin-ui](https://github.com/grafana/plugin-ui).\
> Please note that future development and improvements should happen in the respective new locations. We recommend developers to start using and referencing the new packages in their projects.\
> Thank you for your understanding and cooperation during this transition.
> [!CAUTION]
> This repository has been **deprecated**.
> Components previously housed here have been migrated to [@grafana/plugin-ui](https://github.com/grafana/plugin-ui).
> Please use [@grafana/plugin-ui](https://github.com/grafana/plugin-ui) for any future development and improvements. Thank you for your understanding.
The main difference between grafana/experimental and grafana/ui is how the components are versioned. Having a separate "experimental" package allows us to release breaking changes when necessary while the grafana/ui package follows a slower-moving policy.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/experimental",
"version": "2.1.4",
"version": "2.1.5",
"description": "Experimental Grafana components and APIs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d4defde

Please sign in to comment.