Skip to content

Releases: appfolio/react-gears

Doc updates for FormRow

12 Jul 05:38
Compare
Choose a tag to compare

This patch release adds storybook documentation for FormRow

FormRow label is optionally displayed

12 Jul 05:35
Compare
Choose a tag to compare

This release allows FormRow label column to be optional if prop is not present

Add onBlur to DateInput

07 Jul 21:37
Compare
Choose a tag to compare

This patch release adds optional onBlur prop to DateInput for help determining when user is done editing date

Reduce bundle size

03 Jul 22:13
Compare
Choose a tag to compare

This release reduces the bundle size by using deep-clone-simple instead of lodash.cloneDeep

Disable DateInput menu when `disabled` prop is set

30 Jun 23:55
Compare
Choose a tag to compare

This release disables the DateInput menu when disabled prop is set

Add `disabled` prop to DateInput

30 Jun 23:19
Compare
Choose a tag to compare

This release adds the disabled prop to DateInput

Add Popover

30 Jun 18:16
Compare
Choose a tag to compare

This release adds Popover support to docs.

Update DateInput and use in BoundForm

29 Jun 08:11
Compare
Choose a tag to compare

This release updates DateInput, and removes performance problem when used as controlled input. BoundForm has been updated to correctly handle Dates

Update dependencies

28 Jun 20:57
Compare
Choose a tag to compare

This release updates dependencies, and includes dependency on new, smaller reactstrap 4.8.0 dependency

Correct DateInput/DateMonth submit behavior

27 Jun 21:59
Compare
Choose a tag to compare

This release adds type="button" to DateInput and DateMonth add-on dropdown controls to prevent unexpected form submits.