Releases: appfolio/react-gears
Highlight
CurrencyInput input props support, accessibility updates
Update Select disabled options
Allows Select options to be disabled (#647)
Fix SortableTable stop event propagation
This release corrects event propagation for SortableTable checkboxes. (#645)
Deprecate eslint-plugin-typescript
- Deprecate
eslint-plugin-typescript
in favor of@typescript-eslint/eslint-plugin
- Update some type definitions
Correct SortableTable, improve DateInput
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
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
This release corrects the TypeScript definitions for the Modal component.
Adjust Activity format, React 16+ deprecations
This release adjusts the format of Activity to use '-' vs 'by'.
Also corrects deprecation warnings for usages of componentWillReceiveProps
.
Correct HasManyFields, TypeScript
This release corrects unnecessary remount of HasManyFields rows when deleting,
Also corrects some TypeScript type issues.