compiled

A familiar and performant compile time CSS-in-JS library for React.

APACHE-2.0 License

Downloads
186.9K
Stars
2K
Committers
46

Bot releases are visible (Hide)

compiled - @compiled/[email protected]

Published by atlas-dst-bot about 3 years ago

Minor Changes

  • bcb2a68: Add option to disable the autoprefixer by setting process.env.AUTOPREFIXER to off
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 3 years ago

Patch Changes

  • Updated dependencies [bcb2a68]
  • Updated dependencies [a7ab8e1]
  • Updated dependencies [e1dc346]
  • Updated dependencies [bcb2a68]
  • Updated dependencies [48805ec]
  • Updated dependencies [587e729]
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 3 years ago

Minor Changes

  • bcb2a68: Add support for keyframes
  • a7ab8e1: Add support for conditional rules for Styled
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 3 years ago

Patch Changes

  • Updated dependencies [bcb2a68]
  • Updated dependencies [a7ab8e1]
  • Updated dependencies [e1dc346]
  • Updated dependencies [48805ec]
  • Updated dependencies [587e729]
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 3 years ago

Patch Changes

  • Updated dependencies [bcb2a68]
  • Updated dependencies [a7ab8e1]
compiled - @compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 13c3a60: add support of additional parameters to css function
compiled - @compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • b5b4e8a: Catch unhandled exception on inserting rules with prefixed selectors.
compiled - @compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • ee3363e: Fix HTML characters escapes in style tags on SSR.
compiled - @compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 30ddaf4: Adds a support of computed properties static evaluation in object styles.
compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 40bc0d9: Package descriptions have been updated.

  • 1b1c964: The css mixin API is now available,
    functioning similarly to the emotion equivalent.

    import { css } from '@compiled/react';
    
    <div
      css={css`
        display: flex;
        font-size: 50px;
        color: blue;
      `}>
      blue text
    </div>;
    

    For more help, read the docs: https://compiledcssinjs.com/docs/css.

  • Updated dependencies [40bc0d9]

  • Updated dependencies [1b1c964]

compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 40bc0d9: Package descriptions have been updated.
compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 40bc0d9: Package descriptions have been updated.
  • 1b1c964: Unhandled exceptions thrown when parsing CSS now have more meaningful errors.
  • Updated dependencies [40bc0d9]
compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 40bc0d9: Package descriptions have been updated.
compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 40bc0d9: Package descriptions have been updated.
compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 40bc0d9: Package descriptions have been updated.
  • Updated dependencies [40bc0d9]
  • Updated dependencies [1b1c964]
compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • 40bc0d9: Package descriptions have been updated.

  • 1b1c964: The css mixin API is now available,
    functioning similarly to the emotion equivalent.

    import { css } from '@compiled/react';
    
    <div
      css={css`
        display: flex;
        font-size: 50px;
        color: blue;
      `}>
      blue text
    </div>;
    

    For more help, read the docs: https://compiledcssinjs.com/docs/css.

compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by atlas-dst-bot over 3 years ago

Patch Changes

  • ca573d7: Styled APIs now have display names when running development builds.
compiled - https://github.com/atlassian-labs/compiled/releases/tag/@compiled/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • ad512ec: Fixed extraction when !important styles were found.