Skip to content

Releases: appfolio/react-gears

Updates to reactstrap

22 May 18:35
Compare
Choose a tag to compare

This release updates the reactstrap to latest 4.6.2 version, which includes a number of bug fixes and improvements:

"react-transition-group": "~1.1.3",
"reactstrap": "4.6.2"

Boolean Checkboxes

22 May 17:00
Compare
Choose a tag to compare

This release adds a shorthand for boolean checkboxes. Instead of adding multiple <FormChoice> elements, simply create a row without children with type="checkbox" and "voilà!" a boolean input:

<FormRow type="checkbox" label="Do this thing?" />

For a <BoundForm>, make sure you add a name attribute to reference the value in a backing object:

<BoundFormRow type="checkbox" label="Do this thing?" name="thing" />

BlockPanel onToggle callback

19 May 01:05
Compare
Choose a tag to compare

This corrects BlockPanel to call the optional onToggle callback prop when toggling BlockPanel state.

Add Callout

17 May 00:41
Compare
Choose a tag to compare

This release adds the Callout component, a container for displaying a directional arrow , such as used around APM's Filter Box

Updates to Select

15 May 19:38
Compare
Choose a tag to compare

This release updates Select to use latest react-select library with proper autofocus

Update propTypes for FeatureBanner

15 May 19:34
Compare
Choose a tag to compare

This corrects the child propType for FeatureBanner

Update BlockPanel styles for IE11

15 May 18:27
Compare
Choose a tag to compare

This release corrects the BlockPanel header styles to correct issue on IE11

Correct FeatureBanner

11 May 21:40
Compare
Choose a tag to compare

This release fixes layout problems with FeatureBanner which were introduced with recent Alert visual changes.

Add Nav (Tab & Pill) documentation

10 May 04:37
Compare
Choose a tag to compare

This doc update adds Nav (Tab & Pill) documentation

Patch update for documentation

09 May 22:44
Compare
Choose a tag to compare