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

chore: release 1.0.0-rc.10 #1202

Merged
merged 116 commits into from
Jul 7, 2022
Merged

chore: release 1.0.0-rc.10 #1202

merged 116 commits into from
Jul 7, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 4, 2022

Vue Storefront for Magento 1.0.0-rc.10 highlights

New features

Bugfix

Refactors

Performance

Tests

Chore

Repository

Documentation

sethidden and others added 30 commits June 13, 2022 08:43
this already works fine on desktop, but was not implemented in mobile
update from requires 2 characters but register from requires at least
1 (vee-validate require rule)

M2-706
- province/state will be now properly displayed on the shipping and billing steps
before this change, you couldn't enter the password input box on mobile
this visual issue happens because of the default behavior of the HTML
`<select>`

If the select's value doesn't match any option, it will display the
first option by default

The problem is that SfSelect (wrapper on top of select) is keeps that
behavior, but moves the form label to the top ONLY if its `value` prop
is truthy

So it's a collision of two implementations:
* SfSelect moving label to the top only when value is truthy (or if a
placeholder exists, but that doesn't fit here)
* HTML `select` displays first option if no option with given value is found

The result is the first option being visible with SfSelect label not
moved to the top.

M2-751
this commit was made because app store buttons were overlapping on the
homepage and looked unprofessional

the issue was caused by a style spill ".sf-banner img" - the sf-banner
does have a large image, but in this case the style is unintentionally
applied to *any* image in the sf-banner body. even in the call to action
Frodigo and others added 3 commits July 4, 2022 09:02
…d-to-cart

fix: m2-743. incorrect add-to-cart label on mobile menu
…-is-wrongly-recalculated-after-using-currency-checker-while-checking-product-details

fix!: m2-668 fixed price recalculation for configurable products
@Frodigo Frodigo marked this pull request as draft July 4, 2022 07:21
bartoszherba and others added 2 commits July 4, 2022 09:23
- if a country has region list the name of region will be displayed instead of a code
@sethidden sethidden temporarily deployed to canary July 4, 2022 07:30 Inactive
Frodigo and others added 5 commits July 4, 2022 10:07
…e-state-value-displayed-as-a-code-after-adding-new-address

fix: m2-596. my account province state value displayed as a code
…-login-and-registration-dont-work

fix: m2-917. login registration does not work with recaptcha
@Frodigo Frodigo marked this pull request as ready for review July 4, 2022 10:03
@Frodigo
Copy link
Collaborator

Frodigo commented Jul 4, 2022

Deployed to the stage, ready for QA.

@sethidden sethidden temporarily deployed to canary July 4, 2022 10:06 Inactive
Frodigo and others added 5 commits July 5, 2022 13:53
@sethidden sethidden temporarily deployed to canary July 6, 2022 07:40 Inactive
@Frodigo Frodigo merged commit dfc5412 into main Jul 7, 2022
@Frodigo Frodigo deleted the release/1.0.0-rc.10 branch July 7, 2022 07:10
@sethidden sethidden temporarily deployed to production July 7, 2022 07:11 Inactive
@github-actions github-actions bot deployed to production July 7, 2022 07:57 Active
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.

5 participants