Releases: greenelab/lab-website-template
Releases · greenelab/lab-website-template
v1.3.8
v1.3.7
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
- Improve behavior and flexibility of ORCID cite plugin
v1.3.5
- 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
Changed
- Fix section component parsing bug.
v1.3.3
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
Changed
- Misc enhancements and bug fixes.
v1.3.1
Changed
- Update and improve workflows for building site and citations
- Escape user inputs better in rare edge cases
v1.3.0
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.
v1.2.2
Added
- Add
affiliationmember 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.