Skip to content

build: Release #2430

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

Merged
merged 43 commits into from
May 1, 2023
Merged

build: Release #2430

merged 43 commits into from
May 1, 2023

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented May 1, 2023

No description provided.

mtrezza and others added 30 commits October 24, 2022 13:44
# [5.0.0-alpha.8](parse-community/parse-dashboard@5.0.0-alpha.7...5.0.0-alpha.8) (2022-10-24)

### Bug Fixes

* login fails with error `req.session.regenerate is not a function` ([parse-community#2196](parse-community#2196)) ([a71848c](parse-community@a71848c))

### Features

* remove limitation to refresh Cloud Jobs list only after 30 seconds ([parse-community#2332](parse-community#2332)) ([ad1132f](parse-community@ad1132f))
# [5.1.0-beta.1](parse-community/parse-dashboard@5.0.0...5.1.0-beta.1) (2022-11-01)

### Features

* remove limitation to refresh Cloud Jobs list only after 30 seconds ([parse-community#2332](parse-community#2332)) ([ad1132f](parse-community@ad1132f))
# [5.1.0-alpha.1](parse-community/parse-dashboard@5.0.0...5.1.0-alpha.1) (2022-11-05)

### Bug Fixes

* Text selection not visible in modal dialog header ([parse-community#2340](parse-community#2340)) ([fb0e79c](parse-community@fb0e79c))

### Features

* remove limitation to refresh Cloud Jobs list only after 30 seconds ([parse-community#2332](parse-community#2332)) ([ad1132f](parse-community@ad1132f))
# [5.1.0-alpha.2](parse-community/parse-dashboard@5.1.0-alpha.1...5.1.0-alpha.2) (2023-01-20)

### Bug Fixes

* Blank screen shown if server is unreachable; unsupported pages are accessible via direct URLs ([parse-community#2363](parse-community#2363)) ([9855258](parse-community@9855258))
# [5.1.0-alpha.4](parse-community/parse-dashboard@5.1.0-alpha.3...5.1.0-alpha.4) (2023-01-25)

### Bug Fixes

* Add dashboard option `cookieSessionMaxAge` to keep user logged in across browser sessions ([parse-community#2366](parse-community#2366)) ([9ea95fc](parse-community@9ea95fc))
# [5.1.0-alpha.5](parse-community/parse-dashboard@5.1.0-alpha.4...5.1.0-alpha.5) (2023-01-25)

### Features

* Add export all rows of a class and export in JSON format ([parse-community#2361](parse-community#2361)) ([9eb36a1](parse-community@9eb36a1))
# [5.1.0-alpha.6](parse-community/parse-dashboard@5.1.0-alpha.5...5.1.0-alpha.6) (2023-01-25)

### Bug Fixes

* Navigation to page fails if user re-login is required ([parse-community#2369](parse-community#2369)) ([0db6f55](parse-community@0db6f55))
# [5.1.0-alpha.7](parse-community/parse-dashboard@5.1.0-alpha.6...5.1.0-alpha.7) (2023-01-28)

### Bug Fixes

* Dashboard may display blank page when selecting an app after login ([parse-community#2375](parse-community#2375)) ([f399b91](parse-community@f399b91))
mtrezza and others added 13 commits January 28, 2023 17:55
# [5.1.0-alpha.8](parse-community/parse-dashboard@5.1.0-alpha.7...5.1.0-alpha.8) (2023-01-29)

### Bug Fixes

* Internal error message on login with missing credential ([parse-community#2370](parse-community#2370)) ([9a6a31f](parse-community@9a6a31f))
# [5.1.0-alpha.9](parse-community/parse-dashboard@5.1.0-alpha.8...5.1.0-alpha.9) (2023-02-11)

### Bug Fixes

* Screen goes blank when trying to add column of type `Object` or `GeoPoint` ([parse-community#2384](parse-community#2384)) ([0886386](parse-community@0886386))
# [5.1.0-alpha.10](parse-community/parse-dashboard@5.1.0-alpha.9...5.1.0-alpha.10) (2023-02-13)

### Bug Fixes

* Data browser dialog "No data to display" may be outside of visible area in Safari browser ([parse-community#2387](parse-community#2387)) ([52bba62](parse-community@52bba62))
# [5.1.0-beta.2](parse-community/parse-dashboard@5.1.0-beta.1...5.1.0-beta.2) (2023-03-01)

### Bug Fixes

* Add dashboard option `cookieSessionMaxAge` to keep user logged in across browser sessions ([parse-community#2366](parse-community#2366)) ([9ea95fc](parse-community@9ea95fc))
* Blank screen shown if server is unreachable; unsupported pages are accessible via direct URLs ([parse-community#2363](parse-community#2363)) ([9855258](parse-community@9855258))
* Dashboard may display blank page when selecting an app after login ([parse-community#2375](parse-community#2375)) ([f399b91](parse-community@f399b91))
* Data browser dialog "No data to display" may be outside of visible area in Safari browser ([parse-community#2387](parse-community#2387)) ([52bba62](parse-community@52bba62))
* Internal error message on login with missing credential ([parse-community#2370](parse-community#2370)) ([9a6a31f](parse-community@9a6a31f))
* Navigation to page fails if user re-login is required ([parse-community#2369](parse-community#2369)) ([0db6f55](parse-community@0db6f55))
* Screen goes blank when trying to add column of type `Object` or `GeoPoint` ([parse-community#2384](parse-community#2384)) ([0886386](parse-community@0886386))
* Text selection not visible in modal dialog header ([parse-community#2340](parse-community#2340)) ([fb0e79c](parse-community@fb0e79c))

### Features

* Add export all rows of a class and export in JSON format ([parse-community#2361](parse-community#2361)) ([9eb36a1](parse-community@9eb36a1))
* Add schema export ([parse-community#2362](parse-community#2362)) ([33df049](parse-community@33df049))
@parse-github-assistant
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 May 1, 2023
@parse-github-assistant
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 1ead8a8 into parse-community:release May 1, 2023
@mtrezza mtrezza deleted the build-release branch May 1, 2023 23:02
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label May 1, 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.

8 participants