Skip to content

Releases: maxence-charriere/go-app

v10.0.10

15 Feb 13:49
9fa9f75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.9...v10.0.10

v10.0.9

03 Dec 10:56
866eab7
Compare
Choose a tag to compare

Changes

  • Fixed the maskable icon issue on Safari.
  • Icons other than the default icon are now excluded from the app manifest unless explicitly specified.

v10.0.8

10 Oct 06:58
25ff169
Compare
Choose a tag to compare

Changes

  • Handler URL values now preserve case
  • OnAppUpdate is triggered back on service worker activation

Thanks to @vito for his contribution.

v10.0.7

02 Oct 13:28
Compare
Choose a tag to compare

Summary

  • PWA updates fixed

v10.0.6

22 Aug 13:36
4c248da
Compare
Choose a tag to compare

Changes

  • Fixed a bug in the Raw element where the parent was not set during updates.

v10.0.5

15 Jun 05:30
Compare
Choose a tag to compare

Service worker is handled once the page is loaded.

v10.0.4

22 May 09:06
Compare
Choose a tag to compare

Use elem.setAttribute("class", "value") rather than elem.className = value to handle both standard HTML elements and SVG classes.

Fix #919

v10.0.3

22 May 08:27
Compare
Choose a tag to compare

The go-app <a> tag now supports _blank navigation:

app.A().
    Href("/url").
    Target("_blank")

Fix #879

v10.0.2

22 May 07:47
Compare
Choose a tag to compare

Fix a bug where the app's installable state is not set when the event occurs before the WASM is loaded.

v10.0.1

20 May 06:57
Compare
Choose a tag to compare

Update dependencies.