Skip to content

Releases: parse-community/parse-dashboard

3.3.0-alpha.2

11 Oct 15:33
Compare
Choose a tag to compare
3.3.0-alpha.2 Pre-release
Pre-release

3.3.0-alpha.2 (2021-10-11)

Features

  • add pointer representation by a chosen column instead of objectId (#1852) (d747786)

3.3.0-alpha.1

08 Oct 15:50
Compare
Choose a tag to compare
3.3.0-alpha.1 Pre-release
Pre-release

3.3.0-alpha.1 (2021-10-08)

Features

3.2.1

08 Oct 02:45
Compare
Choose a tag to compare

3.2.1 (2021-10-08)

Bug Fixes

  • enabling context menu for read-only cells (#1844) (a38a885)

3.2.1-beta.1

08 Oct 02:38
Compare
Choose a tag to compare
3.2.1-beta.1 Pre-release
Pre-release

3.2.1-beta.1 (2021-10-08)

Bug Fixes

  • enabling context menu for read-only cells (#1844) (a38a885)

3.2.1-alpha.1

08 Oct 00:46
Compare
Choose a tag to compare
3.2.1-alpha.1 Pre-release
Pre-release

3.2.1-alpha.1 (2021-10-08)

Bug Fixes

  • enabling context menu for read-only cells (#1844) (a38a885)

3.2.0

05 Oct 12:46
Compare
Choose a tag to compare

3.2.0 (2021-10-05)

Features

  • add ctrl + arrow key to jump to first/last cell; fix left/right key navigation with hidden columns (#1827) (b504c0f)

3.1.2

04 Oct 12:45
Compare
Choose a tag to compare

3.1.2 (2021-10-04)

Refactor

  • upgrade react-router-dom from 5.2.1 to 5.3.0 (#1817) (8f359b3)

3.1.1

30 Sep 00:09
Compare
Choose a tag to compare

3.1.1 (2021-09-30)

Bug Fixes

  • incorrect autofocus for login form input fields (#1825) (7ca6aae)

3.1.0

29 Sep 16:35
Compare
Choose a tag to compare

3.1.0 (2021-09-29)

Features

  • add support for npm 7 and Node 16, migrate to graphiql (#1807) (b61fc7f)

3.0.0

19 Sep 12:18
ea1409b
Compare
Choose a tag to compare

Full Changelog

BREAKING CHANGE

  • Parse Dashboard requires Node >=12.0.0 <16.0.0
  • Reverts PR #1706 which introduced new database index requirements for pagination and was a breaking change that can lead to database performance issues if database indices were not adapted; reverting #1706 removes the objectId from the compound query; make sure that the database indices satisfy your dashboard sorting and filter usage before upgrading to this release to prevent database performance issues due to missing indices (Christopher Brookes) #1800

New Features

  • Add multi-factor authentication to dashboard login. To use one-time password, run parse-dashboard --createMFA or parse-dashboard --createUser. (Daniel Blyth) #1624

Improvements

  • Sidebar: Class counts are now updated when all counts are returned instead of after each call (Christopher Brookes) #1802
  • Update sass to 5.0.0 and make docker image use node:lts-alpine (Corey Baker) #1792
  • Docker image use now node 12 version (Christopher Brookes) #1788
  • CI now pushes docker images to Docker Hub (Corey Baker) #1781
  • Add CI check to add changelog entry (Manuel Trezza) #1764
  • Refactor: uniform issue templates across repos (Manuel Trezza) #1767
  • fix: date cell value not selected on double clicks (fn-faisal) #1730

Fixes

  • Fixed bug after creating new class, wrong CLP was shown for that class #1784 (Prerna Mehra) #1785
  • Fixed bug when opening a big modal, modal content is not visible due to Sidebar (Prerna Mehra) #1777
  • Fixed UI for a field containing an array of pointers (Prerna Mehra) #1776
  • Fixed bug when editing or copying a field containing an array of pointers #1770 (Prerna Mehra) #1771
  • Modernize CI (Manuel Trezza) #1789
  • ci: Remove parse-server dev dependency (Manuel Trezza) #1796