Releases: ELIXIR-Belgium/elixir-toolkit-theme
4.0.0 - Page image support and other improvements
What's Changed
- Bump google-protobuf from 3.25.3 to 3.25.5 by @dependabot in #283
- Bump webrick from 1.8.1 to 1.8.2 by @dependabot in #284
- Update setup-ruby action + Ruby upgrade by @bedroesb in #289
- Tool snippet button has an active state when clicked by @bedroesb in #288
- Improve responsiveness of DataTables by @bedroesb in #293
- Homogenize spacing between section navigation tiles by @bedroesb in #294
- Add searchBuilder option for DataTables by @bedroesb in #292
- Bugfix: When certain Site logo's were used, a horizontal scrollbar appears in the topnav, even when there is enough space. by @bedroesb in #299
- Wider gutter when in desktop mode by @bedroesb in #300
- Make the topnav search placeholder more universal by @bedroesb in #298
- More spacing between TOC and content when in mobile by @bedroesb in #304
- Better alignment of footer elements in mobile mode by @bedroesb in #301
- New attribute page_img: logos for for pages and sections by @PhilReedData in #290
- Improved arangement footer elements by @bedroesb in #305
- Update twitter icon to X by @bedroesb in #310
- Prepare new release by @bedroesb in #309
- Improved contributors tiles and carousel fix by @bedroesb in #308
Release highlight
Pull request #290 brings support for Page images. Using the page_img
page attribute (to be set in the frontmatter of the markdown, or in the config file) you can specify the relative path to an image in the /images/
folder ( example: infrastructures/ELIXIR_BELGIUM_white_background.svg) and it will look like this:
It is also visible in the section navigation tiles. More info about this can be found on the Page mechanics page.
Full Changelog: 3.2.0...4.0.0
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