unchartedsoftware / grafer

Large graph rendering library.
Apache License 2.0
3 stars 2 forks source link

build(deps): bump tweakpane from 1.5.8 to 4.0.1 #159

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps tweakpane from 1.5.8 to 4.0.1.

Release notes

Sourced from tweakpane's releases.

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 :package:
  • More consistent APIs :sparkles: : Easier to understand functionalities
  • Improved serialization structure :floppy_disk: : New importState() and exportState() can import/export more information
  • Improved blades specificity :unlock: : 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 :adhesive_bandage:

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
    • TextApi -> TextBladeApi
  • Renamed fields
    • SliderApi.maxValue -> SliderBladeApi.max
    • SliderApi.minValue -> SliderBladeApi.min

New features

  • Improved blades specificity. (#455)
    • Now you can access min and max of the slider, options of the list, etc. without any workarounds.
  • Importing/exporting all blades individually. (#509)
  • All container blades have refresh() and can be refreshed individually. (#510)
  • Added a shared config to point dimension params. (#417)
  • Added support for a custom formatter to point-nD inputs. (#511)
  • Added support for a custom key / pointer scale to number text inputs. (#471)

... (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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 9 months ago

Superseded by #163.