Skip to content

Releases: seamapi/react

v1.11.0

06 Jun 06:28
v1.11.0
f29d159

Choose a tag to compare

Bug Fixes

  • Mark elements and css as having side effects (a44bf7c)

Features

  • Export elementNames from elements (83a0374)

v1.10.0

06 Jun 02:10
v1.10.0
09030d8

Choose a tag to compare

Features

  • Pass deviceIds prop from DeviceTable to useDevices (#213) (54db009)

v1.9.1

06 Jun 01:52
v1.9.1
33a4dcd

Choose a tag to compare

Bug Fixes

  • Allow components to take empty props (7913177)

v1.9.0

06 Jun 01:42
v1.9.0
94edb6d

Choose a tag to compare

Features

  • Pass className prop to all custom elements (08ccfd7)

v1.8.0

02 Jun 20:13
v1.8.0
2348536

Choose a tag to compare

Features

  • Add className to components (abc0bae)

v1.7.0

02 Jun 15:46
v1.7.0
30e6690

Choose a tag to compare

Bug Fixes

  • Add check for valid provider options (d578649)
  • Add missing return types (848eeae)
  • Change to inline addition (c7f3d44)
  • Do not throw in createSeamContextValue (f79eed3)
  • Format (89d3982)
  • Move content to t (087ffcd)
  • Remove use client directive (9fef880)
  • Show number of applies filters when 1 is active (c463ad7)
  • Update context if provider props change (1a04b9e)
  • Update hard-coded content approach (10b2663)

Features

  • Add issue icon to access code row (2a9f25e)
  • Add queryClient prop to SeamProvider (d16a61e)
  • Add useDeviceModels (a93fec6)
  • Bundle custom elements (web components) (#199) (e5daafe)
  • Export hooks separately (921db47)
  • Export SeamProviderProps and interfaces (e66c74e)
  • Update CSP (3b32373)
  • Update fake-seam-connect (bb0aef4)
  • Use useDeviceModels in SupportedDeviceTable (940ba06)

v1.6.0

30 May 21:51
v1.6.0
1687822

Choose a tag to compare

Features

  • Update fake-seam-connect (bb0aef4)

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