styled-components v1.4.5 Release Notes

Release Date: 2017-04-14 // about 7 years ago
  • 🔄 Changed

    • 💅 Migrated from the deprecated React.PropTypes to the prop-types package, thanks to @YasserKaddour. (see #668)
    • ➕ Add FlatList, SectionList & VirtualizedList support, thanks to @Kureev(https://github.com/Kureev). (see #662)
    • ✂ Removed dependency on glamor and migrated remaining references to the internal vendored glamor module. (see #663)
    • 🛠 Fix missing autoprefixing on GlobalStyle model. (see #702)
    • 👍 Better support for keyframes on older iOS/webkit browsers (see #720)