Skip to content

Releases: greenelab/lab-website-template

v1.3.8

17 Nov 20:40
63eb1d3

Choose a tag to compare

Changed

  • Inherit secrets in GitHub Actions workflows where appropriate
  • Add commented out ORCID plugin code to discard source if no ID

v1.3.7

30 Jul 17:34
2dbda43

Choose a tag to compare

Changed

  • Improve cleanup of PR preview folders in gh-pages branch.
  • Only run debug dump in debug mode to speed up workflow runs.

v1.3.6

29 Jul 20:08
f35e909

Choose a tag to compare

  • Improve behavior and flexibility of ORCID cite plugin

v1.3.5

13 May 21:03
ebeb5e2

Choose a tag to compare

  • Fix workflow bug where PR previews on GitHub Actions have broken styles/links/etc.
  • Fix tags component relative link bug
  • Make Actions workflows a bit more robust

v1.3.4

03 Feb 20:23
d515175

Choose a tag to compare

Changed

  • Fix section component parsing bug.

v1.3.3

27 Jan 16:17
4fafdf0

Choose a tag to compare

Changed

  • Citation process logging enhancements.

Added

  • Add support for multiple authors in blog posts.
  • Add GitHub Actions workflow status badges to readme.

v1.3.2

06 Jan 18:30
f065e00

Choose a tag to compare

Changed

  • Misc enhancements and bug fixes.

v1.3.1

13 Nov 22:55
2849c60

Choose a tag to compare

Changed

  • Update and improve workflows for building site and citations
  • Escape user inputs better in rare edge cases

v1.3.0

28 Oct 16:43
52db24e

Choose a tag to compare

Changed

  • List component filters parameter changed to filter and now takes any Ruby expression instead of the existing custom syntax.
    Example: filters="publisher: bioRxiv, date: ^2020" becomes filter="publisher == 'bioRxiv' and date =~ /^2020/".
    See docs for more info.
  • Fix rare bug where data (e.g. a paper title) containing certain characters (e.g. a double quote) can mess up HTML rendering.
  • Fix "first time setup" workflow bug.
  • Tweak GitHub Actions debugging/logging.

Added

  • Styling for <details> HTML element.

v1.2.2

05 Jun 20:26
5afb459

Choose a tag to compare

Added

  • Add affiliation member portrait field.

Changed

  • Change order and type of preferred ids from ORCID API.
  • Expand list of supported Manubot identifiers and thus keep ORCID API details less often.
  • Simplify portrait component under-the-hood.
  • Make tag component de-duplication consistent with search plugin de-duplication.