Skip to content

v0.2.0 Out of Beta finally!

Choose a tag to compare

@webark webark released this 26 Oct 20:44
· 176 commits to master since this release

The release version of 0.2.0 has now finally landed. Since the last beta, a couple of things have been added

Addon support!!
Using a style manifest file, where each component style gets imported, rather then just concatenated them all together.
Using post css parser for scss, less, and css rather then just wrapping the styles in the namespace
Made the generated class name a computed property so that it can be used in different scenarios (BEM, wormholes, etc)
Added acceptance tests for most use cases.