Skip to content

Commit 6a24e0f

Browse files
committed
v1.0.3
1 parent 18592d7 commit 6a24e0f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
## 1.0.3 High Resolution (November 8, 2018)
2+
### Fixed
3+
- Resolving `@value`s and class names from addons no longer fails for addons that aren't dependencies of the root application. [#125](https://github.com/salsify/ember-css-modules/issues/125)
4+
- Projects using ember-css-modules with other preprocessors (like ember-cli-sass) should no longer see those preprocessors fully rebuild when unrelated files (like templates) change. [#120](https://github.com/salsify/ember-css-modules/issues/120)
5+
16
## 1.0.2 I Can't Get No Satisfaction (November 6, 2018)
27
### Fixed
38
- The `@localClassName` decorator now properly works with getters across various Babel and TypeScript versions. [#118](https://github.com/salsify/ember-css-modules/pull/118)
49

510
### Changed
6-
- We're now using `broccoli-postcss@4` (which itself uses `postcss@7`) for `postprocess` plugins. This should be a non-breaking change for our usage in this addon. [#124](https://github.com/salsify/ember-css-modules/pull/124)
11+
- We're now using `broccoli-postcss@4` (which itself uses `postcss@7`) for `postprocess` plugins. This should be a non-breaking change for our usage in this addon. [#124](https://github.com/salsify/ember-css-modules/pull/124)
712

813
## 1.0.1 Things That Go Splat in the Night (September 28, 2018)
914
### Fixed

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.2",
3+
"version": "1.0.3",
44
"description": "CSS Modules for ambitious applications",
55
"scripts": {
66
"build": "ember build",

0 commit comments

Comments
 (0)