-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: atlassian-labs/compiled
base: @compiled/react@0.16.9
head repository: atlassian-labs/compiled
compare: @compiled/react@0.16.10
- 12 commits
- 25 files changed
- 6 contributors
Commits on Feb 2, 2024
-
Add "similar" debugging to
toHaveCompiledCss
(#1619)* Add "similar" debugging to `toHaveCompiledCss` I found it difficult to debug with `toHaveCompiledCss`, particularly in the case of local css variables being resolved by jest-dom (I think that's how it works), as the error for "could not find `padding: 8px`" doesn't tell you if it was wrong or just doesn't exist. ```tsx expect(element).toHaveCompiledCss({ paddingInlineEdit: '8px' }); ``` ```sh Could not find "padding-inline-end:8px" on <a data-testid="test-link" class="css-1mufnsm">…</a> element. ``` Now this should have a a clearer error: ```tsx Could not find "padding-inline-end:8px" on <a data-testid="test-link" class="css-1mufnsm">…</a> element. Found similar styles: padding-inline-end:var(--ds-space-0, 0px) padding-inline-end:var(--ds-space-100, 8px) ``` This could go a step further and show all css properties or have a debug mode I couldn't find, but that could get quite spammy… * chore: changeset
Configuration menu - View commit details
-
Copy full SHA for 749994b - Browse repository at this point
Copy the full SHA 749994bView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d09679 - Browse repository at this point
Copy the full SHA 6d09679View commit details
Commits on Feb 7, 2024
-
Add importSources to @compiled/webpack-loader (#1623)
* Add importSources to @compiled/webpack-loader
Configuration menu - View commit details
-
Copy full SHA for 8d48ca0 - Browse repository at this point
Copy the full SHA 8d48ca0View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b76e985 - Browse repository at this point
Copy the full SHA b76e985View commit details
Commits on Feb 8, 2024
-
Add
importSources
option to jsx-pragma rule (#1622)* Add onlyRunIfImportingCompiled option to jsx-pragma rule * Add changeset * Address PR feedback * Fix typo * Re-run prettier * Address remaining PR feedback
Configuration menu - View commit details
-
Copy full SHA for 292a05d - Browse repository at this point
Copy the full SHA 292a05dView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ece91fd - Browse repository at this point
Copy the full SHA ece91fdView commit details -
Bail out early in parcel-transformer if @compiled/react is not present (
#1621) * Bail out early in parcel-transformer if @compiled/reactis present but unused * Update packages/parcel-transformer/src/index.ts Co-authored-by: Grant Wong <2908767+dddlr@users.noreply.github.com> * Add changeset --------- Co-authored-by: Grant Wong <2908767+dddlr@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41bcb1e - Browse repository at this point
Copy the full SHA 41bcb1eView commit details
Commits on Feb 19, 2024
-
Fix Compiled props being incorrectly forwarded when default values us…
…ed (#1630) * Fix properties fall-through when default values used * Add changeset * Address PR feedback
Configuration menu - View commit details
-
Copy full SHA for d5c6578 - Browse repository at this point
Copy the full SHA d5c6578View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88a44fc - Browse repository at this point
Copy the full SHA 88a44fcView commit details
Commits on Mar 4, 2024
-
* fix: update base css func types * chore: changeset
Configuration menu - View commit details
-
Copy full SHA for a68817a - Browse repository at this point
Copy the full SHA a68817aView commit details -
Fix passing props arrow function directly to styled not working (#1633)
* Fix passing props arrow function directly to styled not working * Make formatting a bit nicer * Add changeset * Add tests * Add tsx syntax highlighting to changeset * Fix prettier warning in changeset
Configuration menu - View commit details
-
Copy full SHA for 7d3406c - Browse repository at this point
Copy the full SHA 7d3406cView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac82deb - Browse repository at this point
Copy the full SHA ac82debView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @compiled/react@0.16.9...@compiled/react@0.16.10