Fancy - v2.2.0
PureComponents, by default
This update adjusts the create-emotion-styled HOC to create
React.PureComponent styled components, by default. This is for an
overall performance boost, as PureComponent classes perform faster
than default Component classes.
This should be safe, as we've been using PureComponents exclusively,
at the library level, for a while now. Not to mention, React Redux
also defaults to PureComponents.
This behaviour can be customized by defining { pure: false } in a
new argument for create-emotion-styled.
