Skip to content

Commit ea61cb5

Browse files
Merge branch 'parse'
* parse: (36 commits) prepare for 2.0.4 (parse-community#1347) Only do a complex query for createdAt instead of -createdAt (parse-community#1334) Update parse to the latest version 🚀 (parse-community#1345) Update webpack to the latest version 🚀 (parse-community#1344) Update core-js to the latest version 🚀 (parse-community#1343) Update core-js to the latest version 🚀 (parse-community#1342) Update core-js to the latest version 🚀 (parse-community#1341) Update eslint-plugin-jest to the latest version 🚀 (parse-community#1340) Update eslint-plugin-jest to the latest version 🚀 (parse-community#1339) Update webpack to the latest version 🚀 (parse-community#1338) Update babel7 to the latest version 🚀 (parse-community#1337) Fixed incorrect links to PR details (parse-community#1329) Update babel7 to the latest version 🚀 (parse-community#1335) Update eslint-plugin-react to the latest version 🚀 (parse-community#1327) Update react to the latest version 🚀 (parse-community#1326) Update cross-env to the latest version 🚀 (parse-community#1324) This should resolve parse-community#1297. The objectId was missing from the filter list. (parse-community#1315) Update eslint-plugin-react to the latest version 🚀 (parse-community#1322) Update cross-env to the latest version 🚀 (parse-community#1321) Update eslint-plugin-react to the latest version 🚀 (parse-community#1319) ... # Conflicts: # package-lock.json
2 parents 64dd72c + f63b9b4 commit ea61cb5

File tree

5 files changed

+2174
-1817
lines changed

5 files changed

+2174
-1817
lines changed

CHANGELOG.md

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

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.3...master)
4+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.4...master)
55

66
* _Contributing to this repo? Add info about your change here to be included in next release_
7+
### 2.0.4
8+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.3...2.0.4)
9+
* Fix: Restore `ObjectId` to filter ([#1315](https://github.com/parse-community/parse-dashboard/pull/1315)), thanks to [Wolfwood](https://github.com/W0lfw00d)
10+
* Fix: Prevent duplicate entries when sorting by `createdAt` ([#1334](https://github.com/parse-community/parse-dashboard/pull/1334)), thanks to [Wolfwood](https://github.com/W0lfw00d)
711

812
### 2.0.3
913
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...2.0.3)
@@ -35,11 +39,11 @@
3539
* NEW: Support building on Windows ([#1115](https://github.com/parse-community/parse-dashboard/pull/1115)), thanks to [Diamond Lewis](https://github.com/dplewis)
3640
* 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)
3741
* NEW: Select all objects ([#1219](https://github.com/parse-community/parse-dashboard/pull/1219)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka)
38-
* NEW: Boolean dropdown on installation condition ([#1221](https://github.com/parse-community/parse-dashboard/pull/1229)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
42+
* NEW: Boolean dropdown on installation condition ([#1221](https://github.com/parse-community/parse-dashboard/pull/1221)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
3943
* NEW: String editor resizable ([#1217](https://github.com/parse-community/parse-dashboard/pull/1217)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
40-
* 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)
44+
* Fix: Update PIG examples to work with react-dnd 3.x ([#1214](https://github.com/parse-community/parse-dashboard/pull/1214)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
4145
* Fix: Fonts on AppsIndex ([#1197](https://github.com/parse-community/parse-dashboard/pull/1197)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
42-
* 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)
46+
* NEW: Add required and default value options ([#1193](https://github.com/parse-community/parse-dashboard/pull/1193)), thanks to [Lucas Alencar](https://github.com/alencarlucas)
4347

4448
#### Breaking Changes:
4549
* Parse Dashboard now requires Node.js version >= 8.9
@@ -82,7 +86,7 @@
8286
### 1.3.1
8387
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...1.3.1)
8488

85-
* FIX: Correct inappropriate error message when no target audience is selected ([#1052](https://github.com/parse-community/parse-dashboard/pull/1051)), thanks to [Bouimadaghene](https://github.com/starbassma)
89+
* FIX: Correct inappropriate error message when no target audience is selected ([#1052](https://github.com/parse-community/parse-dashboard/pull/1052)), thanks to [Bouimadaghene](https://github.com/starbassma)
8690
* FIX: issue regarding lost mount path ([#1070](https://github.com/parse-community/parse-dashboard/pull/1070)), thanks to [Diamond Lewis](https://github.com/dplewis)
8791
* NEW: Add distinct / unique filter ([#920](https://github.com/parse-community/parse-dashboard/pull/920)), thanks to [Diamond Lewis](https://github.com/dplewis)
8892

0 commit comments

Comments
 (0)