parse-dashboard 8.2.0-alpha.5 → 8.2.0-alpha.7
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.
|
@@ -39,31 +39,6 @@ object-assign
|
|
|
39
39
|
|
|
40
40
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
41
41
|
|
|
42
|
-
/**
|
|
43
|
-
* @license
|
|
44
|
-
* MIT License
|
|
45
|
-
*
|
|
46
|
-
* Copyright (c) 2014-present, Lee Byron and other contributors.
|
|
47
|
-
*
|
|
48
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
49
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
50
|
-
* in the Software without restriction, including without limitation the rights
|
|
51
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
52
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
53
|
-
* furnished to do so, subject to the following conditions:
|
|
54
|
-
*
|
|
55
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
56
|
-
* copies or substantial portions of the Software.
|
|
57
|
-
*
|
|
58
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
59
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
60
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
61
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
62
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
63
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
64
|
-
* SOFTWARE.
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
42
|
/**
|
|
68
43
|
* @remix-run/router v1.23.0
|
|
69
44
|
*
|
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.7",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/parse-community/parse-dashboard"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@actions/core": "1.11.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",
|