Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kieckhafer
Copy link
Member

v2.4.0

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

This release is being coordinated with Reaction Platform and is designed to work with v2.4.0 of Reaction Hydra and Example Storefront.

Notable changes

Translations have been moved out of Meteor

i18n translations have been moved outside of the Meteor context. This provides a standard route, /locales/resources.json, where all translations live, and allows for real-time updates to translations without needing to flush the cache.

Meteor app-tests have

As part of our move away from Meteor, all Meteor app-tests have been removed. This speeds up both local testing, and testing on CI.

Feature

  • feat: Translations without Meteor (#5514)

Fixes

  • fix: restore Add/Remove menu item in products page (#5564)
  • fix: use catalyst button for mediauploader (#5563)
  • fix: restore loadTranslations fn (#5546)

Refactors

  • refactor: remove Reaction.Email (#5559)
  • refactor: remove all code releated to inviting a shop owner (#5553)
  • refactor: Fix proptype warning with ReactSortableTree (#5552)
  • refactor: remove catalog/publish/products meteor method, use publi#5541hProductsToCatalog GQL Mutation instead (#)

Tests

  • tests: Faster Jest integration tests (#5549)

Docs

  • docs: Fix test command in README.md (#5565)
  • docs: Add missing GraphQL argument descriptions (#5547)

Chores

  • chore: remove meteor app-tests (#5560)
  • chore: fix various prop type validation errors (#5550)

aldeed added 30 commits August 26, 2019 20:25
Updates to latest i18next and uses more standard loading pattern

Signed-off-by: Eric Dobbertin <[email protected]>
No longer used

Signed-off-by: Eric Dobbertin <[email protected]>
aldeed and others added 21 commits September 16, 2019 09:42
…moveReactionEmail

refactor: remove Reaction.Email
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…moveMeteorTests

chore: remove meteor app-tests
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Mia Steinkirch <[email protected]>
…st-commands-readme

docs: Fix test command in README.md
fix(5226): use catalyst button for mediauploader
…tag-menu-item

fix: restore Add/Remove menu item in products page
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.

tested the usual regression flows + changes added by the release, specially the refactors. :shipit:

Copy link
Member

@willopez willopez left a comment

Choose a reason for hiding this comment

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

LGTM

@kieckhafer kieckhafer merged commit de500d5 into master Sep 19, 2019
@willopez willopez deleted the release-v2.4.0 branch September 19, 2019 22:26
@willopez willopez restored the release-v2.4.0 branch September 19, 2019 22:26
@kieckhafer kieckhafer deleted the release-v2.4.0 branch October 3, 2019 20:24
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.

7 participants