Skip to content

Releases: UCF/Athena-Framework

v1.0.6

01 May 13:41
Compare
Choose a tag to compare

Enhancements:

  • Darkened default link colors slightly to meet color contrast requirements against white and down to #ddd gray colors.

v1.0.5

18 Apr 19:29
Compare
Choose a tag to compare

Enhancements:

  • Added alias of $z-index-ucf-header, $zindex-ucf-header, for consistency with other z-index Sass variable names

Bug fixes:

  • Adjusted z-indexes of sticky and fixed-position elements to prevent overlap with autosuggestions from the UCF Header.
  • Flipped indexes of 'sticky' and 'fixed' to align with latest Bootstrap 4 values.

v1.0.4

08 Feb 14:13
Compare
Choose a tag to compare

Bug fixes:

  • Fixed insufficient color contrast on hover/active states on .btn-primary and navbars with the .bg-primary classes
  • Fixed issue with @charset rule not being on the first line of the framework's minified CSS
  • Fixed bug where modal body contents using overflow-y: scroll were not scrollable on iOS Safari

v1.0.3

01 Feb 21:02
Compare
Choose a tag to compare

Bug fixes:

  • Fixed @import deprecation warning issued by LibSass when importing Bootstrap's CSS license
  • Fixed ClipboardJS instantiation bug in the framework documentation

v1.0.2

07 Jan 20:22
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed issue with .col-*-auto classes overriding other flexible and fixed width column styles. See #132 and #138.
  • Fixed collapse bug with split buttons within input groups in IE11. See #134 and #141
  • Fixed issue on high-res devices that would cause buttons and inputs within input groups to not have matching heights. (#142, #144)

Enhancements:

  • Upgraded node and Jekyll packages; upgraded to gulp 4 and replaced gulp-scss-lint with gulp-sass-lint; added other scss and js linter improvements. See #137 for details
  • Added Github issue and PR templates to the repo
  • Consolidated how Bootstrap mixins are included in the project--see #138.
  • Removed imports of unused Bootstrap scss, js assets.

Documentation:

  • Fixed documentation typos where 'complementary' buttons were incorrectly labeled as 'secondary'
  • Updated documentation navbar search to use .form-control-search input

Upgrade Notice:

v1.0.1

09 Nov 20:18
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed typos and broken links in Athena's documentation
  • Updated heights of custom select and file inputs to fix alignment issues when used in inline forms and input groups

Enhancements:

  • Added new .form-control-search class for creating inputs with a search icon
  • Added .custom-select-sm and .custom-select-lg size modifier classes for custom select inputs
  • Updated license year

v1.0.0

03 Apr 18:14
Compare
Choose a tag to compare

The first stable release of the Athena-Framework!

Enhancements:

  • Added vertical dividers (.hr-vertical)
  • Overhauled documentation with content updates, minor restyling, a new search feature, and fixes to broken/outdated links
  • Added contributing information and installation information
  • Reworked existing gulpfile tasks and gulp config file, particularly for building out documentation and example pages
  • Upgraded the fallback sans-serif font to look closer overall to our premium sans-serif web font (Gotham)

Other changes:

  • Dropped IE10 support

v1.0.0-beta.8

03 Jan 21:30
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

Enhancements:

  • Added Athena-specific print style overrides and removed Bootstrap's print stylesheet. Unlike in Bootstrap's alpha versions, Athena's print styles are imported at the very end of the framework's stylesheet.
  • Increased the font size of navbar toggler text to .65rem ($navbar-toggler-text-font-size variable).

v1.0.0-beta.7

05 Dec 16:06
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

Maintenance/Improvements:

  • Updated badge styles to allow them to break to a new line/prevent horizontal overflow.
  • Updated .col-xx-auto classes to enforce a max width and prevent overflow outside of their parent containers.

v1.0.0-beta.6

28 Nov 17:05
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

Maintenance/Improvements:

  • Removes global :focus state overrides in favor of targeting a and button elements specifically. See #107 for more information.