Skip to content

Releases: appfolio/react-gears

Correct SortableTable proptypes

28 Aug 18:13
Compare
Choose a tag to compare

Adds missing truncate prop to SortableTable proptypes

Version 5

28 Aug 18:10
Compare
Choose a tag to compare

Update to use and depend on React 16.8 and Reactstrap 8.0.
Adds internal TypeScript, Babel 7 and Webpack 4 support

State/Province support for AddressInput, StateInput

22 Jun 14:58
Compare
Choose a tag to compare

This release adds per-country support for State/Provinces for AddressInput, StateInput
(Currently only US and Canada)

Screen Shot 2019-06-22 at 7 57 53 AM

Add ScrollContainer

05 Jun 21:42
Compare
Choose a tag to compare

This release adds ScrollContainer component for indicating horizontal and vertical overflow:

Screen Shot 2019-06-05 at 1 57 05 PM

Correct SummaryBox

30 May 23:21
Compare
Choose a tag to compare

This release corrects a small issue to remove unwanted shadows from SummaryBox/Items

Support index for ImageCarousel

30 May 23:23
Compare
Choose a tag to compare

This release corrects support for index prop for ImageCarousel to navigate to particular slide.
Also expose and default slide prop to false for slide transition to match APM styles.

Add hints to AddressInput

24 May 21:26
Compare
Choose a tag to compare

This release adds hints prop to AddressInput to allow per-field hints:

Screen Shot 2019-05-24 at 12 24 18 PM

Add onSort prop to UncontrolledTable

23 May 22:18
Compare
Choose a tag to compare

This release adds an optional onSort prop to UncontrolledTable, which notifies when the internal sort state has changed.

AddressInput, ExpandableSection fixes

21 May 23:16
Compare
Choose a tag to compare

This release corrects some AddressInput placeholder sizing.

Also adds missing onToggle prop to ExpandableSection

Correct HMF with functional components

17 May 20:11
Compare
Choose a tag to compare

This release corrects HasManyFields ref error with with functional components. Fixes #543