Skip to content

Releases: eclipsesource/jsonforms

v2.2.3-beta.0

25 Apr 10:30
Compare
Choose a tag to compare
v2.2.3-beta.0 Pre-release
Pre-release

[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

25 Apr 10:24
Compare
Choose a tag to compare
v2.2.3-alpha.2 Pre-release
Pre-release
  • Update peer dependencies

v2.2.3-alpha.1

25 Apr 10:24
Compare
Choose a tag to compare
v2.2.3-alpha.1 Pre-release
Pre-release
  • Emit angular metadata (via ngc)

v2.2.3-alpha.0

18 Apr 13:28
Compare
Choose a tag to compare
v2.2.3-alpha.0 Pre-release
Pre-release
  • [all] Update dependends: Angular 7, redux 4, Ionic 4, rxjs 6,
  • [all] Breaking: fields sub-state has been renamed to cells (#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

22 Mar 17:05
Compare
Choose a tag to compare

[react] Only set resolving flag if new schemas has refs in JsonForms component (#1310)
[material] Fix MUI related warnings (#1274 )
[material] Options and Rules don't work together (#1280, #1304)

NOTE: Please also pay attention to the changes in the previously released alpha & beta versions.

v2.2.2-beta.1

22 Mar 16:56
Compare
Choose a tag to compare
v2.2.2-beta.1 Pre-release
Pre-release

[react] Fix missing json-schema types dependency

v2.2.2-beta.0

22 Mar 16:56
Compare
Choose a tag to compare
v2.2.2-beta.0 Pre-release
Pre-release

[react] Support Schema references to other Schema files (#1210, #1302)

v2.2.2-alpha.0

22 Mar 16:55
Compare
Choose a tag to compare
v2.2.2-alpha.0 Pre-release
Pre-release

[material] layout renderers pass renderers prop down to children (#1298)
[core] Remove duplicate error warnings of oneOf/allOf/anyOf schemas ((#1265)

v2.2.1

07 Mar 16:43
Compare
Choose a tag to compare
  • 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 and isEnabled have changed (#1277). Both methods receive a UISchemaElement and the data of type any instead of StatePropsOfRenderer and JsonFormsState.
  • [core] Provide a not tester (#1279)
  • [material] Categories support visibility rules on categories (#1278)
  • [material/vanilla] Table-based array renderer uses startCase instead of capitalize 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

20 Feb 19:28
Compare
Choose a tag to compare
v2.2.1-alpha.4 Pre-release
Pre-release

[material/vanilla] Pass down scoped schema within Table-based renderers