Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot committed Dec 20, 2024
1 parent 0788102 commit 6b5499d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
27 changes: 27 additions & 0 deletions packages/scenes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6b5499d

Please sign in to comment.