diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 7ca7cc6a3..0f72db16f 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -1,6 +1,6 @@ # Unreleased Changes - +- Add origin to raw message handler by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4710) +- Add universal link support for macOS by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4712) +- Refactor binding transport layer by @APshenkin in [PR](https://github.com/wailsapp/wails/pull/4702) +- Add aria-label identifiers to the helloworld templates so that the example app can be easily tested by Appium test clients by @chinenual in [PR](https://github.com/wailsapp/wails/pull/4760) ## Changed ## Fixed -- Added missing window name to request headers, so it can be logged with the window ID by @jasikpark in [#4687](https://github.com/wailsapp/wails/pull/4687) - -- Fix issue where `common:update:build-assets` command overwrites instead of updating plist files by @rxliuli in [#4636](https://github.com/wailsapp/wails/pull/4636) ## Deprecated diff --git a/v3/internal/templates/base/frontend/index.html b/v3/internal/templates/base/frontend/index.html index b81d9729f..ec262d00a 100644 --- a/v3/internal/templates/base/frontend/index.html +++ b/v3/internal/templates/base/frontend/index.html @@ -19,10 +19,10 @@

Wails + Javascript

-
Please enter your name below 👇
+
Please enter your name below 👇
- - + +
-
${this.result}
+
${this.result}
- this.name = (e.target as HTMLInputElement).value} type="text" + this.name = (e.target as HTMLInputElement).value} type="text" autocomplete="off"/> - +
-
${this.result}
+
${this.result}
- this.name = e.target.value} type="text" + this.name = e.target.value} type="text" autocomplete="off"/> - +

Wails + Qwik

-
{result.value}
+
{result.value}
- name.value = (e.target as HTMLInputElement).value} type="text" autocomplete="off"/> - + name.value = (e.target as HTMLInputElement).value} type="text" autocomplete="off"/> +

Wails + Qwik

-
{result.value}
+
{result.value}
- name.value = e.target.value} type="text" autocomplete="off"/> - + name.value = e.target.value} type="text" autocomplete="off"/> +

Wails + Solid

-
{result()}
+
{result()}
- setName(e.currentTarget.value)} type="text" autocomplete="off"/> - + setName(e.currentTarget.value)} type="text" autocomplete="off"/> +

Wails + Svelte

-
{result}
+
{result}
- - + +

Wails + Svelte

-
{result}
+
{result}
- - + +

Wails + Svelte

-
{result}
+
{result}
- - + +

Wails + Svelte

-
{result}
+
{result}
- - + +

Wails + Typescript

-
Please enter your name below 👇
+
Please enter your name below 👇
- - + +

Wails + Javascript

-
Please enter your name below 👇
+
Please enter your name below 👇
- - + +