Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Updates the requirements on taffy to permit the latest version.

Changelog

Sourced from taffy's changelog.

0.9.0

Support for named grid lines and grid areas

Taffy now supports named grid lines and areas.

As these rely on arbitrary user-provided strings, Taffy's Style struct is now generic over a string-like type (via the CheapCloneStr trait). Additionally as the grid feature is optional, it has a PhantomData field of that type to make type inference work.

Changed

  • PrintTree and RoundTree: use Layout instead of &Layout (#849).
  • Renamed TrackSizingFunction to GridTemplateComponent
  • Renamed NonRepeatingTrackSizingFunction to TrackSizingFunction
  • The Repeat variant of GridTemplateComponent now contains a new GridTemplateRepetition struct, which allows line names to be specifed in addition to tracks.
  • The way that grid styles are exposed in the low-level API is now a lot more generic with many associated types.

Added

  • GridTemplateArea struct and Style::grid_template_areas field
  • Style::grid_template_column_names and Style::grid_template_row_names fields. If non-empty, these should have length of exactly one greater than the corresponding grid_template_column/grid_template_rows style.

0.8.3

Fixed

  • Fix serde feature on 32bit targets (#845)

0.8.2

Fixed

  • Fix: Calculate correct new grid size when expanding cell_occupancy_matrix in the negative direction (#843)

0.8.1

Added

  • Impl GridItemStyle and BlockContainerStyle for Style (#832).

0.8.0

Highlights

The big feature in this release is support for calc() values in the low-level API.

To use this API:

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [taffy](https://github.com/DioxusLabs/taffy) to permit the latest version.
- [Release notes](https://github.com/DioxusLabs/taffy/releases)
- [Changelog](https://github.com/DioxusLabs/taffy/blob/main/CHANGELOG.md)
- [Commits](DioxusLabs/taffy@v0.7.0...v0.9.0)

---
updated-dependencies:
- dependency-name: taffy
  dependency-version: 0.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2025

Labels

The following labels could not be found: C-Dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants