Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 5.92 KB

CHANGELOG_V3.md

File metadata and controls

105 lines (70 loc) · 5.92 KB

Changelog

Unreleased

The following changes have been included in the next branch and will be out in the next release. Click to expand

v3.0.1

  • Add support for async transformRequest in SSR #1114
  • Allow to modify url in transformRequest [52b76018]
  • Trigger renderNoResults when no items returned from msearch #1145 #1137
  • SSR v7 total object -> value #1147 #1139
  • Prop validation in PoweredBy #1144
  • Make selectedfilters accessible #1132
  • Close dropdown on escape key #1126
  • Focus input after mic has stopped listening #1125
  • TabIndex and alt attribute on pagination #1131
  • Force ReactiveList to re-render if customRender changes #1124

v3.0.0-rc.25

  • Controlled behavior when autoSuggest is enabled [a1277381]

v3.0.0-rc.24

  • Introduce new prop in ReactiveList to render last pages in pagination #1022
  • Add triggerQuery in missing handlers [e3d02fd2]

v3.0.0-rc.23

  • Fix voice search results & icon #1072
  • Accessibility enhancements in list components #1041
  • Range components accessibility #1044

v3.0.0-rc.22

  • Add support for custom pagination #1026
  • Custom tag for ReactiveBase [422d37ad]
  • Search state calculation if react version < 16.6 [a20e9188]

v3.0.0-rc.21

  • Add keyboard accessibility in ToggleButton #1038
  • Accessibility enhancements in Search Components #1042
  • Add aria label in daypicker input #1043
  • Voice search integration in search components #1046
  • Caret position in search components when controlled behavior is being used [8a2623d2]

v3.0.0-rc.20

  • Apply custom headers to analytics endpoints [eae14fac]
  • Default value on clear #1045
  • Rename StateProvider.ts to StateProvider.d.ts #1037
  • Add built-in support for search operators #1006
  • Make scroll to top compatible in browser #1031

v3.0.0-rc.19

v3.0.0-rc.18

v3.0.0-rc.17

  • Update URLSearchParams package #1017
  • Inconsistent results after clearing filters #1027

v3.0.0-rc.16 [Breaking]

  • SSR fails with ReactiveList #1024
  • Better controlled behavior in search components #1021
  • CustomQuery issue in ReactiveComponent #1020
  • Fix issue with URLparams when controlled behavior is being used [d5d46f56]

v3.0.0-rc.15

  • Add click analytics in search components [6ad6449c]

v3.0.0-rc.14

  • Apply the should query irrespective of the showMissing prop [b1936051]

v3.0.0-rc.13

  • Fix onData in ReactiveList #1007
  • Add support for including unrated results in RatingsFilter #1003
  • Fix typings for sort options in reactive list #998

v3.0.0-rc.12

  • Fix typing issues with ref property [a497c652]
  • Fix prefer highlightField over dataField in search components [228731b7]

v3.0.0-rc.11

v3.0.0-rc.10

  • Support for elasticsearch 7.0.0 #948