github wailsapp/wails v2.0.0-beta.44

latest releases: v2.8.2, v2.8.1, v2.8.0...
pre-release21 months ago

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

Don't miss a new wails release

NewReleases is sending notifications on new releases.