Releases: appfolio/react-gears
Releases · appfolio/react-gears
v8.0.3
8.0.3 (2023-04-27)
Bug Fixes
- remove font awesome v4 shims (658c17c)
v8.0.2
8.0.2 (2023-04-07)
Bug Fixes
- Alert: use coastline predefined class for Alert components (9c42c99)
- onSelect should not be called when the List selected property is updated (4aec9fc)
Miscellaneous
- useMap: replace state with ref to persist obj reference (ed1a42f)
build
- pin node version for release-pr action (21b8f64)
v8.0.1
8.0.1 (2023-02-27)
Bug Fixes
- add icon style to include cc brands (25ab541)
- dont use select props value when falsy (3e7362d)
v7.13.3
7.13.3 (2023-02-10)
Bug Fixes
- dont use select props value when falsy (3e7362d)
v8.0.0
8.0.0 (2023-02-02)
⚠ BREAKING CHANGES
Converts the library to FontAwesome 6: if the app using react-gears is not on that version, the icons will not show correctly.
- Convert to FontAwesome 6
- add iconStyle prop, default at 'fa-solid'
- replace link to coastline
- update icon list
Bug Fixes
v7.13.2
7.13.2 (2023-01-26)
Bug Fixes
- EditableNoteMentions: make tributejs import a dynamic import (a048293)
v7.13.1
7.13.1 (2023-01-25)
Bug Fixes
- dont useeffect to sync props with state (c03d3d0)
- reduce manual passing of props (a56ae2a)
v7.13.0
7.13.0 (2023-01-24)
Features
- update syled jsx to v5 for security (e028f43)
v7.12.1
7.12.1 (2023-01-09)
Bug Fixes
- block panel header with optional parts (df8a8d8)
v7.12.0
7.12.0 (2023-01-06)
Features
- render BlockPanel header when title provided (b21f138)
Miscellaneous