Releases: eclipsesource/jsonforms
Releases · eclipsesource/jsonforms
v2.2.3-beta.0
[core] Use JSON schema title
property where appropriate (#1335)
[core] Improve toDataPath
to handle occurrences of combinator keywords correctly (#1342)
[core] Make isObjectArray
use deriveType
(hence type keyword necessary anymore in those cases) (#1341)
[material] Pre-select tab in oneOf renderer based on validation state (#1273)
[material] Add a anyOf
renderer for cases where input it either a string-based enum or some arbitrary text (#1327)
[dev] Update karma settings
[dev] Add common vscode config (#1331)
v2.2.3-alpha.2
- Update peer dependencies
v2.2.3-alpha.1
- Emit angular metadata (via ngc)
v2.2.3-alpha.0
- [all] Update dependends: Angular 7, redux 4, Ionic 4, rxjs 6,
- [all] Breaking:
fields
sub-state has been renamed tocells
(#1291) - [core] Improve type derivation for
allOf
(#1312) - [core] Make
optionIs
tester fail-safe against null/undefined (#1303) - [core] Improved performance (#1290, #1292)
- [core] Correctly map error for
anyOf
(#1317) - [material] Remove custom styles from material-renderers (#1307)
- [material] Register the radio control with custom tester (#1306)
v2.2.2
v2.2.2-beta.1
[react] Fix missing json-schema types dependency
v2.2.2-beta.0
v2.2.2-alpha.0
v2.2.1
- 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.
v2.2.1-alpha.4
[material/vanilla] Pass down scoped schema within Table-based renderers