Skip to content

Releases: appfolio/react-gears

Highlight

31 Jan 23:02
Compare
Choose a tag to compare

This release adds the Highlight component

Highlight

CurrencyInput input props support, accessibility updates

31 Jan 00:17
Compare
Choose a tag to compare
  • Add screen reader label for HasManyFieldsRow delete button (#648)
  • Add inputProps support to CurrencyInput (#649)

Update Select disabled options

31 Jan 00:15
Compare
Choose a tag to compare

Allows Select options to be disabled (#647)

Fix SortableTable stop event propagation

22 Jan 18:13
Compare
Choose a tag to compare

This release corrects event propagation for SortableTable checkboxes. (#645)

Deprecate eslint-plugin-typescript

21 Jan 02:18
Compare
Choose a tag to compare
  • Deprecate eslint-plugin-typescript in favor of @typescript-eslint/eslint-plugin
  • Update some type definitions

Correct SortableTable, improve DateInput

18 Jan 03:02
Compare
Choose a tag to compare

This release corrects SortableTable & UncontrolledTable unexpectedly calling rowOnClick when selection checkboxes clicked.
Also improve styling of DateInput when dates are disabled via dateEnabled prop.

Improvements to DateInput, HasManyFields, FormChoice

08 Jan 19:12
Compare
Choose a tag to compare

This release adds a dateEnabled prop for DateInput, and improves its accessibility.

Also corrects visual issues with HasManyFields and FormChoice.

Correct TypeScript definitions for Modal

02 Jan 15:49
Compare
Choose a tag to compare

This release corrects the TypeScript definitions for the Modal component.

Adjust Activity format, React 16+ deprecations

19 Dec 23:17
Compare
Choose a tag to compare

This release adjusts the format of Activity to use '-' vs 'by'.

Also corrects deprecation warnings for usages of componentWillReceiveProps.

Correct HasManyFields, TypeScript

05 Dec 17:30
Compare
Choose a tag to compare

This release corrects unnecessary remount of HasManyFields rows when deleting,
Also corrects some TypeScript type issues.