-
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.2.0 #5489
Merged
Merged
Release v2.2.0 #5489
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: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
in addAccountToGroup mutation Signed-off-by: Eric Dobbertin <[email protected]>
covered by Jest integration tests now Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…mplate-import feat: remove startup template import
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…oRemoveWarning chore: update bodyParser to use individual method
…FilterPermissions
…Groups refactor: use Accounts collection instead of Meteor.users to get admin accounts
Signed-off-by: Christopher Shepherd <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
…op-app-version chore: remove unused shop.appVersion
Fix popover z-index
…ublish fix partial product publish error
…o-packages Update Apollo packages to support hooks
…dd-account-to-group-mutation
Signed-off-by: Chris Birk <[email protected]>
Signed-off-by: Chris Birk <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
add offset for pagination with tests
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
…h-carts-performance Refactor after-publish cart updates for speed
…ccount-to-group-mutation Rewrite addAccountToGroup to not call through to Meteor method
…rderStatusWithSplitButton refactor: use SplitButton from Catalyst instead of ConrifmButton
Signed-off-by: Spencer Norman <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…fix-sidebar update catalyst sidebar font and color styles
Signed-off-by: Erik Kieckhafer <[email protected]>
manueldelreal
approved these changes
Aug 29, 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.
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.2.0
Reaction v2.2.0 adds minor features and performance enhancements, fixes bugs and contains no breaking changes since v2.1.0.
This release is being coordinated with
reaction-platform
and is designed to work withv2.2.0
ofexample-storefront
andreaction-hydra
.Notable changes
Elimination of all
eslint
warningsThe Reaction code base is now clean of all
eslint
warnings. Going forward, alleslint
rules have been changed toerror
, and CI will fail if any are present.Product filtering by CSV
Admins can filter products by uploading a CSV in the product admin.
Introduce Apollo hooks
Apollo has been updated to v3.0.0, which introduces GraphQL hooks into Reaction.
Updated Orders Admin UI
The new Orders UI allows is completely GraphQL based and allows for updates to multiple fulfillment groups on each order.
Remove Snyk as a CI step
Snyk was unable to work with PR's from forked repositories, which in turn caused every contribution to fail the CI check. We have removed Snyk as a blocking CI check because of this, and will run it locally on a schedule to still see which packages are in need of an update.
Feature
Fixes
Chores
Refactors
Style
returns
instead ofreturn
(#5447)Tests
Breaking Changes
None
Contributors
Thanks to @cmbirk, @loan-laux and @rattrayalex-stripe for contributing to this release! 🎉