Skip to content

Commit

Permalink
Docs: Update references to Grafana 11 (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw authored Dec 18, 2024
1 parent 0be4c91 commit 2cc55e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import ScaffoldPluginE2EInstallPNPM from '@snippets/plugin-e2e-install.pnpm.md';
import ScaffoldPluginE2EInstallYarn from '@snippets/plugin-e2e-install.yarn.md';

:::danger
When Grafana 11.0.0 is released the [`@grafana/e2e`](https://www.npmjs.com/package/@grafana/e2e) will be deprecated and support will be dropped. We recommend all plugin authors to migrate their end-to-end tests to use Playwright and `@grafana/plugin-e2e` instead of Cypress and `@grafana/e2e`.
With the release of Grafana 11.0.0 the [`@grafana/e2e`](https://www.npmjs.com/package/@grafana/e2e) package has been deprecated and support has been dropped. We recommend all plugin authors to migrate their end-to-end tests to use Playwright and `@grafana/plugin-e2e` instead of Cypress and `@grafana/e2e`.
:::

In this guide you'll learn:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/key-concepts/data-frames.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface Field<T = any, V = Vector<T>> {
/**
* The raw field values
* In Grafana 10, this accepts both simple arrays and the Vector interface
* In Grafana 11, the Vector interface will be removed
* In Grafana 11, the Vector interface has been removed
*/
values: V | T[];

Expand Down

0 comments on commit 2cc55e8

Please sign in to comment.