andrewdavidmackenzie / pigg

Raspberry Pi GPIO GUI
Apache License 2.0
157 stars 8 forks source link

Bump iced_futures from 0.12.0 to 0.13.1 #462

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 1 day ago

Bumps iced_futures from 0.12.0 to 0.13.1.

Release notes

Sourced from iced_futures's releases.

0.13.1

Added

  • Some From trait implementations for text_input::Id. #2582
  • Custom Executor support for Application and Daemon. #2580
  • rust-version metadata to Cargo.toml. #2579
  • Widget examples to API reference. #2587

Fixed

  • Inverted scrolling direction with trackpad in scrollable. #2583
  • scrollable transactions when on_scroll is not set. #2584
  • Incorrect text color styling in text_editor widget. #2586

Many thanks to...

0.13.0

Added

  • Introductory chapters to the official guide book.
  • Pocket guide in API reference.
  • Program API. #2331
  • Task API. #2463
  • Daemon API and Shell Runtime Unification. #2469
  • rich_text and markdown widgets. #2508
  • stack widget. #2405
  • hover widget. #2408
  • row::Wrapping widget. #2539
  • text macro helper. #2338
  • text::Wrapping support. #2279
  • Functional widget styling. #2312
  • Closure-based widget styling. #2326
  • Class-based Theming. #2350
  • Type-Driven Renderer Fallback. #2351
  • Background styling to rich_text widget. #2516
  • Underline support for rich_text. #2526
  • Strikethrough support for rich_text. #2528
  • Abortable Task. #2496
  • abort_on_drop to task::Handle. #2503
  • Ferra theme. #2329
  • auto-detect-theme feature. #2343
  • Custom key binding support for text_editor. #2522
  • align_x for text_input widget. #2535
  • center widget helper. #2423
  • Rotation support for image and svg widgets. #2334
  • Dynamic opacity support for image and svg. #2424
  • Scroll transactions for scrollable widget. #2401
  • physical_key and modified_key to keyboard::Event. #2576
  • fetch_position command in window module. #2280
  • filter_method property for image::Viewer widget. #2324

... (truncated)

Changelog

Sourced from iced_futures's changelog.

[0.13.1] - 2024-09-19

Added

  • Some From trait implementations for text_input::Id. #2582
  • Custom Executor support for Application and Daemon. #2580
  • rust-version metadata to Cargo.toml. #2579
  • Widget examples to API reference. #2587

Fixed

  • Inverted scrolling direction with trackpad in scrollable. #2583
  • scrollable transactions when on_scroll is not set. #2584
  • Incorrect text color styling in text_editor widget. #2586

Many thanks to...

[0.13.0] - 2024-09-18

Added

  • Introductory chapters to the official guide book.
  • Pocket guide in API reference.
  • Program API. #2331
  • Task API. #2463
  • Daemon API and Shell Runtime Unification. #2469
  • rich_text and markdown widgets. #2508
  • stack widget. #2405
  • hover widget. #2408
  • row::Wrapping widget. #2539
  • text macro helper. #2338
  • text::Wrapping support. #2279
  • Functional widget styling. #2312
  • Closure-based widget styling. #2326
  • Class-based Theming. #2350
  • Type-Driven Renderer Fallback. #2351
  • Background styling to rich_text widget. #2516
  • Underline support for rich_text. #2526
  • Strikethrough support for rich_text. #2528
  • Abortable Task. #2496
  • abort_on_drop to task::Handle. #2503
  • Ferra theme. #2329
  • auto-detect-theme feature. #2343
  • Custom key binding support for text_editor. #2522
  • align_x for text_input widget. #2535
  • center widget helper. #2423
  • Rotation support for image and svg widgets. #2334
  • Dynamic opacity support for image and svg. #2424
  • Scroll transactions for scrollable widget. #2401
  • physical_key and modified_key to keyboard::Event. #2576
  • fetch_position command in window module. #2280
  • filter_method property for image::Viewer widget. #2324

... (truncated)

Commits
  • 9bfbd7c Merge branch 'master' into 0.13
  • bf3b6f1 Bump version to 0.13.1 :tada:
  • 6bed899 Merge pull request #2586 from lufte/master
  • ddbb844 Merge pull request #2587 from iced-rs/improve-api-reference
  • 1f8dc1f Fix mouse_area not notifying of mouse move events
  • 31c42c1 Write doc examples for column and row
  • cda1369 Write doc examples for rich_text widget
  • 4e38992 Show tooltip doc example in multiple places
  • 22fbb9c Show toggler doc example in multiple places
  • e0c55cb Show text_input doc example in multiple places
  • 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 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)
andrewdavidmackenzie commented 1 day ago

Holding off on iced related changes until we release 0.4.0

dependabot[bot] commented 1 day ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.