Releases: seamapi/react
Releases · seamapi/react
v1.5.1
v1.5.0
v1.4.0
Bug Fixes
- Do not use axios in SupportedDeviceTable (70391c7)
- Do not use defaultProps (03f37b1)
- Ensure optional bool props always default to false (eed8d4a)
- Loading behavior for SupportedDeviceTable (9686531)
- Prefer searchParams (ba0a7df)
- Rename seam-supported-devices-table class to match component (0addf7a)
- Use class over style for menu visibility (5a6384b)
- Use img width over style width (257f35e)
Features
- Update seamapi to v6 (c635ce3)
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.28.0
Bug Fixes
filterStr->filterValue, derivatives (90c1f80)- Actually fix the linting error :) (f08c9d4)
- Add
keyprop with explicit use of index + option (3e97e31) - Add
lib/capitalize.ts(b61421f) - Add default boolean to
cannotFilter(1b69d5c) - Add newline above exported props (8d33387)
- Change
ev->event(ab54e37) - Change filter label pattern (90515d0)
- Change thrown error to union type strategy (e53b0d9)
- Explicit boolean type transformation of nullish var (5706a94)
- Export proxied props from
SupportedDeviceTable(0a03abb) - Format (58e071e)
- Hook up filter to backend instead (slower) (27a6c8b)
- Lint, nullish check (although I prefer
Boolean()) (e42cf5f) - Make component name singular (dcf9553)
- Minor type fix by manual boolean transformation (01db027)
- More explicit check against nullish boolean (1bb718a)
- More lint fixes :/ (428d870)
- Reduce repetition in filter value casting (ce2ee3d)
- Remove
defaultProps(76c82f9) - Remove comment (633e5d5)
- Remove commented code in favor of issue #181 (2a49e3f)
- Remove old log (a04d176)
- Remove outdated styling in favor of
SearchTextField(c572ab7) - Rename
SupportedDevices->SupportedDevicesTable(8fa034d) - Rename
SupportedDevicesTable->SupportedDevicesContent(9ed0d3e) - Replace
showFilterAreawithcannotFilter(47fa2f2) - Replace MUI
LinkwithreactButton(0640a00) - Same as last commit, just two lines down, too (0a56dd9)
- Styling improvements to clear button adornment (2eb4259)
- Uni-directional flow of type imports from
SupportedDevicesTable(4fddd69) - Update filter logic, add brand filter (763a4cb)
- Update usage of
MenuwithrenderButton,onOpen(e9e89d8) - Use
paddingfor filter area for tiny cases (like modal) (d27ded5) - Use
PropsWithChildreninButton(03f2c63) - Use arrow func for inline component
getAvailablePropertiesFromDeviceModelsfunction (9fdaae8) - Use arrow func for inline component
resetFilterfunction (6e68fd5) - Use normal exports (94d2793)
- Why was this removed in the merge? (61f5bbe)
- Wrap
SupportedDevicesTableinQueryClientProvider(f73bcb7)