Releases: webviewjs/webview
Releases · webviewjs/webview
Release list
v0.4.0
What's Changed
- refactor: switch back to tao
- feat: add notifications api
- docs: fix content links by @twlite in #44
- fix: install resize border when set decorations by @zhuxiaojt in #45
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Changelog
- Enhance webviewjs cli for executable generation based on detected runtime
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Immutable
release. Only release title and notes can be modified.
v0.3.0
What's Changed
- Re-implement the removed "setSize()" function by @Lawtro37 in #42
- Support resizing undecorated windows
- Support
Request/Responsefor custom protocols - Add missing apis on window and other objects
- Add web context support
- Add system tray support
- Expose event emitter based webview/window/app/tray events
- Enhance cleanup process when
app.exit()is used - Various other bugfixes
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- Migrate to winit from tao for window management
- Support for custom protocols
app.run()no longer blocks the nodejs event loop- Fix CI build and add Linux builds (x86, aarch64, armv7) by @nglmercer in #25
- fix webview implementation in linux by @nglmercer in #26
- Adds menu and fix high cpu usage by @abner in #32
- feat: add BrowserWindow.setSize() method for dynamic window resizing by @zhuxiaojt in #35
- Add "open_file_dialog()" function to browser window class by @Lawtro37 in #36
- Implemented a way to choose logical or physical sizing/position by @Lawtro37 in #38
New Contributors
- @abner made their first contribution in #32
- @zhuxiaojt made their first contribution in #35
- @Lawtro37 made their first contribution in #36
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
What's Changed
- feat: add transparent window example and support by @FliPPeDround in #11
New Contributors
- @FliPPeDround made their first contribution in #11
Full Changelog: v0.1.2...v0.1.3