Skip to content

Latest commit

 

History

History
174 lines (119 loc) · 8.59 KB

CHANGELOG.md

File metadata and controls

174 lines (119 loc) · 8.59 KB

Parse Dashboard Changelog

NEXT RELEASE

  • Contributing to this repo? Add info about your change here to be included in next release

1.1.2

  • Fix: An issue introduced when using readOnlyMasterKey would make all users readOnly after one has logged in.
  • Reverts: Dependency updates that would render the build unstable / broken.

1.1.1

  • Fix: Updating array of Dates now keeps it's type (was changing to array of ISO strings, issue #590), thanks to David Riha
  • Fix: NaN displayed when filter input is empty or negative number (#749), thanks to Miguel Serrrano
  • Fix: Addresses issue related to displaying iOS alert object containing title and body keys (#539), thanks to Robert Martin del Campo
  • Feature: Adds support for localized push notifications if server version is high enough, thanks to Florent Vilmart
  • Feature: Adds support for readOnly masterKey, thanks to Florent Vilmart
  • Feature: Adds support for polygon types, thansk to Mads Bjerre
  • Feature: Adds support for push time, expiration time, and expiration interval, thanks to Marvel Mathew

1.1.0

  • Feature: UI for managing push audiences (#712), thanks to Davi Macedo
  • Feature: When editing Object or Array fields the data is displayed in a prettier format and the textarea is resizable (#734), thanks to Samuli Siivinen
  • Fix: Display bug on safari when table has empty cells ('') (#731), thanks to Samuli Siivinen
  • Fix: Added message that notifies Background Jobs requiring additional setup (#740 & #741), thanks to Samuli Siivinen and Natan Rolnik

1.0.28

  • Feature: Add ability to search Object columns (#727), thanks to Samuli Siivinen
  • Improvement: Added/fixed a filtering option "contains string" for String fields. Case insensitive for now (#728), thanks to Samuli Siivinen
  • Improvement: Sort config data according to parameter names (#726), thanks to Natan Rolnik

1.0.27

  • Improvement: Show notifications upon success or failure of save and delete objects (#718), thanks to Natan Rolnik
  • Improvement: Moves download option into file editor (#716), thanks to Natan Rolnik

1.0.26

  • Improvement: Fixes broken links, thanks to Arthur Cinader
  • Improvement: Title on the add row button, thanks to Abdul Basit
  • Improvement: Use slim docker image, thanks to Tyler Brock
  • Fix: table scrolling on google chrome (#671), thanks to Jacer Omri
  • Various: adds eslint, thanks to Jeremy Louie

1.0.25

  • Improvement: Update and add links to sidebar footer (#661), thanks to Natan Rolnik
  • Fix: Don’t call unsupported endpoints in Parse Server (#660), thanks to Natan Rolnik
  • Fix: Display correctly Files and GeoPoints in Config (#666), thanks to Natan Rolnik

1.0.24

  • Improvement: Data browser updates object count when table is filtered (#652), thanks to Mike Rizzo
  • Improvement: Apps name sorting by name (#654), thanks to Thilo Schmalfuß
  • Fix: Fetch jobs list not showing (#656), thanks to Natan Rolnik

1.0.23

1.0.22

  • Fix issue affecting logging screen with encrypted passwords, thanks to lsohn

1.0.21

  • Fix: Use mountPath for all log in and log out redirects

1.0.20

  • New: Form based login page instead of basic auth (#562), thanks to Jeremy Louie
  • Fix: Can't send push to specific user (#570), thanks to Dan VanWinkle
  • Fix: Download link in footer menu (#567), thanks to Pavel Ivanov

1.0.19

  • New: Support for trusting proxies w/ HTTPS
  • New: Support for filtering string with ends with
  • New: View parse-server based jobs
  • New: Button to add rows from browser toolbar
  • New: Support for encrypted passwords
  • New: Support for sorting by createdAt
  • Improvement: Push audiences support
  • Fix: Calendar dates support

1.0.18

  • Fix: Revert history change that was causing issues when mounting on express

1.0.17

  • Fix: Revert mount path change that was causing issues when mounting on express

1.0.16

  • New: Add options to add selected rows to a relation, thanks to Han BaHwan
  • New: Add ability to use bcrypted passwords, thanks to Dan VanWinkle
  • Fix: Fix deletion of columns, thanks to Bryan Rhea

1.0.15

  • New: Add ability to delete all rows in a class, thanks to Marco Cheung
  • New: Add relation editor, thanks to Han BaHwan
  • Fix: Bug when alert is missing in payload, thanks to Herman Liang
  • Fix: Improve target display in Push viewer, thanks to Herman Liang
  • Fix: Open docs and other sidebar links in new tab, thanks to Konstantinos N.

1.0.14

  • Fix bug in past push page

1.0.13

1.0.12

  • Fix minor style issues
  • Add pointer permissions editor
  • Allow cancellation of edits in data browser using ESC key, thanks to Manuel
  • Show error messages in the console when your app's icons can't be found, thanks to Saif Al-Dilaimi

1.0.11

  • Add the ability to specify SSL cert and key, thanks to Cory Imdieke
  • Trust proxy when enabling --allowInsecureHTTP, thanks to Andrew Chen
  • Fix App index when apps have an apostrophe in the name
  • Fix display of prod/dev flag
  • Support for Node 6

1.0.10

  • Add the ability to specify icons for your app, thanks to Natan Rolnik
  • Fix sending push with JSON data

1.0.9

  • Add the ability to mount the dashboard express app on a custom mount path, thanks to hpello with bugfixes from mamaso
  • Add ability to restrict certain users to certain apps, thanks to Felipe Andrade
  • Fix Dockerfile, thanks to Kakashi Liu
  • Display Parse Dashboard version, thanks to Aayush Kapoor and gateway
  • Add a refresh button to the data browser, thanks to TylerBrock
  • Add logs viewer
  • Misc. performance improvements and bugfixes, thanks to Pavel Ivanov

1.0.8

  • Allow Dashboard to be mounted as Express middleware, thanks to Florent Vilmart
  • Add an option to specify that your app is in production, thanks to Dylan Diamond
  • Fix GeoPoints in Parse Config, thanks to Dylan Diamond
  • Allow specification of the host the dashboard runs on, thanks to hpello
  • Miscellaneous look-and-feel improvements

1.0.7

  • Fix sending pushes with badge increment

1.0.6

  • Send push notifications from the dashboard
  • Add object count to relation browser, thanks to Sergey Gavrilyuk

1.0.5

  • Fix new features notification

1.0.4

  • Class level permissions editor