Releases: vtex-apps/search-result
Releases · vtex-apps/search-result
v0.5.2
Fixed
- Remove code dependency with the resolved page path (e.g.
/eletronics/d
).
v0.5.1
Fixed
- Remove code dependency with the global runtime.
v0.5.0
Added
- Add
SearchFooter
and SearchResultInfiniteScroll
tests.
Changed
- Link redirect working based on the
pagesPath
prop.
- Remove GraphQL queries that will be at the vtex-apps/store project.
Fixed
- Fix
setContextVariables
function call.
- Fix SearchResult loading state to not trigger the
fetchMore
function in the first query.
v0.4.0
Added
- Add the Infinite Scroll feature to the page.
- Add a spinner to be shown when fetching more products.
Fixed
- Fix
SearchFilter
title internationalization.
v0.3.0
Added
- Internationalization to the schema.
SearchResult
component
SearchFilter
compoenent
SelectedFilters
component
- Graphql queries of
search
and facets
Changed
- Update
Checkbox
dependency to vtex.styleguide
app.