Skip to content

Releases: fractal-analytics-platform/fractal-web

v0.6.1

16 Oct 08:47
Compare
Choose a tag to compare
0.6.1

v0.6.0

11 Oct 09:29
Compare
Choose a tag to compare
  • Added fractal-web version to the footer (#312).
  • Added new modal for create/update dataset feature (#310).
  • Standardized modal management to fix some bugs (#306).
  • Added proxy endpoints and refactored error propagation (#288).
  • Remove use of deployment-type fractal-server variable (#298).
  • Add GitHub action to create GitHub releases (#305).
  • Add a BSD3 license (#300).

v0.5.6

07 Sep 07:01
Compare
Choose a tag to compare

Minor fixes:

  • Improve displaying of Dataset.meta properties (#281).
  • Remove obsolete file src/routes/api/alive/+server.js (#283).

v0.5.5

05 Sep 12:51
ef47c70
Compare
Choose a tag to compare

Bug fix for issue #278.

v0.5.4

04 Sep 12:26
43c9047
Compare
Choose a tag to compare

This version enables running fractal-web on a machine different from fractal-server (by propagating the cookie via a handleFetch hook).

Relevant PR:

  • Add handleFetch hook, in order to propagate cookie #275

v0.5.3

28 Aug 06:53
Compare
Choose a tag to compare

This release (tested with fractal-server 1.3.5a1) introduces a few small features and several bugfixes:

  • Add confirmation dialog for delete-task operation (#272).
  • Enable WorkflowTask Info tab, and render docs_info from markdown (#271).
  • Update import-workflow feature (#269).
  • Revamp home page and user-related layout (#259).
  • Review logout action (#259).
  • Implement editing and deletion of tasks (#207, #268).
  • Implement A-to-B workflow execution (#254).
  • Fix WorkflowTask meta update (#261).
  • Improve enable/disable button state, for project/dataset/workflow/resource creation (#257).

v0.5.2

07 Jul 07:22
Compare
Choose a tag to compare
  • 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

28 Jun 09:58
fc56b5e
Compare
Choose a tag to compare
  • BUGFIX: remove crypto.randomUUID, which is not available outside secure context (#232)
  • Several UI improvements:
    • Fix list-items default collapsed accordion (#226),
    • Improve JSchema component descriptions handling (#227),
    • Improve layout of workflow task panel (#228).

v0.5.0

27 Jun 06:45
Compare
Choose a tag to compare
  • This release supports fractal-server 1.3.0.
  • This release introduces support for editing WorkflowTask arguments based on JSON Schemas.

v0.4.0

16 May 08:11
Compare
Choose a tag to compare

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.