We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b26232 commit 8f3c4baCopy full SHA for 8f3c4ba
CHANGELOG.md
@@ -1,7 +1,15 @@
1
*Note: Numbers like (\#123) point to closed Pull Requests on the fractal-web repository.*
2
3
-# 0.8.1
+# 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
+ * improved field validation error messages.
11
12
+# 0.8.1
13
14
Note: with this release, `PUBLIC_FRACTAL_ADMIN_SUPPORT_EMAIL` becomes a required
15
environment variable, and `npm run build` fails if it is missing. If you do not
0 commit comments