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: emotion-js/emotion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @emotion/styled@11.11.0
Choose a base ref
...
head repository: emotion-js/emotion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @emotion/styled@11.11.5
Choose a head ref
  • 13 commits
  • 30 files changed
  • 10 contributors

Commits on Jun 7, 2023

  1. Added ElementType to the Emotion's JSX 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>
    naari3 and Andarist authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9357f33 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#3051)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    fef1ea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fix @emotion/css/create-instance types in TypeScript module resolut…

    …ion modes that support the `exports` field (#3057)
    emmatown authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8f66526 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#3058)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f3b268f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Add SECURITY.md

    Andarist committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1c60314 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    45c440f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c20b4 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#3143)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    b0014b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Add disableRemotePlayback to valid prop types (#3156)

    * Add disableRemotePlayback to valid prop-types
    
    * Add changeset
    nnguyen01 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0bfa978 View commit details
    Browse the repository at this point in the history
  2. Renamed an internal hasOwnProperty to hasOwn (#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
    iegik authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5b82631 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#3160)

    * 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>
    3 people authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6e0e388 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. 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>
    Cerber-Ursi and Andarist authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c9b84db View commit details
    Browse the repository at this point in the history
  2. Version Packages (#3170)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f4640f6 View commit details
    Browse the repository at this point in the history
Loading