Releases: neolution-ch/react-hook-form-components
Releases · neolution-ch/react-hook-form-components
Release 1.5.0
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
Added
- Added
disabled
andselected
toLabelValueOption
and select inputs
Release 1.3.3
Fixed
className
property applied also toFormattedInput
Release 1.3.2
Fixed
- Reexporting
useFormContext
fromreact-hook-form
to avoid SSR issues
Release 1.3.1
Fixed
style
property applied also toFormattedInput
Added
- Added
styles.css
to the export in the package.json
Release 1.3.0
Changed
- Changed peerDependencies notation to support specific major versions
Fixed
- Fixed export for CommonJS
Release 1.2.0
Added
inputGroupStyle
property toCommonInputProps
in order to customize input group
Release 1.1.2
- Fixed checkbox/radio label spacing due to
addonLeft
andaddonRight
props
Release 1.1.1
Fixed
is-invalid
added to invalid input groups to show form feedback
Release 1.1.0
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
fromdependencies
todevDependencies
InputField
is marked invalid also for nested fields
Added
style
andclassname
properties toCommonInputProps
in order to customize input fields