Skip to content

Releases: maxence-charriere/go-app

v9.6.7

18 Oct 12:43
Compare
Choose a tag to compare

Summary

  • show the icon on Safari tabs

v9.6.4: Remove loading upper case (#766)

29 Aug 01:29
70b80e9
Compare
Choose a tag to compare

Summary

  • Loader label is not forced to be lowercase anymore
  • Proxy resources are now fetched from HTTP when TLS is set in a http.Handler. Thanks @oderwat

v9.6.3: Fix logo spin (#761)

22 Aug 15:01
3b9cd50
Compare
Choose a tag to compare

Summary

  • fix loading icon spin

v9.6.2: Fix loading label init (#760)

22 Aug 14:41
441050b
Compare
Choose a tag to compare

Summary

  • Loading label is now also evaluated on server side

V9.6.1

22 Aug 06:10
11f7e24
Compare
Choose a tag to compare

Summary

  • Go requirement bumped to Go v1.18
  • Custom elements (Elem and ElemSelfClosing)
  • Prevent component update
  • Engine optimization that ensure a component update is done once per frame cycle
  • Wasm progress
  • Customizable app-worker.js template
  • Documentation tweaks

Thanks

v9.5.1

10 May 16:57
d7cb9b9
Compare
Choose a tag to compare

Summary

  • Fixed a bug where app-worker.js could change when instances were relaunched, triggering false app updates.

v9.5.0

10 May 05:33
Compare
Choose a tag to compare

Summary

v9.4.1

26 Mar 10:07
Compare
Choose a tag to compare

Summary

Thanks

v9.3.0

27 Dec 15:19
Compare
Choose a tag to compare

v9.2.1

08 Nov 10:55
Compare
Choose a tag to compare
  • Fix navigate to mailto scheme
  • FIx docs typo
  • Fix KeyUp typo and Abbr tag (Thank you to @oderwat)