Skip to content

v2.0.0-beta.44

Pre-release
Pre-release
Compare
Choose a tag to compare
@leaanthony leaanthony released this 20 Aug 00:00
· 882 commits to master since this release
c11c769

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

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

New Contributors