Skip to content

Commit 8f3c4ba

Browse files
committed
Updated CHANGELOG.md
1 parent 7b26232 commit 8f3c4ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
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+
* improved field validation error messages.
411

12+
# 0.8.1
513

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

0 commit comments

Comments
 (0)