All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.5 (2017-07-31)
- component name parsing: only switching out the word 'compoent/' if it is what starts the path, not for nest options. This should be revisited with unification Closes #236 (54e087e)
0.3.4 (2017-06-01)
- ensure environment: getting the 'root host', and using a shim if the find host method isn't present, Closes #231 (09fa5ec)
0.3.3 (2017-04-24)
0.3.2 (2017-04-05)
- style manifest: updated to new brocoli-style-mainifest properties that are more explicit (5e848ca)
- optimization: ability to use terse class names to reduce css size (d53ead8)
0.3.1 (2017-03-30)
- npm dependencies: published what was being used to compile multiple differnt css preprocessors into one. closes #221 (a060942)
0.3.0 (2017-02-25)
- extensable identifier: moved the geration of the namespace identifier and if the class should be added to a mixin for easier exensability (e3c627b)
0.2.12 (2017-02-24)
- description: removed pod specificity (16eae3b)
- scss @ rules: now allowing namespaceing of rules deinfed inside of a scss @ for rule. Fixes #216 (6840c5e)
0.2.11 (2017-02-03)
- documentation: updated for readabitlity (d354534)
0.2.10 (2017-01-26)
- plain css: Due to the odd nature of 'glob', you can't have a set of just one item. (fd0d770), closes #178 #204
0.2.9 (2017-01-16)
- nested addons: no loonger swithing to the parent app so that addon's specific settings can be used (849a72d)
0.2.8 (2016-12-14)
0.2.7 (2016-12-01)
0.2.6 (2016-12-01)
- ember-2.11: moving to concatinating and reasinging the classnames incase a classname is already in the array before the init call per @rwjblue suggestion (40113e6)
0.2.5 (2016-12-01)
- ember-2.11: now not pushing to the frozen classnames property, but reasigning it (63274c0)