v4.1.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. b086d8f
Maintenance
All changes: #118