Skip to content

Commit

Permalink
chore: publish actuate-v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Dec 6, 2024
1 parent 91d7f09 commit b6a1aea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.17.0](https://github.com/actuate-rs/actuate/compare/actuate-v0.16.1...actuate-v0.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)

## [0.16.1](https://github.com/actuate-rs/actuate/compare/actuate-v0.16.0...actuate-v0.16.1) - 2024-12-05

## Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actuate"
version = "0.16.1"
version = "0.17.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A reactive user-interface framework"
Expand Down

0 comments on commit b6a1aea

Please sign in to comment.