Bug Fixes
Included in 1.3.1, 1.2.1, 1.1.1
With the release of Chrome v83, the clear button in the search bar was not correctly aligned. This release includes a fix for this issue.
Before:
After:
Included in 1.3.1
The analytics event SCROLL_TO_BOTTOM_OF_PAGE
was attempting to fire when no query was present (resulting in a failed event request). With this patch, this event is now only fired when a query is present.
Updates and Breaking Changes
None