-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb259c7
commit b97b3a9
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |