Skip to content

Releases: fractal-analytics-platform/fractal-web

v1.8.0

03 Oct 12:33
d02e6ea

Choose a tag to compare

  • Drop Node 16 support (#574);
  • Upgraded dependencies (#574):
    • svelte: 3.x -> 4.x
    • @sveltejs/kit: 1.x -> 2.x
    • @sveltejs/adapter-node: 1.x -> 2.x
    • @sveltejs/adapter-static: 2.x -> 3.x
    • eslint: 8.x -> 9.x
    • typescript: 4.x -> 5.x
    • vite: 4.x -> 5.x
    • vitest: 0.x -> 1.x
    • @vincjo/datatables: 1.6.0 -> 1.14.10
    • bootstrap: 5.2.3 -> 5.3.3

v1.7.2

01 Oct 07:31

Choose a tag to compare

1.7.2

  • Added viewer paths editor in admin area (#571);
  • Added user viewer paths page (#571);

v1.7.1

26 Sep 10:51
3e94f5d

Choose a tag to compare

  • Allowed null values in settings API requests (#570);
  • Hided cache dir from user settings page when using SSH Slurm (#570);
  • Made FRACTAL_RUNNER_BACKEND environment variable mandatory (#570);

v1.7.0

25 Sep 14:02
058ce85

Choose a tag to compare

  • Added "My Settings" page and updated admin user editor (#564);
  • Fixed duplicated entries in owner dropdown (#562);
  • Added "View plate" button on dataset page (#562);
  • Improved stability of end to end tests (#560);

v1.6.0

16 Sep 12:04
f56f03b

Choose a tag to compare

  • Displayed OAuth2 accounts in user profile page (#557);
  • Supported FRACTAL_API_V1_MODE=include_read_only (#557);
  • Added support for displaying temporary warning banner using the WARNING_BANNER_PATH environment variable (#557);
  • Deprecated support for legacy tasks in V2 workflows (#554);

v1.5.0

12 Sep 13:14
77a53fe

Choose a tag to compare

  • Implemented functionality for creating and displaying user groups (#551);
  • Displayed an error when job submission failed before starting execution of tasks (#548);

v1.4.3

03 Sep 09:23
e623641

Choose a tag to compare

  • Added settings page to admin area (#544);

v1.4.2

28 Aug 07:44
f4256ff

Choose a tag to compare

  • Added admin page for job submission healthcheck (#543);

v1.4.1

26 Aug 12:37
bcdc425

Choose a tag to compare

  • Raised a warning upon import/export of a workflow with a custom task (#542);
  • Experimental feature: added vizarr viewer links to dataset page (#542);
  • Used links instead of the "Open" button (#542);
  • Added documentation about systemd service config (#542);
  • Added e2e testing of OAuth2 login (#542);
  • Improved handling of validation errors on forms and documentation about error handling (#542);
  • Added white-space: pre-wrap on all pre tags (#542);

v1.4.0

25 Jul 11:16
0a0676a

Choose a tag to compare

  • Fixed input filters lost after version update (#535);
  • JSON Schema form: computed default values also for empty object (#535);
  • Supported prefixItems of JSON Schema Draft 2020-12 - pydantic_v2 (#535);