Skip to content

Releases: neolution-ch/react-hook-form-components

Release 1.5.0

18 Sep 08:37
Compare
Choose a tag to compare

Added

  • Added disabled property to disable all inputs in the form

Changed

  • Exports useInternalFormContext and its properties through children function params

dependabot: #71 Bump tj-actions/changed-files from 38 to 39

dependabot: #65 Bump tj-actions/changed-files from 37 to 38

dependabot: #69 Bump actions/checkout from 3 to 4

dependabot: #70 Bump tibdex/github-app-token from 1 to 2

Release 1.4.0

11 Sep 14:00
Compare
Choose a tag to compare

Added

  • Added disabled and selected to LabelValueOption and select inputs

Release 1.3.3

30 Aug 08:16
Compare
Choose a tag to compare

Fixed

  • className property applied also to FormattedInput

Release 1.3.2

24 Aug 15:05
Compare
Choose a tag to compare

Fixed

  • Reexporting useFormContext from react-hook-form to avoid SSR issues

Release 1.3.1

22 Aug 13:08
Compare
Choose a tag to compare

Fixed

  • style property applied also to FormattedInput

Added

  • Added styles.css to the export in the package.json

Release 1.3.0

04 Aug 15:29
Compare
Choose a tag to compare

Changed

  • Changed peerDependencies notation to support specific major versions

Fixed

  • Fixed export for CommonJS

Release 1.2.0

26 Jul 14:52
Compare
Choose a tag to compare

Added

  • inputGroupStyle property to CommonInputProps in order to customize input group

Release 1.1.2

24 Jul 10:12
Compare
Choose a tag to compare
  • Fixed checkbox/radio label spacing due to addonLeft and addonRight props

Release 1.1.1

20 Jul 17:46
Compare
Choose a tag to compare

Fixed

  • is-invalid added to invalid input groups to show form feedback

Release 1.1.0

20 Jul 12:13
Compare
Choose a tag to compare

dependabot: #57 Bump word-wrap from 1.2.3 to 1.2.4 in /cypress

dependabot: #56 Bump word-wrap from 1.2.3 to 1.2.4

Fixed

  • moved rollup-plugin-import-css from dependencies to devDependencies
  • InputField is marked invalid also for nested fields

Added

  • style and classname properties to CommonInputProps in order to customize input fields