Skip to content

Releases: appfolio/react-gears

Add option group support to Select, improve theming

14 Aug 18:41
Compare
Choose a tag to compare

This release replaces react-select with react-select-plus to allow option group support to Select.

Select theming has also been improved to use Bootstrap classes instead of hard coded colors.

Correct Note date format

10 Aug 03:04
Compare
Choose a tag to compare

This release corrects the Note header date format to show correct day.

Fix Note Component 'Posted On' Date

09 Aug 18:11
Compare
Choose a tag to compare

This release fixes an issue in the Note component where the day in the 'Posted On' date was the day of the week rather than the day of the month. See #277 for details.

Allow React 15.6+ in using apps

04 Aug 23:10
Compare
Choose a tag to compare

This release moves react 15.4 dependencies to dev-dependencies to avoid restricting using apps.
Apps using react-gears should specify react and react-dom using v15.4 or higher

CurrencyInput, HMFAdd, doc updates

04 Aug 18:57
Compare
Choose a tag to compare

This release corrects issues in CurrencyInput #270 and HasManyFieldsAdd #272
Storybook has been updated to to improve documentation for Paginator and style overview and APM/Saffron 3 preview theme added

Update peer deps/remove deepClone

31 Jul 23:49
Compare
Choose a tag to compare

This release update deps and removes deepClone. See details in #252 & #267

Adjust DateInput tab behavior

24 Jul 22:23
Compare
Choose a tag to compare

This release modifies the DateInput tabindex behavior to make the input add-on button focusable , but not via sequential keyboard navigation to improve entry behavior.

Update DateInput

19 Jul 23:58
Compare
Choose a tag to compare

This release adds the following improvements to DateInput:

  • Adds dateVisible prop to allow limiting visible/selectable dates
  • Adds header and footer props to allow overriding defaults with custom components
  • Add highlight style for today’s date

HasManyFields improvements

18 Jul 18:07
Compare
Choose a tag to compare

This release adds HasManyFields improvements:

  • Adds disabled prop
  • Adds onAdd, onRemove, and onUpdate prop callbacks
  • Autofocuses added fields
  • Updates visual style to closer match Saffron

Update Select styling

12 Jul 18:59
Compare
Choose a tag to compare

This release improves Select styling to better match Saffron and MyCase border styles and colors