Skip to content

Jessica Jones

Compare
Choose a tag to compare
@annez annez released this 15 May 14:09
· 1009 commits to master since this release

New features

  • (Tooltips)[http://ustyle.guide/code/js-components.html#tooltip] - help text / tooltips are now available to use across uSwitch
  • (Featured items)[http://ustyle.guide/code/components.html#featured_deal] - For use on hero's and for promoted products
  • (Utility classes)[http://ustyle.guide/code/utilities.html]

Versioning

Versioning can now be done directly through grunt publish:version:{major,minor,patch}. The versioning strictly follows (Semver)[semver.org] and it is not advised to publish an explicit version number. Grunt will take care of upgrading all the versions across the specific files https://github.com/uswitch/ustyle/blob/master/Gruntfile.js#L14

This will both push the documnentation and upload a newer version of ustyle-latest.css / ustyle-content.css to S3 + Cloudfront.

Bug fixes

  • require 'json' can't be done in version.rb due to lack of Gem deps by that point. Any ruby app was failing on building ustyle from this. [0004366] [cc3c6e6] [cef38b8]
  • Anchor wouldn't calculate position on full width element due to naive maths [27f6cd4]

Styleguide

Other

  • Removed installer [cdc80ec]
  • Add authors [cdc80ec]
  • dist/ folder is now main folder for .css and .json [77d7cea]