Update Rust crate taffy to 0.10.0#7554
Merged
renovate[bot] merged 1 commit intodevelopfrom Apr 20, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.0→0.10.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
DioxusLabs/taffy (taffy)
v0.10.1Compare Source
Fixed
v0.10.0Compare Source
The MSRV for this release is 1.71.
Support for
directionThe
directionproperty is now supported, allowing for RTL layout of boxes in Block, Flexbox, and CSS Grid layout modes.Support for floats
The
floatandclearproperties are now supported. Support consists of a general-purposeFloatContextin thecomputemodule, and integration of float layout into Block layout. Block layout now also has aBlockContextthat allows aFloatContextto be shared across an entire Block formatting context.Float support is feature flagged by the
float_layoutfeature.Support for parsing styles from CSS string (#929)
All of Taffy's style types (except the top-level
Stylestruct) now haveFromStrimplementations that parses the type from the CSS representation of that value (e.g.30pxor50%forLengthPercentage. A future version of Taffy will likely add support for parsingStylefrom;-seperated CSS.CSS parsing is feature flagged by the
parsefeature.Additionally the
parse_fasterfeature enables optimizations for faster parsing at the cost of pulling in proc-macro dependencies such assyn.Changed
TaffyTree::write_treemethod to debug print the tree into an arbitrary writer (#925)setandsetAPIs now take&LayoutInputrather than individual values (#933)Fixed
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.