Skip to content

chore(deps): bump adaptive_dialog from 2.6.0 to 2.8.0#157

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/adaptive_dialog-2.8.0
Open

chore(deps): bump adaptive_dialog from 2.6.0 to 2.8.0#157
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/adaptive_dialog-2.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps adaptive_dialog from 2.6.0 to 2.8.0.

Release notes

Sourced from adaptive_dialog's releases.

2.8.0

Features

  • Introduce ImeAwareSingleActivator to prevent shortcut execution during IME composition.
  • Improve keyboard navigation by adding autofocus to dialogs.

Others

  • Refactor shortcut bindings and focus management.
  • Improve test stability and clean up global state in tests.

2.7.1

Restored CHANGELOG.md history and fixed missing example/pubspec.lock.

2.7.0

Integrated keyboard shortcuts and text selection support.

  • Support text selection for dialogs (#65)
  • Support keyboard shortcuts (Enter and Escape) (#61)
Changelog

Sourced from adaptive_dialog's changelog.

2.8.0 - 2026-04-17

Features

  • Introduce ImeAwareSingleActivator to prevent shortcut execution during IME composition.
  • Improve keyboard navigation by adding autofocus to dialogs.

Others

  • Refactor shortcut bindings and focus management.
  • Improve test stability and clean up global state in tests.

2.7.1 - 2026-03-10

  • Restore CHANGELOG.md history that was accidentally removed in 2.7.0

2.7.0 - 2026-03-10

  • Support text selection for dialogs (#65)
    • Added AdaptiveSelectionMode to control text selection behavior.
    • Text is now selectable by default on Web and Desktop platforms.
    • Supported in all dialog functions.
  • Support keyboard shortcuts (Enter and Escape) for dialogs (#61)
    • Enter: Trigger default action or submit text input
    • Escape: Cancel or close dialog
Commits
  • 377e04c chore: release 2.8.0
  • fe7e0c5 chore: fix stable test and clean up state in adaptive_selection_area_test.dart
  • 91c1c1b docs: update system rules in rule.md
  • 6294442 refactor: extract shortcut bindings and add autofocus to dialogs for keyboard...
  • 0dfa991 feat: introduce ImeAwareSingleActivator to prevent shortcut execution during ...
  • a931f1d fix: include example/pubspec.lock for 2.7.1 release
  • 9239619 chore: release 2.7.1 to restore changelog history
  • c188a2d fix: restore CHANGELOG.md history and add release date
  • ae35578 chore: release 2.7.0
  • 4282d3d test: AdaptiveSelectionAreaのテストから不要なsetUpブロックを削除
  • 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 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 [adaptive_dialog](https://github.com/mono0926/adaptive_dialog) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/mono0926/adaptive_dialog/releases)
- [Changelog](https://github.com/mono0926/adaptive_dialog/blob/main/CHANGELOG.md)
- [Commits](mono0926/adaptive_dialog@2.6.0...2.8.0)

---
updated-dependencies:
- dependency-name: adaptive_dialog
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants