|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +## [Unreleased] |
| 5 | + |
| 6 | +## [1.5.0] |
| 7 | + |
| 8 | +- transform anonymous default exports (fix #371 in #367) |
| 9 | +- remove deprecated `.extend` transformation pattern (fix #48 in #370) |
| 10 | + |
| 11 | +## [1.4.4] |
| 12 | + |
| 13 | +- bugfix in minification of tabs (fix #142 in #152) |
| 14 | + |
| 15 | +## [1.4.3] |
| 16 | + |
| 17 | +- bugfix in minification (fix #44 in #45) |
| 18 | + |
| 19 | +## [1.4.2] |
| 20 | + |
| 21 | +- another important bugfix in minification (#40 by @Ky6uk, #41) |
| 22 | + |
| 23 | +## [1.4.1] |
| 24 | + |
| 25 | +- important bugfix in minification (#36, #39) |
| 26 | + |
| 27 | +## [1.4.0] |
| 28 | + |
| 29 | +- add experimental support of minification (#14, #35) |
| 30 | +- skip emitting empty `withConfig` (#37) |
| 31 | + |
| 32 | +## [1.4.0-rc] |
| 33 | + |
| 34 | +- add experimental support of minification (#14, #35) |
| 35 | + |
| 36 | +## [1.3.0] |
| 37 | + |
| 38 | +- improved detection of component names which fixes issues with jQuery and lodash (#33, #34) |
| 39 | + |
| 40 | +## [1.2.0] |
| 41 | + |
| 42 | +- add support of [style objects](https://www.styled-components.com/docs/advanced#style-objects) (#30, #32) |
| 43 | + |
| 44 | +## [1.1.0] |
| 45 | + |
| 46 | +- component id generation that helps with SSR (great contribution #21 by @fabyo82) |
| 47 | +- customizable identifiers of styled-components functions |
| 48 | +- display name generation can be turned off |
| 49 | + |
| 50 | +## [1.1.0-rc] |
| 51 | + |
| 52 | +- component id generation that helps with SSR (great contribution #21 by @fabyo82) |
| 53 | +- customizable identifiers of `styled-components` functions |
| 54 | +- display name generation can be turned off |
| 55 | + |
| 56 | +## [1.0.0] |
| 57 | + |
| 58 | +- The first official release! |
| 59 | +- updated `typescript` dependency to support TS 3.0+ (#17, fixed #15) |
| 60 | +- remove `ts-is-kind` dependency (#17, fixed #16) |
| 61 | + |
| 62 | +## [0.0.7] |
| 63 | + |
| 64 | +- updated `typescript` dependency to support TS 3.0+ (#17, fixed #15) |
| 65 | +- remove `ts-is-kind` dependency (#17, fixed #16) |
| 66 | + |
| 67 | +[Unreleased]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.4...HEAD |
| 68 | +[1.4.4]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.3...1.4.4 |
| 69 | +[1.4.3]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.2...1.4.3 |
| 70 | +[1.4.2]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.1...1.4.2 |
| 71 | +[1.4.1]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.4.0...1.4.1 |
| 72 | +[1.4.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.3.0...1.4.0 |
| 73 | +[1.4.0-rc]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.3.0...1.4.0-rc |
| 74 | +[1.3.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.2.0...1.3.0 |
| 75 | +[1.2.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/1.1.0...1.2.0 |
| 76 | +[1.1.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v1.0.0...1.1.0 |
| 77 | +[1.1.0-rc]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v1.0.0...1.1.0-rc |
| 78 | +[1.0.0]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v0.0.7...v1.0.0 |
| 79 | +[0.0.7]: https://github.com/igorbek/typescript-plugin-styled-components/compare/v0.0.6...v0.0.7 |
0 commit comments