Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 16:43
52db24e

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.