Skip to content

Latest commit

 

History

History
151 lines (145 loc) · 3.11 KB

release.md

File metadata and controls

151 lines (145 loc) · 3.11 KB
title layout sitemapChangeFrequency sitemapPriority
Releases
page
yearly
0.7

Releases

{%- for pkg in collections.pkgCatalog -%}

{{ pkg[0] }}

{%- assign package = pkg[1] -%}

Stable {{ package.latestStable.version }}

Development {{ package.latestDev.version }}

Recent releases

    {%- for entry in package.recent -%}
  1. {{ entry.version }} {{ entry.date | dateString }}
  2. {%- endfor -%}
Older releases ({{ package.list | arrayLength }})
    {%- for entry in package.list -%}
  1. {{ entry.version }} {{ entry.date | dateString }}
  2. {%- endfor -%}
{%- endfor -%}
<style type="text/css"> .row { --stableBg: hsla(100deg,80%,90%,0.25); --unstableBg: rgba(0,0,0,0.05); } .row > div { display: flex; flex-wrap: wrap; justify-content: space-between; } .row article { margin-bottom: 2em; padding: 0.5em; width: 95%; } @media (min-width: 50em) { .row article { width: 45%; } } .row :focus { outline: 5px solid gray; } .row article h2 { padding: 0.25em; margin: 0; border: 1px solid #000; color: white; background: #1593ED; } .row article header { display: flex; margin-bottom: 0.5em; border: 1px solid; border-top: none; } .row article header p { width: 50%; margin: 0; background-color: var(--unstableBg); } .row article header p:first-child { background-color: var(--stableBg); border-right: 1px solid #000; } .row article header p > * { display: block; text-align: center; font-weight: 700; } .row article h3 { padding-left: 0.42em; font-size: 1.1em; font-weight: normal; font-style: italic; } .row article ol { margin: 0; padding: 0; margin-left: 0.25em; list-style: none; } .row article ol li { display: grid; grid-template-columns: minmax(6.5ch,max-content) auto; gap: 0.25em; margin: 0.25em 0; } .row article ol li a[href] { border: 1px solid rgba(0,0,0,0); font-weight: normal; padding: 0 0.25em; color: #155d74; } .row article ol li a[href]:hover, .row article ol li a[href]:focus { color: #053d44; } .row article ol li.stable a[href] { border-color: rgba(0,0,0,0.25); border-radius: 0.25em; background-color: var(--stableBg); } .row article ol li time { opacity: 0.75; font-weight: 400; font-size: 85%; margin-top: 0.25em; } .row article details { margin-top: 0.5em; margin-left: 0.67em; } .row article details summary { font-style: italic; font-weight: 400; } </style>