Releases: appfolio/react-gears
React 16, Bootstrap 4
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
This release corrects DataPair, AddressInput to allow className props
Also updates TypeScript definitions to add missing props
Correct Callout
This release removes CSS transform which would cause z-index issues with child dropdowns.
React 16, Bootstrap 4
Release candidate for React 16, Bootstrap 4 final support
Notes Changes
This release reworks the Note and Notes component by:
Updates to DataPair, FormRow, FormLabelGroup, AddressInput
Update SummaryBox
- Correct background to be white
- Correct accessibility of text
- Improve theming for Bootstrap 4+
Additions to SortableTable, fix for FormRow, FormLabelGroup
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
This release improves theming by removing some unneeded util classes from BlockPanel, and also removing border from SortableTable expandable row
Correct BoundForm
This release corrects an issue with BoundForm resetting values on re-renders