v3.0.0-alpha.7
版本发布时间: 2024-09-18 20:02:38
wailsapp/wails最新发布版本:v3.0.0-alpha.7(2024-09-18 20:02:38)
v3.0.0-alpha.7 - 2024-09-18
Added
- [windows] Window class name option by windom in #3682
- Services have been expanded to provide plugin functionality. By atterpac and leaanthony in #3570
Changed
- Events API change:
On
/Emit
-> user events,OnApplicationEvent
-> Application EventsOnWindowEvent
-> Window Events, by leaanthony - Fix for Events API on Linux by TheGB0077 in #3734
- [CI] improvements to actions & enable to run actions also in forks and branches prefixed with
v3/
orv3-
by stendler in #3747
Fixed
- Fixed bug with usage of customEventProcessor in drag-n-drop example by etesam913 in #3742
- [linux] Fixed linux compile error introduced by IgnoreMouseEvents addition by atterpac in #3721
- [windows] Fixed syso icon file generation bug by atterpac in #3675
- [linux] Fix to run natively in wayland incorporated from #1811 in #3614 by @stendler
- Do not bind internal service methods in #3720 by leaanthony
- [windows] Fixed system tray startup panic in #3693 by @DeltaLaboratory
- Do not bind internal service methods in #3720 by leaanthony
- [windows] Fixed system tray startup panic in #3693 by @DeltaLaboratory
- Major menu item refactor and event handling. Mainly improves macOS for now. By leaanthony
- Fix tests after plugins and event refactor in #3746 by @stendler
- [windows] Fixed
Failed to unregister class Chrome_WidgetWin_0
warning. By leaanthony