|
1 | 1 | ## Parse Dashboard Changelog
|
2 | 2 |
|
3 | 3 | ### 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) |
5 | 5 |
|
6 | 6 | * _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) |
7 | 11 |
|
8 | 12 | ### 2.0.3
|
9 | 13 | [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.2...2.0.3)
|
|
35 | 39 | * NEW: Support building on Windows ([#1115](https://github.com/parse-community/parse-dashboard/pull/1115)), thanks to [Diamond Lewis](https://github.com/dplewis)
|
36 | 40 | * 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)
|
37 | 41 | * 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) |
39 | 43 | * 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) |
41 | 45 | * 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) |
43 | 47 |
|
44 | 48 | #### Breaking Changes:
|
45 | 49 | * Parse Dashboard now requires Node.js version >= 8.9
|
|
82 | 86 | ### 1.3.1
|
83 | 87 | [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...1.3.1)
|
84 | 88 |
|
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) |
86 | 90 | * FIX: issue regarding lost mount path ([#1070](https://github.com/parse-community/parse-dashboard/pull/1070)), thanks to [Diamond Lewis](https://github.com/dplewis)
|
87 | 91 | * NEW: Add distinct / unique filter ([#920](https://github.com/parse-community/parse-dashboard/pull/920)), thanks to [Diamond Lewis](https://github.com/dplewis)
|
88 | 92 |
|
|
0 commit comments