Skip to content

v6.1.0

Compare
Choose a tag to compare
@chharvey chharvey released this 13 Oct 14:09
· 290 commits to master since this release

Minor Changes

Added

API

  • add /class/Xmeter.class.js (main exported object)
  • new view for .c-Permalink design component

Styles

  • all-new .o-Tablist Object!
  • all-new .h-Measure Helper! (#13)
  • all-new .h-Ruled Helper! (background for checking vertical rhythm, #7)
  • add new mark color (opinionated)

Changed

  • /docs/_models/Docs.class.js/docs/class/Docs.class.js
  • /src//css/src/

Deprecated

Things in this section are DEPRECATED: still present but will lose support & be dropped in the next major release.

  • move all files from /src/ into /css/src/. main file xmeter.css is now located at /css/xmeter.css, and Less tools are now located in /css/src/__tool.*.less. be sure to update your projects when @importing or <link/>ing!
  • _views/_c-Permalink.view.pug deprecated. Call Xmeter.view(data).permalink() instead.