Skip to content

5.1.6

Choose a tag to compare

@omikron-fp omikron-fp released this 04 Aug 07:12
· 1 commit to release/5.x since this release
1509cfa

FIX

  • Implementation of followSearch parameter
    • Paging and products-per-page elements did not send followSearch after initial request.
    • ff-searchbox erroneously sent it for search and suggestions when it shouldn't.

IMPROVEMENT

  • ff-asn-group, ff-asn-group-slider
    • Set default style to visibility:hidden on collapsed groups. This takes nested elements out of the tabindex chain. display:none cannot be used because it breaks the recalculation of the slider's position.
  • Add latest REST API parameter exactSearchMode to SearchParams and SuggestParams.
  • URL manipulation
    • Add option to only partially block the category filter's path from being written to the URL. This is important on category pages where a part of the category path is already in the URL's static path while deeper filter levels shall remain dynamic.
    • Affected APIs are: routing.setUrlParamOptionsListener and utils.env.searchParamsFromUrl.