From 95082336cda006652ca63156275109987acdfb10 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 27 Jun 2022 21:08:43 +1000 Subject: [PATCH] changelog + doc fix --- website/src/pages/changelog.md | 59 ++++++++++++++- .../gettingstarted/firstproject.mdx | 73 +++++++++---------- 2 files changed, 94 insertions(+), 38 deletions(-) diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 26492ab8..99be4d38 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -7,13 +7,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.0.0-beta.38] - 2022-06-27 + +### Added + +* Add race detector to build & dev by @Lyimmi in https://github.com/wailsapp/wails/pull/1426 +* [linux] Support `linux/arm` architecture by @Lyimmi in https://github.com/wailsapp/wails/pull/1427 +* Create gitignore when using `-g` option by @jaesung9507 in https://github.com/wailsapp/wails/pull/1430 +* [windows] Add Suspend/Resume callback support by @leaanthony in https://github.com/wailsapp/wails/pull/1474 +* Add runtime function `WindowSetAlwaysOnTop` by @chenxiao1990 in https://github.com/wailsapp/wails/pull/1442 +* [windows] Allow setting browser path by @NanoNik in https://github.com/wailsapp/wails/pull/1448 + +### Fixed + +* [linux] Improve switching to main thread for callbacks by @stffabi in https://github.com/wailsapp/wails/pull/1392 +* [windows] Fix WebView2 minimum runtime version check by @stffabi in https://github.com/wailsapp/wails/pull/1456 +* [linux] Fix apt command syntax (#1458) by @abtin in https://github.com/wailsapp/wails/pull/1461 +* [windows] Set Window Background colour if provided + debounce redraw option by @leaanthony + in https://github.com/wailsapp/wails/pull/1466 +* Fix small typo in docs by @LukenSkyne in https://github.com/wailsapp/wails/pull/1449 +* Fix the url to surge by @andywenk in https://github.com/wailsapp/wails/pull/1460 +* Fixed theme change at runtime by @leaanthony in https://github.com/wailsapp/wails/pull/1473 +* Fix: Don't stop if unable to remove temporary bindings build by @leaanthony + in https://github.com/wailsapp/wails/pull/1465 +* [windows] Pass the correct installationStatus to the webview installation strategy by @stffabi + in https://github.com/wailsapp/wails/pull/1483 +* [windows] Make `SetBackgroundColour` compatible for `windows/386` by @stffabi + in https://github.com/wailsapp/wails/pull/1493 +* Fix lit-ts template by @Orijhins in https://github.com/wailsapp/wails/pull/1494 + +### Changed + +* [windows] Load WebView2 loader from embedded only by @stffabi in https://github.com/wailsapp/wails/pull/1432 +* Add showcase entry for October + update homepage carousel entry for October by @marcus-crane + in https://github.com/wailsapp/wails/pull/1436 +* Always use return in wrapped method by @leaanthony in https://github.com/wailsapp/wails/pull/1410 +* [windows] Unlock OSThread after native calls have been finished by @stffabi + in https://github.com/wailsapp/wails/pull/1441 +* Add `BackgroundColour` and deprecate `RGBA` by @leaanthony in https://github.com/wailsapp/wails/pull/1475 +* AssetsHandler remove retry logic in dev mode by @stffabi in https://github.com/wailsapp/wails/pull/1479 +* Add Solid JS template to docs by @sidwebworks in https://github.com/wailsapp/wails/pull/1492 +* Better signal handling by @leaanthony in https://github.com/wailsapp/wails/pull/1488 +* Chore/react 18 create root by @tomanagle in https://github.com/wailsapp/wails/pull/1489 + +## New Contributors + +* @jaesung9507 made their first contribution in https://github.com/wailsapp/wails/pull/1430 +* @LukenSkyne made their first contribution in https://github.com/wailsapp/wails/pull/1449 +* @andywenk made their first contribution in https://github.com/wailsapp/wails/pull/1460 +* @abtin made their first contribution in https://github.com/wailsapp/wails/pull/1461 +* @chenxiao1990 made their first contribution in https://github.com/wailsapp/wails/pull/1442 +* @NanoNik made their first contribution in https://github.com/wailsapp/wails/pull/1448 +* @sidwebworks made their first contribution in https://github.com/wailsapp/wails/pull/1492 +* @tomanagle made their first contribution in https://github.com/wailsapp/wails/pull/1489 + ## [v2.0.0-beta.37] - 2022-05-26 ### Added + * Add `nogen` flag in wails dev command by @mondy in https://github.com/wailsapp/wails/pull/1413 -* Initial support for new native translucency in Windows Preview by @leaanthony in https://github.com/wailsapp/wails/pull/1400 +* Initial support for new native translucency in Windows Preview by @leaanthony + in https://github.com/wailsapp/wails/pull/1400 ### Fixed + * Bugfix/incorrect bindings by @leaanthony in https://github.com/wailsapp/wails/pull/1383 * Fix runtime.js events by @polikow in https://github.com/wailsapp/wails/pull/1369 * Fix docs formatting by @antimatter96 in https://github.com/wailsapp/wails/pull/1372 diff --git a/website/versioned_docs/version-v2.0.0-beta.38/gettingstarted/firstproject.mdx b/website/versioned_docs/version-v2.0.0-beta.38/gettingstarted/firstproject.mdx index 949b05b1..b5ee1fa4 100644 --- a/website/versioned_docs/version-v2.0.0-beta.38/gettingstarted/firstproject.mdx +++ b/website/versioned_docs/version-v2.0.0-beta.38/gettingstarted/firstproject.mdx @@ -13,7 +13,6 @@ Pick your favourite framework: - import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; @@ -28,60 +27,60 @@ import TabItem from "@theme/TabItem"; {label: "Vanilla", value: "Vanilla"}, ]} > - - Generate a Svelte project using Javascript with:
+ + Generate a Svelte project using Javascript with:
- wails init -n myproject -t svelte + wails init -n myproject -t svelte - If you would rather use Typescript: + If you would rather use Typescript: - wails init -n myproject -t svelte-ts -
- - Generate a React project using Javascript with:
+ wails init -n myproject -t svelte-ts +
+ + Generate a React project using Javascript with:
- wails init -n myproject -t react + wails init -n myproject -t react - If you would rather use Typescript: + If you would rather use Typescript: - wails init -n myproject -t react-ts -
- - Generate a Vue project using Javascript with:
+ wails init -n myproject -t react-ts +
+ + Generate a Vue project using Javascript with:
- wails init -n myproject -t vue + wails init -n myproject -t vue - If you would rather use Typescript: + If you would rather use Typescript: - wails init -n myproject -t vue-ts -
- - Generate a Preact project using Javascript with:
+ wails init -n myproject -t vue-ts +
+ + Generate a Preact project using Javascript with:
- wails init -n myproject -t preact + wails init -n myproject -t preact - If you would rather use Typescript: + If you would rather use Typescript: - wails init -n myproject -t preact-ts -
- - Generate a Lit project using Javascript with:
+ wails init -n myproject -t preact-ts +
+ + Generate a Lit project using Javascript with:
- wails init -n myproject -t lit + wails init -n myproject -t lit - If you would rather use Typescript: + If you would rather use Typescript: - wails init -n myproject -t lit-ts -
- - Generate a Vanilla project using Javascript with:
+ wails init -n myproject -t lit-ts +
+ + Generate a Vanilla project using Javascript with:
- wails init -n myproject -t vanilla + wails init -n myproject -t vanilla - If you would rather use Typescript: + If you would rather use Typescript: - wails init -n myproject -t vanilla-ts -
+ wails init -n myproject -t vanilla-ts +