Files
bevy_cef/CHANGELOG.md
2025-08-19 19:54:19 +09:00

18 lines
403 B
Markdown

## Unreleased
### Features
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
### Bug Fixes
- Fixed so that webview can detect pointers correctly even if it is not the root entity.
### Breaking Changes
- Remove auto install debug tools
- Please refer to [README.md](./README.md) and install manually from now on.
## v0.1.0
First release