Releases: not-elm/bevy_webview_projects
Releases · not-elm/bevy_webview_projects
Released v0.4.0
Released v0.3.0!
What's Changed
Pull Requests with labels: breaking-change
- fix: Integration crates by @not-elm in #37
- update: Changed dependent library version to specify major version by @not-elm in #38
- update: rename and add plugin by @not-elm in #44
- update: log api plugin by @not-elm in #45
Pull Requests with labels: improvement
- update: Changed register types embedding components with WebViewBundlesPlugin by @not-elm in #43
- update: use asset loader on local navigation by @not-elm in #46
Exciting New Features 🎉
Bug Fixes
Other Changes
- delete: unnecessary call line to println! by @not-elm in #32
- update: rename effect to side_effect by @not-elm in #41
- Version up to v0.3.0 by @not-elm in #47
Full Changelog: v0.2.0...v0.3.0
Released v0.2.0
What's Changed
Exciting New Features 🎉
- update: support embedding html content by @not-elm in #28
- add: child window feature flag by @not-elm in #30
- add: WebviewBundle by @not-elm in #31
Bug Fixes
- fix: mouse cursor and keyboard event on Mac by @not-elm in #11
- fix: do not work transparent by @not-elm in #20
- fix: redirect handler by @not-elm in #27
Breaking Changes 🛠
- update: rename ParentWindow to EmbedWithin by @not-elm in #19
- update: support embedding html content by @not-elm in #28
- fix: redirect handler by @not-elm in #27
Other Changes
- Upgrade bevy version by @not-elm in #7
- update: workflow by @not-elm in #10
- update: delete ipc_handlers! by @not-elm in #12
- Doc ipc by @not-elm in #14
- update: serialize by @not-elm in #15
- fix: move bounds by @not-elm in #16
- update: refactor modules by @not-elm in #17
- Rename api by @not-elm in #18
- add: an example of how to create child webview window by @not-elm in #26
- update: update depends by @not-elm in #29
- Support for bevy_flurx new version by @not-elm in #9
Full Changelog: v0.1.0-alpha1...v0.1.0
Released v0.1.0-alpha1
First Released.
There are bugs, mainly around child_view, that need to be fixed later.