Skip to content

Releases: sajari/sdk-react

v2.7.2

14 Dec 13:44
Compare
Choose a tag to compare

Changes

  • Add windowSize prop to <Paginator /> component 9839f6e

v2.7.0

06 Dec 01:14
Compare
Choose a tag to compare

Changes

  • 22f98b9 Adds the ability to provide a custom renderer for the <Summary /> component
  • fa0e2bc Adds the ability to provide custom renders for the different parts of the <Paginator /> component.

v2.6.6

03 Dec 21:44
Compare
Choose a tag to compare

Bug Fixes

  • 8f994dd Fixes issue with suggestions dropdown not using param defined in pipeline config

v2.6.5

03 Dec 06:22
Compare
Choose a tag to compare

Bug Fixes

  • 3f084d5 Fixes a bug when using NoTracking where an empty token object would be passed through to the component causing the url to become domain.com/[Object object]

v2.6.4

14 Nov 07:28
Compare
Choose a tag to compare

Changes

  • Adds PosNegTracking controller [0e0d21e]

v2.5.0

18 Sep 06:36
Compare
Choose a tag to compare
  • The <Input /> component has been rewritten to use downshift under the hood, which has solved a number of accessibility, stability issues with the component.
  • The dropdownMode prop on the <Input /> now accepts results instead of custom
  • The DropdownRenderer prop on the <Input /> has been removed, a ResultRenderer prop has been added in its place
  • The <Overlay /> container now has different classes for the shade and the container -> .sj-overlay__shade and .sj-overlay__container
  • Suggestions are now styleable through the styles prop on the <Input />
  • Summary component parts can now be turned off by props
  • Unused dependencies have been removed from the bundle

v2.3.6

31 Aug 02:04
Compare
Choose a tag to compare

Bug Fixes:

  • containers/Overlay: Fix bug where onClick handler was incorrectly fired [1ceb8a8]
  • components/Input: Fix bug when you were unable to focus the input when clicking in certain areas [b73a9a0]

v2.3.5

23 Aug 03:19
Compare
Choose a tag to compare

Bug Fixes:

  • Suggestions: fix bug where clicking on a suggestion would initate a search for the completion, rather than the whole phrase (8e51636)

v2.1.0

10 Jul 11:42
Compare
Choose a tag to compare
  • Add ResultsContainer component
  • Change ResultsDowndownRenderer to DropdownRenderer on Input component

v2.0.1

10 Jul 11:49
Compare
Choose a tag to compare
  • Fix bug in localization key in summary namespace.