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.10.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.10.1
Choose a head ref

Commits on Nov 23, 2021

  1. chore(deps): update dependency meow to v10 (#940)

    * chore(deps): update dependency meow to v10
    
    * Update tsconfig for cli to ESM for new meow major version
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Jake Lane <jlane2@atlassian.com>
    3 people authored Nov 23, 2021
    Copy the full SHA
    c092daf View commit details
  2. chore(deps): update dependency chalk to ^4.1.2 (#943)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 23, 2021
    Copy the full SHA
    6f14ffb View commit details

Commits on Nov 24, 2021

  1. Copy the full SHA
    c23366d View commit details
  2. fix: fixes jsx-pragma rule to update react imports (#945)

    * fix: fixes jsx-pragma rule to update react imports
    
    * chore: adds changeset
    
    * chore: updates func name
    
    * fix: handles namespace import
    Madou authored Nov 24, 2021
    Copy the full SHA
    dedadbb View commit details

Commits on Nov 25, 2021

  1. Version Packages (#942)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    atlas-dst-bot and github-actions[bot] authored Nov 25, 2021
    Copy the full SHA
    aece9b2 View commit details

Commits on Nov 29, 2021

  1. fix: updates css func object types (#948)

    * fix: updates css func object types
    
    * chore: adds test
    
    * chore: adds changeset
    Madou authored Nov 29, 2021
    Copy the full SHA
    d3e257c View commit details
  2. Update pkg jsdoc/json/rule (#947)

    * chore: updates jsdoc for react exports
    
    * chore: add changeset
    
    * chore: corrects jsdoc
    
    * chore: updates type for class name component
    
    * chore: updates homepages in pkg jsons
    
    * chore: adds website to lint rules
    
    * chore: adds changeset
    
    * chore: makes the readme consistent
    
    * chore: resolves code review comments
    Madou authored Nov 29, 2021
    Copy the full SHA
    8c9ab8c View commit details

Commits on Dec 2, 2021

  1. chore(deps): update node.js to v16 (#916)

    * chore(deps): update node.js to v16
    
    * Update GitHub action for v16
    
    * Update engine and chromatic
    
    * Use nvm and node version in matrix
    
    * Ignore engine in test build
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Jake Lane <jlane2@atlassian.com>
    3 people authored Dec 2, 2021
    Copy the full SHA
    5930691 View commit details

Commits on Dec 6, 2021

  1. Add loki as visual regression testing harness (#961)

    * Add loki as visual regression testing harness
    
    * Update registry in lockfile and define in .yarnrc
    JakeLane authored Dec 6, 2021
    Copy the full SHA
    0f687b0 View commit details

Commits on Dec 7, 2021

  1. Revert meow bump from v10 to v9 due to CJS incompatibility (#957)

    * Revert "chore(deps): update dependency meow to v10 (#940)"
    
    This reverts commit c092daf.
    
    * Add changeset
    JakeLane authored Dec 7, 2021
    Copy the full SHA
    2e35c48 View commit details
  2. chore(deps): update dependency glob to ^7.2.0 (#964)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 7, 2021
    Copy the full SHA
    a9ec0b9 View commit details
  3. Copy the full SHA
    1ca19be View commit details
  4. Version Packages (#949)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    atlas-dst-bot and github-actions[bot] authored Dec 7, 2021
    Copy the full SHA
    982c10c View commit details
  5. Copy the full SHA
    37c30e4 View commit details
  6. Copy the full SHA
    b2bfdc9 View commit details
  7. chore: Upgrade postcss v8 (#946)

    * chore(deps): update postcss packages
    
    * update type handling
    
    * update test for colormin
    
    * fix plugin function calls in postcss v8
    
    * update plugins to postcss v8 format
    
    * fix atomicify-rules plugin for postcss v8 format
    
    * update a test to ensure different text content has no affect on dedupe
    
    * update classname order in test after postcss update
    
    * Add .changeset
    
    * Reverted test change
    Ran npx jest --clearCache to fix test bug
    
    * update from cjs to exports
    
    * Remove now unneeded manual sources for parcel
    
    * optimise some postcss plugins
    
    * Explain use of Once
    
    * Optimise expandShorthands
    
    * Move param passing to import
    Refactor newNode assignment
    
    * Add spacing to reasoning comments
    
    * Add resolution for cssnano-preset-default
    
    * Update type dec for postcss-normalize-whitespace and remove unused types
    
    * Update changeset
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: andparsons <andparsons@gmail.com>
    3 people authored Dec 7, 2021
    Copy the full SHA
    b345bf4 View commit details
  8. Copy the full SHA
    3f4f5ef View commit details
  9. chore(deps): update dependency csstype to ^3.0.10 (#950)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Jake Lane <jlane2@atlassian.com>
    3 people authored Dec 7, 2021
    Copy the full SHA
    0394697 View commit details

Commits on Dec 9, 2021

  1. feat: styled-components attrs codemod (#903)

    Converts `style` attribute usage from a styled-component to a Compiled component by inlining the CSS.
    
    Co-authored-by: Nathan Lee <nlee@atlassian.com>
    Co-authored-by: Jake Lane <jlane2@atlassian.com>
    3 people authored Dec 9, 2021
    Copy the full SHA
    1dd0092 View commit details
  2. Feature/evaluate expression refractor (#953)

    - Places evaluate-expression into its own folder to support more code splitting
    - Rewrite of how member expressions are evaluated. Allows for more combinations of expressions within member to be statically evaluated
    at-nathan authored Dec 9, 2021
    Copy the full SHA
    3b7c188 View commit details
  3. chore(deps): update dependency pretty-quick to ^3.1.2 (#972)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 9, 2021
    Copy the full SHA
    9aac700 View commit details

Commits on Dec 10, 2021

  1. Resolve css-what and nth-check in @compiled/css (#973)

    * Resolve css-what and nth-check in @compiled/css
    
    * Add changeset
    JakeLane authored Dec 10, 2021
    Copy the full SHA
    c2ae4eb View commit details
  2. Version Packages (#969)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    atlas-dst-bot and github-actions[bot] authored Dec 10, 2021
    Copy the full SHA
    7e6e6b5 View commit details
  3. Copy the full SHA
    7c6343b View commit details
  4. Copy the full SHA
    d5ad12b View commit details
Loading