react-gears
react-gears copied to clipboard
AppFolio component library for React & Bootstrap
Modal titles should be `h2` so that it properly indicates the appropriate hierarchy for accessibility. We currently use a `h5` in our react-gears modal that is coming as the default...
:robot: I have created a release *beep* *boop* --- ## [8.13.0](https://github.com/appfolio/react-gears/compare/v8.12.0...v8.13.0) (2024-05-13) ### Features * **CollapsableText:** add alignToggleButton prop to CollapsableText ([f6e8938](https://github.com/appfolio/react-gears/commit/f6e8938c603ab090277f4f7b7fbdb0168dac86e6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....
WIP Upgrade react gears to use https://github.com/appfolio/tributejs/tree/sfalTestBranch
### Update data-testid to new format convert the following data-testid in combobox to the new format, prepending `react-gears-` * `combobox-menu` * `combobox-dropdown` * `create-new-option` * `combobox-input` * `combobox-caret`
Hackday project to add reminders to notes block still a WIP 
We [deprecated](https://github.com/appfolio/react-gears/blame/399ce0ae354a90f4a4a3fe48f56cfcd0a0875df7/src/components/Table/SortableTable.js#L14-L19) `left` and `right` as alignment options but didn't update the corresponding TS type. This PR addresses this issue.
DateInput onClose callback is not called with last picked date when value property is present