Releases: fractal-analytics-platform/fractal-web
Releases · fractal-analytics-platform/fractal-web
v0.5.2
- Improve tasks handling within the client (#233). This makes it easier to work with multiple versions of the same tasks packages, or with several custom users' tasks.
- Prevent accidental loss of user-provided WorkflowTask arguments (#234). This opens a confirmation dialog when the user tries to leave the page with unsaved data.
v0.5.1
v0.5.0
v0.4.0
In this release the client has changed the way it handles requests incoming from the browser.
Now, instead of making requests directly to a fractal server instance, the browser's client application routes requests to a node server. This server, which is the svelte kit one, serves the browser requests and makes API calls to the fractal server.
The authentication flow has been improved and now all browsers should be supported, including Safari.
This is the last release that supports fractal-server 1.2.x.