Skip to content

v0.6.0

Compare
Choose a tag to compare
@jdan jdan released this 03 Feb 22:49
· 98 commits to master since this release

Happy to announce a new cleaver update :)

npm update -g cleaver

Beyond several CSS performance tweaks, cleaver slides are now page-sized by default and arrange themselves a little differently (no more crazy DOM manipulation).

The results are improved performance, and easy-to-implement beautiful full-bleed slides (thanks Medium for the image):

full bleed

You can access slides more easily in your stylesheets like so:

#slide-2 {
  color: #eee;
  background: url('trees.jpg');
  background-size: cover;
}

I hope you'll play around with the new markup, but otherwise existing slideshows will look exactly as they did before this release. If you've written a theme, you may need to modify your templates to support the new slide layout.

Big thanks to @kcliu for improving options parsing as well.

Happy hacking!
@jdan