-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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.12 #5259
Merged
Merged
Release v2.0.0 rc.12 #5259
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
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
and demeteorize Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
…-validation fix marketplace invitation validation
- Packages loading - Shops.layout setting - Account groups management Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
…-load fix: ensure translations from all packages load
- Allow storefrontUrls to be missing (headless mode) - Avoid DB operation unless ":token" placeholder is present Signed-off-by: Peter Lyons <[email protected]>
…l-endpoint Rename graphql endpoint
fix: Can't re-send shop manager invite to existing non-activated user
- Allows storefront URLs to work even signed in and have token Signed-off-by: Peter Lyons <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
fix: socket issues
Signed-off-by: Peter Lyons <[email protected]>
…ioncommerce/reaction into fix-pete-email-link-to-order-page
Also add some more test cases Signed-off-by: Peter Lyons <[email protected]>
…ioncommerce/reaction into fix-pete-email-link-to-order-page
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
feat: better cart and order item attributes, with labels
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Peter Lyons <[email protected]>
…ioncommerce/reaction into fix-pete-email-link-to-order-page Signed-off-by: Peter Lyons <[email protected]>
…-order-page fix: Make new order email links correct for storefront
Signed-off-by: Jeffrey Corpuz <[email protected]>
Signed-off-by: Spencer Norman <[email protected]>
Signed-off-by: Jeffrey Corpuz <[email protected]>
spencern
approved these changes
Jul 2, 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.
Looks great.
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.12
This is our twelfth release candidate for v2.0.0 of Reaction.
Please check it out and let us know what works and what doesn't for you.
This release is being coordinated with
reaction-platform
and is designed to work with the same versions ofexample-storefront
andreaction-hydra
.Improvements
Feature
reaction plugins
usage (feat: replacereaction plugins
usage #5070)Fix
Chore
Refactor
getVariantPrice
to determine price inxformCartGroupToCommonOrder
(refactor: usegetVariantPrice
to determine price inxformCartGroupToCommonOrder
#5142)Performance
Breaking Changes
navigationTreeById
now accepts an object containing params { language, navigationTreeId, shouldInlcudeSecondary } instead of individual params. (Additional navigation visibility options #5153)draftItems
is admin only now so to not expose work-in-progress changes to the publicprice
field has been removed fromCatalogProduct
andCatalogProductVariant
. (Finish simple-pricing plugin #5143)getVariantPrice
to determine price inxformCartGroupToCommonOrder
#5142)