From 6b5499df0bd42dc498642e6a625a5be8f7d95fd8 Mon Sep 17 00:00:00 2001 From: grafanabot Date: Fri, 20 Dec 2024 20:44:06 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ packages/scenes/CHANGELOG.md | 27 +++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22031dffb..84f597849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# v5.36.0 (Fri Dec 20 2024) + +### Release Notes + +#### AdHocFiltersVariable: provide updateFilters method to allow updating filters without emitting SceneVariableValueChangedEvent ([#1004](https://github.com/grafana/scenes/pull/1004)) + +New AdHocFiltersVariable method `updateFilters` to allow updating filters state. Allows skipping emit of `SceneVariableValueChangedEvent` to prevent filter changes from notifying dependent scene objects. + +--- + +#### 🚀 Enhancement + +- `@grafana/scenes` + - AdHocFiltersVariable: provide updateFilters method to allow updating filters without emitting SceneVariableValueChangedEvent [#1004](https://github.com/grafana/scenes/pull/1004) ([@gtk-grafana](https://github.com/gtk-grafana)) + +#### 🐛 Bug Fix + +- `@grafana/scenes` + - fix: groupBy manual applyMode [#1010](https://github.com/grafana/scenes/pull/1010) ([@joannaWebDev](https://github.com/joannaWebDev)) + - remove .only from test [#1008](https://github.com/grafana/scenes/pull/1008) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov)) + +#### Authors: 3 + +- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov) +- Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana)) +- Joanna ([@joannaWebDev](https://github.com/joannaWebDev)) + +--- + # v5.35.0 (Wed Dec 18 2024) #### 🚀 Enhancement diff --git a/packages/scenes/CHANGELOG.md b/packages/scenes/CHANGELOG.md index 0e5868287..1f0b8eb4d 100644 --- a/packages/scenes/CHANGELOG.md +++ b/packages/scenes/CHANGELOG.md @@ -1,3 +1,30 @@ +# v5.36.0 (Fri Dec 20 2024) + +### Release Notes + +#### AdHocFiltersVariable: provide updateFilters method to allow updating filters without emitting SceneVariableValueChangedEvent ([#1004](https://github.com/grafana/scenes/pull/1004)) + +New AdHocFiltersVariable method `updateFilters` to allow updating filters state. Allows skipping emit of `SceneVariableValueChangedEvent` to prevent filter changes from notifying dependent scene objects. + +--- + +#### 🚀 Enhancement + +- AdHocFiltersVariable: provide updateFilters method to allow updating filters without emitting SceneVariableValueChangedEvent [#1004](https://github.com/grafana/scenes/pull/1004) ([@gtk-grafana](https://github.com/gtk-grafana)) + +#### 🐛 Bug Fix + +- fix: groupBy manual applyMode [#1010](https://github.com/grafana/scenes/pull/1010) ([@joannaWebDev](https://github.com/joannaWebDev)) +- remove .only from test [#1008](https://github.com/grafana/scenes/pull/1008) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov)) + +#### Authors: 3 + +- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov) +- Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana)) +- Joanna ([@joannaWebDev](https://github.com/joannaWebDev)) + +--- + # v5.35.0 (Wed Dec 18 2024) #### 🚀 Enhancement