-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
110 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
## [1.5.0] | ||
|
||
- transform anonymous default exports (fix #371 in #367) | ||
- remove deprecated `.extend` transformation pattern (fix #48 in #370) | ||
|
||
## [1.4.4] | ||
|
||
- bugfix in minification of tabs (fix #142 in #152) | ||
|
||
## [1.4.3] | ||
|
||
- bugfix in minification (fix #44 in #45) | ||
|
||
## [1.4.2] | ||
|
||
- another important bugfix in minification (#40 by @Ky6uk, #41) | ||
|
||
## [1.4.1] | ||
|
||
- important bugfix in minification (#36, #39) | ||
|
||
## [1.4.0] | ||
|
||
- add experimental support of minification (#14, #35) | ||
- skip emitting empty `withConfig` (#37) | ||
|
||
## [1.4.0-rc] | ||
|
||
- add experimental support of minification (#14, #35) | ||
|
||
## [1.3.0] | ||
|
||
- improved detection of component names which fixes issues with jQuery and lodash (#33, #34) | ||
|
||
## [1.2.0] | ||
|
||
- add support of [style objects](https://www.styled-components.com/docs/advanced#style-objects) (#30, #32) | ||
|
||
## [1.1.0] | ||
|
||
- component id generation that helps with SSR (great contribution #21 by @fabyo82) | ||
- customizable identifiers of styled-components functions | ||
- display name generation can be turned off | ||
|
||
## [1.1.0-rc] | ||
|
||
- component id generation that helps with SSR (great contribution #21 by @fabyo82) | ||
- customizable identifiers of `styled-components` functions | ||
- display name generation can be turned off | ||
|
||
## [1.0.0] | ||
|
||
- The first official release! | ||
- updated `typescript` dependency to support TS 3.0+ (#17, fixed #15) | ||
- remove `ts-is-kind` dependency (#17, fixed #16) | ||
|
||
## [0.0.7] | ||
|
||
- updated `typescript` dependency to support TS 3.0+ (#17, fixed #15) | ||
- remove `ts-is-kind` dependency (#17, fixed #16) | ||
|
||
[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...HEAD | ||
[1.4.4]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.3...1.4.4 | ||
[1.4.3]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.2...1.4.3 | ||
[1.4.2]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.1...1.4.2 | ||
[1.4.1]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.0...1.4.1 | ||
[1.4.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.3.0...1.4.0 | ||
[1.4.0-rc]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.3.0...1.4.0-rc | ||
[1.3.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.2.0...1.3.0 | ||
[1.2.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.1.0...1.2.0 | ||
[1.1.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v1.0.0...1.1.0 | ||
[1.1.0-rc]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v1.0.0...1.1.0-rc | ||
[1.0.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v0.0.7...v1.0.0 | ||
[0.0.7]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v0.0.6...v0.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters