Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthewmorek matthewmorek released this 15 Oct 08:13
· 2316 commits to master since this release

Important

This release truncates name of the Bower package, from wfp-ui-kit to just wfp-ui. Please, update your references accordingly, and sorry for the trouble!

This release brings quite a few changes to both, the repository structure, and its contents:

  • ^ Updated the whole repository, to better serve as a static Bower package (so you could include it in your project without cloning the whole repo). (#2)
  • ^ Updated NPM dependencies (see c64c311 for more info).
  • ^ Moved precompiled wfpui.css to dist directory. (#4)
  • ^ Moved all SCSS source under scss directory. (#2)
  • Removed ui-icons web font. (#11)
  • + Added missing navigation-responsive to master SCSS file.
  • + Added SVG icons, available as base64-encoded SCSS placeholders. (#11)
  • + Added cssnano to PostCSS toolkit, to help minify all files that will end up under dist dir.
  • + Added readme.md, to help you kickstart your project off the right foot (or left). (#3)
  • + Added Grunt tasks for building CSS for distribution (and thus help with automation). (#9)
  • + Added a Bootstrap 3 bootstrap-theme.css, for those who would like to add a touch of WFP branding to their projects, without ever leaving their favourite framework. (#10)
  • + Prepared the repo for some stuff from the future, such as... documentation (coming soon)! (#2)