Skip to content

Releases: cloudinary-community/svelte-cloudinary

svelte-cloudinary@2.4.0

Choose a tag to compare

@github-actions github-actions released this 30 May 14:33
cc973c3

Minor Changes

  • deps: update (#196)

svelte-cloudinary@2.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Oct 23:53
c38d366

Patch Changes

  • fix: loaded check condition in upload widget (f8c0ef4)

svelte-cloudinary@2.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Nov 01:35
585443a

Minor Changes

  • feat: add svelte 5 support using s4 compatibility mode (#172)

svelte-cloudinary@2.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Nov 01:06
0737346

Patch Changes

  • fix: use klona instead of structuredClone for cloning options (3700ba0)

svelte-cloudinary@2.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Oct 01:44
fc309ba

Minor Changes

  • feat: better error message is logged when an image fails to load (#163)

  • deps: update types and url-loader packages (#165)

svelte-cloudinary@2.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Oct 02:28
69994ee

Patch Changes

  • deps: bump @cloudinary-util/types & @cloudinary-util/url-loader (#156)

svelte-cloudinary@2.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Oct 01:03
e2f6d48

Minor Changes

  • feat: add jsdoc descriptions to the helpers (#149)

Patch Changes

  • fix: type VERSION as a string (#153)

svelte-cloudinary@2.0.0

Choose a tag to compare

v2 is a near ground-up rewrite of svelte-cloudinary, including significant type improvements. This will undoubtedly cause many minor typing issues that would be impractical to cover in this changelog. Major changes should be listed here and in our migration guide. We tried to make this as seamless as possible, but if you encounter any issues please let us know.

Major Changes

  • breaking: rename videoRef readonly prop to videoElement (#112)

  • breaking: update @cloudinary-util/url-loader from v and @cloudinary-util/util to new their major versions (#112)

    Read the full url-loader changelog.

    Read the full util changelog.

  • breaking: change exported types (#112)

  • breaking: now requires a alt to be given (#112)

  • breaking: rename playerRef readonly prop to player (#112)

  • breaking: the version prop on was removed and is now managed internally (#112)

  • breaking: remove all GetCldImageUrl types (#112)

  • breaking: switch to @cloudinary-util/types (#112)

    Read the full types changelog.

  • breaking: rename environment variables, the old ones will be removed in the next major (#112)

    Old Name New Name Description
    VITE_PUBLIC_CLOUDINARY_CLOUD_NAME VITE_CLOUDINARY_CLOUD_NAME Your Cloudinary cloud name
    VITE_PUBLIC_CLOUDINARY_API_KEY VITE_CLOUDINARY_API_KEY API key for use with the upload widget
  • breaking: remove all GetCldOgImageUrl types (#112)

Minor Changes

  • feat: revamp <CldVideoPlayer /> internals (#112)

  • feat: add VITE_CLOUDINARY_SECURE_DISTRIBUTION and VITE_CLOUDINARY_PRIVATE_CDN env vars (#112)

  • feat: export a VERSION constant from the lib (#112)

  • feat: revamp <CldOgImage /> internals (#112)

  • feat: revamp <CldImage /> internals (#112)

  • feat: revamp <CldUploadButton /> internals (#112)

  • feat: add new configureCloudinary config helper (#112)

  • feat: add props types for the og image, upload widget, upload button, and video player components (#112)

  • feat: revamp <CldUploadWidget /> internals (#112)

Patch Changes

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Apr 01:14

1.3.2 (2024-04-15)

Bug Fixes

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 01:21

1.3.1 (2024-03-17)

Bug Fixes

  • package.json export typo (e45d2aa)