Skip to content

Commit 8e8cd74

Browse files
committed
Add changelog
1 parent 357e5f3 commit 8e8cd74

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Changelog
22

3+
## 0.2.0 - 2025-06-10 - trait-based Node
4+
5+
`kittest::Node` was removed in favor of `kittest::NodeT`, a trait which you implement for your test frameworks
6+
node type to unlock the kittest functionality.
7+
8+
This has several advantages:
9+
- You can add conversions of e.g. `Rect` types to the one native to your framework.
10+
- You can provide access to data kittest has no knowledge of
11+
- You can implement event / input helpers that use the types from your framework and match your framework's idioms.
12+
13+
#### Full list of changes:
14+
* Refactor Node to be a trait [#13](https://github.com/rerun-io/kittest/pull/13) by [@lucasmerlin](https://github.com/lucasmerlin)
15+
* Update rust msrv to 1.81 [#10](https://github.com/rerun-io/kittest/pull/10) by [@lucasmerlin](https://github.com/lucasmerlin)
16+
* Bump accesskit to 0.18 [#9](https://github.com/rerun-io/kittest/pull/9) by [@valadaptive](https://github.com/valadaptive)
17+
* Bump accesskit to 0.19 [#11](https://github.com/rerun-io/kittest/pull/11) by [@valadaptive](https://github.com/valadaptive)
18+
* Update msrv to 1.84 [#12](https://github.com/rerun-io/kittest/pull/12) by [@lucasmerlin](https://github.com/lucasmerlin)
19+
320
## 0.1.0 - 2024-12-16 - Initial release

0 commit comments

Comments
 (0)