Skip to content

Commit 5bb5683

Browse files
authored
Release notes 1.3.0 (#1042)
* Release notes and bump version * get the diff urls right * Update CHANGELOG.md * Update CHANGELOG.md * don't forget the lock file!! thanks @dplewis.
1 parent 2023479 commit 5bb5683

File tree

3 files changed

+46
-68
lines changed

3 files changed

+46
-68
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
## Parse Dashboard Changelog
2+
* _Contributing to this repo? Add info about your change here to be included in next release_
23

3-
### NEXT RELEASE
4+
### master
5+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...master)
6+
7+
### 1.3.0
8+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.2.0...1.3.0)
9+
10+
* Node 10 Support, thanks [Florent Vilmart](https://github.com/flovilmart)
11+
* Fix: Remove column dialog default values (#969), thanks to [Jonas Stendahl](https://github.com/JStonevalley)
12+
* Fix: Handle case of null in array (#922), thanks to [Abdullah Alsigar](https://github.com/agent3bood)
13+
* Fix: JSON file upload (#935), thanks to [joshuadiezmo](https://github.com/joshuadiezmo)
14+
* Fix: Set initial audience null (#910), thanks to [Paulo Reis](https://github.com/paulovitin)
15+
* Fix: Ensure we traverse the payloadJSON properly (#861), thanks [Florent Vilmart](https://github.com/flovilmart)
16+
* Improvements: Push Audiences (#813), thanks [Florent Vilmart](https://github.com/flovilmart)
17+
* Improvements: Docker Build
18+
* Feature: `preventSchemaEdits` option (#960), thanks to [Cyril Chandelier](https://github.com/cyrilchandelier)
19+
* Feature: Redirect to the first app browser when only a single app is registered (#958), thanks to [Cyril Chandelier](https://github.com/cyrilchandelier)
20+
* Feature: Add classname to browser title (#913), thanks to [Paulo Reis](https://github.com/paulovitin)
21+
* Feature: Support for Clone Object (#946), thanks to [Diamond Lewis](https://github.com/dplewis)
22+
* Feature: Add tvOS support to push targeting (#936), thanks to [Thomas Kollbach](https://github.com/toto)
23+
* Feature: When using username to login, display dashboard username (#800), thanks to [Abdullah Alsigar](https://github.com/agent3bood)
424

5-
* _Contributing to this repo? Add info about your change here to be included in next release_
6-
* When using username to login, display dashboard username(#800).
725

826
### 1.2.0
927
* Fix: Filtering with a 1-digit number (#831), thanks to [Pascal Giguère](https://github.com/pgiguere1)

package-lock.json

Lines changed: 24 additions & 64 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
@@ -20,7 +20,7 @@
2020
],
2121
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2222
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
23-
"version": "1.2.0",
23+
"version": "1.3.0",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)