Skip to content

Releases: vuetifyjs/vuetify-loader

v1.2.0

29 Jan 07:17
Compare
Choose a tag to compare

Bug Fixes

  • ignore pug compiler errors (bb09fcc), closes #39

Features

v1.1.1

06 Jan 20:21
Compare
Choose a tag to compare

🚗 Things we changed

  • 687f92a Add check for .sass files

v1.1.0

03 Jan 21:18
Compare
Choose a tag to compare

🚗 Things we changed

  • 4093cf3 Add check for .scss files

v1.0.8

02 Dec 08:08
Compare
Choose a tag to compare

🔧 Things we fixed

  • #32 Fixed faulty peerDependency warning when used with pug

v1.0.7

24 Nov 03:39
Compare
Choose a tag to compare

🔧 Things we fixed

  • 5fc9101 Improve loader performance by loading files asynchronously
  • #28 Remove optional dependencies from peerDependencies

v1.0.6

01 Nov 05:30
Compare
Choose a tag to compare

🔧 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

18 Oct 06:02
Compare
Choose a tag to compare

🔧 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

16 Oct 11:52
Compare
Choose a tag to compare

🔧 Things we fixed

  • #11 Fixed component resolution when exporting a VueConstructor instead of an options object

v1.0.3

12 Oct 13:00
Compare
Choose a tag to compare

🔧 Things we fixed

  • 2d2fc2c Sort imports to (hopefully) prevent mini-css-extract-plugin errors

Turns out this didn't help, you have to either use vue-style-loader instead, or ignore the warnings with this script: webpack-contrib/mini-css-extract-plugin#250 (comment)

v1.0.2

03 Oct 09:59
Compare
Choose a tag to compare
  • #7 Fixed HMR registration
  • #8 Skip components without a template