@grafana/scenes 8.1.4 → 8.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,11 @@
1
- # v8.1.3 (Tue May 05 2026)
1
+ # v8.2.0 (Tue May 05 2026)
2
2
 
3
- #### 🐛 Bug Fix
3
+ #### 🚀 Enhancement
4
4
 
5
5
  - AdhocCombobox: apply filter and move focus to the next focusable element on tab [#1435](https://github.com/grafana/scenes/pull/1435) ([@kristinademeshchik](https://github.com/kristinademeshchik))
6
+
7
+ #### 🐛 Bug Fix
8
+
6
9
  - AdHocFilters: Fix stale operator list in free-form expression input [#1440](https://github.com/grafana/scenes/pull/1440) ([@kristinademeshchik](https://github.com/kristinademeshchik))
7
10
  - SceneRefreshPicker: use new loadingText prop on RefreshPicker [#1438](https://github.com/grafana/scenes/pull/1438) ([@ashharrison90](https://github.com/ashharrison90))
8
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "8.1.4",
3
+ "version": "8.2.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "Apache-2.0",
@@ -104,5 +104,5 @@
104
104
  "prettier --write"
105
105
  ]
106
106
  },
107
- "gitHead": "80a79b72fb4e03c48cd7804ec2ddbb13e3cde1a2"
107
+ "gitHead": "41e9d04bc08c1689f1ba0029d5f8e2490d66dbae"
108
108
  }