example-storefront

Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.

APACHE-2.0 License

Stars
604
Committers
37

Bot releases are hidden (Show)

example-storefront - v3.0.0-beta

Published by kieckhafer almost 5 years ago

v3.0.0-beta

This is the beta release of the Example Storefront project that is designed to work with our new Reaction API.

Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together. This change has two exceptions: we will release all projects in coordination for a beta release, and all projects in coordination for the official v3.0.0 release.

example-storefront - v3.0.0-alpha.3

Published by kieckhafer almost 5 years ago

v3.0.0-alpha.3

This is the latest alpha release of the Example Storefront that is designed to work with our new Reaction API.

Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together.

Features

  • feat: implemented change password flow and standard OpenID logout flow #637

Fixes

  • fixes: made bin/setup handle special characters in variables #639
example-storefront - v2.9.1

Published by kieckhafer almost 5 years ago

v2.9.1

Example Storefront v2.9.1 is a patch update to keep this project in sync with Reaction v2.9.1.

Fixes

  • fix: login from storefront #633
example-storefront - v3.0.0-alpha.2

Published by kieckhafer almost 5 years ago

v3.0.0-alpha.2

Example Storefront v3.0.0-alpha.2 is the second alpha release of the Example Storefront that is designed to work with our new Reaction API.

Reaction releases will no longer be coordinated across all projects - we'll release each project, independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together.

Features

  • feat: auto-create Hydra client on startup #628

Chores

  • chore: use published image for docker-compose #623

Fixes

  • fixes: handle OAUTH2_IDP_HOST_URL with no ending slash and missing shop #627
example-storefront - v3.0.0-alpha

Published by rosshadden almost 5 years ago

v3.0.0-alpha

This is a major update to keep this project in sync with
reaction v3.0.0-alpha,
example-storefront v3.0.0-alpha,
and reaction-platform v3.0.0-alpha.

Fixes

  • Fix params for withTag API query #621

Refactors

  • Update token name cartToken #616
example-storefront - v2.9.0

Published by machikoyasuda almost 5 years ago

v2.9.0

Example Storefront v2.9.0 is a minor update to keep this project in sync with Reaction v2.9.0 and reaction-hydra v2.9.0

example-storefront - v2.8.1

Published by kieckhafer almost 5 years ago

v2.8.1

Example Storefront v2.8.1 is a patch update to keep this project in sync with Reaction v2.8.1 and reaction-hydra v2.8.1

example-storefront - v2.8.0

Published by kieckhafer almost 5 years ago

v2.8.0

Example Storefront v2.8.0 is a minor update to keep this project in sync with Reaction v2.8.0 and reaction-hydra v2.8.0

example-storefront - v2.7.0

Published by willopez about 5 years ago

v2.7.0

Example Storefront v2.7.0 is a minor update to keep this project in sync with Reaction v2.7.0 and reaction-hydra v2.7.0

example-storefront - v2.6.0

Published by willopez about 5 years ago

v2.6.0

Example Storefront v2.6.0 is a minor update to keep this project in sync with Reaction v2.6.0 and [reaction-hydra v2.6.0](https://github.com/reactioncommerce/reaction-hydra

example-storefront - v2.5.0

Published by willopez about 5 years ago

v2.5.0

Example Storefront v2.5.0 is a minor update to keep this project in sync with Reaction v2.5.0 and reaction-hydra v2.5.0

Fixes

fix: Make sure development entry-point runs bin/start by default
fix: Cannot edit checkout address (#494)

Chores

chore: Remove inactive end-to-end propel/calibre tests

Breaking Changes

None

example-storefront - V2.4.0

Published by willopez about 5 years ago

v2.4.0

Example Storefront v2.4.0 is a minor update to keep this project in sync with Reaction v2.4.0 and reaction-hydra v2.4.0

Features

feat: Use host uid:gid and use in docker to avoid file permissions problems #576

Fixes

fix: Resolve broken e2e tests by adding a checkout step in CircleCI #580

Breaking Changes

None

example-storefront - v2.3.0

Published by willopez about 5 years ago

v2.3.0

Example Storefront v2.3.0 is a minor version update to keep this project in sync with Reaction v2.3.0 and reaction-hydra v2.3.0

example-storefront - v2.2.1

Published by kieckhafer about 5 years ago

v2.2.1

This is a patch version change keep versioning coordinated between Reaction Platform, Reaction, Reaction Hydra, and Example Storefront.

example-storefront - v2.2.0

Published by willopez about 5 years ago

v2.2.0

This is a minor version change keep this project's versioning coordinated with Reaction v2.2.0 and reaction-hydra v2.2.0

example-storefront - v2.1.0

Published by kieckhafer about 5 years ago

v2.1.0

Example Storefront v2.1.0 is a minor update to keep this project in sync with Reaction v2.1.0 and reaction-hydra v2.1.0

Docs

docs(readme): component library naming #555
docs: Adjust graphiql URLs links and docs #551

Chores

chore: Add 302 redirects to env.EXTERNAL_GRAPHQL_URL #550
chore: update changelog + version match #548

Breaking Changes

None

example-storefront - v2.0.0

Published by spencern over 5 years ago

v2.0.0

Reaction v2.0.0—an API-first, real-time commerce engine built using Node.js, React, and GraphQL. It’s the second major release of our open source commerce software.

This release is coordinated with Reaction Platform and is designed to work with the Reaction and reaction-hydra.

Reaction v2.0.0 is built as a truly headless commerce platform that decouples the Reaction backend services from the frontend. We’ve decoupled the storefront application from the API. Reaction platform now consists of this Example Storefront, which connects with the Reaction application via GraphQL to provide a customer-facing storefront. The API is provided by the Reaction project, which is now primarily our GraphQL API. The legacy integrated Meteor storefront is no longer part of the Reaction project.

Notable changes

This Example Storefront is brand new for the 2.0 version of Reaction. Check out previous release notes from this project for details and associated issues and PRs.

See the release notes for the Reaction project for more information about our 2.0 release.

New documentation

See this page for a non-comprehensive list of new and updated docs.

Some highlights:

OS notes

Support for Windows.
[reaction-platform](https://github.com/reactioncommerce/reaction-platform) is not compatible with Windows and has not been fully tested on Windows at this time.

MacOS and Linux are supported.
Reaction will support development in a dockerized environment and will focus on tooling and documentation for installation and configuration on the macOS and Linux OSes.

We've adopted the DCO

We've adopted the Developer Certificate of Origin (DCO) in lieu of a Contributor License Agreement for all contributions to Reaction Commerce open source projects. We request that contributors agree to the terms of the DCO and indicate that agreement by signing all commits made to Reaction Commerce projects by adding a line with your name and email address to every Git commit message contributed:

Signed-off-by: Jane Doe <[email protected]>

You can sign your commit automatically with Git by using git commit -s if you have your user.name and user.email set as part of your Git configuration.

We ask that you use your real name (please no anonymous contributions or pseudonyms). By signing your commit you are certifying that you have the right have the right to submit it under the open source license used by that particular Reaction Commerce project. You must use your real name (no pseudonyms or anonymous contributions are allowed.)

We use the Probot DCO GitHub app to check for DCO signoffs of every commit. If you forget to sign your commits, the DCO bot will remind you and give you detailed instructions for how to amend your commits to add a signature.

We're following in the footsteps of several other open source projects in adopting the DCO such as Chef, Docker, and GitLab

Contributors

Our sincere thanks to @loan-laux and @aldaircruz for contributing to this release.

Share your feedback

We want to hear from you! Here are some good ways to get in touch.

  • Want to request a new feature for Reaction? There’s now a Reaction repo just for new feature requests.
  • Reaction engineers and community engineers and developers are always collaborating in our Gitter chat channel
  • Ask Us Anything! Watch this space for details about an upcoming Community Q&A session with the Reaction team.
example-storefront - v2.0.0-rc.12

Published by jeffcorpuz over 5 years ago

Release v2.0.0-rc.12

This is our fourth release candidate for this project. While this project is technically still pre-release until we've released the final 2.0.0 version, it's the most stable version of Reaction Commerce, and we recommend starting new projects with it at this point. See https://github.com/reactioncommerce/example-storefront/issues/487#issuecomment-507468894 for more detail on this.

This version should be used with v2.0.0-rc.12 of https://github.com/reactioncommerce/reaction

Highlights

We have renamed this project from reaction-next-starterkit to example-storefront to better convey the intent behind our creating it. We’re also updating our docs to clarify this change.

The GraphQL API in reaction v2.0.0-rc.12 has been changed from /graphql-alpha to graphql-beta to indicate the increased stability of the API. We think there are still some breaking changes to come in the next 3-6 months to the GraphQL API which is why we're keeping the -beta suffix for now. As you find bugs with that API, please file issues in the reaction repo.

Improvements

Feature

  • feat: remove unused fields from GQL query (#527)
  • feat: always send a response to logout requests (#520)
  • feat: add Orders to Account Profile (#507)

Fix

  • fix: de-duplicate styled-components package (#542)
  • fix: only run snyk when package.json changes (#541)
  • fix: change calibre ci step to use npx (#535)
  • fix: prettier config was in the wrong place (#532)
  • fix: update component theming example remove blocking code to allow starterkit to start (#514)

Chore

  • chore: removes fossa status from readme (#545)
  • chore: rename project to example-storefront (#544)
  • chore: fix debugger command in README (#539)
  • chore: change pinned deps to ~ ranges (#538)
  • chore: match license from LICENSE.md and README (#536)
  • chore: switch to semver ~1.2.3 style ranges (#534)
  • chore: update yarn.lock to resolve snyk js-yaml vuln (#531)
  • chore: ignore snyk js-yaml vuln for 30 days (#523)

Docs

  • docs: remove production warning (#543)
  • docs: add instructions on how to run starterkit w/ prod API (#537)
  • docs: fix minor typo on README.md (#525)
example-storefront - v2.0.0-rc.11

Published by jeffcorpuz over 5 years ago

v2.0.0-rc.11

This is our third release candidate for this project. This project should be considered pre-release until we've released the final 2.0.0 version.

This version should be used with v2.0.0-rc.11 of https://github.com/reactioncommerce/reaction

Improvements

Feature

  • feat: add Orders to Account Profile (#507)

Fix

  • fix: Update component theming example (#511)

Chore

  • chore: remove blocking code to allow starterkit to start (#514)
example-storefront - v2.0.0-rc.10

Published by spencern over 5 years ago

v2.0.0-rc.10

This is our second release candidate for this project. This project should be considered pre-release until we've released the final 2.0.0 version.

This version should be used with v2.0.0-rc.10 of https://github.com/reactioncommerce/reaction

Improvements

Dev Utilities

  • We have made it easier to debug and troubleshoot issues in our Docker image:
    (#504)

General

  • We added a new new profile address book page (#499)
  • We added support for GraphQL Subscriptions (#492)
  • We added the ability to get sitemap data from GQL API and make it available on sitemap*.xml routes (#488)
  • We added the ability to have surcharges attached to an order (#499)

Breaking Changes

Multiple Payment Support

  • All of the individual placeOrder* GraphQL mutations provided by the built-in payment plugins are removed and replaced with a single placeOrder mutation which supports multiple payments. Any custom payment method plugins will break due to the removal of createOrder internal mutation. Look at all changes. (https://github.com/reactioncommerce/reaction/pull/4908)

Feature

  • feat: performance metrics integration with calibre (#508)
  • feat: add dev utilities to the docker image (#504)
  • feat: new Profile Address page (#499)
  • feat: add graphql subscription support (#492)
  • feat: setup sitemap routes to get data from GQL server (#488)
  • feat: display order surcharges in UI (#449)

Fixes

  • fix: add enhancements to sitemap route handling (#497)
  • fix: updated dependencies and snyk policies (#496)

Refactor

  • refactor: update checkout to support multiple payments (#477)
  • refactor: navigation data comes from new NavigationTree (#472)

Chore

  • chore: update typography variants based on MUI warning (#506)
  • chore: updated config for modules and tree shaking (#495)

Docs

  • docs(tags): update tag docs to include sitemap, isVisible (#505)