Releases: webview/webview_deno
Releases · webview/webview_deno
Better errors and rust responses
- Improves the errors thrown when for example using an incorrect instance id
- All responses from the rust code is now json instead of single numbers
- Build and dev scripts
- Removed
injectCss
- Updated webview-sys to
0.5.0
Multi-instance and frameless support
Added multi-instance (window) support and updated dependencies enabling frameless support. This release also removes the WebView.dispose()
method.
First usable release
This is the first somewhat usable release that implements most of the basic WebView
methods. Also fixes 0.1.0
typescript which does not work.
First usable binaries
This release does not contain working typescript but only binaries. The binaries are the same as in v0.1.1.
Instance methods
Implements a bunch of instance methods
Initial release
Basic implementation of the run
function that starts a webview window.