Skip to content

Releases: atlassian-labs/compiled

@compiled/[email protected]

16 Apr 02:00
28bf423
Compare
Choose a tag to compare

Patch Changes

  • c321da7: Reducing bundle size and improving runtime performance of the ax runtime function.

    import { ax } from '@compiled/react/runtime';
  • b3b4b34: Fix toHaveCompiledCss in @compiled/jest crashing on SVG elements due to lack of className property and expands tests in @compiled/react.

@compiled/[email protected]

16 Apr 02:00
28bf423
Compare
Choose a tag to compare

Patch Changes

  • b3b4b34: Fix toHaveCompiledCss in @compiled/jest crashing on SVG elements due to lack of className property and expands tests in @compiled/react.

@compiled/[email protected]

10 Mar 04:22
f04a4d0
Compare
Choose a tag to compare

Patch Changes

  • baa173c: Fix type definition for CSS properties with string values.

@compiled/[email protected]

24 Feb 23:23
669e170
Compare
Choose a tag to compare

Patch Changes

@compiled/[email protected]

24 Feb 23:23
669e170
Compare
Choose a tag to compare

@compiled/[email protected]

24 Feb 23:23
669e170
Compare
Choose a tag to compare

Patch Changes

@compiled/[email protected]

24 Feb 23:23
669e170
Compare
Choose a tag to compare

Minor Changes

  • 197512f: Properly handle flex keywords such as 'flex:initial', 'flex:revert', etc, rather than defaulting to 'flex:auto' on any keyword.

@compiled/[email protected]

24 Feb 23:23
669e170
Compare
Choose a tag to compare

Patch Changes

@compiled/[email protected]

24 Feb 23:23
669e170
Compare
Choose a tag to compare

Patch Changes

@compiled/[email protected]

18 Feb 04:48
be2b140
Compare
Choose a tag to compare

Patch Changes

  • 162210d: Improve the types to the keyframes() function to handle CSS variables.