Skip to content

Releases: cloudinary-community/svelte-cloudinary

[email protected]

15 Nov 01:35
585443a
Compare
Choose a tag to compare

Minor Changes

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

[email protected]

15 Nov 01:06
0737346
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

25 Oct 01:44
fc309ba
Compare
Choose a tag to compare

Minor Changes

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

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

[email protected]

06 Oct 02:28
69994ee
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

04 Oct 01:03
e2f6d48
Compare
Choose a tag to compare

Minor Changes

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

Patch Changes

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

[email protected]

01 Oct 00:55
Compare
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

15 Apr 01:14
Compare
Choose a tag to compare

1.3.2 (2024-04-15)

Bug Fixes

v1.3.1

17 Mar 01:21
Compare
Choose a tag to compare

1.3.1 (2024-03-17)

Bug Fixes

  • package.json export typo (e45d2aa)

v1.3.0

11 Mar 12:05
Compare
Choose a tag to compare

1.3.0 (2024-03-11)

Features

  • add load and error events to cldimage (#96) (d6523a5)

v1.2.4

11 Mar 03:11
Compare
Choose a tag to compare

1.2.4 (2024-03-11)

Bug Fixes

  • revert breaking change preventing use in non-kit projects (#97) (f629a03)