Releases: appfolio/react-gears
Updates to reactstrap
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
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
This corrects BlockPanel to call the optional onToggle callback prop when toggling BlockPanel state.
Add Callout
This release adds the Callout component, a container for displaying a directional arrow , such as used around APM's Filter Box
Updates to Select
This release updates Select to use latest react-select library with proper autofocus
Update propTypes for FeatureBanner
This corrects the child propType for FeatureBanner
Update BlockPanel styles for IE11
This release corrects the BlockPanel header styles to correct issue on IE11
Correct FeatureBanner
This release fixes layout problems with FeatureBanner which were introduced with recent Alert visual changes.
Add Nav (Tab & Pill) documentation
This doc update adds Nav (Tab & Pill) documentation
Patch update for documentation
v1.9.2 1.9.2