Skip to content

Releases: wailsapp/wails

v2.0.0-beta.44

20 Aug 00:00
c11c769
Compare
Choose a tag to compare
v2.0.0-beta.44 Pre-release
Pre-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

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

v2.0.0-beta.43

08 Aug 10:27
62526a3
Compare
Choose a tag to compare
v2.0.0-beta.43 Pre-release
Pre-release

Added

  • Add support for retrieving the release notes from Github by @leaanthony in #1679
  • Add frontend:dev:install configuration by @LGiki in #1666

Fixed

What's Changed

  • add wails-sveltekit-template to website by @h8gi in #1671
  • wails doctor now reports correct MacOS os id by @stffabi in #1673
  • Update application-development.mdx by @SamHennessy in #1682
  • Move SetMin/Max calls to main thread by @leaanthony in #1684
  • Change frontend:dev to frontend:dev:build by @LGiki in #1691
  • Build frontend only before starting the dev watcher command by @stffabi in #1694
  • Improve error message for auto dev server discovery without a dev watcher by @stffabi
    in #1711

New Contributors

v2.0.0-beta.42

25 Jul 12:16
87b1d1d
Compare
Choose a tag to compare
v2.0.0-beta.42 Pre-release
Pre-release

Added

  • Added options.NewRGBA and options.NewRGB functions to create *options.RGBA by @leaanthony

Fixed

  • Fixed initial build of frontend when using wails dev on new projects by @leaanthony
    in #1650
  • Ignore empty install command when running wails dev by @stffabi in #1651
  • Fixed error reporting in templates
  • BackgroundColour documentation fix
  • Generalize manual compile steps [Documentation] by @acheong08 in #1644

v2.0.0-beta.39.2

19 Jul 21:24
848eee5
Compare
Choose a tag to compare
v2.0.0-beta.39.2 Pre-release
Pre-release

Added

Fixed

v2.0.0-beta.39

19 Jul 11:00
f7976a5
Compare
Choose a tag to compare
v2.0.0-beta.39 Pre-release
Pre-release

Added

Fixed

Changed

New Contributors

Full Changelog: v2.0.0-beta.38...v2.0.0-beta.39

v2.0.0-beta.38

27 Jun 10:57
b2cec41
Compare
Choose a tag to compare
v2.0.0-beta.38 Pre-release
Pre-release

Added

Fixed

Changed

New Contributors

v2.0.0-beta.37

27 May 03:53
b49dce8
Compare
Choose a tag to compare
v2.0.0-beta.37 Pre-release
Pre-release

Added

  • Add nogen flag in wails dev command by @mondy in #1413
  • Initial support for new native translucency in Windows Preview by @leaanthony in #1400

Fixed

Changed

New Contributors

v2.0.0-beta.36

01 May 01:11
9c7ef2d
Compare
Choose a tag to compare
v2.0.0-beta.36 Pre-release
Pre-release

Fixed

  • [v2] Validate devServer property to be of the correct form by @stffabi in #1359
  • [v2, darwin] Initialize native variables on stack to prevent segfault by @stffabi in #1362
  • Vue-TS template fix

Changed

  • Added OnStartup method back to default templates

Full Changelog: v2.0.0-beta.35...v2.0.0-beta.36

v2.0.0-beta.35

27 Apr 12:02
Compare
Choose a tag to compare
v2.0.0-beta.35 Pre-release
Pre-release

Breaking Changes

  • When data was sent to the EventsOn callback, it was being sent as a slice of values, instead of optional parameters to the method. EventsOn` now works as expected, but you will need to update your code if you currently use this. More information
  • The broken bindings.js and bindings.d.ts files have been replaced by a new JS/TS code generation system. More details here

Added

  • New Templates: Svelte, React, Vue, Preact, Lit and Vanilla templates, both JS and TS versions. wails init -l for more info.
TEMPLATE                        SHORT NAME      DESCRIPTION
Lit + Vite                      lit             Lit + Vite development server        
Lit + Vite (Typescript)         lit-ts          Lit + TS + Vite development server   
Preact + Vite                   preact          Preact + Vite development server     
Preact + Vite (Typescript)      preact-ts       Preact + Vite development server     
React + Vite                    react           React + Vite development server      
React + Vite (Typescript)       react-ts        React + Vite development server      
Svelte + Vite                   svelte          Svelte + Vite development server     
Svelte + Vite (Typescript)      svelte-ts       Svelte + TS + Vite development server
Vanilla + Vite                  vanilla         Vanilla + Vite development server    
Vanilla + Vite (Typescript)     vanilla-ts      Vanilla + Vite development server    
Vue + Vite                      vue             Vue + Vite development server        
Vue + Vite (Typescript)         vue-ts          Vue + Vite development server    

Fixed

  • Improved mimetype detection for BOM marker and comments - @napalu
  • Remove duplicate mimetype entries - @napalu
  • Remove duplicate Typescript imports in generated definition files - @adalessa
  • Add missing method declaration - @adalessa
  • Fix Linux sigabrt on start - @napalu
  • Double Click event now works on elements with data-wails-drag attribute - @jicg
  • Suppress resizing during minimize of a frameless window - @stffabi
  • Fixed TS/JS generation for Go methods with no returns
  • Fixed WailsJS being generated in project directory

Changed

  • Website docs are now versioned
  • Improved runtime.Environment call
  • Improve the close action for Mac
  • A bunch of dependabot security updates
  • Improved website content - @misitebao
  • Upgrade issue template - @misitebao
  • Convert documents that don't require version management to individual pages - @misitebao
  • Website now using Algolia search

v2.0.0-beta.34

26 Mar 08:17
Compare
Choose a tag to compare
v2.0.0-beta.34 Pre-release
Pre-release

Features

Bug Fixes

Changes

New Contributors

Full Changelog: v2.0.0-beta.33...v2.0.0-beta.34