Skip to content
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 v3.5.0 #6184

Merged
merged 5 commits into from
Apr 8, 2020
Merged

release v3.5.0 #6184

merged 5 commits into from
Apr 8, 2020

Conversation

kieckhafer
Copy link
Member

@kieckhafer kieckhafer commented Apr 2, 2020

v3.5.0

Reaction v3.5.0 adds minor features and performance enhancements, fixes bugs, and contains no breaking changes since v3.4.0.

Notable changes

Moves three plugins into their own npm packages

discount-codes, sitemap-generator and translations plugins have been moved from internal plugins, to npm install packages.

Price field has been deprecated on Product Variants and Options

A new pricing field has been added to Product and ProductVariant types, and price has been deprecated, to keep field consistant across packages and product types.

Features

  • feat: support passing product data with createProduct and createProductVariant (#6150)

Refactors

  • refactor: deprecate bin/token script (#6183)
  • refactor: move sitemap generator plugin to npm (#6144)
  • refactor: move translations plugin to npm (#6160)
  • refactor: npm discount codes (#6157)
  • refactor: filter out variant media from product media query (#6165)

Fixes

  • fix: adds new pricing field to product variants in order to correctly display prices (#6159)
  • fix: Update getAuthToken for ES6 modules (#6156)

Chores

  • chore: issue template update (#6158)
  • chore: Update security deps (#6190)

Docs

  • docs: Fix simple typo, epxect -> expect (#6188)

Contributors

Thanks to @timgates42 for contributing to this release! 🎉

Signed-off-by: Erik Kieckhafer <[email protected]>
rosshadden
rosshadden previously approved these changes Apr 2, 2020
Copy link
Member

@manueldelreal manueldelreal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a duplicated block on the changelog for 3.4 now with these new entries.

CHANGELOG.md Outdated

- chore: issue template update ([#6158](https://github.com/reactioncommerce/reaction/pull/6158))

# v3.4.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This duplicated the 3.4 section that is already below this diff

Signed-off-by: Erik Kieckhafer <[email protected]>
@kieckhafer kieckhafer merged commit c6a9d69 into trunk Apr 8, 2020
@kieckhafer kieckhafer deleted the release-next-v3.5.0 branch April 8, 2020 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants