All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.8.1 (2022-05-09)
0.8.0 (2022-05-09)
0.7.5 (2022-05-09)
0.7.4 (2019-06-24)
- route-styles: making sure that the route info object has the right shape before continuing fixs #323 (6a90a5b)
0.7.3 (2019-06-22)
- route styles: sometimes there is no 'to' in a route, and so we need to gaurd against that. fixes #323 (157388d)
0.7.2 (2019-06-11)
- broken transition: there's a chance that at times a transition will not have a 'to', so handling that case (756e89e)
0.7.1 (2019-06-10)
0.7.0 (2019-06-03)
- loading-route-styleNamespaces: we needed to hack around and add in some extra hooks to take care of loading routes (04db211)
0.6.9 (2019-05-23)
0.6.8 (2019-05-23)
- addon support: setting the '_allPodStyles' on the host application to hopefully avoid issues with multiple copys (7e00c02)
0.6.7 (2019-01-19)
- deprication: updated to fix the outdated merge and use object.assign instead (8b46279)
- sass support: latest sass now throws an eerro if semi colons are presnet, removing them from the style manifest. fixes issue #301 (697e48c)
0.6.5 (2018-09-10)
0.6.4 (2018-06-20)
0.6.3 (2018-02-26)
0.6.2 (2018-02-06)
- module imports: moved functionality that belonged to just the addon, over to the addon. fix #259 (c016731)
0.6.1 (2018-01-30)
0.6.0 (2018-01-26)
0.5.0 (2017-11-17)
- styleNamespace: now upgrading to using 'styleNamespace' for the namespace computed property. Will offically deprecate componentCssClassName in the future (#254) (4bb72f9)
0.4.0 (2017-11-15)
- route-namesapce: Enable name-spacing of route styles (114fe3b)
- route-namespace: added documentation about an individual controllers styleNamespace property (cb94979)
0.3.7 (2017-11-02)
- manifest ordering: updated broccoli style manifest to now have the order of files in the manifest be sorted first by depth, then by alphanumeric (fd710bf)
0.3.6 (2017-11-01)
0.3.5 (2017-07-31)
- component name parsing: only switching out the word 'component/' 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)
- extensible identifier: moved the generation of the namespace identifier and if the class should be added to a mixin for easier extensibility (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 longer switching 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 concatenating and reassigning the classnames in case 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)