JS Versions 1.3.1 ,1.2.1 and 1.1.1 Release - Clear Button Misaligned

Bug Fixes :bug:

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:
Screen Shot 2020-05-29 at 10.54.33 AM

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