Breaking changes
FilterManager
Now instead of separate options and sliders there is just single filters array that contains both. There is a new feature in Klevu Merchant Center that allows reordering facets. With previous solution it was impossible to change the order sliders and options.
Options and sliders and still supported by this change, but they are marked as deprecated.
Two new features were added:
Ability to create URL parameters from FilterManager
Ability to set filters based on URL parameters
Analytical requests
Low level analytical class KlevuEvents
has been changed from multiple function parameters to object of parameters. New parameters where added for adding missing analytics information that caused a breaking change. This change should prevent future breaking changes.
What's Changed
Full Changelog: core-1.10.2...core-2.0.0