Skip to content

Releases: ita-design-system/eleventy-libdoc

v0.14.9 🌈

Choose a tag to compare

@olivier3lanc olivier3lanc released this 11 May 09:05

Features

@gbeine Instead of just wrapping <table>, recognize <table as pattern. This allows users to create content with specific tables ready for jQuery DataTables.

v0.14.8 🌈

Choose a tag to compare

@olivier3lanc olivier3lanc released this 27 Mar 07:33
8c79716

chore: fix vulnerabilities 0.14.8

v0.14.6 🌈

Choose a tag to compare

@olivier3lanc olivier3lanc released this 04 Mar 15:54
5d40541

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 🌈

Choose a tag to compare

@olivier3lanc olivier3lanc released this 16 Feb 07:36
32d33a8

Features

Fixes

Improved inline <code> background color into <table> tags.

v0.13.0 🌈

Choose a tag to compare

@olivier3lanc olivier3lanc released this 14 Feb 21:59
b3e2609

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 🌈

Choose a tag to compare

@olivier3lanc olivier3lanc released this 08 Feb 17:41
b8b90e8

Fix: invalid headings ids starting with numbers

v0.12.0 🚀

Choose a tag to compare

@olivier3lanc olivier3lanc released this 28 Dec 13:46
be355c8

Features:

  • Improved slugify that now supports accentuated characters
  • Improve layout when paragraphs are set into <li> items

v0.11.0 🚀

Choose a tag to compare

@olivier3lanc olivier3lanc released this 05 Sep 12:14
46e5037

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 🚀

Choose a tag to compare

@olivier3lanc olivier3lanc released this 06 Aug 11:36
6c13c37

libdoc-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 productionUrl configuration parameter.
  • Improved design for blockquotes.
  • Added rss icon.

Fixes:

  • Bad responsive width for blockquotes

v0.9.0 🚀

Choose a tag to compare

@olivier3lanc olivier3lanc released this 01 Aug 14:28
c2d0a0a

Improved tags list layout

Features:

  • Slighty improved tags list page design and layout with tags ordered by popularity. View new tags list.
  • date: 1111-11-11 Front 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 displayTagsListLink configuration is set to false.
  • Improved UI difference between <code> and <kbd> tags
  • Added star and star-fill icons

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.