Skip to content

Releases: seamapi/react

v1.5.1

30 May 17:19
v1.5.1
e7a2713

Choose a tag to compare

Bug Fixes

v1.5.0

29 May 19:26
v1.5.0
1aa98a6

Choose a tag to compare

Features

v1.4.0

27 May 17:30
v1.4.0
f681e47

Choose a tag to compare

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

v1.3.0

27 May 02:06
v1.3.0
07210ba

Choose a tag to compare

Bug Fixes

  • Use correct version for stylesheet (12172b3)

Features

  • Add useUnminifiedCss prop (c7c88e8)

v1.2.0

26 May 23:22
v1.2.0
d556e4f

Choose a tag to compare

Features

v1.1.0

26 May 19:13
v1.1.0
6253f96

Choose a tag to compare

1.1.0

v1.0.0

26 May 19:09
v1.0.0
c7d1422

Choose a tag to compare

1.0.0

v0.28.0

26 May 19:01
v0.28.0
97d1e18

Choose a tag to compare

Bug Fixes

  • filterStr -> filterValue, derivatives (90c1f80)
  • Actually fix the linting error :) (f08c9d4)
  • Add key prop 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 showFilterArea with cannotFilter (47fa2f2)
  • Replace MUI Link with react Button (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 Menu with renderButton, onOpen (e9e89d8)
  • Use padding for filter area for tiny cases (like modal) (d27ded5)
  • Use PropsWithChildren in Button (03f2c63)
  • Use arrow func for inline component getAvailablePropertiesFromDeviceModels function (9fdaae8)
  • Use arrow func for inline component resetFilter function (6e68fd5)
  • Use normal exports (94d2793)
  • Why was this removed in the merge? (61f5bbe)
  • Wrap SupportedDevicesTable in QueryClientProvider (f73bcb7)

Features

  • Add [primitive] filter menu; fixes to Button (0e173a0)
  • Add [primitive] search filter (266e30d)
  • Add clear filter button (eb25b5a)
  • Add down chevron icon (with some weird positioning) (d735ae1)
  • Filter by supportedOnly (0499c21)
  • Modular func to reset filter properties (2ccddf9)

v0.27.0

26 May 14:44
v0.27.0
20ea720

Choose a tag to compare

Features

v0.26.1

26 May 02:52
v0.26.1
85b3616

Choose a tag to compare

Bug Fixes

  • Move type only import outside (507586a)