Skip to content

Commit f04d507

Browse files
authored
Release 2.1.0 (#1516)
* Update CHANGELOG.md * bump version & npm install
1 parent 24448ef commit f04d507

File tree

3 files changed

+440
-183
lines changed

3 files changed

+440
-183
lines changed

CHANGELOG.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
## Parse Dashboard Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.4...master)
4+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.1.0...master)
5+
6+
### 2.1.0
7+
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.5...2.1.0)
8+
9+
__New features:__
10+
* Added JS Console to run custom queries ([#1464](https://github.com/parse-community/parse-dashboard/pull/1464)), thanks to [Pedro Mutter](https://github.com/MutterPedro).
11+
* View/Edit single row modal ([#1448](https://github.com/parse-community/parse-dashboard/pull/1448)), thanks to [NIno Črljenec](https://github.com/NinoZX).
12+
* Context menu with quick filters and links to related records in other Parse Objects ([#1431](https://github.com/parse-community/parse-dashboard/pull/1431)), thanks to [404-html](https://github.com/404-html).
13+
* Add ProtectedFields dialog and enhance Permissions dialogs ([#1478](https://github.com/parse-community/parse-dashboard/pull/1478)), thanks to [Old Grandpa](https://github.com/BufferUnderflower).
14+
15+
__Improvements:__
16+
* Added config param delete confirmation dialog ([#1443](https://github.com/parse-community/parse-dashboard/pull/1443)), thanks to [Manuel Trezza](https://github.com/mtrezza).
17+
18+
__Fixes:__
19+
* Inifite scroll not working ([#1432](https://github.com/parse-community/parse-dashboard/pull/1432)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka).
20+
* Fix crash in import semver re: npm/node-semver#305 ([#1441](https://github.com/parse-community/parse-dashboard/pull/1441)), thanks to [Ben Petty](https://github.com/benpetty).
21+
* Taking hidden columns into account when calculating Editor position ([#1438](https://github.com/parse-community/parse-dashboard/pull/1438)), thanks to [404-html](https://github.com/404-html).
22+
* Fix audience conditions when Installation class does not exist ([#1451](https://github.com/parse-community/parse-dashboard/pull/1451)), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo).
523

6-
* Feature: added JS Console feature to run custom queries
7-
* Feature: added save button on JS Console feature to save the custom query on the local storage
824
### 2.0.5
925
[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/2.0.4...2.0.5)
1026
* Fix: delete and regenerate package-lock to fix broken build

0 commit comments

Comments
 (0)