Releases: vuetifyjs/vuetify-loader
Releases · vuetifyjs/vuetify-loader
v1.0.8
🔧 Things we fixed
- #32 Fixed faulty peerDependency warning when used with pug
v1.0.7
🔧 Things we fixed
- 5fc9101 Improve loader performance by loading files asynchronously
- #28 Remove optional dependencies from peerDependencies
v1.0.6
🔧 Things we fixed
- #10 Load components used in pug templates (thanks @amritk)
- #21 Load components from external templates:
<template src="./my-comp.html">
(thanks @adamdyson)
v1.0.5
🔧 Things we fixed
- 323f9d6 Added webpack 4 to peerDependencies
- 9b75c8c Fixed a bug where progressive-loader would try to use GraphicsMagick instead of ImageMagick
- #12 Fixed a progressive-loader tag parsing bug preventing use of PascalCase components
v1.0.4
🔧 Things we fixed
- #11 Fixed component resolution when exporting a VueConstructor instead of an options object
v1.0.2
- #7 Fixed HMR registration
- #8 Skip components without a template