Releases: appfolio/react-gears
Reorderable HasManyFields
This release adds support for drag and drop reorderable HasManyFields:
Updates to SortableTable, fixes
Adds expandableColumn
and footer
props to SortableTable.
Fixes:
- Correct
state
prop error with AddressInput - Correct padding on TimeInput
Correct FormRow, FormLabelGroup, UncontrolledTable
This release updates FormRow, FormLabelGroup hint
prop to accept nodes instead of just text.
UncontrolledTable was also updated to correct comparison behavior of selected and expanded rows.
Update BlockPanel, ExpandableSection, and UncontrolledTable
This release improves the accessibility of BlockPanel, ExpandableSection.
This release also adds support for UncontrolledTable to support onExpand hooks
Correct FormChoice, DateInput,MonthInput, Steps
This release corrects some issues:
DateInput/MonthInput:
- Corrects console warning due to optional
positionFixed
prop
FormChoice:
- Removes unused
selected
&checked
props - Make label clickable to toggle checkbox/radio options
Steps:
- Corrects accessibility issue incorrectly using labels
Correct PropType warnings
v4.10.1 4.10.1
Update Alert, DateInput; correct SortableTable, LabelBadge,
This release:
-
Adds Clear button to DateInput
-
Adds onToggle callback to Alert
-
Corrects SortableTable truncate propType
-
Corrects LabelBadge value prop types
Support Table cell truncate, Correct Modal backdrop, DateInput in responsive Tables
This release adds and corrects the following:
SortableTable and UncontrolledTable now support an optional truncate
prop to avoid table cells wrapping or overflowing. Note if used with responsive
prop, the table will not overflow and scroll.
Modal backdrop={false} will now work correctly
DateInput and MonthInput now have an optional positionFixed
prop to support overflowing responsive table containers.
Add className support to CheckBoxBooleanInput
This release adds missing className prop support to CheckBoxBooleanInput
Ensure displayNames are exported
This release ensures displayNames are exported for each component.