Jessica Jones
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.
- [2227c22]
Bug fixes
require 'json'
can't be done inversion.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
- Several design improvments [984415b] [6b369db] [51aa927]
- Markdown support for static files [cf69492]
- Pages are now in
styleguide/content
[a44534d] - Stats are now part of the styleguide [79db89e]