Skip to content

v0.28.0

Choose a tag to compare

@seambot seambot released this 26 May 19:01
· 1564 commits to main since this release
v0.28.0
97d1e18

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)