Releases: webark/ember-component-css
v0.2.6
v0.2.5
v0.2.3
v0.2.2
v0.2.1
v0.2.0 Out of Beta finally!
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.
v0.2.0-beta.6
Merged #141 giving the ability to turn off the name-spacing by setting the namespacing
option for the ember-component-css
configs.
v0.1.9
v0.2.0-beta.4
Fixes an issue where ember-cli-sass, or potentially another addon, did not explicitly declare an extension for their preprocessor. This fix can potentially be removed once undefined values no longer can be added.
v0.2.0-beta.3
Fixed issue with not using the modified app's registry for css extensions that are registered.