Skip to content

Commit 74fe80b

Browse files
Merge branch 'source'
* source: (82 commits) chore(release): 8.2.0 [skip ci] empty commit to trigger CI chore(release): 8.2.0-alpha.27 [skip ci] fix: Calculated value drop-down in menu bar overlaps with info panel buttons (parse-community#3116) chore(release): 8.2.0-alpha.26 [skip ci] feat: Add AI agent browser control for autonomous development (parse-community#3114) chore(release): 8.2.0-alpha.25 [skip ci] feat: Add storing data browser graphs to support multiple graphs per class (parse-community#3113) chore(release): 8.2.0-alpha.24 [skip ci] fix: Graph panel covers right-most columns of data browser table (parse-community#3112) chore(release): 8.2.0-alpha.23 [skip ci] fix: Graph panel shows date tick labels on x-axis in local time instead of UTC (parse-community#3111) chore(release): 8.2.0-alpha.22 [skip ci] feat: Add graph panel for data visualization (parse-community#3110) chore(release): 8.2.0-alpha.21 [skip ci] fix: Some context menu sub-menu lists don't change background color on mouse hover in Safari browser (parse-community#3109) chore(release): 8.2.0-alpha.20 [skip ci] fix: Saved filter is not recognized in data browser filter dialog (parse-community#3108) chore(release): 8.2.0-alpha.19 [skip ci] fix: Context menu in data browser disappears behind menu bar (parse-community#3106) ...
2 parents 5f8708a + 5ef68ed commit 74fe80b

File tree

64 files changed

+19202
-3273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+19202
-3273
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- '**'
88
env:
9-
NODE_VERSION: 20.11.1
9+
NODE_VERSION: 24
1010
jobs:
1111
check-ci:
1212
name: Node Engine Check
@@ -108,6 +108,8 @@ jobs:
108108
NODE_VERSION: 20.18.0
109109
- name: Node 22
110110
NODE_VERSION: 22.12.0
111+
- name: Node 24
112+
NODE_VERSION: 24.0.0
111113
fail-fast: false
112114
name: ${{ matrix.name }}
113115
timeout-minutes: 15

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 24
1717
registry-url: https://registry.npmjs.org/
1818
cache: npm
1919
- run: npm ci

0 commit comments

Comments
 (0)