Skip to content

Releases: 47degrees/sbt-microsites

v1.4.4

10 Nov 13:36
b792b8d
Compare
Choose a tag to compare

What's changed

🚀 Features

Contributors to this release

@47erbot, @blast-hardcheese, @fedefernandez and @juanpedromoreno

v1.4.3

28 Mar 17:15
04c4fbb
Compare
Choose a tag to compare

Overview

Fixes an issue with GitHub Enterprise (see #740)

Thanks @necosta and @TomyMeren

What's changed

Contributors to this release

@47erbot, @fedefernandez and @necosta

v1.4.2

13 Feb 14:57
714787f
Compare
Choose a tag to compare

What's changed

Contributors to this release

@47erbot, @fedefernandez and @israelpzglez

v1.4.1

04 Jan 13:27
0168fd3
Compare
Choose a tag to compare

Summary

This release fixes a bug (#727) in the site publication with Github4s due to a change in the encoding method. See #730 for more information.

What's changed

Contributors to this release

@47erbot, @davesmith00047, @fedefernandez and @juanpedromoreno

v1.4.0

09 Dec 10:38
559df65
Compare
Choose a tag to compare

Summary

No new features have been added to this release, but it contains many dependency updates.

If you're getting some binary incompatibilities at the plugin level because of this release, consider using
the libraryDependencySchemes setting in your project/plugins.sbt file and verify your build.

ThisBuild / libraryDependencySchemes ++= Seq(
  "groupId" %% "artifactId" % VersionScheme.Always
)

What's changed

⚠️ Breaking changes

📈 Dependency updates

Contributors to this release

@47erbot, @cb372, @jisantuc, @fedefernandez and @juanpedromoreno

v1.3.4

27 Apr 09:44
c737f81
Compare
Choose a tag to compare

What's changed

📈 Dependency updates

Contributors to this release

@47erbot and @juanpedromoreno

v1.3.3

31 Mar 08:10
8e28956
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

📈 Dependency updates

Contributors to this release

@47erbot and @sloshy

v1.3.2

02 Feb 20:21
283ccbc
Compare
Choose a tag to compare

What's changed

🚀 Features

📈 Dependency updates

Contributors to this release

@47erbot and @sloshy

v1.3.1

28 Jan 23:35
a526739
Compare
Choose a tag to compare

What's changed

🚀 Features

  • Allow config to specify if home-page button goes to repo or docs (#540) @sloshy
    • To change the large button on your microsite home page to go to the project docs instead of the project repo, set micrositeHomeButtonTarget := "docs" in your build.sbt.
  • Add Document Search (#534) @sloshy
    • Search is enabled by default only for the light theme. To disable it, set micrositeSearchEnabled := false in your build.sbt.

🐛 Bug Fixes

  • Search styling tweaks (#541) @sloshy
  • Update scrimage to 4.x from 2.x & fix copying resources (#529) @sloshy
  • Fix Gitter links in README and microsite (#530) @sloshy

📈 Dependency updates

Contributors to this release

@47erbot, @juanpedromoreno and @sloshy

v1.3.0

23 Dec 18:34
4c00ed3
Compare
Choose a tag to compare

What's changed

⚠️ Breaking changes

  • Removes tut (#527) @juanpedromoreno
  • The micrositeCompilingDocsTool setting has been removed. To upgrade, you can remove this setting.

📈 Dependency updates

Contributors to this release

@47erbot, @alejandrohdezma, @jatcwang and @juanpedromoreno