• v2.2.0 d0bfb39863

    v2.2.0
    Some checks failed
    CI Pipeline / japa-tests (push) Failing after 32s
    Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 44s
    Stable

    kaiarn released this 2026-06-30 10:02:12 +02:00 | 0 commits to master since this release

    Release v2.2.0

    We're excited to announce version 2.2.0, introducing activity tracking, enhanced dataset submission workflows, and significant framework improvements with the Inertia v3 upgrade.

    🎉 New Features

    Activity Tracking

    • New Activity tracking system integrated into the main store with an initialized activities array
    • Implemented dedicated activities API route in api.ts for retrieving user activity data

    Dataset Submission Workflow

    • Introduced useDatasetChangeDetection composable for tracking unsaved dataset changes in real time
    • Created useDatasetFormSubmission composable for streamlined and consistent dataset form submission handling

    Search Infrastructure

    • Added OPENSEARCH_HOST to environment configuration, paving the way for OpenSearch integration

    🔧 Improvements

    Inertia v3 Upgrade

    • Updated app.ts to use the Inertia router for navigation events
    • Modified app.edge to dynamically load page-specific JS/CSS assets with Inertia v3
    • Adjusted middleware registration in kernel.ts to align with the new Inertia version

    Build & Asset Management

    • Updated Vite configuration for improved asset management and a more efficient build process

    Validation

    • Refined the array_contains_types validation rule for titles and descriptions to ensure more reliable input validation

    🐛 Bug Fixes

    • Fixed API/DatasetController.ts to correctly show versions of referenced datasets in the dataset detail view

    Tag: v2.2.0

    Downloads