This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Releases: mobify/spline
Releases · mobify/spline
v2.2.0
v2.1.0
- Add text-capitalize
- Change tag version step in RELEASE.md
v2.0.1
v2.0.0 — Launch on NPM w/ New Mixins!
- Prepare Spline for distribution on NPM
- Remove all references to Bower
- Add Github PR template
- Add linting
- Add CircleCI integration
- Add new utility mixins
- Remove outdated features (CSS3 mixins)
v1.0.1 — Add test suites to bower
- Add test suites to bower
v1.0.0 - Fonts and overrides
- This update requires Sass 3.4
- Added a desktop override mixin (see utilities/_style-override)
- Updates font mixin to enable setting different font weights and styles on the same family
- This was a non compatible change with existing web font declarations due to requiring a very specific file name. See #33 for more information.
- Some bug fixes for the icon font and web font mixins
v1.0.0
- Updates font mixin to enable setting different font weights and styles on the same family
- This was a non compatible change with existing web font declarations due to requiring a very specific file name. See #33 for more information.
- Some bug fixes for the icon font and web font mixins
Development Release v0.4.1 - Bug Fixes
- Fixed issue with
$font-formats
not providing the right format name for Truetype fonts causing issues with Android Browser.
Development Release v0.4.0 - Cache Bustin'
- Rename
icon-font-content
function toicon-address
. - Add a
cache-buster
function to generate a cache-busting string at the end of a URL. - Include
cache-buster
in theicon-font
mixin as an optional flag.
Development Release v0.3.1 - Bug Fixes
Bugs fixed in this release:
- Re-add missing
ellipsis
mixin to the Spline import file. - Issue #18 fixed: Fix syntax error with
ellipsis
mixin. - Remove
no-wrap
option fromellipsis
mixin. - Re-add missing
change-br
mixin to the Spline import file.