v6.1.0
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 filexmeter.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@import
ing or<link/>
ing! -
_views/_c-Permalink.view.pug
deprecated. CallXmeter.view(data).permalink()
instead.