Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@gakimball gakimball released this 03 Nov 18:48
· 145 commits to master since this release

BREAKING CHANGES WEE WOO WEE WOO

This release changes all of the camelCase CSS classes to be hyphenated. This is consistent with how everything else is written in Foundation-land. This does break semver, but we're ripping this band-aid off now before Foundation for Sites 6 is released.

Also in this release, we removed -ms- prefixing from the pre-compiled CSS. IE9 doesn't support transitions or animations at all, and IE10 supports transitions, animations, and transforms unprefixed. This means the -ms- prefix isn't necessary at all. The JavaScript library still has a built-in fallback for browsers like IE9 that don't support transitions.