Releases: parse-community/parse-dashboard
Releases · parse-community/parse-dashboard
2.2.0
New Features
- Added data export in CSV format for classes (Cory Imdieke, Manuel Trezza) #1494
- Added collapsing sidebar for small screens (Douglas Muraoka, Manuel Trezza) #1760
- Added exclude hidden columns from being fetched from server (itzharDev) #1694
- Added cloning rows (Prerna Mehra) #1697
- Added
Cmd
-click on pointer to open link in new browser tab (fn-faisal) #1757 - Added browsing as another user (Nino Črljenec, Manuel Trezza) #1750
- Added
columnPreference.preventSort
configuration option to prevent a column from being used for sorting (Christopher Brookes) #1709 - Added
columnPreference
configuration option for data browser (dblythy) #1625
Improvements
- Improved navigation by redesigning pointer cell with link icon (Prerna Mehra) #1708
- Improved rendering an array of pointers in cell (fn-faisal) #1727
- Improved flow when creating a class and adding columns (fn-faisal) #1728
- Added indication of required fields when adding new row (Prerna Mehra) #1720
- Added indication of auto-populated fields when adding new row (Prerna Mehra) #1692
- Added cancel button while adding a new row (Prerna Mehra) #1690
- Added progress indicator when uploading a file in modal dialog (Prerna Mehra) #1717
- Added tooltip for read-only fields (Prerna Mehra) #1688
- Added message when no locale is set for localizing push notifications (Prerna Mehra) #1685
- Updated to Parse JS SDK 3.3.0 (Manuel Trezza) #1745
- Transitioned CI to GitHub Actions (Diamond Lewis) #1640
- Added finish date to Cloud Job status (Diamond Lewis) #1620
Fixes
- Fixed clear state.data when setting relation to prevent column type mismatch (John Dillick) #1564
- Fixed incorrect setting of pointer CLPs (mess-lelouch) #1556
- Fixed master key not being passed in when saving file in global config (stevestencil) #1581
- Fixes toolbar overlap to page title (Sergei Smirnov) #1578
- Fixed various issues with edit row dialog (Nino Črljenec) #1586
- Fixed date filters in data browser (Prerna Mehra) #1682
- Fixed
expiresAt
field inSession
class not appearing as read-only (Prerna Mehra) #1686 - Fixed missing error message on failed clone row task (Prerna Mehra) #1687
- Fixes missing or duplicate rows displayed when scrolling; this fix may require the additional creation of database indices to avoid performance issues, see PR discussion (Prerna Mehra) #1706
- Fixed missing key binding for copy, paste, cancel while adding a new row (Christopher Brookes) #1714
- Fixed setup locales message when adding all locales to push notification (Prerna Mehra) #1691
- Fixed no error message displayed when trying to add column with a name that has a leading number (Prerna Mehra) #1718
- Fixed fetching data when un-hiding column despite that data is already cached (Prerna Mehra) #1734
- Fixed incorrect documentation (Philipp B) #1592
- Fixed various dependency vulnerabilities
2.1.0
New features:
- Added JS Console to run custom queries (#1464), thanks to Pedro Mutter.
- View/Edit single row modal (#1448), thanks to NIno Črljenec.
- Context menu with quick filters and links to related records in other Parse Objects (#1431), thanks to 404-html.
- Add ProtectedFields dialog and enhance Permissions dialogs (#1478), thanks to Old Grandpa.
Improvements:
- Added config param delete confirmation dialog (#1443), thanks to Manuel Trezza.
Fixes:
- Inifite scroll not working (#1432), thanks to Douglas Muraoka.
- Fix crash in import semver re: npm/node-semver#305 (#1441), thanks to Ben Petty.
- Taking hidden columns into account when calculating Editor position (#1438), thanks to 404-html.
- Fix audience conditions when Installation class does not exist (#1451), thanks to Antonio Davi Macedo Coelho de Castro.
2.0.5
2.0.4
2.0.3
- Fix: Feature "masterkey parameters" requires Parse Server >= 3.9.0 (#1281), thanks to Manuel Trezza
- Fix: CLP dialog for pointer fields (#1283), thanks to Antonio Davi Macedo Coelho de Castro
- Fix: Force pointer array items to always be pointers (#1291), thanks to Antonio Davi Macedo Coelho de Castro
2.0.2
- Fix: filter tab not working for _User, and ohter classes starting with _ (#1275), thanks to Antonio Davi Macedo Coelho de Castro
- Fix: Data Browser is not updating accordingly (#1276), thanks to Antonio Davi Macedo Coelho de Castro
- NEW: Copy cell value using CTRL+C (#1272), thanks to Douglas Muaroka
- Docs: Update NodeJS required version in README (#1265), thanks to Jerome
2.0.1
- Publishing it again since there is an old test 2.0.0 release already published to npm
2.0.0
- Fix: Cell edit not updating partial view (#1255), thanks to Douglas Muaroka
- Improve: Table performance improvements (#1241), thanks to Douglas Muaroka
- Fix: Avoid filter tab disappears on apply filter (#1229), thanks to Lucas Alencar
- NEW: Change columns order and visibility (#1235), thanks to Douglas Muaroka
- Improve: Table not scrolling when using arrow keys (#1239), thanks to Douglas Muaroka
- NEW: Add masterkey parameters (#1233), thanks to Manuel
- Improve: Editing values not possible on mobile (#1222), thanks to Douglas Muaroka
- Fix: JSON conversion breaking file upload process (#1225), thanks to Douglas Muaroka
- NEW: Support building on Windows (#1115), thanks to Diamond Lewis
- Improve: Avoid Parse transformations on array and object fields (#1223), thanks to Douglas Muaroka
- NEW: Select all objects (#1219), thanks to Douglas Muaroka
- NEW: Boolean dropdown on installation condition (#1221), thanks to Lucas Alencar
- NEW: String editor resizable (#1217), thanks to Lucas Alencar
- Fix: Update PIG examples to work with react-dnd 3.x (#1214), thanks to Lucas Alencar
- Fix: Fonts on AppsIndex (#1197), thanks to Lucas Alencar
- NEW: Add required and default value options (#1193), thanks to Lucas Alencar
Breaking Changes:
- Parse Dashboard now requires Node.js version >= 8.9
1.4.3
- Fix 1.4.2 release.
1.4.2
- Feature: Include count CLP option (#1180), thanks to Douglas Muroaka
- Fix: AppsMenu broken layout when app name is too long (#1164), thanks to Lucas Alencar
- Fix: getFileName lib to display correctly the filename (#1154), thanks to Yago Tomé
- Fix: Scroll is not working properly (#1151), thanks to Lucas Alencar
- Fix: AppsMenu not closing after selecting app (#1146), thanks to Douglas Muroaka
- Feature: Add client key into GraphQL console by default (#1142), thanks to Douglas Muroaka
- Fix: GraphQL console headers menu not visible (#1141), thanks to Douglas Muroaka
- Fix: project not installing due to package-lock (#1143), thanks to Antonio Davi Macedo Coelho de Castro