Open
Conversation
gtk-grafana
reviewed
Feb 5, 2026
| }), | ||
|
|
||
| controls: [searchBox, paginationControl], | ||
| controls: [searchBox], |
Contributor
There was a problem hiding this comment.
We should be able to keep pagination in this demo, the table moved the pagination option.
Contributor
Author
NWRichmond
reviewed
Feb 18, 2026
| "@grafana/e2e-selectors": ">=12.3.0", | ||
| "@grafana/runtime": ">=12.3.0", | ||
| "@grafana/schema": ">=12.3.0", | ||
| "@grafana/ui": ">=12.3.0", |
Contributor
There was a problem hiding this comment.
Per https://grafana.com/docs/grafana/latest/upgrade-guide/when-to-upgrade/#what-to-know-about-version-support, I think we need to keep supporting 11.6.x until 2026 June 25. See also: #1213.
Contributor
Author
There was a problem hiding this comment.
It's true this wouldn't fully support 11.6 although everything runs locally with GRAFANA_VERSION:-11.1.0-181853 I do wonder if this will become a moot point with the react 19 upgrades that requires 12.3.0 in April.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Updated grafana deps to ~12.3.0 #1309
In order to be compliant with our release schedules could this be released in April with the react upgrades or June?
Note
A few additions where made to get everything building that I'd be happy to remove if there is another way.
Added treeshake false in dev to get the
./scripts/demo.shto run. In the node-ci.yml and yarn-nm-install action.yml removed the yarn cache to get it to build.📦 Published PR as canary version:
6.53.0--canary.1350.22001842644.0✨ Test out this PR locally via:
npm install @grafana/scenes@6.53.0--canary.1350.22001842644.0 npm install @grafana/scenes-react@6.53.0--canary.1350.22001842644.0 # or yarn add @grafana/scenes@6.53.0--canary.1350.22001842644.0 yarn add @grafana/scenes-react@6.53.0--canary.1350.22001842644.0