Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Releases: mobify/spline

v2.2.0

18 Aug 20:51
Compare
Choose a tag to compare
  • Add text-lowercase mixin
  • Add width-full-block mixin
  • Update width-full mixin

v2.1.0

17 Aug 21:58
Compare
Choose a tag to compare
  • Add text-capitalize
  • Change tag version step in RELEASE.md

v2.0.1

17 Aug 17:57
Compare
Choose a tag to compare
  • Fix typos in colors utilities
  • Cleanup README.md to remove outdated content, and add new relevant content
  • Ignore npm log files
  • Add release instructions in RELEASE.md

v2.0.0 — Launch on NPM w/ New Mixins!

10 Aug 01:01
Compare
Choose a tag to compare
  • 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

17 Nov 23:02
Compare
Choose a tag to compare
  • Add test suites to bower

v1.0.0 - Fonts and overrides

29 Sep 18:50
Compare
Choose a tag to compare
  • 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

24 Sep 00:51
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release
  • 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

25 Aug 23:14
Compare
Choose a tag to compare
  • 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'

20 Aug 19:47
Compare
Choose a tag to compare
  • Rename icon-font-content function to icon-address.
  • Add a cache-buster function to generate a cache-busting string at the end of a URL.
  • Include cache-buster in the icon-font mixin as an optional flag.

Development Release v0.3.1 - Bug Fixes

15 Jul 17:18
Compare
Choose a tag to compare

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 from ellipsis mixin.
  • Re-add missing change-br mixin to the Spline import file.