Skip to content

Releases: webark/ember-component-css

v0.2.6

01 Dec 06:40
Compare
Choose a tag to compare

ember-2.11: moving to concatinating and reasinging the classnames incase a classname is already in the array before the init call

v0.2.5

01 Dec 01:06
Compare
Choose a tag to compare

ember-2.11: now not pushing to the frozen classnames property, but reasigning it (63274c0)

v0.2.3

15 Nov 23:27
Compare
Choose a tag to compare

Addons now ignore the pod module prefix. Will have to use the root of the addon now.

v0.2.2

05 Nov 20:49
Compare
Choose a tag to compare

Added a change log for future releases
Added an empty pod-names file so that if you turn off name spacing it will work as planned.
If no pod styles are created, we still create a pod-style file for you to import.
Some updates to the readme for more clarity.

v0.2.1

26 Oct 20:48
Compare
Choose a tag to compare

Updated the readme to reflect the new functionality

v0.2.0 Out of Beta finally!

26 Oct 20:44
Compare
Choose a tag to compare

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

12 May 17:06
Compare
Choose a tag to compare
v0.2.0-beta.6 Pre-release
Pre-release

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

02 Apr 03:49
Compare
Choose a tag to compare

Merged #133 to fix a bug with applying class names.

v0.2.0-beta.4

29 Mar 23:40
Compare
Choose a tag to compare
v0.2.0-beta.4 Pre-release
Pre-release

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

28 Mar 19:44
Compare
Choose a tag to compare
v0.2.0-beta.3 Pre-release
Pre-release

Fixed issue with not using the modified app's registry for css extensions that are registered.