Skip to content

Releases: networknt/react-schema-form

0.8.4

19 Feb 19:05
Compare
Choose a tag to compare

0.8.4 - 2019-02-19

Added

Changed

  • fixes #191 Allow additional contexts to be passed to be used in evaluation of condition property. Thanks @struankl

0.8.3

30 Dec 13:51
Compare
Choose a tag to compare

0.8.3 - 2019-12-30

Added

Changed

0.8.2

24 Dec 19:21
Compare
Choose a tag to compare

0.8.2 - 2019-12-24

Added

Changed

0.8.1

20 Dec 21:02
Compare
Choose a tag to compare

0.8.1 - 2019-12-20

Added

Changed

  • fixes #182 move the webpack-config from dependencies to devDependencies
  • fixes #183 rebuilt the example code with webpack
  • fixes #184 add README.md to the example folder
  • Fixes #185 add support for multi selects. Thanks @naeemba
  • fixes #186 resolve a small lint issue

0.8.0

29 Nov 19:55
Compare
Choose a tag to compare

0.8.0 - 2019-11-29

Added

Changed

  • Fix 179 upgrade dependencies to the latest and node 12 is needed

0.7.1

29 Sep 14:35
Compare
Choose a tag to compare

0.7.1 - 2019-09-29

Added

Changed

  • Fix 175 Fix conditional array. Thanks @ psamim
  • Fix 176 fix the security issue reported by npm with npm audit fix

0.7.0

08 Jul 02:32
Compare
Choose a tag to compare

0.7.0 - 2019-07-07

Added

Changed

  • Fix 169 Update to material-ui v4. Thanks @naeemba

0.6.15

18 Jun 13:12
Compare
Choose a tag to compare

0.6.15 - 2019-06-18

Added

Changed

  • Fix 167 Array tuple example/support. Thanks @fauxsoup

0.6.13

04 Jun 00:09
Compare
Choose a tag to compare

0.6.13 - 2019-06-03

Added

Changed

  • Fix 163 Allow htmlClass on fieldset elements. Thanks @fauxsoup

0.6.12

26 Mar 12:46
Compare
Choose a tag to compare

0.6.12 - 2019-03-26

Added

Changed

  • I 160 incorrect errors for not required null fields. Thanks @naeemba