v1.3.0
github-actions
released this
28 Oct 16:43
·
1 commit
to refs/heads/main
since this release
Changed
- List component
filters
parameter changed tofilter
and now takes any Ruby expression instead of the existing custom syntax.
Example:filters="publisher: bioRxiv, date: ^2020"
becomesfilter="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.