Skip to content

v2.0.1-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdriviere jdriviere released this 25 Sep 20:01
· 70 commits to master since this release

Major update on the overall design of Sparkle.

Updates:

  • Grid name changed from .grid to .columns to keep it consistent with group naming;
  • Grid now incorporates breakpoints (i.e.: .column make-$size-$breakpoint);
  • Grid comes with gutters by default, instead of adding it--to remove the gutters, add the class .make-no-gaps (tentative name) to the .columns (aka .grid);

Fixes:

  • Fixed many formatting issues;
  • Fixed breakpoint visibility issues (i.e.: .make-mobile-hidden more specifically);
  • Clean-ups, clean-ups, clean-ups!

Deprecates:

  • Removed gulp-pug module from gulpfile.js as it is no longer needed for the development of Sparkle;

Tentatives:

  • Consideration to migrate from gulp v3.9.1 to v4.0.1;

NOTE:
Although it isn't tagged as such, for the time being, v2.0.1 is actually a beta-release and still under development to optimize it. At the same time, we have officially terminated the support of v1.9.9-beta.1. However, because v1.10.10 release is fairly recent and uses most of the same components as v2.0.1(-beta), it will still be supported.

Thank you for using and supporting Sparkle. 😃