Skip to content

Releases: ELIXIR-Belgium/elixir-toolkit-theme

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

2.2.0 - Improved section navigation tiles and more

18 Aug 10:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0 - Adding EuroPMC as a registry for publications

24 Jul 12:01
7d05c40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0 - New way of handling tools and many other new features

23 Jun 12:04
Compare
Choose a tag to compare

What's Changed

New Contributors

IMPORTANT

This is designed to be backwards compatible with previous versions of the theme and to still work with GitHub Pages. If you encounter an issue, please open an issue on this repository.

Full Changelog: 1.26.0...2.0.0