Skip to content

Commit 512bc71

Browse files
committed
Version 1.0.15
1 parent 63d356b commit 512bc71

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Parse Dashboard Changelog
22

3+
* 1.0.15
4+
5+
* New: Add ability to delete all rows in a class, thanks to [Marco Cheung](https://github.com/Marco129)
6+
* New: Add relation editor, thanks to [Han BaHwan](https://github.com/Beingbook)
7+
* Fix: Bug when alert is missing in payload, thanks to [Herman Liang](https://github.com/hermanliang)
8+
* Fix: Improve target display in Push viewer, thanks to [Herman Liang](https://github.com/hermanliang)
9+
* Fix: Open docs and other sidebar links in new tab, thanks to [Konstantinos N.](https://github.com/kwstasna)
10+
311
### 1.0.14
412

513
* Fix bug in past push page

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"Pointer Permissions Editor",
1010
"Send Push Notifications",
1111
"Logs Viewer",
12-
"Push Status Page"
12+
"Push Status Page",
13+
"Relation Editor"
1314
],
1415
"description": "The Parse Dashboard",
1516
"keywords": [
@@ -18,7 +19,7 @@
1819
],
1920
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2021
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
21-
"version": "1.0.14",
22+
"version": "1.0.15",
2223
"repository": {
2324
"type": "git",
2425
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)