Releases: mrodal/vue-inheritance-loader
Releases · mrodal/vue-inheritance-loader
Support for webpack aliases
Jest support and bug fixes
- Jest support introduced through https://github.com/mrodal/vue-inheritance-loader-jest
- Fix bug related to component paths (#3)
Bug fixes
- When resolving base template only change to if an extension for that point was found on the child. This allows extension points to be extended further down in the hierarchy and not necessarily in the direct children mrodal
- Disable
lowerCaseTags
option to avoid turning things like MyComponent to mycomponent - Parse dom with
recognizeSelfClosing
option to handle tags like
v0.1.2 Release
Fix to avoid breaking on projects with vue components without
Initial version
Initial version that supports recursive component inheritance for the template