Skip to content

Releases: bloomreach/limitless-ui-react

v0.11.0

28 Nov 15:32
Compare
Choose a tag to compare

0.11.0 (2024-11-28)

Features

  • search: Add Results component that renders the search results (008d780)
  • web-sdk: Update web-sdk version to 2.0.0 (4068532)

v0.10.0

21 Nov 00:07
Compare
Choose a tag to compare

0.10.0 (2024-11-21)

Features

  • Add a dark theme to the showcase (#33) (2e99731)

v0.9.0

20 Nov 00:03
Compare
Choose a tag to compare

0.9.0 (2024-11-20)

Bug Fixes

  • Adjust default label (8501d8b)
  • Merge suggestions and searchbox component files (84da216)
  • Organize searchbox files similar to other compound components (1f9fbbb)
  • Split searchbox into several compound components (c821bd3)
  • Use suggestions as a child of searchbox (052b15f)

Features

  • Updates to showcase and use BEM for variable names (#31) (793f363)

v0.8.0

15 Nov 21:10
Compare
Choose a tag to compare

0.8.0 (2024-11-15)

Bug Fixes

  • Downgrade Storybook to 8.2.10 (#27) (181bd56)
  • styles: Add default background to suggestions popup (599c4da)
  • styles: Adjust selectors in tests to match new templates (c786126)
  • styles: Clicking the query suggestion arrow sets it as the inputValue (fb29e8b)
  • styles: Ensure label for submit and reset is aria compatible (59e612d)
  • styles: Remove redundant currency from the suggestion props (de451bd)
  • styles: Revert styling changes for product card (7d7aa44)

Features

  • Change Pagination to compound pattern and add to showcase (#28) (92538c1)
  • Expose option to react to selecting of query/product/attribute (9dd5a06)
  • Minor updates to Range, showcase improvements (#29) (2dfdfab)
  • styles: Add styles for searchbox (6ca81d9)
  • styles: Add styles to suggestions popup (530d56d)

v0.7.0

05 Nov 20:32
Compare
Choose a tag to compare

0.7.0 (2024-11-05)

Features

  • Add a CheckboxGroup component (#24) (d460db6)
  • Add a Tag component (#26) (de9da23)
  • Add Price, Currency components, update the Theme showcase with the facet components (#25) (f477990)

v0.6.0

30 Oct 22:21
Compare
Choose a tag to compare

0.6.0 (2024-10-30)

Bug Fixes

  • Update docker image to reflect updated playwright version (177a28d)

Features

v0.5.0

22 Oct 16:32
Compare
Choose a tag to compare

0.5.0 (2024-10-22)

Features

v0.4.0

09 Oct 17:28
Compare
Choose a tag to compare

0.4.0 (2024-10-09)

Features

  • Add stories for the useSearch hook (#17) (786d540)

v0.3.0

26 Sep 17:06
Compare
Choose a tag to compare

0.3.0 (2024-09-26)

Features

  • Add ThemeProvider and a story for the Theme component (#11) (8c500dd)

v0.1.0

06 Sep 21:44
Compare
Choose a tag to compare

0.1.0 (2024-09-06)

Bug Fixes

  • searchbox: Add default values for the SearchContext (88827dd)

Features

  • Add useAutosuggest hook (85f39f3)
  • searchbox: Add @bloomreach/discovery-web-sdk dependency (623dff9)
  • searchbox: Add useSearchBox hook (7e15a8e)
  • searchbox: Add searchBox component, hook and context utilizing web-sdk (25e4c28)
  • searchbox: Enhance search context and search box functionalities (85b3d7d)
  • searchbox: Support search types: product, category, content, bestseller (4b82c0c)

Performance Improvements

  • searchbox: Memoize onChange handler (07d3fa7)