Skip to content

Commit 367fef8

Browse files
committed
chore: update CHANGELOG
1 parent 84b5b9e commit 367fef8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.2.0
2+
3+
* [FEATURE] When specifying `base` for a styled component it is treated as an
4+
import specification if it doesn't represent an HTML tag name.
5+
6+
For example:
7+
8+
Label {
9+
base: mylib/Label;
10+
color: red;
11+
}
12+
13+
Will generate a CSS class and inject it to component imported from
14+
`mylib/Label` module.
15+
116
## 0.1.0
217

318
* [FEATURE] Initial release.

0 commit comments

Comments
 (0)