-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Per-component classnames #227
Commits on Nov 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6e14952 - Browse repository at this point
Copy the full SHA 6e14952View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ac37892 - Browse repository at this point
Copy the full SHA ac37892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e317b2 - Browse repository at this point
Copy the full SHA 6e317b2View commit details
Commits on Nov 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 97f89ee - Browse repository at this point
Copy the full SHA 97f89eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3258c04 - Browse repository at this point
Copy the full SHA 3258c04View commit details
Commits on Nov 24, 2016
-
Fix test failures related to the test util
These test failures are actually not really failures, they just happened because we now call the name generator (which we patch for the tests) on component creation as well as at rendering time, which didn't happen before, so now all classes are shifted by one. Fixed by manually shifting them back.
Configuration menu - View commit details
-
Copy full SHA for 67047d4 - Browse repository at this point
Copy the full SHA 67047d4View commit details -
Add first support for the private API
To add support for server-side rendering, it needs to be possible to pass in an identifier from the outside. This is a private API because the only thing ever writing this is babel-plugin-styled-components, which will automatically turn your normal styled components into the ssr compatible version by turning your styled() calls into this notation: styled({ target: 'div', identifier: 'YourComponent-asdf123', displayName: 'YourComponent' }) This commit adds support for this notation.
Configuration menu - View commit details
-
Copy full SHA for be90896 - Browse repository at this point
Copy the full SHA be90896View commit details
Commits on Nov 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c5098b2 - Browse repository at this point
Copy the full SHA c5098b2View commit details
Commits on Dec 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 013d177 - Browse repository at this point
Copy the full SHA 013d177View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad40aef - Browse repository at this point
Copy the full SHA ad40aefView commit details
Commits on Dec 6, 2016
-
Merge remote-tracking branch 'origin/per-component-classname-generati…
…on' into per-component-classname-generation Conflicts: src/models/StyledComponent.js
Configuration menu - View commit details
-
Copy full SHA for d7c617b - Browse repository at this point
Copy the full SHA d7c617bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b14e0 - Browse repository at this point
Copy the full SHA 18b14e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ade3c5 - Browse repository at this point
Copy the full SHA 2ade3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ecfce - Browse repository at this point
Copy the full SHA 55ecfceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2662f4b - Browse repository at this point
Copy the full SHA 2662f4bView commit details -
got the new expanded API going, need to decide in what way to change …
…the expectations
Configuration menu - View commit details
-
Copy full SHA for 303138a - Browse repository at this point
Copy the full SHA 303138aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5233760 - Browse repository at this point
Copy the full SHA 5233760View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b18b32c - Browse repository at this point
Copy the full SHA b18b32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2fc3bd - Browse repository at this point
Copy the full SHA a2fc3bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b2e3a - Browse repository at this point
Copy the full SHA 35b2e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 204cf05 - Browse repository at this point
Copy the full SHA 204cf05View commit details -
Configuration menu - View commit details
-
Copy full SHA for c195fed - Browse repository at this point
Copy the full SHA c195fedView commit details
Commits on Dec 16, 2016
-
Merge remote-tracking branch 'origin/master' into per-component-class…
…name-generation Conflicts: CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 771ea4c - Browse repository at this point
Copy the full SHA 771ea4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab51f7 - Browse repository at this point
Copy the full SHA 6ab51f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e41049 - Browse repository at this point
Copy the full SHA 1e41049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd2de5 - Browse repository at this point
Copy the full SHA 5fd2de5View commit details
Commits on Dec 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3416ba4 - Browse repository at this point
Copy the full SHA 3416ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6128ecd - Browse repository at this point
Copy the full SHA 6128ecdView commit details
Commits on Jan 11, 2017
-
Merge branch 'v2' into per-component-classname-generation
Conflicts: CHANGELOG.md src/constructors/styled.js yarn.lock
Configuration menu - View commit details
-
Copy full SHA for f99a272 - Browse repository at this point
Copy the full SHA f99a272View commit details -
Configuration menu - View commit details
-
Copy full SHA for cae3219 - Browse repository at this point
Copy the full SHA cae3219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9095ea5 - Browse repository at this point
Copy the full SHA 9095ea5View commit details