Skip to content

v2.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@leaanthony leaanthony released this 08 Oct 09:23
· 1862 commits to master since this release

New Features:

  • debounce flag for controlling reload/refresh time with wails dev
  • devserverurl flag for using 3rd party dev server with wails dev
  • frontend:dev flag for running 3rd party file watchers with wails dev
  • New meta tag to control injection of scripts in application.
  • wails generate module to generate the wailsjs modules in the frontend
  • Now runs go mod tidy prior to build to ensure modules are correct
  • wails dev will automatically update your project's wails version in go.mod

Fixes

  • JS Execution escaping (Thanks @marktohark πŸŽ‰ )
  • Accelerator keys now work in javascript when using key events (Thanks @marktohark πŸŽ‰ )
  • Timing bug when loading frontend scripts
  • Connection delay for websockets

Changelog

  • Fixed base NEXTSTEPS and README in v2 template generator by @codydbentley in #846
  • Added two new Vue3 TS templates to website by @codydbentley in #845
  • Refactored wails dev command: by @codydbentley in #848
  • feat(website): synchronize chinese documents by @misitebao in #852
  • Bump github.com/gorilla/websocket from 1.4.0 to 1.4.1 by @dependabot in #855
  • add template.JSEscapeString to ensure ExecJs normal execution by @marktohark in #849
  • PutAreBrowserAcceleratorKeysEnabled => false by @marktohark in #859

New Contributors

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5