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

Releases: PayloadDev/react-at-rest

2.0.10

30 Dec 15:23
Compare
Choose a tag to compare

Changes:

  • Omits inputClassName from Select input to silence PropType warnings.

2.0.9

30 Dec 03:20
Compare
Choose a tag to compare

Changes:

  • allow custom classnames on SelectInput

2.0.8

09 Sep 15:21
Compare
Choose a tag to compare
  • Fix RestForm error handling when used in a SubForm.

v2.0.4

22 Jun 20:59
Compare
Choose a tag to compare

Changelog:

  • bugfixes and improvements to SubFormArray

v2.0.3

15 Jun 16:25
Compare
Choose a tag to compare

Changes:

  • validations can now include a custom error message
  • fixed an issue with RestForm where setState was mutating the old state

v2.0.2

26 May 18:13
Compare
Choose a tag to compare

Fixes:

  • radio input uses correct change handler

v2.0.1

26 May 15:20
Compare
Choose a tag to compare

Changes:

  • fix initial form field values to remove React warnings for controlled/uncontrolled form elements

v2.0.0

25 May 21:17
Compare
Choose a tag to compare

Version 2.0.0!

1.2.4

18 May 17:25
Compare
Choose a tag to compare

Changes:

  • updated dependencies
  • add hintClassName property to form elements

1.2.3

02 May 20:46
Compare
Choose a tag to compare

Changelog:

  • prop on FieldWrapper to omit 'form-group' class when desired
  • improve rendering of CheckboxInput