Removed deprecated code
As announced in tag 1.1.0
, I have renamed the {{local-class}}
helper to {{local}}
. This way, we don't need to worry about a name collision with ember-css-modules
.
For a detailed migration guide, you can see the release notes for 1.1.0
. In short,
- If you used
embroider-css-modules-temporary
, install[email protected]
and rename{{local-class-new}}
to{{local}}
. - If you used
embroider-css-modules@v1
, install[email protected]
and rename{{local-class}}
to{{local}}
.
There are no other breaking changes.
Updated packages
- embroider-css-modules (#117)
Latest versions
Name | Version |
---|---|
ember-codemod-remove-ember-css-modules | 1.1.1 |
embroider-css-modules | 2.0.0 |
type-css-modules | 1.0.3 |