Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

79 lines (57 loc) · 2.27 KB

@trousers/core

3.0.2

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

  • e6a3323: # Version 3 🎉

    This is Trousers' biggest update yet!

    Including:

    • Support for the CSS prop 👩‍🎤
    • Mono-repo setup and decomposition 📦
    • Object notation CSS 🍞
    • Theme CSS var package 🎨
    • insertRule 🏹
    • Smaller bundles 🐭
    • Custom style collectors 🕺
    • Trousers package with all exports for backwards compatibility

    Removed

    • withStyles HOC (please use css prop for class components)

    Developer experience

  • c9c8187: Trousers v3!

    • CSS prop 👩‍🎤
    • Mono-repo setup and decomposition 📦
    • Object notation CSS 🍞
    • Theme CSS var package 🎨
    • prod mode support for insertRule 🏹
    • Smaller bundles 🐭
    • Support for custom style collectors 🕺
    • Trousers package with all exports for backwards compatibility

    Dev

Patch Changes