Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Releases: networknt/react-schema-form-rc-select

1.0.4

18 Jan 18:38
Compare
Choose a tag to compare

1.0.4 - 2022-01-18

Added

Changed

  • Fixes #59 switch onInputKeydown to onChange as the last char is not captured

1.0.3

18 Jan 16:59
Compare
Choose a tag to compare

1.0.3 - 2022-01-18

Added

Changed

  • Fixes #58 add onInputKeyDown to handle the combobox single value update

1.0.2

18 Jan 00:04
Compare
Choose a tag to compare

1.0.2 - 2022-01-17

Added

Changed

  • Fixes #57 avoid setting the value if the value is null

1.0.1

27 Dec 03:53
Compare
Choose a tag to compare

1.0.1 - 2021-12-26

Added

Changed

  • Fixes #52 Upgrade to the react 17 and material ui 5

0.3.19

27 Dec 01:29
Compare
Choose a tag to compare

0.3.19 - 2021-12-25

Added

Changed

  • Fixes #53 do not reset the emptyValue for dynamic field with params

0.3.18

01 Nov 02:20
Compare
Choose a tag to compare

0.3.18 - 2020-10-31

Added

Changed

  • Fixes #37 add X-CSRF-TOKEN to the header to integrate with light-portal

0.3.17

01 Nov 00:34
Compare
Choose a tag to compare

0.3.17 - 2020-10-31

Added

Changed

  • Fixes #36 add credentials omit in the fetch for light-portal query

0.3.16

21 Sep 20:56
Compare
Choose a tag to compare

0.3.16 - 2020-09-21

Added

Changed

  • Fixes #33 reset value only for single and params are not empty
  • fixes #32 change the format of the dynamic URL to string format
  • fixes #31 upgrade the project structure with create-react-library

0.3.14

24 Jun 17:54
Compare
Choose a tag to compare

0.3.14 - 2020-06-24

Added

Changed

  • Fixes #26 for the fetch request, output the entire error instead of error code only

0.3.9

12 May 20:54
Compare
Choose a tag to compare

0.3.9 - 2020-05-12

Added

Changed

  • Fixes #24 add filterOption and optionFilterProp to the rc-select component