Skip to content

Releases: appfolio/react-gears

React 16, Bootstrap 4

06 Aug 21:29
Compare
Choose a tag to compare

This release updates react-gears to React 16, Bootstrap 4, and reactstrap 6

React 15 is not supported for react-gears v4 and above, React 15 users should use react-gears v3.0

Allow classNames on DataPair, AddressInput

19 Jul 02:20
Compare
Choose a tag to compare

This release corrects DataPair, AddressInput to allow className props
Also updates TypeScript definitions to add missing props

Correct Callout

11 Jul 17:00
Compare
Choose a tag to compare

This release removes CSS transform which would cause z-index issues with child dropdowns.

React 16, Bootstrap 4

05 Jul 23:41
Compare
Choose a tag to compare

Release candidate for React 16, Bootstrap 4 final support

Notes Changes

03 Jul 21:44
Compare
Choose a tag to compare

This release reworks the Note and Notes component by:

  • Remove Notes header, and add and download buttons:
    screen shot 2018-07-03 at 2 42 05 pm

  • Add saving prop to disable editing and buttons on save:
    screen shot 2018-07-03 at 2 38 36 pm

  • Improve viewing and editing on mobile sizes:
    screen shot 2018-07-03 at 2 40 46 pm

  • Allow passing className to components.

  • Add rows prop to customize the number of textarea rows when editing

Updates to DataPair, FormRow, FormLabelGroup, AddressInput

25 Jun 20:26
Compare
Choose a tag to compare

This release updates to DataPair, FormRow, FormLabelGroup to use consistent markup and responsive behavior.

AddressInput has been updated to behave better on mobile sizes:

screen shot 2018-06-25 at 10 18 44 am

Update SummaryBox

19 Jun 20:42
Compare
Choose a tag to compare
  • Correct background to be white
  • Correct accessibility of text
  • Improve theming for Bootstrap 4+

Additions to SortableTable, fix for FormRow, FormLabelGroup

19 Jun 00:48
Compare
Choose a tag to compare

This release adds a new className field on SortableTable column rendering for per column class names.

Also corrects FormRow and FormLabelGroup to be full width if no label present.

Adjust BlockPanel, SortableTable styles

12 Jun 18:53
Compare
Choose a tag to compare

This release improves theming by removing some unneeded util classes from BlockPanel, and also removing border from SortableTable expandable row

Correct BoundForm

31 May 22:55
Compare
Choose a tag to compare

This release corrects an issue with BoundForm resetting values on re-renders