Skip to content

Releases: isubit/iastate_theme

IASTATE Theme 1.6.1

14 Jun 14:10
6a22d13
Compare
Choose a tag to compare

This is a minor release with an accessibility improvement on menu and small visual tweaks on form fields.

Release Notes

  • Make more form field labels bold. Some were missed. (a06d097)
  • Add more space after textarea field types (8d7e208)
  • Apply consistent style to help text on the formatted textarea field type (51260d8)
  • Accessibility: Improve contrast on menu background colors. (5ce1cdb) (17a3237)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.6

27 Mar 15:03
29d8271
Compare
Choose a tag to compare

This release introduces major changes to the main menu's HTML and interaction, as well as some minor but crucial digital accessibility improvements on forms.

Release Notes

  • Increased contrast on form inputs for WCAG 2.1. (7b62067)
  • More form field labels are now bold as they should be. (ebc8f70)
  • The main menu has been refactored to be more keyboard navigable, improve mobile interactivity, and support hover on parent items by default. (cc30e05)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.5

07 Nov 20:57
Compare
Choose a tag to compare

Release Notes

  • Remove 1995 from default copyright. (38d1d54)
  • Add basic styles to the sign-off region. (0cd3ffb)
  • Allow the menu and search icons which appear on narrow screens to be keyboard navigable. (03d2360)
  • Correct typo in the social media icon's CSS rules - drupal.com to drupal.org (50d5053)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.4

11 Oct 16:44
671f132
Compare
Choose a tag to compare

Release Notes

  • The previous commit where slogan can be used to allow an affiliated group to be added to the wordmark (e20f28c) has been reversed.
  • Instead, the wordmark's approved unit name is configured in Theme Settings via two new fields.
  • The list of supported social media icons has been pruned. (c2c06bb)
  • Social media icon widths have been standardized. (8b2e81b)
  • The active states for the info and success buttons have been adjusted for better color contrast. (23b449a)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.3

05 Oct 19:04
5cb6e9b
Compare
Choose a tag to compare

Release Notes

  • The theme now supports an optional 'slogan', which is a default Drupal 8 site setting. This should allow the site name and its affiliated approved group to be grouped beneath the wordmark properly. (e20f28c)
  • Significant changes in button colors to improve UX, where the colors of the button types more accurately align with user expectations. Green? Good! Red? Scary. Most of these changes only affect authenticated users doing work with Drupal 8 UIs. (e992e7e)
  • Updated the FontAwesome library from 4.5 to 4.7 to fix support for Snapchat. (09c07fd)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.2

21 Sep 16:17
9f4868c
Compare
Choose a tag to compare

Release Notes

  • Added a background color to active menu links in the main menu (6100cbf)
  • Refined spacing between form elements (a82b1f5)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.1

30 Aug 17:37
401042e
Compare
Choose a tag to compare

Release Notes

  • Fixed the extra spacing around the header search bar that showed up when there was a sitelinks menu (f21beb6)
  • Make sure the tags clear floats in content (9db7e98)
  • Removed reference to layout.css in the libraries file because we got rid of it. (d2e74db)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0

02 Aug 15:34
d157dc1
Compare
Choose a tag to compare

Release Notes

  • Hey, it's an official v1.0 release.
  • Fields now honor the label display settings under Manage Display (above, inline, hidden, etc) (a2a7ee2)
  • Semantic HTML theme-wide has been reviewed and updated for digital accessibility best practice. (4108a65)
  • Headings for the default footer content sections only show if there is something set. (333ed85)
  • Footer theme regions have been moved below the default footer content instead of on top. (
    7e9a8a9)
  • Removed extra / in footer logo path. (1017df4)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 9)

20 Jun 19:57
9e87012
Compare
Choose a tag to compare
Pre-release

Release Notes

  • Updated Bootstrap 4 CSS files to v4.1.0 (54e1041)
  • Footer will be pushed to the bottom of the window, even if there isn't a lot of content. (c377f08)
  • Removed empty li elements from node links (accessibility concern). (458cb38)
  • Fixed a bug where tags would not show up if they were not links. (b410437)
  • Updated links in the black ISU Navbar (eeddd99)
  • The 'Edit Summary' button styled to look like, well, a button (de11a2f)
  • New theme settings allows you to add a custom url to the footer logo. (2a426e4)

Footer Logo URL

The footer logo URL is now configured in theme settings via Appearance > Settings. The default is https://www.iastate.edu. If no URL is entered, there will be no link around the footer image.

If you have overridden the partial template footer.html.twig be cautious with this update. You may need to make adjustments to your template. The setting won't work if the template doesn't contain the new change.

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 8)

26 Apr 21:21
8fefbba
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Drupal 8 IASTATE Theme.

Release Notes

  • Added print stylesheet (9534760)
  • Fixed an issue with media embeds blocking other content in a CKEditor field (9e56c51)
  • Footer logo is now a part of the theme settings (#58)

Footer logo

The footer logo is now configured in the theme settings. Use Appearance > Settings. Currently this setting only accepts a path (not an image upload).

Sub-themes should inherit this setting. To use a different footer logo, add it to your sub-theme directory and add the path in your sub-theme's Appearance > Settings.

If you have overridden the partial template footer.html.twig be cautious with this update. You may need to make adjustments to your template. The setting won't work if the template doesn't contain the new change.

Installation

Installation instructions can be found in the README