v1.3.0
·
9 commits
to refs/heads/main
since this release
Changed
- List component
filtersparameter changed tofilterand 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.