Releases: uicrooks/shopify-foundation-theme
Releases · uicrooks/shopify-foundation-theme
v4.5.0
Changes
Renamed addresses
Vue component to addresses-switch
b63f1fe
Refactored CSS styles for Tailwind CSS v3+
e95f6ab
Maintenance
Updated to the latest version of Theme Lab 9ef277d
All changes: #62
v4.4.1
Maintenance
- Remove the old
src-placeholder
attribute which is obsolete aa15bde
All changes: #56
v4.4.0
Changes
- allow multiple Vue instances on the same page 9e31658
Maintenance
All changes: #52
v4.3.0
Changes
- added Tailwind CSS specific
at-rule-no-unknown
config for stylelint
. This was accidentally removed in one of the previous releases fbf2ea8
- removed now redundant
&
from a CSS file 9f1a47d
Bug fixes
- properly update product price on variant change ee42d7e
Maintenance
- updated to the latest
Shopify Theme Lab
files 5e7ba4a
All changes: #47
v4.2.2
Bug fixes
- fixed search count on the search results page. It now correctly displays the total result count. @ccanete efd7dc6
All changes: #43
v4.2.1
Bug fixes
- When saving a section file during development the Shopify CLI would hot-replace the section without reloading the page if the section was present on that page. This broke Vue components as they need to be rerendered. So now anytime a section is inserted with the
vue
class, the page is automatically reloaded to rerender all Vue components. fbc7126
Maintenance
All changes: #42
v4.2.0
Improvements
- removed
style-loader
and adjusted webpack configs. Webpack now always creates a CSS
bundle to take advantage of Shopify's SSE hot-reloading 5c557b7
Maintenance
All changes: #41
v4.1.2
Maintenance
- added new GitHub issue forms 5803a7e
All changes: #40
v4.1.1
Bug fixes
- fixed the name property for the login field inside the custom
password
template b67c396
All changes: #39
v4.1.0
Bug fixes
- added some missing translations 30fea3b
Changes
- removed custom
Vue
lazy-loading component and CSS in favor of browser native lazy-loading d321aa4
Maintenance
All changes: #37