update: reorganize CHANGELOG to enhance clarity and structure
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@@ -7,21 +7,6 @@
|
|||||||
- Improve message loop handling
|
- Improve message loop handling
|
||||||
- We can now specify command-line switches when creating the `CefPlugin`.
|
- We can now specify command-line switches when creating the `CefPlugin`.
|
||||||
- As a result, `CefPlugin` is no longer a unit struct.
|
- As a result, `CefPlugin` is no longer a unit struct.
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- Fixed so that the webview can detect pointers correctly even if it is not the root entity.
|
|
||||||
- Avoid a crash when updating the cursor icon
|
|
||||||
|
|
||||||
### Breaking Changes
|
|
||||||
|
|
||||||
- Bevy 0.18 upgrade introduces breaking changes for users on Bevy 0.17
|
|
||||||
- `bevy_picking` renamed to `picking`
|
|
||||||
- `AmbientLight` changed to `GlobalAmbientLight`
|
|
||||||
- Demo example removed from workspace
|
- Demo example removed from workspace
|
||||||
- Changed `JsEmitEventPlugin` to use `Receive<E>` wrapper for events
|
- Changed `JsEmitEventPlugin` to use `Receive<E>` wrapper for events
|
||||||
- Events no longer need to implement the `Event` trait, only `DeserializeOwned + Send + Sync + 'static`
|
- Events no longer need to implement the `Event` trait, only `DeserializeOwned + Send + Sync + 'static`
|
||||||
@@ -36,6 +21,15 @@
|
|||||||
- Remove auto install debug tools
|
- 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.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fixed so that the webview can detect pointers correctly even if it is not the root entity.
|
||||||
|
- Avoid a crash when updating the cursor icon
|
||||||
|
|
||||||
## v0.1.0
|
## v0.1.0
|
||||||
|
|
||||||
First release
|
First release
|
||||||
|
|||||||
Reference in New Issue
Block a user