Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Releases: mattpodraza/webview2

webview2 v2.2.1

25 May 16:09
e0573b4
Compare
Choose a tag to compare

Bug Fixes

  • add setters for missing options, provide reasonable defaults (f3d7d2e)

webview2 v2.2.0

16 May 16:45
1161a13
Compare
Choose a tag to compare

Features

  • add a Handle function that returns the window handle for better control of the window outside of this package. (b64a658)
  • add Minimize, Restore, and Maximize window functions. (b64a658)
  • add support for the rest of WebView settings (0720c85)

webview2 v2.1.1

16 May 16:40
1192adc
Compare
Choose a tag to compare

Bug Fixes

  • com: proper ordering of COM object methods (786d915)
  • user32: rely on the return value of GetMessage instead of the error return value (adafe38)

webview2 v2.1.0

15 May 20:56
2ce16c4
Compare
Choose a tag to compare

Features

  • bring back support for Eval (now called ExecuteScript) and Init (now called AddScriptToExecuteOnDocumentCreated) (8a9301d)
  • expose the browser and window structs, make a bit more functions public (f02b298)

webview2 v2.0.1

15 May 19:45
705e99d
Compare
Choose a tag to compare

Chores

  • on second thought, let's keep the generated files in the repo (7f981d0)

webview2 v2.0.0

15 May 19:34
a48f37a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • bump module to v2
  • add support for changing WebView settings

Features

  • add a com package for handling calls to the WebView COM objects (1576395)
  • add a helper package for handling mapping HRESULT values (53a4d32)
  • add support for changing WebView settings (f770ec0)

Chores

Documentation

  • update examples (128fafe)
  • update the readme and license to point to this being a derived work based on two upstream repos (f00697e)

webview2 v1.0.1

03 May 20:15
5ca09b0
Compare
Choose a tag to compare

CI

Chores

  • start showing CI commits in the changelog (b41dd23)

webview2 v1.0.0

03 May 20:08
41bfb5b
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • introduce better error handling, use the user32 helper
  • embed DLLs using the go:embed directive
  • change the import path, bump min. Go to 1.16

Features

  • add the user32 package which wraps many of the syscall calls (17e76a9)

Documentation

Chores

  • ignore .vscode and built binaries (104afbe)

Refactoring

  • change the import path, bump min. Go to 1.16 (cbf6f57)
  • embed DLLs using the go:embed directive (b287646)
  • introduce better error handling, use the user32 helper (09698be)