From 7772d00c2d81ee835d699ceb8c952e8262288feb Mon Sep 17 00:00:00 2001 From: Antonio Davi Macedo Coelho de Castro Date: Tue, 3 Sep 2019 20:58:38 -0700 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 24 +++++++++++++++++++++++- package-lock.json | 29 ++++++++++++++++++----------- package.json | 2 +- 3 files changed, 42 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d21095543..8e56d2ec2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,32 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.3...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.0...master) * _Contributing to this repo? Add info about your change here to be included in next release_ +### 2.0.0 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.3...2.0.0) +* Fix: Cell edit not updating partial view ([#1255](https://github.com/parse-community/parse-dashboard/pull/1255)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* Improve: Table performance improvements ([#1241](https://github.com/parse-community/parse-dashboard/pull/1241)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* Fix: Avoid filter tab disappears on apply filter ([#1229](https://github.com/parse-community/parse-dashboard/pull/1229)), thanks to [Lucas Alencar](https://github.com/alencarlucas) +* NEW: Change columns order and visibility ([#1235](https://github.com/parse-community/parse-dashboard/pull/1235)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* Improve: Table not scrolling when using arrow keys ([#1239](https://github.com/parse-community/parse-dashboard/pull/1239)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* NEW: Add masterkey parameters ([#1233](https://github.com/parse-community/parse-dashboard/pull/1233)), thanks to [Manuel](https://github.com/mtrezza) +* Improve: Editing values not possible on mobile ([#1222](https://github.com/parse-community/parse-dashboard/pull/1222)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* Fix: JSON conversion breaking file upload process ([#1225](https://github.com/parse-community/parse-dashboard/pull/1225)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* NEW: Support building on Windows ([#1115](https://github.com/parse-community/parse-dashboard/pull/1115)), thanks to [Diamond Lewis](https://github.com/dplewis) +* Improve: Avoid Parse transformations on array and object fields ([#1223](https://github.com/parse-community/parse-dashboard/pull/1223)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* NEW: Select all objects ([#1219](https://github.com/parse-community/parse-dashboard/pull/1219)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) +* NEW: Boolean dropdown on installation condition ([#1221](https://github.com/parse-community/parse-dashboard/pull/1229)), thanks to [Lucas Alencar](https://github.com/alencarlucas) +* NEW: String editor resizable ([#1217](https://github.com/parse-community/parse-dashboard/pull/1217)), thanks to [Lucas Alencar](https://github.com/alencarlucas) +* Fix: Update PIG examples to work with react-dnd 3.x ([#1214](https://github.com/parse-community/parse-dashboard/pull/1217)), thanks to [Lucas Alencar](https://github.com/alencarlucas) +* Fix: Fonts on AppsIndex ([#1197](https://github.com/parse-community/parse-dashboard/pull/1197)), thanks to [Lucas Alencar](https://github.com/alencarlucas) +* NEW: Add required and default value options ([#1193](https://github.com/parse-community/parse-dashboard/pull/1197)), thanks to [Lucas Alencar](https://github.com/alencarlucas) + +#### Breaking Changes: +* Parse Dashboard now requires Node.js version >= 8.9 + ### 1.4.3 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.2...1.4.3) * Fix 1.4.2 release. diff --git a/package-lock.json b/package-lock.json index 9fc47ddbe2..017f75aeab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.4.3", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10267,19 +10267,19 @@ "requires": { "@apollographql/graphql-playground-html": "1.6.24", "@parse/fs-files-adapter": "1.0.1", - "@parse/push-adapter": "3.0.9", + "@parse/push-adapter": "3.0.10", "@parse/s3-files-adapter": "1.2.3", "@parse/simple-mailgun-adapter": "1.1.0", - "apollo-server-express": "2.8.1", + "apollo-server-express": "2.9.3", "bcrypt": "3.0.6", "bcryptjs": "2.4.3", "body-parser": "1.19.0", - "commander": "3.0.0", + "commander": "3.0.1", "cors": "2.8.5", "deepcopy": "2.0.0", "express": "4.17.1", - "follow-redirects": "1.7.0", - "graphql": "14.4.2", + "follow-redirects": "1.8.1", + "graphql": "14.5.4", "graphql-list-fields": "2.0.2", "graphql-tools": "^4.0.5", "graphql-upload": "8.0.7", @@ -10288,18 +10288,19 @@ "lodash": "4.17.15", "lru-cache": "5.1.1", "mime": "2.4.4", - "mongodb": "3.2.7", + "mongodb": "3.3.2", "node-rsa": "1.0.5", - "parse": "2.6.0", - "pg-promise": "9.0.0", + "parse": "2.7.0", + "pg-promise": "9.1.2", + "pluralize": "^8.0.0", "redis": "2.8.0", "semver": "6.3.0", "subscriptions-transport-ws": "0.9.16", "tv4": "1.3.0", - "uuid": "3.3.2", + "uuid": "3.3.3", "winston": "3.2.1", "winston-daily-rotate-file": "3.10.0", - "ws": "7.1.1" + "ws": "7.1.2" }, "dependencies": { "bcryptjs": { @@ -10623,6 +10624,12 @@ "find-up": "^3.0.0" } }, + "pluralize": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz", + "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", + "dev": true + }, "pn": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz", diff --git a/package.json b/package.json index 5571e8844b..177592f264 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "homepage": "https://github.com/ParsePlatform/parse-dashboard", "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", - "version": "1.4.3", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"