Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 661 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 661 Bytes

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Breaking Changes 🛠

  • Renamed RwSignalResource to RwSignalSynced
  • Renamed signal_resource to signal_synced

New Features 🎉

  • RwSignalSynced now implements Write and Copy + Clone
  • query...

[0.1.0] - 2024-12-03

  • Updated to Leptos 0.7.0 and Bevy 0.15.0
  • Added example and readme gif

[0.1.0-alpha1] - 2024-09-12

  • Added Bevy <-> Leptos events
  • Added Resource <-> RwSignal syncing
  • Added BevyCanvas Leptos component