github themerdev/themer themer-v3.0.0

latest releases: v6.0.0, v6.5.3, v6.5.1...
6 years ago

This release adds some handy tools that will make the process of authoring your own color sets a little smoother.

New Features:

  • Color sets can now omit shade1 through shade6, and those colors will be interpolated automatically (from shade0 and shade7), via the color-steps package. See #15. 🤖
  • themer now supports any CSS color format, rather than just hex colors. 🌈
  • themer now checks your color set to make sure it is valid, and logs an error if it's not. ✅
  • Better error logging, and more informative (and colorful) output. 🖥

Breaking changes:

  • This release drops support for Node 6, now requiring Node 8, which is the current recommended LTS version (see Node's release schedule). If you still need to keep version 6 around for other projects, I would recommend a tool like nvm for easily managing multiple Node versions on a single machine.

Don't miss a new themer release

NewReleases is sending notifications on new releases.