GrafanaUI: Mark ScrollContainer as stable and deprecate CustomScrollbar#96331
Merged
Conversation
ScrollContainer and deprecate CustomScrollbarScrollContainer as stable and deprecate CustomScrollbar
aangelisc
approved these changes
Nov 12, 2024
matyax
approved these changes
Nov 12, 2024
Contributor
grafana-uiChangesVizRepeater.componentDidUpdate/home/runner/work/grafana/grafana/pr/grafana-ui/dist/index.d.ts -componentDidUpdate(prevProps: Props$E): void;
+componentDidUpdate(prevProps: Props$F): void;
|
eledobleefe
approved these changes
Nov 14, 2024
tskarhed
approved these changes
Nov 14, 2024
…iner.mdx Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
itsmylife
pushed a commit
to grafana/grafana-prometheus-datasource
that referenced
this pull request
Apr 16, 2026
…llbar` (grafana/grafana#96331) * deprecate CustomScrollbar, promote ScrollContainer * add documentation start * use the properly exported ScrollContainer * Update packages/grafana-ui/src/components/ScrollContainer/ScrollContainer.mdx Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> --------- Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
PoorlyDefinedBehaviour
pushed a commit
that referenced
this pull request
May 6, 2026
…llbar` (#96331) * deprecate CustomScrollbar, promote ScrollContainer * add documentation start * use the properly exported ScrollContainer * Update packages/grafana-ui/src/components/ScrollContainer/ScrollContainer.mdx Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> --------- Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
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.
What is this feature?
CustomScrollbar-ScrollContaineris the replacementScrollContainerScrollContainer, including how to migrate fromCustomScrollbarScrollContainerfromunstableto a proper exportelementprop fromScrollContainersince we never want the wrapper element type to changeScrollContainerto use the new import pathWhy do we need this feature?
Who is this feature for?
Which issue(s) does this PR fix?:
Fixes #80429
Special notes for your reviewer:
Please check that: