## Patch Notes
### Version 1.5.0
- Added `Badge` widget support with docs and local/WASM coverage.
- Added `HyperLink` widget support.
- Added file input widget support.
- Added dialog system support via `<dialog>` with `bevy-app` and `system` renderers.
- Added optional SVG image support.
- Added outline CSS properties support.
- Added extended text CSS support.
- Added more HTML event bindings and validation in Linux/WASM workflows.
- Improved slider behavior and scroll content ordering.
- Improved theme provider flow and embedded default styles.
- Added/updated local and WASM examples for theme-provider and widget-overview.
- Updated docs for WASM and HyperLink usage.
- Fixed Badge widget issues.
- Fixed modal index handling in the dialog system.
- Added `libsqlite3-sys` for better Windows compatibility.
- Updated dependencies and version-related setup for the 1.5.0 release line.