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
  • 43 files changed
  • 13 contributors

Commits on Sep 8, 2021

  1. Added Carbon Ads to sidebar (#2463)

    * Added Carbon Ads to sidebar
    
    * Move Carbon styles to Emotion
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    sayzlim and Andarist authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    676a926 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

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

Commits on Sep 17, 2021

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

Commits on Sep 22, 2021

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

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    9ae4a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dfb663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a0a6c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Oct 7, 2021

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

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    84522de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda5e68 View commit details
    Browse the repository at this point in the history
  3. Add RegExp as a valid type for the target option accepted by `toH…

    …aveStyleRule` (#2457)
    
    * add RegExp as typing for target
    
    - With typescript in place, the typing that only allows string will not be able to receive a RegExp.
    Being able to receive a RegExp will allow target options describe in [this issue](#1875)
    
    * Create sweet-planes-begin.md
    
    * Update packages/jest/types/index.d.ts
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    JC Lee and Andarist authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    218e4f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    685bbec View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 17, 2021

  1. Prevent flush from raising error on detached tag (#2447)

    * Prevent flush from raising error on detached tag
    
    It prevents `flush()` from raising the following error: `TypeError: tag.parentNode is null`. Such error happens when the `tag` that is being flushed had already been detached from its parent node by a third paryy library, which may be application code or a library that handles the page routing—I'm experiencing this issue with [Turbolinks](https://github.com/turbolinks/turbolinks).
    
    * add test and changeseet
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    mdesantis and Andarist authored Oct 17, 2021
    Configuration menu
    Copy the full SHA
    f2eda82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be3391 View commit details
    Browse the repository at this point in the history
Loading