-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: emotion-js/emotion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @emotion/styled@11.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: emotion-js/emotion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4640f6a7cbe77f790e07706b287cb29342fd0ea
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 30 files changed
- 10 contributors
Commits on Jun 7, 2023
-
Added
ElementType
to the Emotion'sJSX
namespace (#3048)* Support JSX.ElementType * Reexport ElementType * Remove failing test case due to type safe concerns see also: #3048 (comment) * Create wicked-boxes-lick.md --------- Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9357f33 - Browse repository at this point
Copy the full SHA 9357f33View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fef1ea0 - Browse repository at this point
Copy the full SHA fef1ea0View commit details
Commits on Jun 16, 2023
-
Fix
@emotion/css/create-instance
types in TypeScript module resolut……ion modes that support the `exports` field (#3057)
Configuration menu - View commit details
-
Copy full SHA for 8f66526 - Browse repository at this point
Copy the full SHA 8f66526View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3b268f - Browse repository at this point
Copy the full SHA f3b268fView commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c60314 - Browse repository at this point
Copy the full SHA 1c60314View commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45c440f - Browse repository at this point
Copy the full SHA 45c440fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c20b4 - Browse repository at this point
Copy the full SHA 49c20b4View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0014b4 - Browse repository at this point
Copy the full SHA b0014b4View commit details
Commits on Feb 27, 2024
-
Add
disableRemotePlayback
to valid prop types (#3156)* Add disableRemotePlayback to valid prop-types * Add changeset
Configuration menu - View commit details
-
Copy full SHA for 0bfa978 - Browse repository at this point
Copy the full SHA 0bfa978View commit details -
Renamed an internal
hasOwnProperty
tohasOwn
(#3159)* Remove hasOwnProperty from utils Exported hasOwnProperty conflicts with exports.prototype.hasOwnProperty. Because it tries to override itself. * Add changeset * Add test * Replace hasOwnProperty with hasOwn * Update Test * Remove test * Add hasOwn into utils as safe replacement for hasOwnProperty * Remove test * Remove test * Map hasOwn to Object.prototype.hasOwnProperty.call To support old targets * Prefer simpler notation * Ok
Configuration menu - View commit details
-
Copy full SHA for 5b82631 - Browse repository at this point
Copy the full SHA 5b82631View commit details -
* Version Packages * Update packages/react/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e0e388 - Browse repository at this point
Copy the full SHA 6e0e388View commit details
Commits on Mar 29, 2024
-
Fix mismatch between CSSInterpolation and Interpolation<Props> (#3164)
* Add explicit test for uncovered regression; fix interpolation type to make it pass * Reorder overloads for styled component creator Formerly, the first overload to be tried was not accepting template strings array as first argument. Therefore, it couldn't be used when `styled` was used as a tag for template string. So in this case TS skipped this overload and fell through to the next. Now, though, with `ArrayInterpolation` type changed, `TemplateStringsArray` matches the definition of `ArrayInterpolation`; therefore, this overload becomes used for template strings, confusing type inference. This change moves this overload to the end of the list, i.e. to be used as fallback when there's actually a direct function call, without template string. * yarn changeset * Apply suggestions from code review * Create tiny-snails-watch.md --------- Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c9b84db - Browse repository at this point
Copy the full SHA c9b84dbView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f4640f6 - Browse repository at this point
Copy the full SHA f4640f6View commit details
There are no files selected for viewing