Skip to content

Commit 5ef68ed

Browse files
chore(release): 8.2.0 [skip ci]
# [8.2.0](8.1.0...8.2.0) (2026-01-15) ### Bug Fixes * Data browser pagination is ignored when using browser navigation or page reload ([#3097](#3097)) ([bcc4d5f](bcc4d5f)) * Batch-navigation is active even if info panels are not visible ([#3053](#3053)) ([91b544a](91b544a)) * Calculated value drop-down in menu bar overlaps with info panel buttons ([#3116](#3116)) ([0f6f729](0f6f729)) * Context menu in data browser disappears behind menu bar ([#3106](#3106)) ([2c6c471](2c6c471)) * Data browser table headers misaligned when scrolling horizontally ([#3067](#3067)) ([f495dd1](f495dd1)) * Graph panel covers right-most columns of data browser table ([#3112](#3112)) ([00b0d70](00b0d70)) * Graph panel shows date tick labels on x-axis in local time instead of UTC ([#3111](#3111)) ([85d4946](85d4946)) * Header row in View table disappears when scrolling up ([#3105](#3105)) ([2923e86](2923e86)) * Info panel covers whole sidebar if fewer objects than panels in multi-panel scenario ([#3042](#3042)) ([dd3ba8d](dd3ba8d)) * Info panel not refreshing on script execution ([#3040](#3040)) ([f57e7e2](f57e7e2)) * Prefetch for multiple info panels in data browser doesn't refresh stale cached data ([#3080](#3080)) ([e71d4e6](e71d4e6)) * Right-click on info panel header selects the object ([#3082](#3082)) ([ae87114](ae87114)) * Saved filter is not recognized in data browser filter dialog ([#3108](#3108)) ([8a4ce15](8a4ce15)) * Some context menu sub-menu lists don't change background color on mouse hover in Safari browser ([#3109](#3109)) ([6269d18](6269d18)) ### Features * Add AI agent browser control for autonomous development ([#3114](#3114)) ([5940455](5940455)) * Add confirmation dialog to handle conflicts when migrating settings to server ([#3092](#3092)) ([ae50b8d](ae50b8d)) * Add getting related records to context menu of info panel header ([#3083](#3083)) ([2623802](2623802)) * Add graph panel for data visualization ([#3110](#3110)) ([1e15e27](1e15e27)) * Add keyboard shortcuts for quick actions in data browser ([#3073](#3073)) ([858d0cc](858d0cc)) * Add Node 24 support ([#3041](#3041)) ([8cf2735](8cf2735)) * Add storing data browser filters on server ([#3090](#3090)) ([b991734](b991734)) * Add storing data browser graphs to support multiple graphs per class ([#3113](#3113)) ([e76f605](e76f605)) * Add support for `Video` type in View table to display videos ([#3061](#3061)) ([bd4aa4f](bd4aa4f)) * Allow selecting objects by click-dragging over info panel headers ([#3074](#3074)) ([d6ef86c](d6ef86c)) * Auto-expand filter list when clicking on class in data browser ([#3101](#3101)) ([30a733c](30a733c)) * Execute scripts via right-click on info panel header column ([#3068](#3068)) ([2983741](2983741)) ### Performance Improvements * Add local caching for server-stored settings to reduce loading from server ([#3094](#3094)) ([409973a](409973a)) * Remove unnecessary data fetches from data browser pagination ([#3098](#3098)) ([bc59998](bc59998))
1 parent c10edf1 commit 5ef68ed

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# [8.2.0](https://github.com/parse-community/parse-dashboard/compare/8.1.0...8.2.0) (2026-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* Data browser pagination is ignored when using browser navigation or page reload ([#3097](https://github.com/parse-community/parse-dashboard/issues/3097)) ([bcc4d5f](https://github.com/parse-community/parse-dashboard/commit/bcc4d5f88587b2bec2654ab5dcc3b85be717e3a1))
7+
* Batch-navigation is active even if info panels are not visible ([#3053](https://github.com/parse-community/parse-dashboard/issues/3053)) ([91b544a](https://github.com/parse-community/parse-dashboard/commit/91b544a11cba5954c85e41eed7183c5dd11cb954))
8+
* Calculated value drop-down in menu bar overlaps with info panel buttons ([#3116](https://github.com/parse-community/parse-dashboard/issues/3116)) ([0f6f729](https://github.com/parse-community/parse-dashboard/commit/0f6f72996163f3db2507b0d08afe29fd78a4e03b))
9+
* Context menu in data browser disappears behind menu bar ([#3106](https://github.com/parse-community/parse-dashboard/issues/3106)) ([2c6c471](https://github.com/parse-community/parse-dashboard/commit/2c6c4715948bb36633c34dee0c2103044b7be8c9))
10+
* Data browser table headers misaligned when scrolling horizontally ([#3067](https://github.com/parse-community/parse-dashboard/issues/3067)) ([f495dd1](https://github.com/parse-community/parse-dashboard/commit/f495dd10288dc1372d9e01ca23550963c6a95f22))
11+
* Graph panel covers right-most columns of data browser table ([#3112](https://github.com/parse-community/parse-dashboard/issues/3112)) ([00b0d70](https://github.com/parse-community/parse-dashboard/commit/00b0d704fb74dc3daafe9d81de2c752b71da6cf8))
12+
* Graph panel shows date tick labels on x-axis in local time instead of UTC ([#3111](https://github.com/parse-community/parse-dashboard/issues/3111)) ([85d4946](https://github.com/parse-community/parse-dashboard/commit/85d4946738d1a2b494cd9a18a9d33e99674ad671))
13+
* Header row in View table disappears when scrolling up ([#3105](https://github.com/parse-community/parse-dashboard/issues/3105)) ([2923e86](https://github.com/parse-community/parse-dashboard/commit/2923e86be1d0378906d83d411da65fa0f03aa68d))
14+
* Info panel covers whole sidebar if fewer objects than panels in multi-panel scenario ([#3042](https://github.com/parse-community/parse-dashboard/issues/3042)) ([dd3ba8d](https://github.com/parse-community/parse-dashboard/commit/dd3ba8d558cbe6659ab9dedb25672a560a3214a8))
15+
* Info panel not refreshing on script execution ([#3040](https://github.com/parse-community/parse-dashboard/issues/3040)) ([f57e7e2](https://github.com/parse-community/parse-dashboard/commit/f57e7e2509827757bd51bf452bcd00e88066deb8))
16+
* Prefetch for multiple info panels in data browser doesn't refresh stale cached data ([#3080](https://github.com/parse-community/parse-dashboard/issues/3080)) ([e71d4e6](https://github.com/parse-community/parse-dashboard/commit/e71d4e62beef712949bf72c690fe31813907b8a0))
17+
* Right-click on info panel header selects the object ([#3082](https://github.com/parse-community/parse-dashboard/issues/3082)) ([ae87114](https://github.com/parse-community/parse-dashboard/commit/ae87114131518b8f921946d24bc083930ed98fab))
18+
* Saved filter is not recognized in data browser filter dialog ([#3108](https://github.com/parse-community/parse-dashboard/issues/3108)) ([8a4ce15](https://github.com/parse-community/parse-dashboard/commit/8a4ce159a384f8b666ebed8190ed0fb922538004))
19+
* Some context menu sub-menu lists don't change background color on mouse hover in Safari browser ([#3109](https://github.com/parse-community/parse-dashboard/issues/3109)) ([6269d18](https://github.com/parse-community/parse-dashboard/commit/6269d184ba86b39747ddaebea5e6f10702dda3f1))
20+
21+
### Features
22+
23+
* Add AI agent browser control for autonomous development ([#3114](https://github.com/parse-community/parse-dashboard/issues/3114)) ([5940455](https://github.com/parse-community/parse-dashboard/commit/59404554fea684fcd4dba86d4693d354844f7475))
24+
* Add confirmation dialog to handle conflicts when migrating settings to server ([#3092](https://github.com/parse-community/parse-dashboard/issues/3092)) ([ae50b8d](https://github.com/parse-community/parse-dashboard/commit/ae50b8dadfbdb05d8771844d6505c7c177a7e375))
25+
* Add getting related records to context menu of info panel header ([#3083](https://github.com/parse-community/parse-dashboard/issues/3083)) ([2623802](https://github.com/parse-community/parse-dashboard/commit/2623802b3631206b9a23e3d0e442a8d650b1bc12))
26+
* Add graph panel for data visualization ([#3110](https://github.com/parse-community/parse-dashboard/issues/3110)) ([1e15e27](https://github.com/parse-community/parse-dashboard/commit/1e15e2727900dc06bafdd9ba48fce664b924f906))
27+
* Add keyboard shortcuts for quick actions in data browser ([#3073](https://github.com/parse-community/parse-dashboard/issues/3073)) ([858d0cc](https://github.com/parse-community/parse-dashboard/commit/858d0cca71e84f26342e32b10442138f4b92b634))
28+
* Add Node 24 support ([#3041](https://github.com/parse-community/parse-dashboard/issues/3041)) ([8cf2735](https://github.com/parse-community/parse-dashboard/commit/8cf2735d048e8cdce52c08813a1c91518447cf0d))
29+
* Add storing data browser filters on server ([#3090](https://github.com/parse-community/parse-dashboard/issues/3090)) ([b991734](https://github.com/parse-community/parse-dashboard/commit/b991734bf792ece42099360f01da1608b915d86d))
30+
* Add storing data browser graphs to support multiple graphs per class ([#3113](https://github.com/parse-community/parse-dashboard/issues/3113)) ([e76f605](https://github.com/parse-community/parse-dashboard/commit/e76f6051dcf3df0406aa58279d68f6f5f1bcfbe6))
31+
* Add support for `Video` type in View table to display videos ([#3061](https://github.com/parse-community/parse-dashboard/issues/3061)) ([bd4aa4f](https://github.com/parse-community/parse-dashboard/commit/bd4aa4fc1beafd30f1aa29e352bd75793633ec3a))
32+
* Allow selecting objects by click-dragging over info panel headers ([#3074](https://github.com/parse-community/parse-dashboard/issues/3074)) ([d6ef86c](https://github.com/parse-community/parse-dashboard/commit/d6ef86c138531b628748b4e8823a9f97269bfbe9))
33+
* Auto-expand filter list when clicking on class in data browser ([#3101](https://github.com/parse-community/parse-dashboard/issues/3101)) ([30a733c](https://github.com/parse-community/parse-dashboard/commit/30a733c52db88350193681f2e05c0b754137f09c))
34+
* Execute scripts via right-click on info panel header column ([#3068](https://github.com/parse-community/parse-dashboard/issues/3068)) ([2983741](https://github.com/parse-community/parse-dashboard/commit/2983741a05327c86df8d22bd9baa857185357c5c))
35+
36+
### Performance Improvements
37+
38+
* Add local caching for server-stored settings to reduce loading from server ([#3094](https://github.com/parse-community/parse-dashboard/issues/3094)) ([409973a](https://github.com/parse-community/parse-dashboard/commit/409973a03cc59fb2253bfc314ccd0afb95d8ec94))
39+
* Remove unnecessary data fetches from data browser pagination ([#3098](https://github.com/parse-community/parse-dashboard/issues/3098)) ([bc59998](https://github.com/parse-community/parse-dashboard/commit/bc5999864c6ace4fcd15947a7d7e93322f141c6a))
40+
141
# [8.1.0](https://github.com/parse-community/parse-dashboard/compare/8.0.0...8.1.0) (2025-12-01)
242

343

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-dashboard",
3-
"version": "8.2.0-alpha.27",
3+
"version": "8.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/parse-community/parse-dashboard"

0 commit comments

Comments
 (0)