Releases: ELIXIR-Belgium/elixir-toolkit-theme
Releases · ELIXIR-Belgium/elixir-toolkit-theme
3.2.0 - Better TOC behavior and other improvements
What's Changed
- Bump rexml from 3.3.1 to 3.3.3 by @dependabot in #271
- Create new include scroll-top.html for the scroll to top button by @bedroesb in #272
- Bugfix: do not list pages that have no
page_id
in the overview list of page IDs by @bedroesb in #275 - Fix the TOC being loaded as last making the content jump around with big pages by @bedroesb in #277
- Bugfix: Make sure affiliations inside section navigation tiles wrap in mobile by @bedroesb in #279
- Bump rexml from 3.3.3 to 3.3.6 by @dependabot in #278
- FEAT: Make the development info banner optional by @bedroesb in #280
- Updating the dependencies of ETT including: Bootstrap, JQuery, DataTables and FontAwesome by @bedroesb in #281
- Improve anchor link behavior and TOC by @bedroesb in #282
Full Changelog: 3.1.1...3.2.0
3.1.1 - Tools and resources hotfix
What's Changed
- [Hotfix] Tools and resources section gets rendered only when tools are available. by @bedroesb in #270
Full Changelog: 3.1.0...3.1.1
3.1.0 - Multiple improvements
What's Changed
- Hide search section navigation tiles when false by @bedroesb in #254
- Add an optional top banner to display message to users across all pages by @anenadic in #256
- Make navbar brand scrollable to add support for long topnav titles by @bedroesb in #259
- Fix: Proposed workflow for deployment using GitHub Actions does not set Jekyll env by @bedroesb in #261
- Update local installation instructions by @anenadic in #262
- Improved scroll to top button + larger maximum break point by @bedroesb in #264
- Include collections (site.documents) in search by @elichad in #267
- Better handling of national resources by @bedroesb in #268
New Contributors
Full Changelog: 3.0.1...3.1.0
3.0.1 - Add back GitHub Pages compatibility
What's Changed
- Keep track of GitHub stats by @bedroesb in #243
- bugfix: add back compatibility for older versions of the sass-converter by @bedroesb in #245
- Bump nokogiri from 1.16.3 to 1.16.5 by @dependabot in #247
- Bump rexml from 3.2.6 to 3.2.8 by @dependabot in #250
- Add the class parameter to the image include section by @PhilReedData in #252
New Contributors
- @PhilReedData made their first contribution in #252
Full Changelog: 3.0.0...3.0.1
3.0.0 - Renewed "More information" section
What's Changed
- Update deployment documentation using GitHub Actions by @bedroesb in #225
- Update versions in README by @bedroesb in #226
- Bump nokogiri from 1.15.4 to 1.16.2 by @dependabot in #227
- New page design by @bedroesb in #192
- Fix + test for long tool names by @bedroesb in #232
- Improve documentation for top navigation and the tools table by @bedroesb in #234
- Make sure NA as registry value is not displayed by @bedroesb in #236
New features
- Collapsable items for "More information" including Training, rdmkit links, FAIRCookbook links, etc
- New website configuration setting:
This setting allows you to also collapse the resource table under the "More information" section
theme_variables: headings: resource-table-all-collapse: true
- New scss variables setting the Section navigation tiles and More information buttons. Set them in the
_sass/_custom_variables.scss
file/*-----Section navigation tiles-----*/ $nav-card-bg: $light; $nav-card-color: $dark; $nav-card-bg-hover: $primary; $nav-card-color-hover: $white; /*-----More information tiles-----*/ $info-card-bg: $light; $info-card-color: $dark; $info-card-bg-hover: $primary; $info-card-color-hover: $white;
- Improved descriptions when linking to RDMkit, FAIRsharing, FAIRCookbook and DSW
- New simpler design for section navigation tiles and related pages tiles, giving a coherent way of navigating the website.
- Set Icons for pages so they are visualized in section navigation tiles and related pages tiles by using the new page attribute:
type_img
for example" :--- type_img: /assets/img/section-icons/dna-light.svg ---
- Use the
col
parameter in the section navigation tiles and section navigation tiles simple to specify the number of columnsor{% include section-navigation-tiles.html type="example_pages" col=3 %}
{% include section-navigation-tiles-simple.html type="example_pages" col=3 %}
Full Changelog: 2.5.0...3.0.0
2.5.0 - Matomo and datatables improvements
What's Changed
- Support for Matomo Website ID by @bedroesb in #221
- Bug fix: data tables can not be used when national resources are present by @bedroesb in #224
Full Changelog: 2.4.0...2.5.0
2.4.0 - Support for custom headings
What's Changed
- Add support for custom headings by @bedroesb in #212
- Update Bootstrap to 5.3.2 and fix warning in build by @bedroesb in #213
- Only show pagination and search in datatables when relevant by @bedroesb in #214
🚨 BREAKING 🚨
The variables to specify the min of headings that need to appear for the table of contents to show up and what type it has to pick up is changed from headers
-> headings
to be consistent and more correct.
theme_variables:
toc:
min_headings: 2
headings: 'h2'
Full Changelog: 2.3.0...2.4.0
2.3.0 - Hide sidebar and integrated country support
2.2.2 - "On this page" button fix
2.2.1 - Example contributor bug fix
What's Changed
- Update to latest version Font Awesome by @bedroesb in #200
- Bump activesupport from 7.0.6 to 7.0.7.2 by @dependabot in #201
- TOC can disappear quicker by @bedroesb in #203
- Example contributor does not appear in deployments making use of the theme #202
Full Changelog: 2.2.0...2.2.1