Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 2.16 KB

2.5.8

  • Update TypeScript definitions to reflect stateless functional component usage (#124) Thanks @faddee!

2.5.7

  • Added styletron-preact package
  • Use stateless functional component in styled function in styletron-react
  • Minor docs updates

2.5.6

2.5.5

  • Change prop-types package from peer to regular dependency (#118) Thanks @faddee!

2.5.4

  • Add prop-types package for React 15.5 compatibility (#116) Thanks @jbellsey!

2.5.3

2.5.2

  • Don't pass innerRef in styletron-react (#80) Thanks @faddee!
  • Improvements to TypeScript definition (#79) Thanks @faddee!

2.5.1

  • Improvements to TypeScript definition (#65) Thanks @faddee!
  • Fix READMEs on npm (Upstream registry fix when used by Lerna)

2.5.0

  • Allow styled to pass a className to regular components (#64) Thanks @faddee!

2.4.0

  • Make stylesheets optional in StyletronClient constructor (#59) Thanks @Gandem!
  • Removed leading space from class names generated from styletron-utils (#57) Thanks @mmedal!

2.3.0

  • Performance improvement via hyphenateStyleName memoization (#56)
  • Added TypeScript definitions (#52) @faddee