Skip to content

Commit

Permalink
chore(release): 5.2.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0-beta.2](parse-community/parse-dashboard@5.2.0-beta.1...5.2.0-beta.2) (2023-06-10)

### Bug Fixes

* Back button in data browser disappears after page refresh ([parse-community#2421](parse-community#2421)) ([6c5f19f](parse-community@6c5f19f))
* Cannot navigate to nested relation field in data browser ([parse-community#2420](parse-community#2420)) ([e7ace9e](parse-community@e7ace9e))
* Dashboard crashes when adding a row with modal in a class that contains a pointer to another class that contains an array of pointers ([parse-community#2416](parse-community#2416)) ([286269f](parse-community@286269f))
* Empty table in data browser when navigating back using the "back” button ([parse-community#2423](parse-community#2423)) ([6f3dab6](parse-community@6f3dab6))
* File uploading status not updating in data browser ([parse-community#2422](parse-community#2422)) ([e761f97](parse-community@e761f97))
* Hitting backspace key in data browser crashes dashboard ([parse-community#2456](parse-community#2456)) ([32aeea2](parse-community@32aeea2))
* Incorrect date picker position in data browser filter dialog ([parse-community#2425](parse-community#2425)) ([b96b48f](parse-community@b96b48f))
* Option missing for Parse Config parameter to require master key ([parse-community#2440](parse-community#2440)) ([6623369](parse-community@6623369))
* Scroll position is preserved when re-opening the same class in data browser via navigation bar ([parse-community#2445](parse-community#2445)) ([667675c](parse-community@667675c))
* Text input cursor jumps to first position when writing long text ([parse-community#2413](parse-community#2413)) ([422ffb2](parse-community@422ffb2))

### Features

* Add export of saved data browser filters via `classPreference` settings ([parse-community#2455](parse-community#2455)) ([f56f946](parse-community@f56f946))
* Add filter views to save frequently used filters in data browser ([parse-community#2404](parse-community#2404)) ([a9ec3a9](parse-community@a9ec3a9))
* Add links to users and roles in ACL dialog and handle invalid entries ([parse-community#2436](parse-community#2436)) ([a20cb8e](parse-community@a20cb8e))
* Add visual configurator for Parse Dashboard settings ([parse-community#2406](parse-community#2406)) ([228d839](parse-community@228d839))
  • Loading branch information
semantic-release-bot committed Jun 10, 2023
1 parent 9ead20a commit 057fc8b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions changelogs/CHANGELOG_beta.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [5.2.0-beta.2](https://github.com/ParsePlatform/parse-dashboard/compare/5.2.0-beta.1...5.2.0-beta.2) (2023-06-10)


### Bug Fixes

* Back button in data browser disappears after page refresh ([#2421](https://github.com/ParsePlatform/parse-dashboard/issues/2421)) ([6c5f19f](https://github.com/ParsePlatform/parse-dashboard/commit/6c5f19f6ed2cda1f1f0dc59bdaed3ae49f264380))
* Cannot navigate to nested relation field in data browser ([#2420](https://github.com/ParsePlatform/parse-dashboard/issues/2420)) ([e7ace9e](https://github.com/ParsePlatform/parse-dashboard/commit/e7ace9efa068b92c5cf0e5ccdad169ac7d71e81a))
* Dashboard crashes when adding a row with modal in a class that contains a pointer to another class that contains an array of pointers ([#2416](https://github.com/ParsePlatform/parse-dashboard/issues/2416)) ([286269f](https://github.com/ParsePlatform/parse-dashboard/commit/286269f3e2c4e1c83b14003ce72caaf1f39b16c1))
* Empty table in data browser when navigating back using the "back” button ([#2423](https://github.com/ParsePlatform/parse-dashboard/issues/2423)) ([6f3dab6](https://github.com/ParsePlatform/parse-dashboard/commit/6f3dab60c257c76345235acfd3e43aafadeb84c8))
* File uploading status not updating in data browser ([#2422](https://github.com/ParsePlatform/parse-dashboard/issues/2422)) ([e761f97](https://github.com/ParsePlatform/parse-dashboard/commit/e761f9715a8366466c6620994ce698adbbfc48cd))
* Hitting backspace key in data browser crashes dashboard ([#2456](https://github.com/ParsePlatform/parse-dashboard/issues/2456)) ([32aeea2](https://github.com/ParsePlatform/parse-dashboard/commit/32aeea244d81404579f55adf25244c11e3a797d1))
* Incorrect date picker position in data browser filter dialog ([#2425](https://github.com/ParsePlatform/parse-dashboard/issues/2425)) ([b96b48f](https://github.com/ParsePlatform/parse-dashboard/commit/b96b48fdd5ce452783e0887c36231971a1822173))
* Option missing for Parse Config parameter to require master key ([#2440](https://github.com/ParsePlatform/parse-dashboard/issues/2440)) ([6623369](https://github.com/ParsePlatform/parse-dashboard/commit/66233698b333422f306dc7024949aef2ea028f34))
* Scroll position is preserved when re-opening the same class in data browser via navigation bar ([#2445](https://github.com/ParsePlatform/parse-dashboard/issues/2445)) ([667675c](https://github.com/ParsePlatform/parse-dashboard/commit/667675c031b0483be210a88da3b159f5f815d6fb))
* Text input cursor jumps to first position when writing long text ([#2413](https://github.com/ParsePlatform/parse-dashboard/issues/2413)) ([422ffb2](https://github.com/ParsePlatform/parse-dashboard/commit/422ffb2897bb2664eb47b5aaad5094a8b39431bf))

### Features

* Add export of saved data browser filters via `classPreference` settings ([#2455](https://github.com/ParsePlatform/parse-dashboard/issues/2455)) ([f56f946](https://github.com/ParsePlatform/parse-dashboard/commit/f56f946023c628c96030e9d2d66284c53decd33e))
* Add filter views to save frequently used filters in data browser ([#2404](https://github.com/ParsePlatform/parse-dashboard/issues/2404)) ([a9ec3a9](https://github.com/ParsePlatform/parse-dashboard/commit/a9ec3a915ff354304f382c17e8d5311b2c96d7ff))
* Add links to users and roles in ACL dialog and handle invalid entries ([#2436](https://github.com/ParsePlatform/parse-dashboard/issues/2436)) ([a20cb8e](https://github.com/ParsePlatform/parse-dashboard/commit/a20cb8e534d3fecd8d337463864b15048772a9a5))
* Add visual configurator for Parse Dashboard settings ([#2406](https://github.com/ParsePlatform/parse-dashboard/issues/2406)) ([228d839](https://github.com/ParsePlatform/parse-dashboard/commit/228d83903fd8698da7b96a5b74699f3ff2d5dad4))

# [5.2.0-beta.1](https://github.com/ParsePlatform/parse-dashboard/compare/5.1.0...5.2.0-beta.1) (2023-05-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-dashboard",
"version": "5.2.0-alpha.14",
"version": "5.2.0-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-dashboard"
Expand Down

0 comments on commit 057fc8b

Please sign in to comment.