Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# v8.17.0 (Thu Sep 10 2026)

#### 🚀 Enhancement

- `@grafana/scenes`
- Macros: Add $__namespace macro [#1639](https://github.com/grafana/scenes/pull/1639) ([@ivanortegaalba](https://github.com/ivanortegaalba))
- AdhocFilters: Fixes incorrect border color [#1624](https://github.com/grafana/scenes/pull/1624) ([@torkelo](https://github.com/torkelo))
- `scenes-app`, `@grafana/scenes-react`, `@grafana/scenes`
- Deps: Migrate to React 19.2.8 [#1620](https://github.com/grafana/scenes/pull/1620) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))

#### 🐛 Bug Fix

- CI: Release through a pull request instead of committing to main [#1640](https://github.com/grafana/scenes/pull/1640) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
- fix(security/medium/packages/scenes-app): update dependency react-router-dom to v6.30.5 [security] [#1615](https://github.com/grafana/scenes/pull/1615) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
- `@grafana/scenes`
- Variables: Localize the native All option label [#1638](https://github.com/grafana/scenes/pull/1638) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
- AdHocFiltersVariable: Stop rendering match all pills as disabled [#1622](https://github.com/grafana/scenes/pull/1622) ([@samjewell](https://github.com/samjewell))
- QueryVariable: surface query errors reported only via data.errors [#1635](https://github.com/grafana/scenes/pull/1635) ([@tskarhed](https://github.com/tskarhed))
- Filters: Do not store empty groupBy values [#1633](https://github.com/grafana/scenes/pull/1633) ([@mdvictor](https://github.com/mdvictor))
- Variables: Fix multi value picker leaving the variable out of sync when clearing [#1631](https://github.com/grafana/scenes/pull/1631) ([@ivanortegaalba](https://github.com/ivanortegaalba))
- Dashboards: Add assistant button in panel status popup [#1629](https://github.com/grafana/scenes/pull/1629) ([@mdvictor](https://github.com/mdvictor))
- Variables: Fix multi value picker staying empty after clearing the selection [#1630](https://github.com/grafana/scenes/pull/1630) ([@ivanortegaalba](https://github.com/ivanortegaalba))
- fix(SceneQueryRunner): secondary query behavior fixes [#1597](https://github.com/grafana/scenes/pull/1597) ([@gtk-grafana](https://github.com/gtk-grafana) [@drew08t](https://github.com/drew08t))
- Performance: Export POST_STORM_WINDOW from SceneRenderProfiler [#1618](https://github.com/grafana/scenes/pull/1618) ([@mmandrus](https://github.com/mmandrus))

#### Authors: 10

- [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
- Drew Slobodnjak ([@drew08t](https://github.com/drew08t))
- Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana))
- Ivan Ortega Alba ([@ivanortegaalba](https://github.com/ivanortegaalba))
- Michael Mandrus ([@mmandrus](https://github.com/mmandrus))
- Sam Jewell ([@samjewell](https://github.com/samjewell))
- Tobias Skarhed ([@tskarhed](https://github.com/tskarhed))
- Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
- Victor Marin ([@mdvictor](https://github.com/mdvictor))

---

# v8.16.1 (Thu Aug 20 2026)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"npmClient": "yarn",
"useNx": false,
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "8.16.1",
"version": "8.17.0",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/scenes-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scenes-app",
"private": true,
"version": "8.16.1",
"version": "8.17.0",
"author": "Grafana Labs",
"license": "Apache-2.0",
"description": "A basic grafana app plugin",
Expand Down
12 changes: 12 additions & 0 deletions packages/scenes-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v8.17.0 (Thu Sep 10 2026)

#### 🚀 Enhancement

- Deps: Migrate to React 19.2.8 [#1620](https://github.com/grafana/scenes/pull/1620) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))

#### Authors: 1

- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)

---

# v8.16.0 (Wed Aug 19 2026)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/scenes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/scenes-react",
"version": "8.16.1",
"version": "8.17.0",
"description": "Grafana framework for building dynamic dashboards",
"author": "Grafana Labs",
"license": "Apache-2.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/scenes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# v8.17.0 (Thu Sep 10 2026)

#### 🚀 Enhancement

- Macros: Add $__namespace macro [#1639](https://github.com/grafana/scenes/pull/1639) ([@ivanortegaalba](https://github.com/ivanortegaalba))
- Deps: Migrate to React 19.2.8 [#1620](https://github.com/grafana/scenes/pull/1620) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
- AdhocFilters: Fixes incorrect border color [#1624](https://github.com/grafana/scenes/pull/1624) ([@torkelo](https://github.com/torkelo))

#### 🐛 Bug Fix

- Variables: Localize the native All option label [#1638](https://github.com/grafana/scenes/pull/1638) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
- AdHocFiltersVariable: Stop rendering match all pills as disabled [#1622](https://github.com/grafana/scenes/pull/1622) ([@samjewell](https://github.com/samjewell))
- QueryVariable: surface query errors reported only via data.errors [#1635](https://github.com/grafana/scenes/pull/1635) ([@tskarhed](https://github.com/tskarhed))
- Filters: Do not store empty groupBy values [#1633](https://github.com/grafana/scenes/pull/1633) ([@mdvictor](https://github.com/mdvictor))
- Variables: Fix multi value picker leaving the variable out of sync when clearing [#1631](https://github.com/grafana/scenes/pull/1631) ([@ivanortegaalba](https://github.com/ivanortegaalba))
- Dashboards: Add assistant button in panel status popup [#1629](https://github.com/grafana/scenes/pull/1629) ([@mdvictor](https://github.com/mdvictor))
- Variables: Fix multi value picker staying empty after clearing the selection [#1630](https://github.com/grafana/scenes/pull/1630) ([@ivanortegaalba](https://github.com/ivanortegaalba))
- fix(SceneQueryRunner): secondary query behavior fixes [#1597](https://github.com/grafana/scenes/pull/1597) ([@gtk-grafana](https://github.com/gtk-grafana) [@drew08t](https://github.com/drew08t))
- Performance: Export POST_STORM_WINDOW from SceneRenderProfiler [#1618](https://github.com/grafana/scenes/pull/1618) ([@mmandrus](https://github.com/mmandrus))

#### Authors: 9

- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
- Drew Slobodnjak ([@drew08t](https://github.com/drew08t))
- Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana))
- Ivan Ortega Alba ([@ivanortegaalba](https://github.com/ivanortegaalba))
- Michael Mandrus ([@mmandrus](https://github.com/mmandrus))
- Sam Jewell ([@samjewell](https://github.com/samjewell))
- Tobias Skarhed ([@tskarhed](https://github.com/tskarhed))
- Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
- Victor Marin ([@mdvictor](https://github.com/mdvictor))

---

# v8.16.1 (Thu Aug 20 2026)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/scenes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/scenes",
"version": "8.16.1",
"version": "8.17.0",
"description": "Grafana framework for building dynamic dashboards",
"author": "Grafana Labs",
"license": "Apache-2.0",
Expand Down
Loading