Skip to content

Releases: sfomuseum/go-http-sfomuseum

3.1.2

18 Dec 22:49
Compare
Choose a tag to compare
  • Add CSS override to fix the gap between the standard SFOM header/navi and any secondary header/navi elements
  • Update vendor deps

3.1.1

09 Aug 21:38
Compare
Choose a tag to compare
  • Update favicon

3.1.0

06 Aug 16:51
8bc6c44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

3.0.0

05 Jun 19:35
ee6a3b5
Compare
Choose a tag to compare

What's Changed

  • Remove Logger from SFOMuseumOptions (hence the major version bump)
  • Update to reflect changes to sfomuseum/go-http-rollup v0.0.3 (and related dependencies)
  • build(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 by @dependabot in #7

Full Changelog: v2.1.2...v3.0.0

2.1.2

11 Mar 19:10
Compare
Choose a tag to compare
  • Update vendor deps
  • Update minify commands
  • Update lambda command to support arm Lambda functions
  • Update Dockerfile to build with Go 1.22

2.1.1

29 Sep 00:48
Compare
Choose a tag to compare
  • Update vendor deps

2.1.0

24 Apr 18:16
Compare
Choose a tag to compare
  • Add support for .PageTitle variable in common_header.html

2.0.2

29 Mar 22:37
Compare
Choose a tag to compare
  • Update to support Account.Name in signin navi
  • Add header-signin element ID and corresponding CSS

2.0.1

28 Mar 20:25
Compare
Choose a tag to compare
  • Bug fix: Ensure that SFOM images and fonts are served even if we're rolling up JS/CSS assets.

2.0.0

23 Mar 22:07
6a556c2
Compare
Choose a tag to compare

This release introduces major changes and is not backwards compatible*

  • Update to optionally use sfomuseum/go-http-rollup. CSS and JavaScript files are bundled and minified if enabled and if there are more than two files being served.
  • Add SFOMuseumOptions.RollupAssets flag to trigger use of go-http-rollup
  • Remove all *WithPrefix methods
  • Remove incline CSS/JS directives from inc_collection_navi and add SFOMuseumOptions.EnableCollectionNavi method
  • Add SFOMuseumOptions.Prefix option to indicate optional URI prefix for resources and assets
  • Add SFOMuseumOptions.Logger flag which is populated by default logger which writes to io.Discard
  • Replace INCLUDE_LEAFLET constant with ProtomapsOptions.AppendLeafletResources flag and ProtomapsOptions.AppendLeafletAssets flags
  • Update to use aaronland/go-http-leaflet v0.4.0