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 12 months ago

Patch Changes

  • 941a723f: Bugfix: no-css-tagged-template-expression ESLint rule truncates strings which include colons during autofixing.
  • Updated dependencies [4a11c5f4]
compiled - @compiled/[email protected]

Published by atlas-dst-bot 12 months ago

Minor Changes

  • f8d01fa2: Remove Flow types as they are increasingly difficult to maintain
compiled - @compiled/[email protected]

Published by atlas-dst-bot 12 months ago

Minor Changes

  • f8d01fa2: Remove Flow types as they are increasingly difficult to maintain
compiled - @compiled/[email protected]

Published by atlas-dst-bot 12 months ago

Patch Changes

  • 941a723f: Bugfix: no-css-tagged-template-expression ESLint rule truncates strings which include colons during autofixing.
compiled - @compiled/[email protected]

Published by atlas-dst-bot 12 months ago

Patch Changes

  • 4a11c5f4: Bugfix: handle memberExpression as CSS object property
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

  • 28c927c1: Fix edge case where no-css-prop-without-css-function crashes
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Minor Changes

  • 809cc389: Add resolver configuration option

Patch Changes

compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Minor Changes

  • 809cc389: Update resolver to support module paths
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

  • bfa60425: Replace context.sourceCode with context.getSourceCode(), to restore compatibility with ESLint v7 and <v8.40.0
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

  • 9304fa3b: Add extractStylesToDirectory config to support extraction to CSS files
  • Updated dependencies [9304fa3b]
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Minor Changes

  • b6f3e41e: Change cssMap types to use stricter type checking and only allowing a limited subset of whitelisted selectors (e.g. &:hover); implement syntax for at-rules (e.g. @media); implement selectors key for non-whitelisted selectors.
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

  • 9304fa3b: Add extractStylesToDirectory config to support extraction to CSS files
  • Updated dependencies [9304fa3b]
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Minor Changes

  • 685093a5: Add ESLint rule @compiled/no-invalid-css-map for linting cssMap usages

Patch Changes

  • 59687aba: Fix @compiled/eslint-plugin no-css-prop-without-css-function rule adding duplicate css import
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Minor Changes

  • 9304fa3b: Add extractStylesToDirectory config to support extraction to CSS files
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Minor Changes

  • 4a2174c5: Implement the cssMap API to enable library users to dynamically choose a varied set of CSS rules.

Patch Changes

  • c5377cdb: Ensure that the return types of css and cssMap are readonly.
compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Patch Changes

compiled - @compiled/[email protected]

Published by atlas-dst-bot about 1 year ago

Minor Changes

  • 4a2174c5: Implement the cssMap API to enable library users to dynamically choose a varied set of CSS rules.