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 1.5.9 #3333

Merged
merged 89 commits into from
Nov 21, 2017
Merged

Release 1.5.9 #3333

merged 89 commits into from
Nov 21, 2017

Conversation

spencern
Copy link
Contributor

@spencern spencern commented Nov 21, 2017

v1.5.9

Fixes

Refactors

Style

foladipo and others added 30 commits October 12, 2017 20:31
mikemurray and others added 21 commits November 16, 2017 15:07
… defaultValue

When the translation component is passed a defaultValue that matches an i18n key with
an object value, `i18next.t` returns `undefined` instead of the default value.
Our Translation component was then returning an empty string in place of the default value
for these translations. This commit fixes that and returns the defaultValue if `i18next.t` returns `undefined`  // i18next returns 'undefined' if the default value happens to be the key for a set of definitions

Example of the issue
example en.json file
```
...
"components": {
	"componentDef": "Translated Component Def"
}
```
In this case, a request for i18next.t("components", "defaultValue") will return undefined
but i18next.t("components.componentDef", "defaultValue") will return correctly
…-translation-component-undefined

(fix): Translation component issue returning undefined instead of defaultValue
…e-merchant-shop-apps

Fix: hide settings panels merchant shops
…flow-uniqueItem-_id-undefined-3104

Fix uniqueItem._id undefined
Checking if the variant belongs to current product
…footer-and-header

Use React components for footer and header
…lFix

fix Cart.getShippingTotalByShop and use it in Cart.getSubTotal and in…
Fixed indicating products that are invalid for publication
…ud-panel-to-react-3093

Convert TaxCloud panel to React
@brent-hoover
Copy link
Collaborator

Are these new grey lines supposed to be here? Totally not testing this PR or nothing but....
reaction

@spencern
Copy link
Contributor Author

🤔 Hmm.. @rymorgan any thoughts on that?
@zenweasel do you think they got introduced in this release?

@brent-hoover
Copy link
Collaborator

They were there before but they are darker and thicker now? From master. Probably from Ryan's color tweaks? I don't have an opinion, just want to make sure that is what was intended.

reaction

@brent-hoover
Copy link
Collaborator

Word from @rymorgan is that's the intended result. Approving.

Copy link
Collaborator

@brent-hoover brent-hoover left a comment

Choose a reason for hiding this comment

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

👍

@spencern spencern merged commit 7f0899f into master Nov 21, 2017
@spencern spencern deleted the release-1.5.9 branch November 21, 2017 02:12
Akarshit pushed a commit that referenced this pull request Jan 7, 2018
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.