Skip to content

Commit 25677db

Browse files
Merge commit '54ce71875033d8c3309d4f18090ac8336795d4de'
* commit '54ce71875033d8c3309d4f18090ac8336795d4de': (54 commits) 2.0.1 (parse-community#1264) 2.0.0 (parse-community#1263) Update cross-env to the latest version 🚀 (parse-community#1262) Update query-string to the latest version 🚀 (parse-community#1261) Update path-to-regexp to the latest version 🚀 (parse-community#1260) Update sass-loader to the latest version 🚀 (parse-community#1254) fix(Database Browser): Cell edit not updating partial view (parse-community#1255) Update eslint to the latest version 🚀 (parse-community#1259) Update commander to the latest version 🚀 (parse-community#1257) Update eslint-plugin-jest to the latest version 🚀 (parse-community#1256) Update graphql to the latest version 🚀 (parse-community#1253) refactor(Database Browser): Table performance improvements (parse-community#1241) Update parse to the latest version 🚀 (parse-community#1252) Update webpack to the latest version 🚀 (parse-community#1251) build(deps): bump eslint-utils from 1.4.0 to 1.4.2 (parse-community#1249) Update babel-eslint to the latest version 🚀 (parse-community#1245) fix: Avoid filter tab disappears on apply filter (parse-community#1229) Update graphql to the latest version 🚀 (parse-community#1243) Update graphql to the latest version 🚀 (parse-community#1242) Update graphql to the latest version 🚀 (parse-community#1240) ... # Conflicts: # package-lock.json
2 parents ba7c219 + 54ce718 commit 25677db

39 files changed

+2953
-2194
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,36 @@
11
## Parse Dashboard Changelog
22

33
### 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)
55

66
* _Contributing to this repo? Add info about your change here to be included in next release_
77

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+
834
### 1.4.3
935
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.2...1.4.3)
1036
* Fix 1.4.2 release.

0 commit comments

Comments
 (0)