Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump leafwing-input-manager from 0.12.1 to 0.13.3 #11

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps leafwing-input-manager from 0.12.1 to 0.13.3.

Changelog

Sourced from leafwing-input-manager's changelog.

Version 0.13.3

Bugs

  • fixed a bug where DualAxis was being considered pressed even when its data was [0.0, 0.0].

Usability

  • added InputManagerBundle::with_map(InputMap) allowing you to create the bundle with the given InputMap and default ActionState.

Version 0.13.2

Usability

  • added with_threshold() for const SingleAxis creation.
  • added horizontal_gamepad_face_buttons() and vertical_gamepad_face_buttons() for VirtualAxis, similar to VirtualDpad::gamepad_face_buttons().
  • changed various creations of DualAxis, VirtualAxis, VirtualDpad into const functions as they should be:
    • left_stick(), right_stick() for DualAxis.
    • from_keys(), horizontal_arrow_keys(), vertical_arrow_keys(), ad(), ws(), horizontal_dpad(), vertical_dpad() for VirtualAxis.
    • arrow_keys(), wasd(), dpad(), gamepad_face_buttons(), mouse_wheel(), mouse_motion() for VirtualDpad.

Version 0.13.1

Breaking Changes

  • removed the block_ui_interactions feature:
    • by default, this library will prioritize bevy::ui.
    • if you want to disable this priority, add the newly added no_ui_priority feature to your configuration.

Bugs

  • fixed a bug related to missing handling for ActionState::consumed

Usability

  • exported ActionState::action_data_mut_or_default()

Version 0.13.0

Breaking Changes

  • Modifier::Win has been renamed to Modifier::Super, consistent with KeyCode::SuperLeft and KeyCode::SuperRight.
  • both KeyCode-based logical keybindings and ScanCode-based physical keybindings are no longer supported; please migrate to:
    • KeyCodes are now representing physical keybindings.
    • InputKind::Keyboard has been removed.
    • InputKind::KeyLocation has been removed; please use InputKind::PhysicalKey instead.
    • All ScanCodes and QwertyScanCodes have been removed; please use KeyCode instead:
      • all letter keys now follow the format KeyCode::Key<Letter>, e.g., ScanCode::K is now KeyCode::KeyK.
      • all number keys over letters now follow the format KeyCode::Digit<Number>, e.g., ScanCode::Key1 is now KeyCode::Digit1.
      • all arrow keys now follow the format KeyCode::Arrow<Direction>, e.g., ScanCode::Up is now KeyCode::ArrowUp.

... (truncated)

Commits
  • 4a92146 Bump to 0.13.3
  • 1c1f661 Add InputManagerBundle::with_map and fix a mishandling of DualAxis (#489)
  • cd7f795 Apply suggestions from grammar check (#486)
  • b3e792a Fix links (#484)
  • 472cd0e Bump release number
  • 6e026b0 Const functions and cleanup (#481)
  • 1e15c45 Add missing handling for ActionState::consumed (#480)
  • 5b4d61c Export action_data_mut_or_default (#479)
  • 88d330e Align the behavior of the ui feature with egui (#477)
  • 9628f6b Add CI testing for all feature flag combinations and fix all reported errors ...
  • Additional commits viewable in compare view

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 <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 [leafwing-input-manager](https://github.com/leafwing-studios/leafwing-input-manager) from 0.12.1 to 0.13.3.
- [Changelog](https://github.com/Leafwing-Studios/leafwing-input-manager/blob/main/RELEASES.md)
- [Commits](Leafwing-Studios/leafwing-input-manager@v0.12.1...v0.13.3)

---
updated-dependencies:
- dependency-name: leafwing-input-manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2024

Looks like leafwing-input-manager is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 21, 2024
@dependabot dependabot bot deleted the dependabot/cargo/leafwing-input-manager-0.13.3 branch March 21, 2024 20:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants