Skip to content

Version packages - #2368

Merged
enyo merged 1 commit into
mainfrom
changeset-release/main
Sep 13, 2026
Merged

enyo merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

dropzone@6.3.0

Minor Changes

  • #2361 4724f39 - Ship TypeScript types. The library is now written in TypeScript and the package carries its own declarations, so dropzone is typed from its own source.

    If you installed @types/dropzone, uninstall it: it is stuck at 5.7.9 and describes the v5 API, so it will now conflict with — and is less accurate than — the types shipped here.

    Dropzone.prototype.Emitter is now Dropzone.Emitter. It was undocumented and described in the source as being exposed for tests, so this is unlikely to affect you; if you reached for it, the class is in the same place under the shorter name.

Patch Changes

  • #2361 4724f39 - Give each dropzone its own thumbnail queue. It lived on the prototype, so every dropzone on a page shared one: queuing a thumbnail on one was visible from the others, and they rendered from a single queue guarded by a single lock. Only pages with more than one dropzone were affected.

@github-actions

github-actions Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor Author

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 79.42% 880 / 1108
🔵 Statements 79.77% 927 / 1162
🔵 Functions 92.89% 196 / 211
🔵 Branches 76.46% 510 / 667
File CoverageNo changed files found.
Generated in workflow #122 for commit 42ffa61 by the Vitest Coverage Report Action

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5174650 to 42ffa61 Compare September 13, 2026 09:55
@enyo
enyo merged commit e4d6a07 into main Sep 13, 2026
3 checks passed
@enyo
enyo deleted the changeset-release/main branch September 13, 2026 10:01
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.

1 participant