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/[email protected]
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/[email protected]
Choose a head ref
  • 16 commits
  • 78 files changed
  • 8 contributors

Commits on Dec 18, 2021

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

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    169ac54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b02f349 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Fixed label extraction crashing in some cases involving variable decl…

    …arations with non-identifiers (#2585)
    
    * Fix babel emotion plugin crash when on object with multiple styles is
    returned by a function
    
    * Add changeset
    
    * Fix wrong snapshots
    
    * Fixed the actual underlying issue with label extraction
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    kddc and Andarist authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    b830c7d View commit details
    Browse the repository at this point in the history
  2. Version Packages (#2603)

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

Commits on Dec 22, 2021

  1. Update/correct TypeScript docs to reflect current best practice (#2598)

    * Update/correct TypeScript docs to reflect current best practice
    
    #2596
    
    * Clean up typescript.mdx per Andarist's suggestions
    
    * Add back deleted section to typescript.mdx
    srmagura authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2790dc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

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

Commits on Dec 26, 2021

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

Commits on Dec 31, 2021

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

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    b0be5c0 View commit details
    Browse the repository at this point in the history
  2. Fix getLabelFromStackTrace issue related to class components in Fir…

    …efox (#2615)
    
    * Fix getLabelFromStackTrace edge case in Firefox
    
    Closes #2614.
    
    * Update .changeset/spotty-clouds-listen.md
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    srmagura and Andarist authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    3d672ac View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Added abbr prop to the allowlist of forwardable props (#2621)

    * Add abbr attribute to list of valid attributes
    
    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attributes
    
    * Create ninety-queens-fly.md
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    andreasmcdermott and Andarist authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    d253163 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. useInsertionEffect when it's available (#2600)

    * Upgrade React 18 to its latest RC version
    
    * Refactored tests to RTL to run tests easier against different React version, also run test suite with React 18
    
    * Add separate Jest config to run tests with React 18
    
    * Move rule insertion to the inner `<Insertion/>` for the css prop
    
    * Fixed Enzyme's shallow tests
    
    * Make test pass with real `useInsertionEffect`
    
    * Use `<Insertion/> and `useInsertionEffect` for all injection points in `@emotion/react` and `@emotion/styled``
    
    * Fixed import-prod test problem with production React 18 throwing when used with RTL cause it's using act
    
    * Refactor one last test that was using JSDOM explicitly
    
    * Fixed CI
    
    * Update packages/css/test/no-babel/index.test.js
    
    * add changesets
    
    Co-authored-by: Mitchell Hamilton <[email protected]>
    Andarist and emmatown authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    2f27156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6f5552 View commit details
    Browse the repository at this point in the history
  3. Fixed a transpilation issue that caused useInsertionEffect to be re…

    …ferenced directly in the specifiers list of the import statement (#2651)
    Andarist authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    39ac5b9 View commit details
    Browse the repository at this point in the history
  4. Version Packages (#2652)

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