All notable changes to this project will be documented in this file. Do not edit this file. It is automatically generated.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Package versions:
@groupby/elements-autocomplete
: 0.2.0@groupby/elements-base
: 0.1.0@groupby/elements-product
: 0.1.0@groupby/elements-products
: 0.1.0@groupby/elements-sayt
: 0.2.0@groupby/elements-search-box
: 0.2.0
- ELE-249: Added an
origin
of'sayt'
in the event payload requesting an update to the search term.
- ELE-249: Added an
origin
of'sayt'
in the event payload requesting an update to the search term.
- ELE-249: The methods
emitSearchEvent()
andupdateSearch()
now accept and pass alongorigin
value in search requests.
- ELE-249: Fixed error where
requestUpdateSearchTerm()
would error if no term is selected.
Package versions:
@groupby/elements-autocomplete
: 0.1.0@groupby/elements-base
: 0.1.0@groupby/elements-product
: 0.1.0@groupby/elements-products
: 0.1.0@groupby/elements-sayt
: 0.1.0@groupby/elements-search-box
: 0.1.0
- SFX-152: Added the autocomplete component.
- This component renders a list of autocomplete terms.
- SFX-333: The component emits an event when an autocomplete term is hovered.
- SFX-152: Added the Base class.
- SFX-201: Created
gbe-product
andgbe-product-variant
components.- These components render product tiles with or without variant options.
- SFX-200: Created the products wrapper.
- This component renders a series of gbe-product components.
- SFX-248: The
@groupby/elements-events
package is used for event names and payload interfaces. - SFX-354:
gbe-products
andgbe-products-sayt
extend fromgbe-products-base
- SFX-191: Added the
sayt
component.- This component renders
sayt
related components such asgbe-autocomplete
andgbe-products-sayt
. - SFX-333: It emits events for requesting products and autocomplete terms.
- SFX-248: The
@groupby/elements-events
package is used for event names and payload interfaces.
- This component renders
- SFX-151: Added the SearchBox component.
- This component takes in search terms from user input and dispatches events accordingly.
- SFX-248: The
@groupby/elements-events
package is used for event names and payload interfaces.
- SFX-148: Added interaction tests for the SearchBox component.
- Introduced a suite of interaction tests for the SearchBox component.
- Introduced new utils to support interaction tests.