Skip to content

Commit c5aa3c7

Browse files
committed
Update docs
1 parent 2baea96 commit c5aa3c7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
## [Unreleased]
55

66
- transform anonymous default exports (fix #371 in #367)
7-
- remove deprecated .extend transformation pattern (fix #48 in #370)
7+
- remove deprecated `.extend` transformation pattern (fix #48 in #370)
88

99
## [1.4.4]
1010

@@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file.
2525
## [1.4.0]
2626

2727
- add experimental support of minification (#14, #35)
28-
- skip emitting empty withConfig (#37)
28+
- skip emitting empty `withConfig` (#37)
2929

3030
## [1.4.0-rc]
3131

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ interface CustomStyledIdentifiers {
289289
keyframes: string[];
290290
css: string[];
291291
createGlobalStyle: string[];
292+
extend: string[];
292293
}
293294
```
294295

@@ -297,6 +298,7 @@ interface CustomStyledIdentifiers {
297298
- `keyframes` - list of identifiers of `keyframes` API (default `['keyframes']`)
298299
- `css` - list of identifiers of `css` API (default `['css']`)
299300
- `createGlobalStyle` - list of identifiers of `createGlobalStyle` API (default `['createGlobalStyle']`)
301+
- `extend` - list of identifiers of `extend` API (default `[]`). Note this API has been deprecated in `styled-components` so starting from `1.5` this option by default has empty set, which means it does not recognize this API by default.
300302

301303
Example
302304

0 commit comments

Comments
 (0)