Skip to content

Releases: isubit/iastate_theme

IASTATE Theme 1.0 (Release Candidate 7)

04 Apr 15:50
75a7a7b
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Drupal 8 IASTATE Theme.

Release Notes

This release is focused on accessibility and IE bug fixes.

  • Fix svg scaling for header logo in IE11 (50d1568)
  • Fix svg scaling for footer logo in IE11 (bb98cb4)
  • Fix header element wrapping in mobile in IE11 (caffd7d)
  • Expanded ISU Navbar Index alphabet dropdown background in IE11 (611f0a7)
  • Add space below site name (eefca7e)
  • Removed vestigial h1 (dc1b85c)
  • Fix aria-label for pagination <nav> elements (ae766fd)
  • Increased contrast for .disabled pager items (3b60420)
  • Changed current pager link from Bootstrap blue to ISU red (9c0fd51)
  • Add space below "submitted by" compoment (ad2e6f1)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 6)

21 Mar 21:07
1eab10f
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Drupal 8 IASTATE Theme.

Release Notes

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 5)

27 Feb 18:30
f27712c
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Drupal 8 IASTATE Theme.

Release Notes

  • Fixed an undefined index error coming from the .theme file (bf7b484)
  • Image Alignment (when you add an image in a WYSIWYG) radio boxes are now inline with label (1de4ffa)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 4)

04 Jan 18:54
ada1ba9
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Drupal 8 IASTATE Theme.

Release Notes

  • Code formatting has been cleaned up to more closely match Drupal 8 coding standards. (2354960)
  • Styled image captions (58282eb)
  • More table properties are supported: cellspacing, table border, table width, cell width, colspan and rowspan, cell background color. (b643dd3)
  • Tables in the CKEditor look more like live tables. (b643dd3)
  • Blockquote border is now darker and easier to see on more screens (26d12d4)
  • Removed extra "Powered by Drupal" block that was showing up in the footer when the theme is activated. (3776581)
  • Spacing below the site name is now consistent between the homepage and other pages. (99eebf2)
  • Added "Search" as placeholder text in the search bar. (5802541)
  • In the theme settings, the url field for Social Media 6 was missing - it's back now. (f12d929)
  • The Social Media 7 link had not been added to the footer template - it's back now. (f12d929)
  • Added classes for different node states like unpublished, sticky, and node types. (aaa654a)
  • Styled unpublished nodes (aaa654a)
  • Added {{ theme_path }} variable to preprocess_page function to make it easier to work with theme files. See note below.(ee84de5).

Using {{ theme_path }}

Example: You are creating a subtheme that will use a custom logo in the footer. You have placed that logo image file in a folder in your theme called images so the path to the logo is images/footer-logo.svg. To add this to your footer template, use {{ theme_path }} in the image src. < img src="{{ theme_path}}/images/footer-logo.svg" >.

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 3)

12 Dec 20:11
624544f
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Drupal 8 IASTATE Theme.

Release Notes

  • Added support for Nimbus and Merriweather fonts (b7433b8)
  • Fixed bug in the ISU Navbar. There was an extra </div> (f09d18c)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 2)

22 Nov 20:58
cfcf74e
Compare
Choose a tag to compare
Pre-release

This is a release candidate for Drupal 8 IASTATE Theme.

Release Notes

  • Block titles made smaller (c97d78b)
  • Styled password field types (1cedd5f)
  • Responsive tables can now handle very long words or links (ace4f4b)
  • Added breadcrumbs (aec93e0), (8270fdb), (6bf63aa)
  • Applied Bootstrap 4 button styling to Drupal 8 .button class (c6aec6b)
  • Added Bootstrap 4 table classes to all tables (142d53c)
  • A smattering of improvement to form fields when they appear if, for some reason, an admin screen is using this base theme.
  • CSS file formatting clean-up (a5445bd)

Installation

Installation instructions can be found in the README

IASTATE Theme 1.0 (Release Candidate 1)

13 Oct 18:50
Compare
Choose a tag to compare
Pre-release

This is the first release candidate for the Drupal 8 IASTATE Theme.

Release Notes

  • Table captions now appear at the top by default (9eb5bac)
  • The preview bar has been styled (6dbaddd)
  • Added space after multi-value fields (cb4970b)
  • Added space after the Summary field (cb4970b)
  • Some field form labels are bold (cb4970b)
  • Corrected template descriptions (e1d788b)
  • Added isu-form-control_ class to url fields (c7d5772)
  • Added isu-form-control_ class to phone fields (c7d5772)

Installation

Installation instructions can be found in the README