Releases: appfolio/react-gears
Correct SortableTable proptypes
Adds missing truncate prop to SortableTable proptypes
Version 5
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
Add ScrollContainer
This release adds ScrollContainer component for indicating horizontal and vertical overflow:
Correct SummaryBox
This release corrects a small issue to remove unwanted shadows from SummaryBox/Items
Support index for ImageCarousel
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
This release adds hints
prop to AddressInput to allow per-field hints:
Add onSort prop to UncontrolledTable
This release adds an optional onSort
prop to UncontrolledTable, which notifies when the internal sort state has changed.
AddressInput, ExpandableSection fixes
This release corrects some AddressInput placeholder sizing.
Also adds missing onToggle
prop to ExpandableSection
Correct HMF with functional components
This release corrects HasManyFields ref error with with functional components. Fixes #543