From b97b3a96e596104ee69a1a550646b685ad04c3a1 Mon Sep 17 00:00:00 2001 From: Christian Garcia Date: Sat, 14 Sep 2024 06:20:33 +0000 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..09e76638 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog for TapisUI + +All notable changes to this project will be documented in this file. + +Please find documentation here: +https://tapis.readthedocs.io/en/latest/index.html + +You may also reference live-docs based on the OpenAPI v3 specification here: +https://tapis-project.github.io/live-docs + +## 1.7.0 - 2024-02-xx: + +Release of TapisUI with great work from Nathan Freeman, Alex Fields, SGX3 interns, Dhanny, and more. + +### New features: +- Moving to Vite multi-package monorepo setup. Leaving create-react-app framework as that's deprecated. +- Updating to latest React 18 alongside updates to several major libraries. +- Reworked development flows with new `npm run` methods. `npm run dev`, `npm run init-project`, and more. +- Project build and deployment now working. In userspace alongside dockerspace with `npm run` methods for docker. +- Plugin architecture for adding additional components created alongside needed packages and helper libraries. +- Workflows interactive task editor and interface added. +- Plugin: Added ML-Hub dashboard with model information and download pages. Added dataset page and views as well. +- Plugin: Added ML-Edge Simulation Environment for interacting with Camera Traps Edge simulator. +- Plugin: Added CKN, Training Catalog, Visual Analytics, and OpenPASS integrations. +- Plugin: Added JupyterLab and OpenWebUI iframe integrations. +- Integrated new authentication methods. +- Pods service interactive management dashboard added. +- Revamped sidebar, user menu, logos, interactivity. +- TapisUI now serving from `*.tapis.io/` rather than `*.tapis.io/tapis-ui` +- Initial versioned release. + +### Bug fixes: +- No change.