Skip to content

Releases: checkout-charlie/vue-imgix-transformer

v4.0.3

10 Jan 13:30
1603e3d
Compare
Choose a tag to compare

Reasoning: Not providing title or alt would cause an empty title to be rendered, preventing titles from other elements to be shown.
Since the attributes bound to the ImgixImage are applied to the by Vue, there is no need to manually provide them.

Bugfix: remove extra quotation mark img elements

03 Sep 14:52
Compare
Choose a tag to compare

Bugfix: remove an extra quotation mark in img elements from transformHtml

Removed lazyload CSS class

03 Sep 14:47
Compare
Choose a tag to compare

What is changed:

  1. lazyload CSS class is removed
  2. document usage is removed
  3. deprecated generateImageElement method is removed

Fix: return originalHtml if there is no document

30 Aug 12:52
Compare
Choose a tag to compare

Fix: return originalHtml if there is no document

Add lazyload to htmlTransformer method

24 Jun 09:23
Compare
Choose a tag to compare

So that the image inside the html have lazyload.

Exclude src, correct documentation

17 May 13:22
Compare
Choose a tag to compare
  1. Add .npmignore to exclude src
  2. Correct documentation

Fix dist issue

29 Apr 12:05
Compare
Choose a tag to compare
v3.2.2

update version to 3.2.2

Make imgix-core-js dependency optional

29 Jan 14:56
Compare
Choose a tag to compare
v3.2.0

update version to 3.2.0

Add id attribute to Image component

27 Jan 23:11
Compare
Choose a tag to compare
v3.1.0

add id attribute to Image component and update version to 3.1.0

Update Plugin

09 Jan 16:53
Compare
Choose a tag to compare
  1. use src to pass the original image path, to be consistent with regular img element
  2. change component names to be consistent with the vendor specific naming
  3. provide alternative configurations separation
  4. allow multiple regexes for checking organisation specific URLs
  5. update README
  6. update version number to 2.0.0