You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emit styled('tag') instead of styled.tag for css prop (#266); this handles if the given tag is not in the dom elements whitelist yet in styled-components proper
Fix import-seeking loop regression (introduced in 1.10.3) that can occur when running the babel plugin over ESM files without a styled import, #234 thanks @ZauberNerd
Thanks to @ZauberNerd for figuring out an edge case with import detection in the "css" prop handling code (was causing some stalled compliations in certain project setups) #233
Fixes a critical bug in the css prop transpilation, which would cause the output to be invalid. Please upgrade as soon as possible if you want to use the css prop!