- Restrict own peer dependencies (#1248)
- [core] Common props (e.g.
RendererProps
,ControlProps
) are not undefined anymore when using TS (#1274) - [core] Breaking: Signature of
isVisible
andisEnabled
have changed (#1277). Both methods receive aUISchemaElement
and the data of typeany
instead ofStatePropsOfRenderer
andJsonFormsState
. - [core] Provide a
not
tester (#1279) - [material] Categories support visibility rules on categories (#1278)
- [material/vanilla] Table-based array renderer uses
startCase
instead ofcapitalize
for headers (#1270) - [dev] Remove obsolete files from repo (#1218)
- [material] Rewrite tests based on enzyme (#1262)
- [material] Add oneOf tests (#1266)
NOTE: Please also pay attention to the changes in the previously released alpha versions.