Skip to content

Releases: Constructor-io/constructorio-ui-autocomplete

Fix dropdown flashing between rerenders

26 Dec 12:49
800aa47

Choose a tag to compare

What's Changed

Full Changelog: v1.23.18...v1.23.19

Add support for onIsOpenChange callback

19 Nov 18:24
fa4905c

Choose a tag to compare

What's Changed

Full Changelog: v1.23.17...v1.23.18

Support getItemProps for custom renderItem

13 Nov 21:53
32ae5df

Choose a tag to compare

What's Changed

  • Update links to legacy documentation to point to updated resources by @sblaurock in #181
  • Support getItemProps for custom renderItem by @mocca102 in #183

Full Changelog: v1.23.16...v1.23.17

Add close icon to autocomplete dropdown

31 Oct 14:22
1c32dab

Choose a tag to compare

What's Changed

Full Changelog: v1.23.15...v1.23.16

Add getSearchResultsUrl util to render suggestions as links that redirect the search results page

17 Oct 13:54
5db5589

Choose a tag to compare

What's Changed

  • Add getSearchResultsUrl util by @mocca102 in #176
  • CioAutocompleteProps accepts getSearchResultsUrl function that accepts parameter item of type SearchSuggestion and return a URL string that will be the redirect URL for each Search Suggestion item
  • Search Suggestion items will be rendered as tags with className="suggestion-link"

Full Changelog: v1.23.14...v1.23.15

[CI-3883] Support custom pricing for product suggestions (#173)

15 Oct 16:30
43746b6

Choose a tag to compare

What's Changed

  • [CI-3883] Support custom pricing for product suggestions by @ZSnake in #173
  • Added renderItem for SectionConfiguration
  • Use renderItem to render your custom the JSX/Markup for product suggestion tiles
  • renderItem accept item and query and return a ReactNode

Full Changelog: v1.23.13...v1.23.14

Update dependencies

15 Oct 10:08
d2077eb

Choose a tag to compare

What's Changed

  • Bump cookie and express by @dependabot in #177
  • Product suggestions are links by default
  • Support a show all results button that redirect to search results page

Full Changelog: v1.23.12...v1.23.13

Update dependencies

15 Oct 10:03
b150dcf

Choose a tag to compare

What's Changed

  • Fix zero state not being rendered when there is default input by @mocca102 in #175
  • [CI-3884] Support a show all results button that redirect to search results page by @ZSnake in #174
  • Bump rollup from 3.29.4 to 3.29.5 by @dependabot in #171

New Contributors

Full Changelog: v1.23.11...v1.23.12

Product suggestions are links by default

01 Oct 10:31
e02c6b8

Choose a tag to compare

What's Changed

Full Changelog: v1.23.10...v1.23.11

Add cnstrc data attributes and Version Bump

25 Sep 21:53
86ef556

Choose a tag to compare

What's Changed

Full Changelog: v1.23.9...v1.23.10