typescript-plugin-styled-components
Version:
TypeScript transformer for improving the debugging experience of styled-components
92 lines (59 loc) • 3.38 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [2.0.0]
- **breaking change** upgrade to TypeScript 4+ and make use of Factory API (#379)
- bugfix in minification of `calc()` (fix #233 in #436)
## [1.6.0]
- namespace prefix to help multiple instances of the library not clash (fix #381 in #395)
## [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/2.0.0...HEAD
[2.0.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.6.0...2.0.0
[1.6.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...1.5.0
[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