Skip to content

Commit cca906e

Browse files
committed
Update CHANGELOG
1 parent c4e98a8 commit cca906e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.3 (October 19, 2020)
2+
### Fixed
3+
- Ensure addons use the host app's `generateScopedName` for consistency if they don't have their own configured.
4+
15
## 1.3.2 (August 28, 2020)
26
### Fixed
37
- 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)
@@ -6,7 +10,7 @@
610
### Fixed
711
- Ensure local imports work with CLI 3.12 [#197](https://github.com/salsify/ember-css-modules/pull/197)
812

9-
## 1.3.0 (April 20, 2020)
13+
## 1.3.0 (April 20, 2020)
1014

1115
This is a stable release of the changes included in 1.3.0-beta.1 and -beta.2. Headline additions include support for building in projects using `@embroider/concat` and for defining styles when writing components in the [component/template colocation layout](https://github.com/emberjs/rfcs/blob/master/text/0481-component-templates-co-location.md).
1216

0 commit comments

Comments
 (0)