Releases: ita-design-system/eleventy-libdoc
Releases · ita-design-system/eleventy-libdoc
Release list
v0.14.9 🌈
v0.14.8 🌈
v0.14.6 🌈
Features
Minor improvement: added <time> tag on date modified zone for each page.
Fixes
Wrong icons paths when using Eleventy LibDoc into a subdomain with htmlBasePathPrefix.
v0.14.3 🌈
Features
- Icon and Icon Cards now support your own icons.
- Widgets support both SVG and raster images with transparency. You can set a path or a remote URL as name for the icon.
- Custom sizes
- Custom colors
- Removed icomoon dependency.
Fixes
Improved inline <code> background color into <table> tags.
v0.13.0 🌈
It is possible to set a custom Open Graph Image URL to any tag. For example, assuming you have a tag called foo, then you have an URL /tags/foo, assigning an Open Graph image URL to this page can be set like follows through your settings.json:
{
"ogImageUrlForEachTag": {
"foo": "https://example.com/path/to/custom-open-graph-image.avif"
}
}For example on LibDoc’s website, you can view an example of a custom Open Graph Image for tag page change log on this website. Here are the involved lines from the settings.json file:
{
"ogImageUrlForEachTag": {
"changelog": "https://og-image.vercel.app/**11ty%20LibDoc%20Change%20Log**.png?theme=dark&md=1&fontFamily=source-sans-pro&fontSize=100px"
}
}v0.12.1 🌈
Fix: invalid headings ids starting with numbers
v0.12.0 🚀
Features:
- Improved slugify that now supports accentuated characters
- Improve layout when paragraphs are set into
<li>items
v0.11.0 🚀
Features:
- Improved legibility for floating table of content links containg large amount of links.
- Better UI for the page tag popularity, progress bar replaces star rating that may cause confusion between page popularity and user reviews.
- Improved spacing between main page header and content.
Fixes:
- User preferences menu that may appear on print preview.
v0.10.0 🚀
Features:
- Added Atom feed: https://eleventy-libdoc.netlify.app/feed.xml
- New custom links layout management: Progressive collapse of custom links. If links gets wider than their container, overflowed links are grouped into a sub menu.
- Added
productionUrlconfiguration parameter. - Improved design for blockquotes.
- Added
rssicon.
Fixes:
- Bad responsive width for blockquotes
v0.9.0 🚀
Features:
- Slighty improved tags list page design and layout with tags ordered by popularity. View new tags list.
date: 1111-11-11Front matter date value parameter that truly display git last commit date.- Improve fuzzy search:
- No display for blog item if no post.
- No display for tags list item if
displayTagsListLinkconfiguration is set tofalse.
- Improved UI difference between
<code>and<kbd>tags - Added
starandstar-fillicons
Fixes:
- On small screens when menu is opened, user preferences button gets over toggle menu button #32
- Fuzzy search popup menu may be partially masked by overflow hidden of primary navigation.


