Skip to content

Releases: ELIXIR-Belgium/elixir-toolkit-theme

3.2.0 - Better TOC behavior and other improvements

09 Sep 14:06
4b6f6bc
Compare
Choose a tag to compare

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

02 Aug 18:55
f9c245c
Compare
Choose a tag to compare

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

02 Aug 11:24
555973d
Compare
Choose a tag to compare

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

25 Jun 08:48
1becabf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0 - Renewed "More information" section

21 Mar 15:19
93039b6
Compare
Choose a tag to compare

What's Changed

New features

  • Collapsable items for "More information" including Training, rdmkit links, FAIRCookbook links, etc
  • New website configuration setting:
    theme_variables:
      headings:
        resource-table-all-collapse: true
    This setting allows you to also collapse the resource table under the "More information" section
  • 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 columns
    {% include section-navigation-tiles.html type="example_pages" col=3 %}
    
    or
    {% 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

25 Jan 09:58
a1613c9
Compare
Choose a tag to compare

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

15 Nov 18:35
f22486e
Compare
Choose a tag to compare

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

14 Sep 09:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2 - "On this page" button fix

31 Aug 13:05
e20d498
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1 - Example contributor bug fix

31 Aug 12:43
Compare
Choose a tag to compare

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