Skip to content

Releases: appfolio/react-gears

Correct ListGroupItem

18 Nov 06:35
Compare
Choose a tag to compare

This release corrects the export of ListGroupItem, which was unable to be used from imported from react-gears

Fix BoundForm Properties

14 Nov 22:46
Compare
Choose a tag to compare

Remove forwarding of BoundForm-specific properties to Form element.

BoundForm Properties

13 Nov 21:41
Compare
Choose a tag to compare

Forward properties to Form. BoundForm now accepts attributes/props that will be forwarded to the underlying form element. This allows adding attributes such as novalidate etc. (P.S. Don't forget JSX uses camel case for many attributes!)

Correct type handling in CreditCardNumber and FormRow

06 Nov 18:02
Compare
Choose a tag to compare

This release corrects PropType warning when using CreditCardNumber with FormRows

Correct HelpBubble toggle

03 Nov 00:03
Compare
Choose a tag to compare

This release corrects HelpBubble toggle behavior on icon click

Add ActivityLog

02 Nov 05:45
Compare
Choose a tag to compare

This release adds the ActivityLog

Simplify AddressInput

28 Oct 19:39
Compare
Choose a tag to compare

This release simplifies AddressInput to use native select controls for better mobile experience and smaller bundle sizes.

This release also adds CountryInput and StateInput for use outside AddressInput.

screen shot 2017-10-28 at 12 40 06 pm

Add node support for FormRow and Datapair labels

27 Oct 23:37
Compare
Choose a tag to compare

This release adds support for using components for FormRow and Datapair labels

Hide Select autocomplete icon on Safari

26 Oct 18:46
Compare
Choose a tag to compare

This release adjust the Select (react-select) styles to correct the autocomplete icon on Safari blocking placeholder text and values.

Add `id` prop to DateInput

21 Oct 00:00
Compare
Choose a tag to compare

This release fixes missing id prop in DateInput