Skip to content

Releases: eclipsesource/jsonforms

v2.1.0

20 Dec 18:01

Choose a tag to compare

  • [all] String renderer is not used as fallback anymore (#1103)
  • [core] Empty string is converted to undefined. This reflects the expected user behavior (#1168)
  • [core/material] UI schema can be specified inline (#1157)
  • [core] New actions to only set schema/UI schema (#1181)
  • [material] Improve object renderer (label alignement, rule support) (#1078)
  • [material] Fixed "No applicable field found." in deeply nested schema (#1169)
  • [material] Use Hidden to hide elements instead of custom CSS (#1043)
  • [material] Fix missing icon of date picker (#1184)
  • [angular-material] ListWithDetail has default selection (#1129)
  • [angular-material] ListWithDetail queries UI schema registry for detail (#1086)
  • [angular-material] Fix use of different fonts for boolean renderers, sliders
  • [angular-material] Fire change event on keyUp instead of onChange (#1187)
  • [angular-material] Fix trackBy in layout renderers (#1187)
  • [ionic] Export default renderers (#1178)
  • [ionic] Vertical layout uses ion-list (#1178)
  • [ionic] Add object renderer (#1178)
  • [ionic] Add no-padding, no-lines attribute to all controls (#1178)
  • [ionic] Add error label to autocomplete control (#1178
  • [mui-tree] Fix implicit any typings (#1174)

Thanks to all contributors!

v2.1.0-rc.0

20 Dec 17:35

Choose a tag to compare

v2.1.0-rc.0 Pre-release
Pre-release
v2.1.0-rc.0

v2.0.12

20 Dec 16:24

Choose a tag to compare

  • New Angular Material Renderers
  • New Ionic 3 Based Renderers

See feature overview for more info about what features are supported.

Other fixes include:

  • Fix implicit any typings (#1072)
  • Allow customization of AJV (#1084)
  • [docs] Fix TypeDoc title (#1171)
  • [core] Add reducer for registering default data based on schema paths (#1070)
  • [core] Export createAjv (#1175)
  • [material] Update to MUI 3.3.1
  • [material] Fix missing dispatch props in oneOf renderer (#1163)
  • [material] Updated array renderers (#1124, #1128, #1146)
  • [material] Export missing util (#1127)
  • [material] Fix bug where schemas could get out of sync in dispatch renderer (#1083)
  • [mui-tree] Add missing typings (#1151)
  • [mui-tree] Fix TreeWithDetail default export (#1077)

Thanks to all contributors!

v2.0.12-rc.4

20 Dec 15:48

Choose a tag to compare

v2.0.12-rc.4 Pre-release
Pre-release
v2.0.12-rc.4

v2.0.12-rc.3

14 Nov 17:37

Choose a tag to compare

v2.0.12-rc.3 Pre-release
Pre-release
v2.0.12-rc.3

v2.0.12-rc.1

02 Oct 09:33

Choose a tag to compare

v2.0.12-rc.1 Pre-release
Pre-release
v2.0.12-rc.1

v2.0.12-rc.0

02 Oct 09:33

Choose a tag to compare

v2.0.12-rc.0 Pre-release
Pre-release
v2.0.12-rc.0

v2.0.10

30 Aug 16:02

Choose a tag to compare

v2.0.10

v2.0.8

28 Aug 16:01

Choose a tag to compare

[material-tree-renderer] Remove necessity to label all sub schemas with $id for the property util (#1052)

v2.0.7

03 Aug 16:13

Choose a tag to compare

  • [core] Controls IDs are unique (#691)
  • [material/vanilla] Add alternative renderer for enums displaying options as a radio group (#989).
    Note: this renderer is not registered by default
  • [material] Fix selection toggle state of newly added entries within table array control (#1039)
  • [material] Improve UI when for empty table array control (#1040)
  • [examples] Fix tree example (#1049)
  • [examples] Improve layout of examples (#1037)