Releases: bu-ist/responsive-foundation
Releases · bu-ist/responsive-foundation
3.2.6
5.0.3
What's Changed
- v5 restore dependencies needed for compiling by @acketon in #291
- Move js to burf-theme by @ashleykolodziej in #242
- Get KSS back in by @ashleykolodziej in #243
- Update node-sass by @jdub233 in #248
- Switch publish action by @jdub233 in #249
- Switch package references to npm by @jdub233 in #246
- Remove deprecated icon by @ashleykolodziej in #250
- Bump minimist from 1.2.5 to 1.2.6 in /burf-base by @dependabot in #254
- Bump follow-redirects from 1.14.7 to 1.14.8 in /burf-base by @dependabot in #251
- Bump grunt from 1.4.1 to 1.5.3 in /burf-base by @dependabot in #258
- V5 update to alpha.10 by @acketon in #285
- V5 Add X and Bluesky icons, Fix bugs with BU-Hub icons, and change how FontAwesome Brand icons are handled by @acketon in #286
- v5 megamenu aria-label by @timkingbu in #283
- v5 profile title centering fix 247 by @acketon in #270
- v5 bug fix
icon-link-alt
rename by @acketon in #287 - V5 dependencies by @timkingbu in #288
- typo by @timkingbu in #289
New Contributors
- @jdub233 made their first contribution in #248
- @dependabot made their first contribution in #254
Full Changelog: 5.0.0-alpha.10...5.0.3
4.0.2
3.2.5
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
- @timkingbu made their first contribution in #281
Full Changelog: 3.2.4...3.2.5
3.2.4 Bug fix #269 Profile Advanced layout styles
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
What's Changed
- Move js to burf-theme by @ashleykolodziej in #242
- Get KSS back in by @ashleykolodziej in #243
- Update node-sass by @jdub233 in #248
- Switch publish action by @jdub233 in #249
- Switch package references to npm by @jdub233 in #246
- Remove deprecated icon by @ashleykolodziej in #250
- Bump minimist from 1.2.5 to 1.2.6 in /burf-base by @dependabot in #254
- Bump follow-redirects from 1.14.7 to 1.14.8 in /burf-base by @dependabot in #251
- Bump grunt from 1.4.1 to 1.5.3 in /burf-base by @dependabot in #258
New Contributors
- @jdub233 made their first contribution in #248
- @dependabot made their first contribution in #254
Full Changelog: 5.0.0-alpha.0...5.0.0-alpha.10
5.0.0-alpha.0
- 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
totools-webpack
. - Reorganizes foundation into
burf-base
,burf-theme
,burf-tools
, and a newburf-customizations
- Migrates the following partials from
burf-theme
toburf-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
toburf-customizations
:fonts
;
4.0.1 - Security updates
Periodic security updates. Also removes two unused packages: sass-lint
and grunt-sassdoc
, which has been replaced with grunt-kss
.
3.2.3
3.2.3
Full Changelog: 3.2.2...3.2.3
4.0.0 - CSS Grid and Styleguides
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