Skip to content

Commit aa7c469

Browse files
committed
Merge branch 'main' into callback-redirect
2 parents 59b9b5a + 26ac2da commit aa7c469

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)