Skip to content

Releases: appfolio/react-gears

Reorderable HasManyFields

16 Jan 03:47
Compare
Choose a tag to compare

This release adds support for drag and drop reorderable HasManyFields:

screen shot 2019-01-15 at 7 47 25 pm

Updates to SortableTable, fixes

14 Dec 23:33
Compare
Choose a tag to compare

Adds expandableColumn and footer props to SortableTable.

Fixes:

  • Correct state prop error with AddressInput
  • Correct padding on TimeInput

Correct FormRow, FormLabelGroup, UncontrolledTable

28 Nov 03:21
Compare
Choose a tag to compare

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

28 Nov 03:27
Compare
Choose a tag to compare

This release improves the accessibility of BlockPanel, ExpandableSection.

This release also adds support for UncontrolledTable to support onExpand hooks

Correct FormChoice, DateInput,MonthInput, Steps

14 Nov 16:47
Compare
Choose a tag to compare

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

14 Nov 17:57
Compare
Choose a tag to compare
v4.10.1

4.10.1

Update Alert, DateInput; correct SortableTable, LabelBadge,

14 Nov 17:40
Compare
Choose a tag to compare

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

18 Oct 18:15
Compare
Choose a tag to compare

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.

screen shot 2018-10-18 at 11 11 42 am

Modal backdrop={false} will now work correctly

DateInput and MonthInput now have an optional positionFixed prop to support overflowing responsive table containers.

screen shot 2018-10-17 at 4 23 45 pm

Add className support to CheckBoxBooleanInput

11 Oct 16:51
Compare
Choose a tag to compare

This release adds missing className prop support to CheckBoxBooleanInput

Ensure displayNames are exported

10 Oct 22:55
Compare
Choose a tag to compare

This release ensures displayNames are exported for each component.