Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Nov 19, 2021
1 parent 7733f23 commit 794ffbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## 1.6.0 (November 19, 2021)
### Added
- You can now pass `patchClassicComponent: false` in your ECM config to opt out of the deprecated monkeypatching of `Ember.Component` that will be removed entirely in 2.0 (thanks @SergeAstapov!)

### Fixed
- Modules whose path includes the name of the package they're in no longer cause issues when resolving `@value` and `composes:` directives (thanks @eshirley and @maxfierke!)

## 1.5.0 (July 6, 2021)
### Deprecated
- ECM's support for binding local class names on the root element of a classic `Ember.Compnent` (the `localClassNames` and `localClassNameBindings` properties and the `@localClassName` and `@localClassNames` decorators) has been deprecated and will be removed in the next major release. These APIs rely on reopening `Ember.Component` (which is itself [now deprecated](https://github.com/emberjs/rfcs/pull/671)) and can be replaced by several alternative patterns. See the Upgrade Notes section below for migration suggestions.
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-css-modules",
"version": "1.5.0",
"version": "1.6.0",
"description": "CSS Modules for ambitious applications",
"scripts": {
"build": "ember build",
Expand Down

0 comments on commit 794ffbe

Please sign in to comment.