Skip to content

Releases: maxence-charriere/go-app

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)

v9.2.0

03 Nov 08:03
Compare
Choose a tag to compare

v9.1.2

25 Oct 09:58
Compare
Choose a tag to compare
  • Fixed TFoot typo => fix #621
  • Added the Input capture => fix attribute #625
  • Fixed go doc reference generator

v9.1.1

18 Oct 07:20
Compare
Choose a tag to compare
  • Custom HTML element attributes are now settable with the Attr() function.
  • was loader has been reverted

v9

22 Sep 10:11
Compare
Choose a tag to compare
v9

go-app v9 is here and brings the following changes:

V9 introduces breaking changes. See the v8 to v9 migration guide.

Hope you like this update and thank you for using go-app.

install/update

go get -u github.com/maxence-charriere/go-app/v9/pkg/app

Fix achor downloads

20 Jun 09:52
Compare
Choose a tag to compare

This version fixes achor downloads.

Fix anchor download

20 Jun 09:26
Compare
Choose a tag to compare
Fix anchor download Pre-release
Pre-release

This version fixes anchor downloads.

Custom resource provide + Page Fix

20 Apr 08:12
Compare
Choose a tag to compare
  • Add a custom resource provider that allows prefixing paths #504
  • Browser page is now properly initialized

v8.0.1

30 Mar 07:06
Compare
Choose a tag to compare
  • Documentation related to Routing has been enhanced
  • GenerateStaticWebsite can now generate nested pages

V8: Server side prerendering

25 Mar 12:15
Compare
Choose a tag to compare

Hello there,

Going straight to the point:

  • New version with server-side prerendering in order to have app SEO friendly
  • Documentation has been updated

See the migration guide for the detailed list of changes