Skip to content

Releases: greenelab/lab-website-template

v1.3.1

13 Nov 22:55
2849c60
Compare
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
Compare
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
Compare
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.

v1.2.1

01 Apr 19:58
fcfb29f
Compare
Choose a tag to compare

Changed

  • Minor bug fixes in cite process and sitemap generation.

v1.2.0

08 Mar 21:29
48f2dde
Compare
Choose a tag to compare

Changed

  • Update all GitHub Actions to fix "Node v16 deprecated" warnings.
  • Sources that Manubot doesn't know how to cite (e.g. wosuid:12345) are now ignored by default if they're from metasources.
  • Fix bug where passing tags to tags component manually doesn't work.
  • Fix bug in citation (and other) components when lookup is blank.
  • Fix nested tables bug.
  • Dark mode tweaks.
  • Various CSS tweaks and fixes.

Added

  • Add image param to support blog post thumbnails.
  • Add html-proofer plugin that checks for broken images/links/etc.
  • Add remove flag to remove a source from a metasource.

v1.1.6

06 Oct 19:26
93122f8
Compare
Choose a tag to compare

Changed

  • Use latest minor versions of Python packages in auto-cite script.

v1.1.5

19 May 18:59
4914988
Compare
Choose a tag to compare

Changed

  • Fix ORCID plugin bug and other cite process tweaks.

v1.1.4

27 Apr 21:11
1092da3
Compare
Choose a tag to compare

Changed

  • Fix ORCID plugin and other cite process bugs.

v1.1.3

20 Apr 16:50
a0f0e26
Compare
Choose a tag to compare

Changed

  • Fix first-time-setup mv bug.
  • Fix citation, float, and portrait component CSS.
  • Filter and trim citation info fields.

v1.1.2

12 Apr 14:44
5259ec4
Compare
Choose a tag to compare

Changed

  • Fix first-time-setup rm bug.