carta-frontend 6.0.0-beta.1.0.2 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/.github/workflows/continuous_integration.yml +23 -23
  2. package/.github/workflows/deploy.yml +3 -3
  3. package/CHANGELOG.md +28 -0
  4. package/build/ast_wrapper.wasm +0 -0
  5. package/build/index.html +1 -1
  6. package/build/popout.html +11 -0
  7. package/build/static/css/509.84901bc0.css +1 -0
  8. package/build/static/css/index.ac827c6f.css +1 -0
  9. package/build/static/font/blueprint-icons-16.107f81a7.woff +0 -0
  10. package/build/static/font/blueprint-icons-16.21cc0ab6.woff2 +0 -0
  11. package/build/static/font/blueprint-icons-16.3f67b705.eot +0 -0
  12. package/build/static/font/blueprint-icons-16.cd91662e.ttf +0 -0
  13. package/build/static/font/blueprint-icons-20.0b5496af.woff +0 -0
  14. package/build/static/font/blueprint-icons-20.4e8091dc.woff2 +0 -0
  15. package/build/static/font/blueprint-icons-20.6fb95e88.ttf +0 -0
  16. package/build/static/font/blueprint-icons-20.ea1f180b.eot +0 -0
  17. package/build/static/js/{546.baf860b4.js → 509.0d9b2e46.js} +14 -13
  18. package/build/static/js/{546.baf860b4.js.LICENSE.txt → 509.0d9b2e46.js.LICENSE.txt} +24 -35
  19. package/build/static/js/async/blueprint-icons-16px-paths.b1644f00.js +1 -0
  20. package/build/static/js/async/blueprint-icons-20px-paths.5cd6fea7.js +1 -0
  21. package/build/static/js/async/{blueprint-icons-all-paths.09d42934.js → blueprint-icons-all-paths.def1be97.js} +1 -1
  22. package/build/static/js/async/{blueprint-icons-split-paths-by-size-loader.fae8f0f5.js → blueprint-icons-split-paths-by-size-loader.3bec23b3.js} +1 -1
  23. package/build/static/js/index.20c83782.js +1346 -0
  24. package/build/static/js/{index.9a30d560.worker.js → index.93c00747.worker.js} +1 -1
  25. package/build/static/svg/blueprint-icons-16.853d6edc.svg +2130 -0
  26. package/build/static/svg/blueprint-icons-20.68584be7.svg +2130 -0
  27. package/docs_website/docs/code-snippet-tutorial/quick-start.mdx +4 -2
  28. package/docs_website/docs/contributing/release-guidelines.md +7 -7
  29. package/docs_website/package-lock.json +408 -83
  30. package/eslint.config.mjs +91 -2
  31. package/jest.config.js +1 -0
  32. package/package.json +8 -9
  33. package/rsbuild.config.ts +9 -2
  34. package/scripts/make_colormaps.py +70 -36
  35. package/build/static/css/546.0ef08849.css +0 -1
  36. package/build/static/css/index.c1f77b92.css +0 -1
  37. package/build/static/font/blueprint-icons-16.5fb1af27.woff2 +0 -0
  38. package/build/static/font/blueprint-icons-16.79f603d1.woff +0 -0
  39. package/build/static/font/blueprint-icons-16.83d51978.eot +0 -0
  40. package/build/static/font/blueprint-icons-16.af0c342f.ttf +0 -0
  41. package/build/static/font/blueprint-icons-20.83fddc09.ttf +0 -0
  42. package/build/static/font/blueprint-icons-20.9a51bc58.woff +0 -0
  43. package/build/static/font/blueprint-icons-20.d61315fe.eot +0 -0
  44. package/build/static/font/blueprint-icons-20.ebf16e9a.woff2 +0 -0
  45. package/build/static/js/async/blueprint-icons-16px-paths.efe16f7e.js +0 -1
  46. package/build/static/js/async/blueprint-icons-20px-paths.c1508726.js +0 -1
  47. package/build/static/js/index.0bd0f75a.js +0 -1344
  48. package/build/static/svg/blueprint-icons-16.130888ef.svg +0 -2097
  49. package/build/static/svg/blueprint-icons-20.c8456d56.svg +0 -2097
  50. package/patches/golden-layout+1.5.9.patch +0 -24
  51. package/patches/react-split-pane+0.1.92.patch +0 -20
@@ -6,9 +6,9 @@ jobs:
6
6
  runs-on: ubuntu-latest
7
7
  steps:
8
8
  - uses: actions/checkout@v6
9
- - uses: actions/setup-node@v4
9
+ - uses: actions/setup-node@v6
10
10
  with:
11
- node-version: 20
11
+ node-version: 22
12
12
  cache: 'npm'
13
13
  - run: npm install
14
14
  - run: npm run checkformat
@@ -20,9 +20,9 @@ jobs:
20
20
  working-directory: ./docs_website
21
21
  steps:
22
22
  - uses: actions/checkout@v6
23
- - uses: actions/setup-node@v4
23
+ - uses: actions/setup-node@v6
24
24
  with:
25
- node-version: 20
25
+ node-version: 22
26
26
  cache: npm
27
27
  - run: npm ci
28
28
  - run: npm run checkformat
@@ -36,9 +36,9 @@ jobs:
36
36
  needs: doc-format-check
37
37
  steps:
38
38
  - uses: actions/checkout@v6
39
- - uses: actions/setup-node@v4
39
+ - uses: actions/setup-node@v6
40
40
  with:
41
- node-version: 20
41
+ node-version: 22
42
42
  cache: npm
43
43
 
44
44
  - name: Install dependencies
@@ -46,7 +46,7 @@ jobs:
46
46
  - name: Test build website
47
47
  run: npm run build
48
48
 
49
- node-v22:
49
+ node-v24:
50
50
  runs-on: [self-hosted, Linux, X64, Docker]
51
51
  needs: format-check
52
52
  container:
@@ -68,24 +68,24 @@ jobs:
68
68
  source /emsdk/emsdk_env.sh
69
69
  ./wasm_libs/build_libs.sh
70
70
 
71
- - name: npm install with node 22
71
+ - name: npm install with node 24
72
72
  shell: bash
73
73
  run: |
74
- n 22
75
- n exec 22 node -v
76
- n exec 22 npm install
74
+ n 24
75
+ n exec 24 node -v
76
+ n exec 24 npm install
77
77
 
78
- - name: Production build with node 22
78
+ - name: Production build with node 24
79
79
  shell: bash
80
80
  run: |
81
81
  source /emsdk/emsdk_env.sh
82
- n exec 22 npm run build
82
+ n exec 24 npm run build
83
83
 
84
84
  - name: Run unit tests
85
85
  shell: bash
86
- run: n exec 22 npm test
86
+ run: n exec 24 npm test
87
87
 
88
- node-v20:
88
+ node-v22:
89
89
  runs-on: [self-hosted, Linux, X64, Docker]
90
90
  needs: format-check
91
91
  container:
@@ -107,27 +107,27 @@ jobs:
107
107
  source /emsdk/emsdk_env.sh
108
108
  ./wasm_libs/build_libs.sh
109
109
 
110
- - name: npm install with node 20
110
+ - name: npm install with node 22
111
111
  shell: bash
112
112
  run: |
113
- n 20
114
- n exec 20 node -v
115
- n exec 20 npm install
113
+ n 22
114
+ n exec 22 node -v
115
+ n exec 22 npm install
116
116
 
117
- - name: Production build with node 20
117
+ - name: Production build with node 22
118
118
  shell: bash
119
119
  run: |
120
120
  source /emsdk/emsdk_env.sh
121
- n exec 20 npm run build
121
+ n exec 22 npm run build
122
122
 
123
123
  - name: Run unit tests
124
124
  shell: bash
125
- run: n exec 20 npm test
125
+ run: n exec 22 npm test
126
126
 
127
127
  Notify:
128
128
  name: Send notifications
129
129
  runs-on: ubuntu-latest
130
- needs: [format-check, node-v20, node-v22]
130
+ needs: [format-check, node-v22, node-v24]
131
131
  if: always()
132
132
  steps:
133
133
  - name: Notify Slack
@@ -13,10 +13,10 @@ jobs:
13
13
  run:
14
14
  working-directory: ./docs_website
15
15
  steps:
16
- - uses: actions/checkout@v4
17
- - uses: actions/setup-node@v4
16
+ - uses: actions/checkout@v6
17
+ - uses: actions/setup-node@v6
18
18
  with:
19
- node-version: 20
19
+ node-version: 24
20
20
  cache: npm
21
21
 
22
22
  - name: Install dependencies
package/CHANGELOG.md CHANGED
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [6.0.0]
8
+
9
+ ### Added
10
+ * Added quick XY/Z/R matching actions to the matching icons and a "Set as all references" action to the Image List right-click menu ([#2390](https://github.com/CARTAvis/carta-frontend/issues/2390)).
11
+ * Added support for pole-mode offset coordinates ([#2672](https://github.com/CARTAvis/carta-frontend/issues/2672)).
12
+ * Prevent creating regions in the PV preview widget ([#2816](https://github.com/CARTAvis/carta-frontend/issues/2816)).
13
+ * Added copy and paste region support ([#1960](https://github.com/CARTAvis/carta-frontend/issues/1960)).
14
+ * Added keyboard-first region editing with arrow-key region movement, fine/coarse movement modifiers, zoom-aware movement steps, and context-aware deselection/cancel behavior ([#292](https://github.com/CARTAvis/carta-frontend/issues/292)).
15
+ * Added keyboard selection and movement of region control points, including `Tab`/`Shift+Tab` point cycling and `Enter` to enter point-selection mode for supported region types.
16
+ * Added multi-region selection workflows in the image viewer, including `Cmd/Ctrl+Click` selection toggling, `Shift+Drag` box selection, grouped dragging, grouped deletion, and selection-aware region dialog opening ([#1040](https://github.com/CARTAvis/carta-frontend/issues/1040) and [#1955](https://github.com/CARTAvis/carta-frontend/issues/1955)).
17
+ * Added multi-region selection workflows in the region list, including `Cmd/Ctrl+Click`, `Shift+Click`, `Shift+Arrow`, `Cmd/Ctrl+A`, selection cycling, and selection-aware context menu actions ([#1040](https://github.com/CARTAvis/carta-frontend/issues/1040) and [#1955](https://github.com/CARTAvis/carta-frontend/issues/1955)).
18
+ * Added multi-region editing in the Region dialog for shared appearance controls, selected-region lock/unlock, hide/show, export, and delete actions [#1955](https://github.com/CARTAvis/carta-frontend/issues/1955).
19
+ * Image viewer can be popped out into a separate window ([#2003](https://github.com/CARTAvis/carta-frontend/issues/2003)).
20
+ ### Fixed
21
+ * Fixed the regression that vector overlays won't update when changing style ([#2750](https://github.com/CARTAvis/carta-frontend/issues/2750)).
22
+ * Fixed a missing vertical indicator line in the spatial profile and a misplaced green box above the histogram ([#2749](https://github.com/CARTAvis/carta-frontend/issues/2749) and [#2716](https://github.com/CARTAvis/carta-frontend/issues/2716)).
23
+ * Fixed a spectral matching case affected by the default Helio rest frame setting ([#2736](https://github.com/CARTAvis/carta-frontend/issues/2736)).
24
+ * Fix the spatial profile chart that occasionally disappears when the line region is outside the image ([#2775](https://github.com/CARTAvis/carta-frontend/issues/2775)).
25
+ * Fixed spectral profiler colors not updating when switching the GUI theme ([#2801](https://github.com/CARTAvis/carta-frontend/issues/2801)).
26
+ * Fixed incorrect region properties in spectral profile TSV exports for spatially matched images with different pixel sizes ([#2804](https://github.com/CARTAvis/carta-frontend/issues/2804)).
27
+ * Fixed incorrect spectral cursor WCS information for rotated Stokes cubes after changing Stokes ([#2795](https://github.com/CARTAvis/carta-frontend/issues/2795)).
28
+ * Fixed the persistent streaming progress indicator when generating contours ([#2805](https://github.com/CARTAvis/carta-frontend/issues/2805)).
29
+ ### Changed
30
+ * Changed the layout managers from GoldenLayout to FlexLayout without changing the existing layout features and behaviors ([#2729](https://github.com/CARTAvis/carta-frontend/issues/2729)).
31
+ * Reorganized the Hotkeys dialog region sections to separate general region actions, image-viewer region actions, and region-list actions.
32
+
7
33
  ## [6.0.0-beta.1]
8
34
 
9
35
  ### Fixed
@@ -26,6 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
52
  * Set the default aspect ratio to unity when images lacked valid WCS information ([#2604](https://github.com/CARTAvis/carta-frontend/issues/2604)).
27
53
  * Changed to retrieve all columns instead of default columns from vizier ([#1958](https://github.com/CARTAvis/carta-frontend/issues/1958)).
28
54
  * Changed offset coordinate system to use spherical geometry instead of linear geometry ([#2663](https://github.com/CARTAvis/carta-frontend/issues/2663)).
55
+ ### Added
56
+ * Added automatic coordinate-column selection for catalog overlays using common equatorial, galactic, ecliptic, and pixel/image column aliases ([#2407](https://github.com/CARTAvis/carta-frontend/issues/2407)).
29
57
 
30
58
  ## [5.1.0]
31
59
 
Binary file
package/build/index.html CHANGED
@@ -101,7 +101,7 @@
101
101
  }
102
102
  }
103
103
  </style>
104
- <script defer src="static/js/546.baf860b4.js"></script><script defer src="static/js/index.0bd0f75a.js"></script><link href="static/css/546.0ef08849.css" rel="stylesheet"><link href="static/css/index.c1f77b92.css" rel="stylesheet"></head>
104
+ <script defer src="static/js/509.0d9b2e46.js"></script><script defer src="static/js/index.20c83782.js"></script><link href="static/css/509.84901bc0.css" rel="stylesheet"><link href="static/css/index.ac827c6f.css" rel="stylesheet"></head>
105
105
  <body>
106
106
  <noscript>
107
107
  You need to enable JavaScript to run this app.
@@ -0,0 +1,11 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en" style="height: 100%; margin: 0;">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>CARTA Popout</title>
7
+ </head>
8
+ <body style="height: 100%; margin: 0; position: relative;">
9
+ <script>window.ready = true;</script>
10
+ </body>
11
+ </html>