parse-dashboard 8.2.0-alpha.6 → 8.2.0-alpha.8
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.
package/README.md
CHANGED
|
@@ -50,6 +50,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
|
|
|
50
50
|
- [Prevent columns sorting](#prevent-columns-sorting)
|
|
51
51
|
- [Custom order in the filter popup](#custom-order-in-the-filter-popup)
|
|
52
52
|
- [Persistent Filters](#persistent-filters)
|
|
53
|
+
- [Keyboard Shortcuts](#keyboard-shortcuts)
|
|
53
54
|
- [Scripts](#scripts)
|
|
54
55
|
- [Resource Cache](#resource-cache)
|
|
55
56
|
- [Running as Express Middleware](#running-as-express-middleware)
|
|
@@ -530,6 +531,12 @@ For example:
|
|
|
530
531
|
|
|
531
532
|
You can conveniently create a filter definition without having to write it by hand by first saving a filter in the data browser, then exporting the filter definition under *App Settings > Export Class Preferences*.
|
|
532
533
|
|
|
534
|
+
### Keyboard Shortcuts
|
|
535
|
+
|
|
536
|
+
Configure custom keyboard shortcuts for dashboard actions in **App Settings > Keyboard Shortcuts**.
|
|
537
|
+
|
|
538
|
+
Delete a shortcut key to disable the shortcut.
|
|
539
|
+
|
|
533
540
|
### Scripts
|
|
534
541
|
|
|
535
542
|
You can specify scripts to execute Cloud Functions with the `scripts` option:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-dashboard",
|
|
3
|
-
"version": "8.2.0-alpha.
|
|
3
|
+
"version": "8.2.0-alpha.8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/parse-community/parse-dashboard"
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"regenerator-runtime": "0.14.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@actions/core": "
|
|
80
|
+
"@actions/core": "2.0.1",
|
|
81
81
|
"@babel/core": "7.28.5",
|
|
82
82
|
"@babel/eslint-parser": "7.28.0",
|
|
83
|
-
"@babel/plugin-proposal-decorators": "7.
|
|
83
|
+
"@babel/plugin-proposal-decorators": "7.28.0",
|
|
84
84
|
"@babel/plugin-transform-runtime": "7.28.0",
|
|
85
85
|
"@babel/preset-env": "7.28.5",
|
|
86
86
|
"@babel/preset-react": "7.28.5",
|
|
@@ -91,15 +91,15 @@
|
|
|
91
91
|
"@semantic-release/git": "10.0.1",
|
|
92
92
|
"@semantic-release/github": "11.0.3",
|
|
93
93
|
"@semantic-release/npm": "12.0.1",
|
|
94
|
-
"@semantic-release/release-notes-generator": "14.0
|
|
94
|
+
"@semantic-release/release-notes-generator": "14.1.0",
|
|
95
95
|
"@types/jest": "30.0.0",
|
|
96
96
|
"all-node-versions": "13.0.1",
|
|
97
97
|
"babel-loader": "10.0.0",
|
|
98
98
|
"css-loader": "6.7.3",
|
|
99
99
|
"eslint": "9.39.1",
|
|
100
|
-
"eslint-plugin-jest": "29.0
|
|
100
|
+
"eslint-plugin-jest": "29.5.0",
|
|
101
101
|
"eslint-plugin-react": "7.37.5",
|
|
102
|
-
"globals": "16.
|
|
102
|
+
"globals": "16.5.0",
|
|
103
103
|
"http-server": "14.1.1",
|
|
104
104
|
"husky": "9.1.7",
|
|
105
105
|
"jest": "30.0.4",
|