Skip to content

Releases: bu-ist/responsive-foundation

3.2.6

14 Feb 15:00
14399ac
Compare
Choose a tag to compare

What's Changed

  • V3 add additional social link icon support to menus by @acketon in #294
  • Add medium.com, renren.com, and weibo.com support to social menu icon styles

Full Changelog: 3.2.5...3.2.6

5.0.3

10 Feb 21:36
dc97cd1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0-alpha.10...5.0.3

4.0.2

06 Feb 15:45
039496c
Compare
Choose a tag to compare
  • Add icons for X, X-alt, and bluesky to icons and social menus.
  • npm audit fix
  • Adds .nvmrc
  • Fixes #276 toggle menu aria-label

3.2.5

06 Feb 14:10
Compare
Choose a tag to compare

What's Changed

  • add support for bluesky, x, and x-alt to icons and social menus by @acketon in #280
  • V3 toggle menu aria label by @timkingbu in #281

New Contributors

Full Changelog: 3.2.4...3.2.5

3.2.4 Bug fix #269 Profile Advanced layout styles

08 Feb 15:14
Compare
Choose a tag to compare

Fixes #269 in 3.2.3 by increasing the specificity of the .profile-item-advanced medium breakpoint styles that clear the floats.

Full Changelog: 3.2.3...3.2.4

5.0.0-alpha.10

10 Feb 21:55
5d5a11a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0-alpha.0...5.0.0-alpha.10

5.0.0-alpha.0

05 Jan 19:52
Compare
Choose a tag to compare
5.0.0-alpha.0 Pre-release
Pre-release
  • Fixes #235
  • Removes BU Default Icons
  • Adds FontAwesome Free and FontAwesome Brands
  • Adds a new variable, $font-weight-icon, to control which set of FontAwesome icons loads
  • $widget-title-link-after has been deprecated in favor of $widget-title-link-icon
  • Removes pre-IE9 support for icons, per FontAwesome standard.
  • Moves to Github Packages for releases.
  • Renames tools-cgb to tools-webpack.
  • Reorganizes foundation into burf-base, burf-theme, burf-tools, and a new burf-customizations
  • Migrates the following partials from burf-theme to burf-customizations:
    • content/collapsibles;
    • content/courses;
    • profiles/profile-format-default;
    • profiles/profile-format-basic;
    • profiles/profile-format-advanced;
    • profiles/profile-format-mini;
    • content/slideshows;
    • calendar/widget-calendar;
    • calendar/calendar-picker;
    • layout/branding;
    • calendar/calendar-archive;
    • profiles/profile-archive;
    • calendar/calendar-single;
    • profiles/profile-single;
    • bulp/bulp-base;
  • Migrates the following partials from burf-base to burf-customizations:
    • fonts;

4.0.1 - Security updates

23 Apr 20:06
Compare
Choose a tag to compare

Periodic security updates. Also removes two unused packages: sass-lint and grunt-sassdoc, which has been replaced with grunt-kss.

3.2.3

01 Feb 20:42
Compare
Choose a tag to compare

3.2.3

Full Changelog: 3.2.2...3.2.3

4.0.0 - CSS Grid and Styleguides

19 Sep 21:20
Compare
Choose a tag to compare

This release adds official support for CSS Grid to Responsive Foundation, along with dynamically generated styleguide support.

  • Adds CSS Grid support to the grid, with an automatic fallback to floats
    for unsupported browsers.
  • Adds support for color stops to the linear gradient mixin. New syntax:
    @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
  • Ensures BU Hub required icons are always output, even if you turn icons off.
  • Adds a skip link mixin and moves styles to the accessibility partial.
  • Fixes #208
  • Adds support for KSS documentation and officially switches us from SassDoc