Releases: SanicBTW/HxWebView
Releases · SanicBTW/HxWebView
0.0.9
What's Changed
- Fixed setSize not using size hints
- Ironically I pulled up this code from the 0.1.0 dev branch and that branch uses a different header file that uses an enum for size hints, the current header file doesn't use any enum on size hints, so that's why when setting up the size hints before this version wouldn't work at all, I apologize for any issue this change caused.
That's all for this update!
Full Changelog: 0.0.8...0.0.9
0.0.8
What's Changed
- Fixed macro not copying EmbeddedWebView DLLs thus making Windows builds unable to run
That's all for this update!
Full Changelog: 0.0.7...0.0.8
0.0.7
0.0.6
What's Changed
- Automatically add
NO_PRECOMPILED_HEADERS
flag on Linux targets. - Removed some custom Windows code that would break on the rest of the targets.
- Fixed
setSize
. - Fixed passing arguments through
bind
returning either a pointer or null instead of the real variable. - Macros to properly copy the EmbeddedWebView DLLs on the desired path to be found by the externs.
That's all for this update!
Full Changelog: 0.0.5...0.0.6
0.0.5
What's Changed
- Updated the header file to the latest commit from webview.
- Removed useless comments from the internals.
- New function
getNativeHandle(kind)
, it returns a handle of the kind passed on the function, probably useful for embedding 👀 - Added Linux guide for compilation alongside a little talk about embedding WebViews
That's all for this update!
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- fix for lime stuffs by @Vortex2Oblivion in #1
- Improved Lime support from Vortex.
- HaxeFlixel example.
New Contributors
- @Vortex2Oblivion made their first contribution in #1
Full Changelog: 0.0.3...0.0.4