Skip to content

Latest commit

 

History

History
95 lines (62 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

95 lines (62 loc) · 3.45 KB

Changelog

[3.0.0]

  • breaking change upgrade to TypeScript 4.8+/5.0+ in #713
  • Restore componentIdPrefix fallback to getIdFromNode by @roikoren755 in #518
  • GitHub Actions setup by @probablyup in #712
  • Update README.md by @RockinRonE in #473
  • breaking change upgrade to TypeScript 4+ and make use of Factory API (#379)
  • bugfix in minification of calc() (fix #233 in #436)
  • namespace prefix to help multiple instances of the library not clash (fix #381 in #395)
  • transform anonymous default exports (fix #371 in #367)
  • remove deprecated .extend transformation pattern (fix #48 in #370)
  • bugfix in minification of tabs (fix #142 in #152)
  • bugfix in minification (fix #44 in #45)
  • another important bugfix in minification (#40 by @Ky6uk, #41)
  • important bugfix in minification (#36, #39)
  • add experimental support of minification (#14, #35)
  • skip emitting empty withConfig (#37)
  • add experimental support of minification (#14, #35)
  • improved detection of component names which fixes issues with jQuery and lodash (#33, #34)
  • 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
  • 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
  • The first official release!
  • updated typescript dependency to support TS 3.0+ (#17, fixed #15)
  • remove ts-is-kind dependency (#17, fixed #16)
  • updated typescript dependency to support TS 3.0+ (#17, fixed #15)
  • remove ts-is-kind dependency (#17, fixed #16)