Skip to content

Releases: mrodal/vue-inheritance-loader

Support for webpack aliases

15 Sep 21:21

Choose a tag to compare

  • Added support for webpack aliases on the extends attribute (#6)

Jest support and bug fixes

02 Feb 11:30

Choose a tag to compare

Bug fixes

29 Jan 21:10

Choose a tag to compare

  • 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

29 Jan 13:01

Choose a tag to compare

Fix to avoid breaking on projects with vue components without

Initial version

26 Jan 21:43

Choose a tag to compare

Initial version that supports recursive component inheritance for the template