Skip to content

Commit 54c70b9

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](8.5.0...9.0.0) (2026-02-19) ### Bug Fixes * Cloud Config parameter modal overlays non-printable character info box ([#3221](#3221)) ([983253e](983253e)) * Incomplete authentication on AI Agent endpoint ([GHSA-qwc3-h9mg-4582](GHSA-qwc3-h9mg-4582)) ([#3224](#3224)) ([f92a9ef](f92a9ef)) * Non-printable character box missing when editing Cloud Config parameter ([#3218](#3218)) ([719ac09](719ac09)) ### Features * Add option to block saving Cloud Config parameter if validation fails ([#3225](#3225)) ([41691aa](41691aa)) * Add Regex string validation when editing Cloud Config parameter ([#3222](#3222)) ([067b9d1](067b9d1)) * Add support for checkbox, toggle, text input elements to script form ([#3219](#3219)) ([b9366bc](b9366bc)) * Add support for reversing info panel auto-scroll direction while holding Command+Option keys ([#3220](#3220)) ([7ebd121](7ebd121)) * Remove Node 18 support ([#3212](#3212)) ([a5c1bb2](a5c1bb2)) ### BREAKING CHANGES * Removes support for Node 18. ([a5c1bb2](a5c1bb2))
1 parent 559d805 commit 54c70b9

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

changelogs/CHANGELOG_release.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [9.0.0](https://github.com/parse-community/parse-dashboard/compare/8.5.0...9.0.0) (2026-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Cloud Config parameter modal overlays non-printable character info box ([#3221](https://github.com/parse-community/parse-dashboard/issues/3221)) ([983253e](https://github.com/parse-community/parse-dashboard/commit/983253e85e5fe7aefeb34051bebee1ddd2fa4274))
7+
* Incomplete authentication on AI Agent endpoint ([GHSA-qwc3-h9mg-4582](https://github.com/parse-community/parse-dashboard/security/advisories/GHSA-qwc3-h9mg-4582)) ([#3224](https://github.com/parse-community/parse-dashboard/issues/3224)) ([f92a9ef](https://github.com/parse-community/parse-dashboard/commit/f92a9ef5246d57e51696bd881a15f3b133b2bb50))
8+
* Non-printable character box missing when editing Cloud Config parameter ([#3218](https://github.com/parse-community/parse-dashboard/issues/3218)) ([719ac09](https://github.com/parse-community/parse-dashboard/commit/719ac0948344c8956ccc9bbf8a0242131fc01962))
9+
10+
### Features
11+
12+
* Add option to block saving Cloud Config parameter if validation fails ([#3225](https://github.com/parse-community/parse-dashboard/issues/3225)) ([41691aa](https://github.com/parse-community/parse-dashboard/commit/41691aafbd516a3e63cf30a1739e30985e7ca4ea))
13+
* Add Regex string validation when editing Cloud Config parameter ([#3222](https://github.com/parse-community/parse-dashboard/issues/3222)) ([067b9d1](https://github.com/parse-community/parse-dashboard/commit/067b9d114aa0f6de24940fa6d4a2b3e667c8b3b5))
14+
* Add support for checkbox, toggle, text input elements to script form ([#3219](https://github.com/parse-community/parse-dashboard/issues/3219)) ([b9366bc](https://github.com/parse-community/parse-dashboard/commit/b9366bc9cf4b24650f991b0883c1ba1f2897969d))
15+
* Add support for reversing info panel auto-scroll direction while holding Command+Option keys ([#3220](https://github.com/parse-community/parse-dashboard/issues/3220)) ([7ebd121](https://github.com/parse-community/parse-dashboard/commit/7ebd1210b47f483182da80b3f2fb31b1c1b4bf16))
16+
* Remove Node 18 support ([#3212](https://github.com/parse-community/parse-dashboard/issues/3212)) ([a5c1bb2](https://github.com/parse-community/parse-dashboard/commit/a5c1bb2d597df1e8670aa5f61640fa7961812530))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Removes support for Node 18. ([a5c1bb2](a5c1bb2))
22+
123
# [8.5.0](https://github.com/parse-community/parse-dashboard/compare/8.4.0...8.5.0) (2026-02-12)
224

325

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-dashboard",
3-
"version": "9.0.0-alpha.8",
3+
"version": "9.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/parse-community/parse-dashboard"

0 commit comments

Comments
 (0)