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
vueclass, the page is automatically reloaded to rerender all Vue components. fbc7126
Maintenance
- updated dependencies a56cd64
All changes: #42