Skip to content

Releases: wailsapp/wails

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

v2.0.0-beta.33

05 Mar 02:45
Compare
Choose a tag to compare
v2.0.0-beta.33 Pre-release
Pre-release

Features

  • NSIS Installer support for creating installers for Windows applications - Thanks @stffabi πŸŽ‰
  • New frontend:dev:watcher command to spin out 3rd party watchers when using wails dev - Thanks @stffabi πŸŽ‰
  • Remote templates now support version tags - Thanks @misitebao πŸŽ‰

Bug Fixes

  • A number of fixes for ARM Linux providing a huge improvement - Thanks @ianmjones πŸŽ‰
  • Fixed potential Nil reference when discovering the path to index.html
  • Fixed crash when using runtime.Log methods in a production build
  • Improvements to internal file handling meaning webworkers will now work on Windows - Thanks @stffabi πŸŽ‰

Changes

  • The Webview2 bootstrapper is now run as a normal user and doesn't require admin rights
  • The docs have been improved and updated
  • Added troubleshooting guide

v2.0.0-beta.32

22 Feb 20:15
Compare
Choose a tag to compare
v2.0.0-beta.32 Pre-release
Pre-release
  • Bugfix: Attempt to find non-package versions of npm, docker and upx when running wails doctor on Linux