Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 966d6ce

Browse files
authored
Merge pull request #126 from styled-components/v1
v1.0.0
2 parents aac20ac + ee4dfa3 commit 966d6ce

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
### 1.0.0
2+
* added support for interpolation tagging to take care of all interpolation edge cases
3+
* added moduleName option for better support for alternative libraries using a similar API
4+
* moved documentation to https://styled-components.com/docs/tooling#stylelint
5+
16
### 0.4.0
27
* move typescript to devDependencies
38
* upgrade typescript-eslint-parser to 7.0.0
49
* support .extend and .attrs Styled Components attributes
10+
* added shared stylelint config to configure a couple of rules to fit with styled-components’ style of writing CSS
511

612
### 0.3.0
713
* fix interpolation following a comment edge case

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-processor-styled-components",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "A stylelint processor for styled-components",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)