Skip to content

Commit 0a7ee08

Browse files
committed
v1.3.0
1 parent f076f47 commit 0a7ee08

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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.0 (April 20, 2020)
2+
3+
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).
4+
15
## 1.3.0-beta.2 Help Me Out (April 10, 2020)
26
### Added
37
- Support for Embroider's `staticHelpers` flag. [#188](https://github.com/salsify/ember-css-modules/pull/188)

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ Similarly, if you were styling e.g. your application controller, you would mirro
7575

7676
### Component Colocation in Octane Applications
7777

78-
**Note:** you currently need the beta version for component template colocation support:
79-
```
80-
ember install [email protected]
81-
```
82-
8378
In Octane apps, where component templates can be colocated with their backing class, your styles module for a component takes the same name as the backing class and template files:
8479

8580
```hbs

packages/ember-css-modules/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.3.0-beta.2",
3+
"version": "1.3.0",
44
"description": "CSS Modules for ambitious applications",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)