Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: atlassian-labs/compiled
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @compiled/react@0.8.0
Choose a base ref
...
head repository: atlassian-labs/compiled
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @compiled/react@0.9.0
Choose a head ref
  • 18 commits
  • 112 files changed
  • 8 contributors

Commits on Oct 19, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    71da8c0 View commit details

Commits on Oct 20, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c641543 View commit details

Commits on Oct 21, 2021

  1. Ensure inline strings, template literals, and css work in styled (#857)

    Fixed
    - Static styles  getting omitted when they precede an expression in string literal
    - Error happening when keyframes expression appeared after another expression in string literal
    - Ordering of styles inside string literals
    
    Added
    - Support string 'key:value' pattern for conditional expressions
    - Support inline css mixins for conditional expressions
    - Support generic types in CSS mixins that use props
    at-nathan authored Oct 21, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2092839 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0ba3ea3 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    af268fd View commit details
  4. Cleanup commented code

    tnienhouse-atl committed Oct 21, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d3ee0cd View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    366ca80 View commit details

Commits on Oct 22, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0b60ae1 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7ac3d35 View commit details

Commits on Oct 25, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a049849 View commit details
  2. Feat/styled components inner ref codemode (#862)

    * base plugin & codemode
    
    * fix types & unfilter attributes
    
    * fix cli tests
    
    * fix naming & add tests
    
    * add JSXSpreadAttribute to plugin types
    blackheart-atlassian authored Oct 25, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ba66b35 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    72eea76 View commit details

Commits on Oct 26, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d861ec2 View commit details
  2. Merge pull request #863 from atlassian-labs/feat/styled-components-cs…

    …s-import
    
    Keep `css` import in SC-to-Compiled codemod
    flakeparadigm authored Oct 26, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c73b207 View commit details

Commits on Oct 27, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1b456be View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    01476f6 View commit details
  3. Merge pull request #872 from atlassian-labs/feat/styled-components-cs…

    …s-import
    
    Make sure original & new imports don't share object references
    tnienhouse-atl authored Oct 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    963b3c5 View commit details
  4. Version Packages (#866)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    atlas-dst-bot and github-actions[bot] authored Oct 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0cd90ee View commit details
Loading