-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v2.0.0 rc.8 #480
Closed
Closed
Release v2.0.0 rc.8 #480
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ActionsAddress refactor: unsplit first and last name fields in Checkout saving
…rdering-tracking-checkout Add tracking to checkout flow
…tarterkit into feature-willopez-order-complete-tracking
…:reactioncommerce/reaction-next-starterkit into feature-willopez-order-complete-tracking
…mageError Update src/lib/theme/components.js
…ncommerce/reaction-next-starterkit into feat-kieckhafer-inventoryUpdates
…ryUpdates refactor: inventory status fixes and updated UI design
…handling fix: fix logic for retrying 401s with silent re-auth
chore : integrate ssr test + broken link checker to CI
fix: Fix infinite loader when cart empty
jeffcorpuz
suggested changes
Jan 15, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closing in favor of #483 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.0.0-rc.8
This is our first release candidate for this project - we're going to be synchronizing releases across the differents parts of the Reaction Commerce ecosystem, so that's why we're starting with rc.8. 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.8
of https://github.com/reactioncommerce/reactionFeatures
order.referenceId
as displayed order ID (Use neworder.referenceId
as displayed order ID #434)Fixes
next/routes
on the server (fix: issue cause by using Router fromnext/routes
on the server #368)Docs
Performance Improvements
Refactors
Chores