Skip to content

Releases: eclipsesource/jsonforms

v2.0.12

20 Dec 16:24
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v2.0.10

v2.0.8

28 Aug 16:01
Compare
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
Compare
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)

v2.0.6

13 Jul 18:18
Compare
Choose a tag to compare
  • Add typings to all actions (#1014)
  • Add schema-based condition (#1024)
  • Create an UI schema registry for registering UI schemas which are queried while rendering arrays (#1013)
  • Export all fields in order to allow customizability (#1010)
  • Add slider control based on Material UI (#1025 & #1027)
  • Make angular binding package public (#1032)
  • Publish an experimental ionic-renderers package (#1015)
  • Renamed experimental 'editor' package to 'material-tree-renderer' package (#1018)

NOTE: v2.0.3 - v2.0.5 were internal testing releases, which have not been published

v2.0.2

18 Jun 08:43
Compare
Choose a tag to compare

Changelog:

  • [core] Allow options props to be overridden for EnumField (#1002)
  • [core] Render null if no field renderer can be found (#981)
  • [core] Remove ajv warning by configuring it correctly for use with schema draft 4 and 7 (#998)
  • [core] Update JSON schema definitions (#1000)
  • [material] Fix MUI warnings (#999)
  • [matarial] Remove hidden attribute from Toolbar (#991)
  • [material] Update to MUI 1.x.x (#977)
  • [material] Fix overlapping of text and label if trim option is set (#936)
  • [material] Add spacing between elements in HorizontalLayout (#954)
  • [material] Set empty value for Date HelperText in order to keep height (#983)
  • [material] Add password option to MaterialTextField (#976)
  • [material] Make validation emssage unique (#971)
  • [editor] Make image and label providers function props in editor package (#996)
  • [editor] Replace materialize CSS dependency in editor package (#1001)
  • Updated docs (#1007)

Thanks to all contributors!