v2.0.0-beta.5
Pre-release
Pre-release
·
1862 commits
to master
since this release
New Features:
debounce
flag for controlling reload/refresh time withwails dev
devserverurl
flag for using 3rd party dev server withwails dev
frontend:dev
flag for running 3rd party file watchers withwails dev
- New meta tag to control injection of scripts in application.
wails generate module
to generate thewailsjs
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 ingo.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
- @marktohark made their first contribution in #849
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5