Skip to content

Commit 207a17b

Browse files
authored
Merge pull request #204 from salsify/before-htmlbars
Ensure ember-css-modules inits before ember-cli-htmlbars
2 parents 7f0ecb6 + 75e0ef2 commit 207a17b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.2 (August 28, 2020)
2+
### Fixed
3+
- Ensure `ember-css-modules` is initialized before `ember-cli-htmlbars`. This almost always was coincidentally the case already, but ordering constraints from other addons _could_ cause ECM to init later, causing `local-class` in colocated templates not to be processed, as in [ember-concurrency-async#4](https://github.com/chancancode/ember-concurrency-async/issues/4)
4+
15
## 1.3.1 (May 26, 2020)
26
### Fixed
37
- Ensure local imports work with CLI 3.12 [#197](https://github.com/salsify/ember-css-modules/pull/197)

packages/ember-css-modules/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
],
9595
"before": [
9696
"ember-cli-babel",
97+
"ember-cli-htmlbars",
9798
"ember-cli-less",
9899
"ember-cli-sass",
99100
"ember-cli-stylus",

0 commit comments

Comments
 (0)