react-storefront

React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).

OTHER License

Downloads
2.5K
Stars
773
Committers
19

Bot releases are visible (Hide)

react-storefront - v8.5.0

Published by github-actions[bot] over 4 years ago

What's Changed

๐Ÿ› Bug Fixes

  • Removes dependency on IntersectionObserver. The useIntersectionObserver hook now accepts a callback to be called when IntersectionObserver is not supported. (#90) @dijs
react-storefront - v8.4.0

Published by github-actions[bot] over 4 years ago

What's Changed

  • Fix lazy loading of images in CmsSlot. (#93) @markbrocato
  • Spread additional props provided to SearchPopover to the underlying Pโ€ฆ (#92) @markbrocato
  • Allow the user to scroll the page when SearchPopover is open. (#91) @markbrocato
react-storefront - v8.3.3

Published by markbrocato over 4 years ago

What's Changed

  • Fix useSimpleNavigation for catch-all routes. (#89) @markbrocato
react-storefront - v8.3.2

Published by github-actions[bot] over 4 years ago

What's Changed

  • Fixes navigation using simple HTML links instead of Next's Link component (#88) @tonylepmets
react-storefront - v8.3.1

Published by github-actions[bot] over 4 years ago

What's Changed

  • Fix thumbnail reuse (#86) @tonylepmets
react-storefront - v8.3.0

Published by github-actions[bot] over 4 years ago

What's Changed

๐Ÿš€ Features

  • Only prefetch in production and in dev with process.env.SERVICE_WORKEโ€ฆ (#83) @markbrocato
react-storefront - v8.2.0

Published by github-actions[bot] over 4 years ago

What's Changed

๐Ÿš€ Features

  • Add ability to long-tap to zoom in carousel (#85) @kevhender
react-storefront - v8.1.0

Published by github-actions[bot] over 4 years ago

What's Changed

๐Ÿš€ Features

  • Added lazy hydrate component (#55) @dijs
  • Allow for a custom icon for search submit button (#84) @kevhender
react-storefront - v8.0.1

Published by github-actions[bot] over 4 years ago

What's Changed

  • Update Menu contents when root property changes (#79) @kevhender
react-storefront - v8.0.0

Published by github-actions[bot] over 4 years ago

What's Changed

  • New streamlined service worker makes it easier to customize service worker logic. Your service worker is now configured at sw/service-worker.js. Here is an example:
// sw/service-worker.js
import { configureServiceWorker } from 'react-storefront/sw'

const maxAgeSeconds = 60 * 60 // 1 hour

configureServiceWorker({
  api: [
    { path: '/api/p/[productId]', maxAgeSeconds },
    { path: '/api/s/[subcategoryId]', maxAgeSeconds },
    { path: '/api', maxAgeSeconds },
  ],
})
react-storefront - v7.12.1

Published by github-actions[bot] over 4 years ago

What's Changed

๐Ÿ› Bug Fixes

  • fix: Video component and add autoplay (#76) @leotoll
  • fix: Url for component documentation (#77) @leotoll
react-storefront - v7.12.0

Published by github-actions[bot] over 4 years ago

What's Changed

  • Add functionality for renderBack on menus (#70) @kevhender
  • Fix ProductOption variants to correctly display disabled options (#68) @kevhender
  • Update README.md (#69) @theball
react-storefront - v7.11.1

Published by github-actions[bot] over 4 years ago

What's Changed

  • Updated ExpandableSection ExpandIcon and CollapseIcon prop types to aโ€ฆ (#67) @markbrocato
  • Update README.md (#66) @Leosar3000
react-storefront - v7.11.0

Published by github-actions[bot] over 4 years ago

What's Changed

๐Ÿš€ Features

  • MediaCarousel functionality improvements (#64) @kevhender
react-storefront - v7.10.0

Published by github-actions[bot] over 4 years ago

What's Changed

  • Adds a window.rsf_toggleLoading function that allows developers to eaโ€ฆ (#65) @markbrocato
react-storefront - v7.9.2

Published by github-actions[bot] over 4 years ago

What's Changed

  • Fixed updating total number of items in PLP (#63) @tonylepmets
react-storefront - v7.9.1

Published by github-actions[bot] over 4 years ago

What's Changed

  • Switch from setImmediate to setTimeout to support Next 9.3. (#62) @markbrocato
react-storefront - v7.9.0

Published by github-actions[bot] over 4 years ago

What's Changed

๐Ÿš€ Features

  • Added desktop search (#53) @leotoll
react-storefront - v7.8.1

Published by github-actions[bot] over 4 years ago

๐Ÿ› Bug Fixes

  • Fixes an issue building the service worker.
react-storefront - v7.8.0

Published by github-actions[bot] over 4 years ago

๐Ÿ› Bug Fixes

  • Fix MediaCarousel hint processing to only apply for lightbox (#61) @kevhender

๐Ÿงฐ Maintenance

  • Modular workbox (#58) @tonylepmets
  • Removed the console message about preact. (#59) @markbrocato