Support Bevy 0.17 (#11)
* update: modify for 0.17 * update: enhance webview functionality and improve plugin implementation * update: refactor webview system and improve binding group usage * update: refactor command triggering for webview events and enhance Receive struct * update: refactor command triggering for webview dev tools * update: refactor render process handler and improve webview handling * update: refactor webview browser handling and improve IME caret management * clippy * fmt * update: improve README formatting and clarify version compatibility * update: support Bevy 0.17 and enhance permissions in settings * update: enhance CI configuration by adding Wayland and XKB dependencies * delete: settings.json * update: refactor shader imports and improve binding group definitions * update: refactor devtool command triggers for improved clarity * update: modify LibraryLoader initialization for improved path handling on macOS * fmt --------- Co-authored-by: not-elm <elmgameinfo@gmail.com>
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -2,6 +2,7 @@
|
||||
|
||||
### Features
|
||||
|
||||
- Support Bevy 0.17
|
||||
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
|
||||
- Enables GPU when debugging.
|
||||
|
||||
@@ -12,9 +13,19 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Changed `JsEmitEventPlugin` to use `Receive<E>` wrapper for events
|
||||
- Events no longer need to implement the `Event` trait, only `DeserializeOwned + Send + Sync + 'static`
|
||||
- Changed `HostEmitEvent` to `EntityEvent` with required `webview` field
|
||||
- `Default` trait is no longer implemented
|
||||
- Changed navigation events `RequestGoBack` and `RequestGoForward` to `EntityEvent`
|
||||
- Both events now require a `webview: Entity` field
|
||||
- `Default` trait is no longer implemented
|
||||
- Changed DevTools events `RequestShowDevTool` and `RequestCloseDevtool` to `EntityEvent`
|
||||
- Both events now require a `webview: Entity` field
|
||||
- `Default` trait is no longer implemented
|
||||
- Remove auto install debug tools
|
||||
- Please refer to [README.md](./README.md) and install manually from now on.
|
||||
- Please refer to [README.md](./README.md) and install manually from now on.
|
||||
|
||||
## v0.1.0
|
||||
|
||||
First release
|
||||
First release
|
||||
|
||||
Reference in New Issue
Block a user