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
  • 14 commits
  • 93 files changed
  • 10 contributors

Commits on Oct 31, 2021

  1. Update gatsby-(plugin/transformer)-sharp (#2533)

    This fixes a build error that occurred during `yarn install`. See #2532.
    srmagura authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    2416b32 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Document extra installation step for M1 Mac (#2535)

    * Document extra installation step for M1 Mac
    
    * Correct the M1 Mac vips explanation
    srmagura authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    01e4e0f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Add insertionPoint option in EmotionCache (#2521)

    * Add insertionPoint option in EmotionCache
    
    * yarn changeset
    
    * yarn lint
    
    * Add tests as per view
    
    * Updated changeset, improved tests
    
    * Update packages/sheet/src/index.js
    
    * Update packages/cache/__tests__/index.js
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    
    * Improve tests
    
    * Use @testing-library
    
    * Address comments from review
    
    * Fix some flow issues
    
    * fix selectors
    
    * small tweaks
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    mnajdova and Andarist authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    516fe45 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Fix hydration mismatches with React.useId (#2542)

    * Current behavior for useId
    
    * fix(styled): Ensure no hydration mismatch with React.useId
    
    * yarn changeset
    
    * Update snapshots
    
    * Dirty fix for enzyme matchers
    
    * Fragment -> Noop
    
    * Apply same pattern to class-names and emotion-element
    
    * tweak fragment unwrapping in `@emotion/jest`
    
    * Fixed enzyme-related serialization tests
    
    * Fix more cases and add new tests
    
    * add tests for avoiding id mismatches when using css prop and ClassNames component
    
    * Fix flow errors
    
    * Reset html before each rehydration test
    
    * tweak changesets
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    eps1lon and Andarist authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    eb013d2 View commit details
    Browse the repository at this point in the history
  2. Add enterKeyHint prop to the isPropValid allowlist (#2540)

    * allow enterKeyHint attribute to be set
    
    fixes #2530
    
    * Create silver-fireants-jump.md
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    fabb and Andarist authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    9861a18 View commit details
    Browse the repository at this point in the history
  3. Shorten the path of the "private" `isolated-hoist-non-react-statics-d…

    …o-not-use-this-in-your-code` (#2551)
    Andarist authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    99fcea0 View commit details
    Browse the repository at this point in the history
  4. Add a note that container can be used to inject styles to windows (#…

    …2541)
    
    * [DOC] Updated doc to add a cache option use-case
    
    * remove changeset
    
    Co-authored-by: Valerian Gonnot <[email protected]>
    Co-authored-by: Mateusz Burzyński <[email protected]>
    3 people authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    d9b247d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e82a99 View commit details
    Browse the repository at this point in the history
  6. Fix & upgrade benchmarks (#2544)

    * Upgrade benchmarks to Parcel 2
    
    And fix various runtime errors when running the benchmark application
    
    * Fix benchmark run script
    
    * Update d3-scale-chromatic in benchmarks project
    
    * Fix ssr-benchmark
    
    - Upgrade to ES modules
    - Fix trying to create an Emotion cache without a key
    - Fix trying to read directly from a React context object
    
    * Update some React Native-related snapshots
    
    This was presumably caused by updating react-native-web from 0.13 to
    0.17.
    
    * Fix benchmark script in root package.json
    srmagura authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    3c902cf View commit details
    Browse the repository at this point in the history
  7. Version Packages (#2539)

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

Commits on Nov 19, 2021

  1. Extract, unit test, and improve getLabelFromStackTrace (#2534)

    * Extract getLabelFromStackTrace
    
    [WIP]
    
    * New tests
    
    * Add Next.js playground
    
    * Add Next.js tests
    
    * Fix nextjs dependency incompatibilities
    
    * yarn.lock
    
    [skip ci]
    
    * Add Safari stack traces
    
    [skip ci]
    
    * Add Safari stack traces for real this time
    
    * Add cra-new
    
    * Redo cra-new
    
    * More test cases
    
    * Create separate file for getLabelFromStackTrace tests
    
    * Add ignored cra-new files
    
    * Add more test cases
    
    * Move cra-new to cra
    
    * Remove broken razzle playground
    
    * Finish test cases
    
    * Parse stack traces
    
    * Cleanup
    
    * Add code examples to test
    
    * Document how to use the old JSX transform
    
    * Fix flow errors
    
    * Remove eslint stuff from Next.js project
    
    * Document Safari stack trace weirdness
    
    * Fix some markdown in a comment
    
    * Update docs & comments on Safari stack traces
    
    * Remove unnecessary code from Next.js playground
    
    * Only call getLabelFromStackTrace if label not already computed
    
    * Add PURE annotation in get-label-by-stack-trace
    
    * Remove "SSR & Safari" docs section
    
    Since we plan to fix this one way or another.
    
    * Add SSR test for classic runtime
    
    * Remove unit tests of getFunctionNameFromStackTraceLine
    
    * Revise changeset wording
    
    * Remove commented console.log
    srmagura authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    57be9e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Add ESLint 8 to the peer dependency range (#2562)

    * feat(eslint-plugin): allow eslint v8
    
    * chore: add changeset
    
    * Update .changeset/serious-pianos-smoke.md
    
    Co-authored-by: Mateusz Burzyński <[email protected]>
    G-Rath and Andarist authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    f046ae4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Version Packages (#2564)

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