|
| 1 | +# v2.0.0-rc.12 |
| 2 | + |
| 3 | +This is our fourth release candidate for this project. This project should be considered `pre-release` until we've released the final 2.0.0 version. |
| 4 | + |
| 5 | +This version should be used with `v2.0.0-rc.12` of https://github.com/reactioncommerce/reaction |
| 6 | + |
| 7 | +# Improvements |
| 8 | + |
| 9 | +## Feature |
| 10 | + |
| 11 | +- feat: always send a response to logout requests (#520) |
| 12 | +- feat: add Orders to Account Profile (#507) |
| 13 | + |
| 14 | +## Fix |
| 15 | + |
| 16 | +- fix: de-duplicate styled-components package (#542) |
| 17 | +- fix: only run snyk when package.json changes (#541) |
| 18 | +- fix: change calibre ci step to use npx (#535) |
| 19 | +- fix: prettier config was in the wrong place (#532) |
| 20 | +- feat: remove unused fields from GQL query (#527) |
| 21 | +- fix: Update component theming example remove blocking code to allow starterkit to start (#514) |
| 22 | + |
| 23 | +## Chore |
| 24 | + |
| 25 | +- chore: removes fossa status from readme (#545) |
| 26 | +- chore: rename project to example-storefront (#544) |
| 27 | +- chore: fix debugger command in README (#539) |
| 28 | +- chore: change pinned deps to ~ ranges (#538) |
| 29 | +- chore: match license from LICENSE.md and README (#536) |
| 30 | +- chore: Switch to semver ~1.2.3 style ranges (#534) |
| 31 | +- chore: update yarn.lock to resolve snyk js-yaml vuln (#531) |
| 32 | +- chore: ignore snyk js-yaml vuln for 30 days (#523) |
| 33 | + |
| 34 | +## Docs |
| 35 | + |
| 36 | +- docs: remove production warning (#543) |
| 37 | +- docs: add instructions on how to run starterkit w/ prod API (#537) |
| 38 | +- docs: Fix minor typo on [README.md](http://readme.md) (#525) |
| 39 | + |
| 40 | +# v2.0.0-rc.11 |
| 41 | + |
| 42 | +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. |
| 43 | + |
| 44 | +This version should be used with `v2.0.0-rc.11` of https://github.com/reactioncommerce/reaction |
| 45 | + |
| 46 | +# Improvements |
| 47 | + |
| 48 | +## Feature |
| 49 | + |
| 50 | +- feat: add Orders to Account Profile (#507) |
| 51 | + |
| 52 | +## Fix |
| 53 | + |
| 54 | +- fix: Update component theming example (#511) |
| 55 | + |
| 56 | +## Chore |
| 57 | + |
| 58 | +- chore: remove blocking code to allow starterkit to start (#514) |
| 59 | + |
| 60 | +# v2.0.0-rc.10 |
| 61 | + |
| 62 | +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. |
| 63 | + |
| 64 | +This version should be used with `v2.0.0-rc.10` of https://github.com/reactioncommerce/reaction |
| 65 | + |
| 66 | +# Improvements |
| 67 | + |
| 68 | +### Dev Utilities |
| 69 | + |
| 70 | +- We have made it easier to debug and troubleshoot issues in our Docker image: |
| 71 | + (#504) |
| 72 | + |
| 73 | +### General |
| 74 | + |
| 75 | +- We added a new new profile address book page (#499) |
| 76 | +- We added support for GraphQL Subscriptions (#492) |
| 77 | +- We added the ability to get sitemap data from GQL API and make it available on sitemap\*.xml routes (#488) |
| 78 | +- We added the ability to have surcharges attached to an order (#499) |
| 79 | + |
| 80 | +# Breaking Changes |
| 81 | + |
| 82 | +### Multiple Payment Support |
| 83 | + |
| 84 | +- 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) |
| 85 | + |
| 86 | +## Feature |
| 87 | + |
| 88 | +- feat: performance metrics integration with calibre (#508) |
| 89 | +- feat: add dev utilities to the docker image (#504) |
| 90 | +- feat: new Profile Address page (#499) |
| 91 | +- feat: add graphql subscription support (#492) |
| 92 | +- feat: setup sitemap routes to get data from GQL server (#488) |
| 93 | +- feat: display order surcharges in UI (#449) |
| 94 | + |
| 95 | +## Fixes |
| 96 | + |
| 97 | +- fix: add enhancements to sitemap route handling (#497) |
| 98 | +- fix: updated dependencies and snyk policies (#496) |
| 99 | + |
| 100 | +## Refactor |
| 101 | + |
| 102 | +- refactor: update checkout to support multiple payments (#477) |
| 103 | +- refactor: navigation data comes from new NavigationTree (#472) |
| 104 | + |
| 105 | +## Chore |
| 106 | + |
| 107 | +- chore: update typography variants based on MUI warning (#506) |
| 108 | +- chore: updated config for modules and tree shaking (#495) |
| 109 | + |
| 110 | +## Docs |
| 111 | + |
| 112 | +- docs(tags): update tag docs to include sitemap, isVisible (#505) |
| 113 | + |
1 | 114 | # v2.0.0-rc.9 |
2 | 115 | 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. |
3 | 116 |
|
|
0 commit comments