Skip to content

Releases: nuxt-modules/cloudinary

v1.0.0

07 Oct 07:55
Compare
Choose a tag to compare

🔥 Features:

  • #18 - Upload an media asset support for both client-side and server-side
  • Find and manipulate a specific asset on Cloudinary support (server-side)
  • Allow to pre-generate optimized delivery url for media asset on Cloudinary (server-side) based on given parameters.
  • Generate thumbnail picture for a video to use as its poster.
  • #24 - $cloudinary can be used on client-side when useComponent is enabled.
  • Auto optimizing with built-inf_auto and q_auto

☘️ Improvements (Breaking changes):

  • Deprecate the old API syntax ($cloudinary())
  • Introduce better and friendlier APIs, separating between image and video handling: $cloudinary.image and $cloudinary.image
  • $cloudinary.config() returns a new instance instead of overriding the current configuration, allowing to use different configurations such as cloudName for different assets within an application.
  • Add unit tests coverage
  • Refactor and document code using JSDoc.

📒 Documentation improvements

  • Add Snippets section for interesting and common use cases.
  • #17 - Add Integration examples on how to use the module with @nuxt/content hooks for optimizing images on build time.
  • Add Advanced section for more complex use cases such as pre-generate optimized delivery url for an asset based on a set of transformation
  • Separate Image and Video section.
  • Add Upload media assets section with more detailed information about uploading on client-side and server-side.
  • Document CldPlaceholder component with examples.
  • Update new feature APIs

Enjoy 💕

v0.0.11

09 Sep 14:25
Compare
Choose a tag to compare
  1. Stablize documentation
  2. Fix privateCdn value error when using useComponent without setting privateCdn

v0.0.8

06 Aug 23:23
Compare
Choose a tag to compare

Initial version 🚀