Skip to content

Commit 77a1e7a

Browse files
committed
v1.0.0-beta.2
1 parent 2b3d66a commit 77a1e7a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.0-beta.2 Decorations (September 13, 2018)
2+
3+
### Added
4+
- The long awaited `@localClassNames` and `@localClassName` decorators, which work as parallels to `ember-decorators`' [`@classNames` and `@className`](http://ember-decorators.github.io/ember-decorators/latest/docs/api/modules/@ember-decorators/component), are now available.
5+
6+
### Fixed
7+
- Turns out there was one breaking change from the 0.7 series: components must now have a template in order for their `localClassNames` and `localClassNameBindings` (as well as the decorator versions) to resolve. The error message for this scenario has been improved to provide more actionable details.
8+
19
## 1.0.0-beta.1 Ch-ch-changes (September 6, 2018)
210

311
This release is the first beta for Ember CSS Modules 1.0. There are no known breaking changes since 0.7.10, but as described below, there were a few internal refactorings, so we'll run a beta series before christening the official 1.0 🎉

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-css-modules",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "CSS Modules for ambitious applications",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)