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

[RFC] Add support for the css prop #172

Merged
merged 19 commits into from
Nov 26, 2018
Merged

[RFC] Add support for the css prop #172

merged 19 commits into from
Nov 26, 2018

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    936eeba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eac7e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085dfcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c368e7 View commit details
    Browse the repository at this point in the history
  5. Add test for objec prop

    mxstbr committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    d4ddb38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77d324e View commit details
    Browse the repository at this point in the history
  7. Optimize css prop usage with the css`` helper

    /cc @satya164 does this look somewhat legit? Maybe useful for babel-plugin-css-prop too
    mxstbr committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    44816f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f43e2e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. 1.7.2

    mxstbr committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    02dbe95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c6eea2 View commit details
    Browse the repository at this point in the history
  3. 1.9.0-0

    mxstbr committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b186a96 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Fix component tags with dots in them (<Button.Ghost />)

    /cc @satya164 does this look okay?
    mxstbr committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    d483afc View commit details
    Browse the repository at this point in the history
  2. Fix auto-importing styled-components

    /cc @satya164 another fix for the other issue, it now correctly adds
    `_interopRequireDefault()` around the require call, which should make it
    all work
    mxstbr committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    a636162 View commit details
    Browse the repository at this point in the history
  3. 1.9.0-1

    mxstbr committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    e9c4ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2676b2 View commit details
    Browse the repository at this point in the history
  5. Update src/visitors/transpileCssProp.js

    Co-Authored-By: mxstbr <contact@mxstbr.com>
    satya164 and mxstbr authored Nov 24, 2018
    Configuration menu
    Copy the full SHA
    b1b5281 View commit details
    Browse the repository at this point in the history
  6. Update transpileCssProp.js

    mxstbr authored Nov 24, 2018
    Configuration menu
    Copy the full SHA
    3a56c9e View commit details
    Browse the repository at this point in the history
  7. Fix passing t through

    mxstbr committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    7c3f927 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    a4ef270 View commit details
    Browse the repository at this point in the history