Skip to content

actuate-v0.17.0

Compare
Choose a tag to compare
@matthunz matthunz released this 06 Dec 22:04
· 61 commits to main since this release

0.17.0 - 2024-12-06

Breaking changes

  • Move Modifier and Modify to ecs module (behind new picking feature) (35b10ea)
    • These items can be useful for other design systems than Material 3
  • Call on_insert on every insertion of a spawned bundle (this now requires Fn instead of FnOnce) (533da07)

Fixes

  • Revert from breadth-first traversal of the composition to depth-first (8b3acd2)
  • Update styling for Container (9cca3a7)