Skip to content

Conversation

@SK1965
Copy link

@SK1965 SK1965 commented Nov 24, 2025

Description

Issue Ticket Number

Fixes #<ISSUE_NUMBER>

Type of change

  • [* ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Fix or improve the documentation
  • This change requires a documentation update

Checklist

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING.md
  • I have created an issue ticket for this PR
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have run tests locally to ensure they all pass
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

Andarist and others added 30 commits September 26, 2024 14:23
This is a small internal improvement that I think is worth taking. This
makes sure that the repository is using only a single package manager
and switches away from using relative paths to reach out across
workspace boundaries

cc @colbyfayock

---------

Co-authored-by: Colby Fayock <fayock@gmail.com>
…ty#520)

# Description

This PR switches away from tsup to preconstruct - a lesser-known but
more capable tool.

The benefits are:
- better cjs & esm setup 
- and types for the above (this should pass
https://arethetypeswrong.github.io/ checks)
- `'use client'` directive support. With this you just can just add the
directive to any of your files and Preconstruct takes care of isolating
that in its own chunk
- `package.json#exports` flexibility:
- it should be possible to add extra entrypoints with ease if you ever
need that (like `next-cloudinary/something`)
- it's also easy to use differential bundling with this, if you ever
need to ship different code for dev/prov bundles, or for
node/browser/webworker/vercel's edge-light/younameit (or perhaps for
`react-server` condition)

## Issue Ticket Number

Related to
cloudinary-community#435

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

- [x] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [x] I have created an
[issue](https://github.com/cloudinary-community/next-cloudinary/issues)
ticket for this PR
- [x] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/cloudinary-community/next-cloudinary/pulls)
for the same update/change?
- [x] I have performed a self-review of my own code
- [x] I have run tests locally to ensure they all pass
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes needed to the documentation

BREAKING CHANGE: New build tool, no longer requires `use client` directive, marking as breaking for safety
# [7.0.0-beta.1](cloudinary-community/next-cloudinary@v6.13.0...v7.0.0-beta.1) (2024-09-27)

### Features

* Switch to Preconstruct for library building ([cloudinary-community#520](cloudinary-community#520)) ([a35a928](cloudinary-community@a35a928))

### BREAKING CHANGES

* New build tool, no longer requires `use client` directive, marking as breaking for safety
# [7.0.0-beta.5](cloudinary-community/next-cloudinary@v7.0.0-beta.4...v7.0.0-beta.5) (2024-10-25)

### Bug Fixes

* upgrading util packages to beta which refactors type system and how props are exported ([08a60de](cloudinary-community@08a60de))
# [7.0.0-beta.7](cloudinary-community/next-cloudinary@v7.0.0-beta.6...v7.0.0-beta.7) (2024-10-31)

### Bug Fixes

* upgrading util packages, fixing prop definitions ([94e9e87](cloudinary-community@94e9e87))
# [7.0.0-beta.8](cloudinary-community/next-cloudinary@v7.0.0-beta.7...v7.0.0-beta.8) (2024-11-01)

### Bug Fixes

* lockfile ([cb44682](cloudinary-community@cb44682))

### Features

* nextjs 15 support in package.json ([fb75bff](cloudinary-community@fb75bff))
# [7.0.0-beta.9](cloudinary-community/next-cloudinary@v7.0.0-beta.8...v7.0.0-beta.9) (2024-11-01)

### Bug Fixes

* upgrading to stable releases for url-loader and util packages ([1b9c160](cloudinary-community@1b9c160))
…-community#552)

# Description

This PR will add the `src` type to `CloudinaryLoaderCldOptions`
interface to fix the ts error being thrown from the
`cloudinary-loader.ts` file.

Fixes This will close cloudinary-community#425 

<!-- Specify above which issue this fixes by referencing the issue
number (`#<ISSUE_NUMBER>`) or issue URL. -->
<!-- Example: Fixes
https://github.com/cloudinary-community/next-cloudinary/issues/<ISSUE_NUMBER>
-->

## Type of change

<!-- Please select all options that are applicable. -->

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [x] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [x] I have created an
[issue](https://github.com/cloudinary-community/next-cloudinary/issues)
ticket for this PR
- [x] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/cloudinary-community/next-cloudinary/pulls)
for the same update/change?
- [x] I have performed a self-review of my own code
- [x] I have run tests locally to ensure they all pass
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes needed to the documentation

---------

Co-authored-by: Colby Fayock <fayock@gmail.com>
This brings the seed parameter to fillBackground
…ade-url-loader-6.2.0

chore: upgrade @cloudinary-util/url-loader to 6.2.0 and @cloudinary-util/util to 4.2.0
@vercel
Copy link

vercel bot commented Nov 24, 2025

@eportis-cloudinary is attempting to deploy a commit to the Cloudinary DevX Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants