issues
search
cloudinary
/
cloudinary-vue
Cloudinary components library for Vue.js application, for image and video optimization.
https://cloudinary.com/documentation/vue_integration
98
stars
10
forks
source link
Part2 refactor & improvements
#110
Closed
mayashavin
closed
3 years ago
mayashavin
commented
4 years ago
Brief Summary of Changes
Fix #99
Fix #88
Fix #82
Unify and add more unit tests
Refactor CldImage and CldVideo to use render function for better performance improvement.
Remove unnecessary functions like attributes.js, etc.
Separate and reuse the logic for computing options to generate URL in all components.
Reduced the network calls for images to the minimal
What does this PR address?
[x] Github issue (Add reference - #XX)
[x] Refactoring
[ ] New feature
[x] Bug fix
[x] Adds more tests
Are tests included?
[x] Yes
[ ] No
Brief Summary of Changes
What does this PR address?
Are tests included?