Releases: checkout-charlie/vue-imgix-transformer
Releases · checkout-charlie/vue-imgix-transformer
v4.0.3
Bugfix: remove extra quotation mark img elements
Bugfix: remove an extra quotation mark in img
elements from transformHtml
Removed lazyload CSS class
What is changed:
lazyload
CSS class is removed- document usage is removed
- deprecated
generateImageElement
method is removed
Fix: return originalHtml if there is no document
Fix: return originalHtml if there is no document
Add lazyload to htmlTransformer method
So that the image inside the html have lazyload.
Exclude src, correct documentation
- Add .npmignore to exclude src
- Correct documentation
Fix dist issue
v3.2.2 update version to 3.2.2
Make imgix-core-js dependency optional
v3.2.0 update version to 3.2.0
Add id attribute to Image component
v3.1.0 add id attribute to Image component and update version to 3.1.0
Update Plugin
- use src to pass the original image path, to be consistent with regular img element
- change component names to be consistent with the vendor specific naming
- provide alternative configurations separation
- allow multiple regexes for checking organisation specific URLs
- update README
- update version number to 2.0.0