Releases: storefront-foundation/react-storefront
Releases · storefront-foundation/react-storefront
v7.7.3
What's Changed
- Fixes a bug in fetchFromAPI when fetching from 127.0.0.1
v7.7.2
What's Changed
- Use http in fetchFromAPI when host is 127.0.0.1 (#60) @markbrocato
🐛 Bug Fixes
- Hide MagnifyHint when image is already fully magnified, and use magnified image in Lightbox (#50) @kevhender
🧰 Maintenance
- Add test coverage for service worker (#57) @kevhender
v7.7.1
🐛 Bug Fixes
- Fix service worker serving from cache (#56) @kevhender
v7.7.0
What's Changed
- Add support for calling a separate api host in fetchFromAPI based on … (#54) @markbrocato
v7.6.0
What's Changed
🚀 Features
- Pause prefetches when non-prefetch request is sent to origin (#45) @kevhender
🧰 Maintenance
- Update storybook metadata creation to support Knobs in docs app (#48) @kevhender
v7.5.0
What's Changed
- Renamed x-rsf-cache-control header to x-sw-cache-control
v7.4.0
v7.3.1
v7.3.0
What's Changed
- Fix service worker creating null cache and console errors (#41) @leotoll
- Default to React instead of Preact (#42) @tonylepmets
- Feature/send api version (#37) @markbrocato
- Fix precaching of page chunk files (#38) @tonylepmets
- Fixes a bug in serviceWorker.prefetchJsonFor where an undefined path … (#40) @markbrocato
🧰 Maintenance
- Fix doc generation to correctly push latest docs when published to npm (#36) @kevhender
7.2.3
What's Changed
- Fix the color of the cart button in the app header. (#35) @markbrocato