|
1 | 1 | ## Parse Dashboard Changelog
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.3...master) |
| 4 | +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.1...master) |
5 | 5 |
|
6 | 6 | * _Contributing to this repo? Add info about your change here to be included in next release_
|
7 | 7 |
|
| 8 | +### 2.0.1 |
| 9 | +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.0...2.0.1) |
| 10 | +* Publishing it again since there is an old test 2.0.0 release already published to npm |
| 11 | + |
| 12 | +### 2.0.0 |
| 13 | +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.3...2.0.0) |
| 14 | +* 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) |
| 15 | +* Improve: Table performance improvements ([#1241](https://github.com/parse-community/parse-dashboard/pull/1241)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) |
| 16 | +* 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) |
| 17 | +* NEW: Change columns order and visibility ([#1235](https://github.com/parse-community/parse-dashboard/pull/1235)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) |
| 18 | +* 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) |
| 19 | +* NEW: Add masterkey parameters ([#1233](https://github.com/parse-community/parse-dashboard/pull/1233)), thanks to [Manuel](https://github.com/mtrezza) |
| 20 | +* 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) |
| 21 | +* 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) |
| 22 | +* NEW: Support building on Windows ([#1115](https://github.com/parse-community/parse-dashboard/pull/1115)), thanks to [Diamond Lewis](https://github.com/dplewis) |
| 23 | +* 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) |
| 24 | +* NEW: Select all objects ([#1219](https://github.com/parse-community/parse-dashboard/pull/1219)), thanks to [Douglas Muaroka](https://github.com/douglasmuraoka) |
| 25 | +* NEW: Boolean dropdown on installation condition ([#1221](https://github.com/parse-community/parse-dashboard/pull/1229)), thanks to [Lucas Alencar](https://github.com/alencarlucas) |
| 26 | +* NEW: String editor resizable ([#1217](https://github.com/parse-community/parse-dashboard/pull/1217)), thanks to [Lucas Alencar](https://github.com/alencarlucas) |
| 27 | +* 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) |
| 28 | +* Fix: Fonts on AppsIndex ([#1197](https://github.com/parse-community/parse-dashboard/pull/1197)), thanks to [Lucas Alencar](https://github.com/alencarlucas) |
| 29 | +* 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) |
| 30 | + |
| 31 | +#### Breaking Changes: |
| 32 | +* Parse Dashboard now requires Node.js version >= 8.9 |
| 33 | + |
8 | 34 | ### 1.4.3
|
9 | 35 | [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.2...1.4.3)
|
10 | 36 | * Fix 1.4.2 release.
|
|
0 commit comments