Skip to content

chore(deps): bump tweakpane from 3.1.10 to 4.0.5 in /vole-core#32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vole-core/tweakpane-4.0.5
Open

chore(deps): bump tweakpane from 3.1.10 to 4.0.5 in /vole-core#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vole-core/tweakpane-4.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps tweakpane from 3.1.10 to 4.0.5.

Release notes

Sourced from tweakpane's releases.

4.0.5

  • Improved cursor for color sliders (#630)
  • Minor documentation improvements

4.0.4

  • Fixed parsing a color string (#601)
  • Some minor improvements

4.0.3

  • Added .off() to unlisten events (#579)
  • Added native to button click event (#542)
  • Improved checkbox behavior with unwanted text selection (#545)
  • And some minor improvements for the document

4.0.2

4.0.1

  • Fixed a bug that TabApi isn't refreshable (#570, #571)

4.0.0

Thank you for using Tweakpane. This is the 4th release of the major version!

Summary

  • Migrated to ES modules 📦
  • More consistent APIs ✨ : Easier to understand functionalities
  • Improved serialization structure 💾 : New importState() and exportState() can import/export more information
  • Improved blades specificity 🔓 : Now you can access min and max of the slider, options of the list, etc. without any workarounds.
  • Many other minor improvements and bug fixes 🩹

If you are currently using v3.x, migration guide can be useful for migration.

Breaking changes

  • Migrated to ES modules (#209)
    • Use <script type="module"> to use the package
  • Unified methods to add bindings (#486)
    • Use addBinding() to add input bindings (former addInput())
    • Use addBinding() with {readonly: true} to add monitor bindings (former addMonitor())
  • Changed a event name for monitor bindings
    • Use change event for handling monitor updates instead of update
  • Replaced a preset with a blade state
    • Use importState() and exportState() instead of importPreset() and exportPreset()
  • Changed an option name for changing visual height of monitors
    • lineCount -> rows
  • Changed a way to get a binding key in event handlers
    • Use TpChangeEvent.target.key instead of TpChangeEvent.key
  • Renamed classes
    • ListApi -> ListBindingApi
    • SliderApi -> SliderBladeApi

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tweakpane](https://github.com/cocopon/tweakpane) from 3.1.10 to 4.0.5.
- [Release notes](https://github.com/cocopon/tweakpane/releases)
- [Commits](cocopon/tweakpane@3.1.10...4.0.5)

---
updated-dependencies:
- dependency-name: tweakpane
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants