Releases: appfolio/react-gears
Doc updates for FormRow
This patch release adds storybook documentation for FormRow
FormRow label is optionally displayed
This release allows FormRow label column to be optional if prop is not present
Add onBlur to DateInput
This patch release adds optional onBlur prop to DateInput for help determining when user is done editing date
Reduce bundle size
This release reduces the bundle size by using deep-clone-simple instead of lodash.cloneDeep
Disable DateInput menu when `disabled` prop is set
This release disables the DateInput menu when disabled
prop is set
Add `disabled` prop to DateInput
This release adds the disabled
prop to DateInput
Add Popover
This release adds Popover support to docs.
Update DateInput and use in BoundForm
This release updates DateInput, and removes performance problem when used as controlled input. BoundForm has been updated to correctly handle Dates
Update dependencies
This release updates dependencies, and includes dependency on new, smaller reactstrap 4.8.0 dependency
Correct DateInput/DateMonth submit behavior
This release adds type="button"
to DateInput and DateMonth add-on dropdown controls to prevent unexpected form submits.