Skip to content

v2.1.0

Compare
Choose a tag to compare
@jdriviere jdriviere released this 04 Oct 23:33

A few changes have occurred since the release of Sparkle v2.0.1(-beta). Below is the list of changes:

New:

  • Created new mixins folder, where reusable mixins can be created and shared easier;
  • No more external imports (Normalize and FontAwesome -- see blow);

Fixes:

  • Fixed consistency of document: tabs are now 2 spaces instead of 4;
  • Fixed name in text alignment classes;
  • Fixed font-sizing of link text by making font-size: inherit;
  • Fixed consistency of visibility classes in utilities;
  • Fixed media__profile image by adding universal border-radius for consistency;
  • Many other minor fixes and bug corrections;

Updates:

  • Replaced $theme-map with $color-map;
  • Divided utility features into separate files in utilities folder;
  • Removed the import of FontAwesome link in sparkle.sass, which will allow user to decide whether to import it or not (and which version);
  • Removed colors.sass file, as it is no longer needed: all was traversed into the variables.sass file;
  • Removed unused images from img folder;
  • Added new vendors folder to allow external libraries to be included into the framework (Normalize is still preferably required, but not necessarily mandatory);
  • Supported browsers now include last 3 versions, as well as IE >= 10;

Note:
Sparkle v2.1.0 is the version v2 stable release. The branch v2.0-beta will no longer be supported, and everything from now on will happen within the dev branch. Unless new features will be implemented in the future.

Thank you for using and supporting Sparkle.CSS. We strive to keep the Framework up and running the best way possible. 😄