Skip to content

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

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

Release 1.0.1

18 Jul 15:16
Compare
Choose a tag to compare

Changed

  • 💥 DatePickerInput by default now uses the browser timezone
  • 💥 setUtcTimeToZero changed to getUtcTimeZeroDate which returns a new date instead of modifying the passed one

Added

  • DatePickerInput now supports ianaTimeZone property to set the timezone of the date picker

Fixed

  • DatePickerInput is not setting the time to utc zero anymore if it's not a date only picker

Release 0.16.2

18 Jul 13:58
Compare
Choose a tag to compare

dependabot: #52 Bump semver from 6.3.0 to 6.3.1 in /cypress

dependabot: #51 Bump semver from 5.7.1 to 5.7.2

Release 0.16.1

26 Jun 21:14
Compare
Choose a tag to compare

dependabot: #48 Bump tj-actions/changed-files from 36 to 37

Release 0.16.0

07 Jun 17:43
Compare
Choose a tag to compare

dependabot: #43 Bump vm2 from 3.9.17 to 3.9.19

Added

  • addonLeft and addonRight properties to pass a ReactNode to be shown on the left/right of the inputfield in a reactstrap InputGroup

Release 0.15.0

25 May 06:55
Compare
Choose a tag to compare

Added

  • markAllOnFocus property to make an inputfield mark the inner text by getting the focus

Release 0.14.0

24 May 07:34
Compare
Choose a tag to compare

Added

  • inputOnly property to only get the inputfield not nested in other elements

Release 0.13.0

15 May 09:07
Compare
Choose a tag to compare

Changed

  • Labels are now optional for all input fields