Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Release #2510

Merged
merged 35 commits into from
Nov 16, 2023
Merged

build: Release #2510

merged 35 commits into from
Nov 16, 2023

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Nov 16, 2023

No description provided.

AshishBarvaliya and others added 30 commits June 11, 2023 18:52
# [5.2.0-alpha.15](parse-community/parse-dashboard@5.2.0-alpha.14...5.2.0-alpha.15) (2023-06-11)

### Bug Fixes

* Vertical scrollbar in data browser is outside visible area when scrolling horizontally ([parse-community#2457](parse-community#2457)) ([5acac3f](parse-community@5acac3f))
# [5.2.0-alpha.16](parse-community/parse-dashboard@5.2.0-alpha.15...5.2.0-alpha.16) (2023-06-19)

### Features

* Reopen last opened class when navigating to data browser ([parse-community#2468](parse-community#2468)) ([3d7148e](parse-community@3d7148e))
# [5.2.0-alpha.17](parse-community/parse-dashboard@5.2.0-alpha.16...5.2.0-alpha.17) (2023-06-19)

### Features

* Add typing with auto-complete to select a filter field in the data browser ([parse-community#2463](parse-community#2463)) ([257f76b](parse-community@257f76b))
# [5.2.0-alpha.18](parse-community/parse-dashboard@5.2.0-alpha.17...5.2.0-alpha.18) (2023-06-20)

### Bug Fixes

* Pasting location coordinates into field of type `GeoPoint` does not work in data browser ([parse-community#2464](parse-community#2464)) ([a8ce343](parse-community@a8ce343))
# [5.2.0-alpha.19](parse-community/parse-dashboard@5.2.0-alpha.18...5.2.0-alpha.19) (2023-06-23)

### Features

* Add Cloud Function execution on Parse Object in data browser ([parse-community#2409](parse-community#2409)) ([996ce91](parse-community@996ce91))
# [5.2.0-alpha.20](parse-community/parse-dashboard@5.2.0-alpha.19...5.2.0-alpha.20) (2023-06-23)

### Bug Fixes

* Selecting a saved filter in data browser also highlights other filters with equal names ([parse-community#2466](parse-community#2466)) ([35360fe](parse-community@35360fe))
# [5.2.0-alpha.21](parse-community/parse-dashboard@5.2.0-alpha.20...5.2.0-alpha.21) (2023-06-24)

### Reverts

* fix: Vertical scrollbar in data browser is outside visible area when scrolling horizontally ([parse-community#2457](parse-community#2457)) ([parse-community#2477](parse-community#2477)) ([2f1d84e](parse-community@2f1d84e))
…ich object field was selected when script was invoked (parse-community#2483)
# [5.2.0-alpha.23](parse-community/parse-dashboard@5.2.0-alpha.22...5.2.0-alpha.23) (2023-06-28)

### Features

* Add parameter `selectedField` to script payload to determine which object field was selected when script was invoked ([parse-community#2483](parse-community#2483)) ([e98d653](parse-community@e98d653))
# [5.2.0-alpha.24](parse-community/parse-dashboard@5.2.0-alpha.23...5.2.0-alpha.24) (2023-06-28)

### Features

* Add support for confirmation dialog before script execution in data browser ([parse-community#2481](parse-community#2481)) ([64d3913](parse-community@64d3913))
# [5.2.0-alpha.25](parse-community/parse-dashboard@5.2.0-alpha.24...5.2.0-alpha.25) (2023-06-29)

### Bug Fixes

* Incorrect highlight maker position in class list in data browser ([parse-community#2490](parse-community#2490)) ([8c28d24](parse-community@8c28d24))
# [5.2.0-alpha.26](parse-community/parse-dashboard@5.2.0-alpha.25...5.2.0-alpha.26) (2023-06-30)

### Bug Fixes

* File extension is hidden in file field when editing object in modal dialog in data browser ([parse-community#2472](parse-community#2472)) ([8df4e4d](parse-community@8df4e4d))
# [5.2.0-alpha.27](parse-community/parse-dashboard@5.2.0-alpha.26...5.2.0-alpha.27) (2023-06-30)

### Bug Fixes

* Adding a file when adding a new row in the data browser doesn't show filename ([parse-community#2471](parse-community#2471)) ([5bbb94e](parse-community@5bbb94e))
mtrezza and others added 4 commits September 15, 2023 16:19
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
# [5.3.0-beta.1](parse-community/parse-dashboard@5.2.0...5.3.0-beta.1) (2023-09-15)

### Bug Fixes

* Adding a file when adding a new row in the data browser doesn't show filename ([parse-community#2471](parse-community#2471)) ([5bbb94e](parse-community@5bbb94e))
* File extension is hidden in file field when editing object in modal dialog in data browser ([parse-community#2472](parse-community#2472)) ([8df4e4d](parse-community@8df4e4d))
* Incorrect highlight maker position in class list in data browser ([parse-community#2490](parse-community#2490)) ([8c28d24](parse-community@8c28d24))
* Pasting location coordinates into field of type `GeoPoint` does not work in data browser ([parse-community#2464](parse-community#2464)) ([a8ce343](parse-community@a8ce343))
* Selecting a saved filter in data browser also highlights other filters with equal names ([parse-community#2466](parse-community#2466)) ([35360fe](parse-community@35360fe))
* Vertical scrollbar in data browser is outside visible area when scrolling horizontally ([parse-community#2457](parse-community#2457)) ([5acac3f](parse-community@5acac3f))

### Features

* Add Cloud Function execution on Parse Object in data browser ([parse-community#2409](parse-community#2409)) ([996ce91](parse-community@996ce91))
* Add parameter `selectedField` to script payload to determine which object field was selected when script was invoked ([parse-community#2483](parse-community#2483)) ([e98d653](parse-community@e98d653))
* Add refresh button to Cloud Config page ([parse-community#2480](parse-community#2480)) ([be212b0](parse-community@be212b0))
* Add security checks page ([parse-community#2491](parse-community#2491)) ([103b9c6](parse-community@103b9c6))
* Add support for confirmation dialog before script execution in data browser ([parse-community#2481](parse-community#2481)) ([64d3913](parse-community@64d3913))
* Add typing with auto-complete to select a filter field in the data browser ([parse-community#2463](parse-community#2463)) ([257f76b](parse-community@257f76b))
* Reopen last opened class when navigating to data browser ([parse-community#2468](parse-community#2468)) ([3d7148e](parse-community@3d7148e))

### Reverts

* fix: Vertical scrollbar in data browser is outside visible area when scrolling horizontally ([parse-community#2457](parse-community#2457)) ([parse-community#2477](parse-community#2477)) ([2f1d84e](parse-community@2f1d84e))
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title build: release build: Release Nov 16, 2023
Copy link

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@mtrezza mtrezza merged commit 6ec8f9c into parse-community:release Nov 16, 2023
10 checks passed
@mtrezza mtrezza deleted the build-release branch November 16, 2023 15:26
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants