Release Notes

Core v1.46 – Icon lists, full-width buttons and plenty of bug fixes

| By

The FIU template keeps getting better and better as we launch our latest Core Release. While this release is primarily bug fixes that ensure everything is running smoothly, we do have a few new features we want to highlight.

Front and center are new classes for icon lists, with even more to come in future releases. These allow you to add an easy-to-understand visual dynamic to your page. To create them, when using an unordered list, add the icon-list class with any of the following: green-check-list, round-check-list or xmark-list. You can see examples of all below

  • Item 1
  • Item 2
  • Item 3

<ul class="icon-list green-check-list">
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>

  • Item 1
  • Item 2
  • Item 3

<ul class="icon-list round-check-list">
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>

  • Item 1
  • Item 2
  • Item 3

<ul class="icon-list xmark-list">
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>

The other big feature we are excited to showcase is the full-width button. This allows a button to take up the full width of a module.

The long button in a related content box

We don't recommend using this with a very wide module, as the button running the whole width of a page can look odd. Instead, the full-width button is better suited for a related content box or the narrower column of a 60/40 two-column module.

To use it, select button-long from the existing styling list of button classes.

Selecting the button long class from the styling list.

Improvements

  • Updating top and bottom padding for the site-specific footer to match
  • New classes for unordered lists
  • New long button class 
  • Carousels can now display fewer than four items in a fashion similar to card modules

Bug Fixes

  • Fontawesome icons are no longer returning CORS errors intermittently
  • Related content on profile pages no longer shows even after the checkbox is unselected
  • Profile Page asset factory no longer displays the website label, even when the link field is blank
  • Descriptive paragraphs now have a margin when used with an accordion module
  • Profiles with no images no longer cause accessibility issues
  • Footer logos no longer cause overflow and white space on smaller screens
  • The subnav no longer closes on mobile devices when scrolling or zooming in