File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,22 @@ You can also check the
1111
1212## Unreleased
1313
14+ Nothing yet.
15+
16+ ### 6.3.0 - 2026-02-12
17+
1418- Features
1519 - Added a way to make table columns responsive
1620 - Started OpenTelemetry instrumentation
21+ - Added new LINDASnext endpoints
22+ - Maintenance
23+ - Removed some services managed by Interactive Things (k6 cloud, Sentry,
24+ Accent, Argos)
25+ - Updated GitHub Actions -Use Node LTS in GitHub Action workflows
26+ - Replaced status page link in loading error message
27+ - Security
28+ - Precautionary fixed React Server Components vulnerabilities, although not
29+ affected due to use of Pages Router
1730
1831### 6.2.5 - 2025-12-02
1932
Original file line number Diff line number Diff line change @@ -221,10 +221,7 @@ export const LoadingDataError = ({ message }: { message?: string }) => {
221221 < Trans id = "hint.dataloadingerror.message" >
222222 The data could not be loaded.
223223 </ Trans >
224- < Link
225- target = "_blank"
226- href = "https://visualization-tool.status.interactivethings.io/"
227- >
224+ < Link target = "_blank" href = "https://status.lindas.admin.ch/" >
228225 { " " }
229226 < Trans id = "hint.dataloadingerror.status" >
230227 Check our status page for more information.
You can’t perform that action at this time.
0 commit comments