solidusio / solidus_starter_frontend

🎨 Rails-based starter kit for your Solidus storefront.
BSD 3-Clause "New" or "Revised" License
55 stars 37 forks source link

Backport recent SolidusStarterFrontend changes to v3.3 branch #324

Closed gsmendoza closed 1 year ago

gsmendoza commented 1 year ago

Goal

We want to backport the recent SolidusStarterFrontend changes to v3.3 branch so that the planned SolidusBraintree 2.0.0 would be compatible with Solidus and SolidusStarterFrontend v3.3.

Background

We discovered in https://github.com/solidusio/solidus_braintree/issues/104 that the planned SolidusBraintree 2.0.0 gem is currently not compatible with Solidus 3.3, and thus would require Solidus 3.4 (or Solidus 3.4.0.dev) to work.

By backporting the recent SolidusStarterFrontend changes to v3.3 branch, SolidusBraintree 2.0.0 would hopefully be compatible with Solidus and SolidusStarterFrontend v3.3, and thus we won't have to wait for Solidus 3.4 to be released before releasing SolidusBraintree 2.0.0.

Tasks