Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from extends api #2

Closed
dpsutton opened this issue Mar 4, 2019 · 2 comments
Closed

Migrate away from extends api #2

dpsutton opened this issue Mar 4, 2019 · 2 comments

Comments

@dpsutton
Copy link

dpsutton commented Mar 4, 2019

styled components have deprecated and removed the extend api which is used to extend other styled components. As such this library doesn't work with the current version 4.0+.

@dvingo
Copy link
Owner

dvingo commented Mar 14, 2019

Thanks for the heads up! I'm working on an update now. Not using extends anymore was a simple change, but they also updated the keyframes/animation API so I need to rework that as well. Should have a new release shortly.

@dvingo
Copy link
Owner

dvingo commented Mar 17, 2019

@dpsutton I just published version 0.1.6 to work with v4, that removes use of extends. There is also a breaking change (notes in the readme) regarding the use of animations to add support for the v4 animations code in styled components.

@dvingo dvingo closed this as completed Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants