Releases: johanhelsing/bevy_web_asset
Releases · johanhelsing/bevy_web_asset
v0.9.0
What's Changed
- Update to Bevy 0.14 by @danielfeather in #30
New Contributors
- @danielfeather made their first contribution in #30
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.0
What's Changed
- Hotreload Fix by @voidentente in #10
- Update CI actions, add caching by @johanhelsing in #15
- Johan/bevy 0 10 by @joverwey in #13
- Bevy 0.12 skeleton by @voidentente in #18
New Contributors
- @voidentente made their first contribution in #10
- @joverwey made their first contribution in #13
Full Changelog: v0.5.0...v0.7.0
v0.5.0
What's Changed
BREAKING: Due to changes to how plugin settings are handled in Bevy 0.9. The WebAssetPlugin is now added instead of AssetPlugin
. Take care to disable AssetPlugin
from DefaultPlugins
(see readme or crate docs for details).
- fix: Don't panic on NetworkErrors on wasm by @johanhelsing in #5
- Update to Bevy 0.9 by @johanhelsing in #8
- Readme is now serving double duty as top-level crate docs
Full Changelog: v0.4.0...v0.5.0
v0.4.0
- Upgrade to Bevy 0.8
- Add an example
Full Changelog: v0.3.0...v0.4.0