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/react@11.13.3
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/react@11.14.0
Choose a head ref
  • 15 commits
  • 137 files changed
  • 7 contributors

Commits on Aug 25, 2024

  1. Minor performance improvements (#3244)

    * perf: small lints
    
    * revert
    
    * lint
    
    * chore: add changeset
    
    * Update .changeset/curly-jars-punch.md
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    romgrk and Andarist authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ad630e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Add fetchpriority to props (#3093)

    * Added fetchpriority to props
    
    * Add fetchPriority as well
    
    * Create eighty-garlics-dance.md
    
    * Update .changeset/eighty-garlics-dance.md
    
    ---------
    
    Co-authored-by: Oliver Schmidt <social-os@mailbox.org>
    DustinBrett and codejet authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    532ff57 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#3247)

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    b10de75 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#3263)

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

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    77d930d View commit details
    Browse the repository at this point in the history
  2. Update changeset (#3273)

    emmatown authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f45eb19 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#3272)

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

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    e1bf17e View commit details
    Browse the repository at this point in the history
  2. Convert @emotion/css-prettifier's source code to TypeScript (#3278)

    * Convert `@emotion/css-prettifier`'s source code to TypeScript
    
    * use .ts
    
    * fixed changeset content
    Andarist authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    282b61d View commit details
    Browse the repository at this point in the history
  3. Convert @emotion/cache's source code to TypeScript (#3277)

    * Convert `@emotion/cache`'s source code to TypeScript
    
    * remove extra comment types
    
    * tweak pkg json
    
    * fixed pkg.json#imports
    
    * try with this
    
    * use .ts
    
    * try this
    
    * try this
    
    * one more
    
    * try this
    
    * update `@types/stylis`
    Andarist authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8dc1a6d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Convert @emotion/react's source code to TypeScript (#3281)

    * Convert `@emotion/react`'s source code to TypeScript
    
    * add changeset
    
    * limit `package.json['files']`
    
    * fixed type issue
    
    * try `esModuleInterop`
    
    * add required cast
    
    * use `resolveJsonModule` too
    
    * fixed extra things
    
    * fixed a silly mistake
    
    * one extra thing
    
    * fixed type error
    
    * try building before running dtslint
    
    * fixed import
    
    * try to bump tested TS versions
    
    * add extra ts-ignore
    
    * make sure the ts-ignore is above the problematic line
    
    * rewrite tests to stop relying on implementation detail
    
    * fixed type error
    
    * corrext tests
    
    * fixed entrypoints types
    Andarist authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    fc4d7bd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    5974e33 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Convert @emotion/styled's source code to TypeScript (#3284)

    * Convert `@emotion/styled`'s source code to TypeScript
    
    * fixed entrypoint extension
    
    * fix types reference
    
    * add changeset
    
    * more localized cast
    
    * remove redundant cast
    
    * organize imports
    Andarist authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    a19d019 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#3280)

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