Skip to content

Releases: kennethormandy/big-ideas-text

v0.4.0

18 Oct 00:44
Compare
Choose a tag to compare
  • Browserify support

v0.3.0

17 Oct 19:45
Compare
Choose a tag to compare
  • Dramatically improves browser testing workflow with Sauce and Travis #1
  • Adds individual min- and max-font-size options inline through data-attributes #2
  • Improves performance on scroll on iOS and resize, by only updating when width has actually changed

v0.2.0

17 Sep 20:23
Compare
Choose a tag to compare
  • Publishes to npm proper, you can now npm install --save big-ideas-text
  • Removes Bower as a devDependency, you can now run everything with npm install; npm test
  • Removes Bower and Component support
  • Adds iOS orientation scaling to demo, pulled from zachleat@886042f