v2.0.0-beta.44
Pre-release
Pre-release
leaanthony
released this
20 Aug 00:00
·
882 commits
to master
since this release
Deprecation Notice
The data-wails-drag
attribute is being deprecated in favour of the following CSS style:
style="--wails-draggable:drag"
. You can use style="--wails-draggable:no-drag"
to disable the drag behaviour.
For this release only, you can test this by setting the following application option:
Experimental: &options.Experimental{
UseCSSDrag: true,
},
Added
- Set file permissions for generated files by @leaanthony in #1763
- Experimental support for CSS Drag detection by @leaanthony in #1750
Fixed
- Bug fix collecting of output binaries for platforms by @stffabi in #1715
- Fix registration of exposed fields by @ValentinTrinque in #1727
- Fix column widths for doctor command's dependencies table by @ianmjones in #1717
- Do not generate bindings for
OnBeforeClose
method
What's Changed
- Misc code refactors and removal by @leaanthony in #1713
- Add react-router to routing.mdx by @Maicarons2022 in #1755
- Add Japanese to doc by @RyoTagami in #1716
- Added EmailIt and Modal File Manager by @raguay in #1728
- Adding my ScriptBar program by @raguay in #1761
- Link to general webview2 runtime download page and not to a specific language by @stffabi in #1764
- Updated translations in #1719 and #1720
- Remove text outside style's brackets by @DragoSpiro98 in #1765
New Contributors
- @RyoTagami made their first contribution in #1716
- @raguay made their first contribution in #1728
- @Maicarons2022 made their first contribution in #1755
- @DragoSpiro98 made their first contribution in #1765