-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Main
1. Package Imports
Component package removed - imports should be changed from @searchspring/snap-preact-componets to @searchspring/snap-preact/components
2. AfterSearch / AfterStore
The afterSearch middleware payload changed - response.search.search and response.search.meta are the new structures. Need to find and adjust.
https://github.com/search?q=org%3Asearchspring-implementations%20afterSearch&type=code
3. RecommendationBundle Props
The title and description props use the values from the profile response by default - will need to adjust custom bundle components that are generating their own templates.
4. RecommendationBundle Styles
Styling attached to incorrect classname - class addedToCart was always on - now correctly using modifier class ss__recommendation-bundle__wrapper__cta__button--added:
https://github.com/search?q=org%3Asearchspring-implementations+addedToCart+language%3ASCSS&type=code&l=SCSS
5. Polyfills
The universal bundle should have the proper polyfills for intersection observer provided by @searchspring/snap-preact
See: searchspring/snapfu-scaffold-preact#110
6. Swatches Component
Some sites using Swatches components may need to adjust styling - moved away from swiper.js to Slideshow component.
Others
1. Recommendation Profile Tracker
This is being removed in 1.0 - but several integrations use it and also have styles associated with it.