Skip to content

Commit 26ac2da

Browse files
authored
Merge pull request #393 from fractal-analytics-platform/jschema-updates
Worflow task form improvements
2 parents 196f9d4 + d69e311 commit 26ac2da

21 files changed

+1650
-346
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
*Note: Numbers like (\#123) point to closed Pull Requests on the fractal-web repository.*
22

3-
# 0.8.1
3+
# Unreleased
4+
5+
* Improvements on worflow task form (\#393):
6+
* supported JSON Schema `enum` type;
7+
* supported JSON Schema `minimum`, `maximum`, `exclusiveMinimum` and `exclusiveMaximum` for numeric types;
8+
* supported JSON Schema `minItems` and `maxItems` for array type;
9+
* supported reordering of array fields;
10+
* set bold font on nested required properties;
11+
* improved field validation error messages.
412

13+
# 0.8.1
514

615
Note: with this release, `PUBLIC_FRACTAL_ADMIN_SUPPORT_EMAIL` becomes a required
716
environment variable, and `npm run build` fails if it is missing. If you do not

0 commit comments

Comments
 (0)