-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nico Burns <nico@nicoburns.com>
- Loading branch information
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Changelog | ||
|
||
## 0.7.0 | ||
|
||
### Changed | ||
|
||
- BREAKING: The `cache_mut` method on the `LayoutPartialTree` trait has been replaced with a separate `CacheTree` trait. This allows | ||
Taffy to be more easily used without caching or with a custom cache implementation. | ||
- BREAKING: the `TaffyTree::set_children` method now removes the children from their previous parent (if they have one). | ||
|
||
### Added | ||
Check failure on line 11 in CHANGELOG.md GitHub Actions / Markdown LintHeadings should be surrounded by blank lines
|
||
- Helper methods to retrieve content-box sizes were added to `Layout` | ||
Check failure on line 12 in CHANGELOG.md GitHub Actions / Markdown LintLists should be surrounded by blank lines
|
||
|
||
|
||
Check failure on line 14 in CHANGELOG.md GitHub Actions / Markdown LintMultiple consecutive blank lines
|
||
## 0.6.3 | ||
|
||
### Fixes | ||
|
This file contains 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
This file contains 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
This file contains 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