-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: emotion-js/emotion
base: emotion@10.0.14
head repository: emotion-js/emotion
compare: emotion@10.0.17
Commits on Jun 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ea56579 - Browse repository at this point
Copy the full SHA ea56579View commit details -
Configuration menu - View commit details
-
Copy full SHA for c257d2a - Browse repository at this point
Copy the full SHA c257d2aView commit details
Commits on Jul 4, 2019
-
Add Option to Keep CSS Comments in babel-plugin-emotion. Fixes #1325 (#β¦
β¦1336) * Add ability to retain CSS comments with specific allowed values in order to support stylis plugins such as those that use cssjanus library, which depend on special css comments. * Simplify comment-checking.
Configuration menu - View commit details
-
Copy full SHA for 284f8fa - Browse repository at this point
Copy the full SHA 284f8faView commit details
Commits on Jul 8, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 8638c41 - Browse repository at this point
Copy the full SHA 8638c41View commit details
Commits on Jul 9, 2019
-
Add explicit react-native and sketch pkg.json entries for @emotion/caβ¦
β¦che package (#1412) * Update @emotion/cache entry for react-native and sketch * Add changeset * Update with preconstruct fix * Fix incorrect entries for sketch * Fix incorrect entries for sketch
Configuration menu - View commit details
-
Copy full SHA for 61e61ed - Browse repository at this point
Copy the full SHA 61e61edView commit details
Commits on Jul 29, 2019
-
* WIP site things * Remove some unused stuff * Progress on using mdx * More progress * More progress * It's working * Fix more things * Try something * Try a thing * Try a thing * More * Try another thing * Try another thing * Try another thing * Try more things * Yarn lock thing * Fix image
Configuration menu - View commit details
-
Copy full SHA for 2ca4d26 - Browse repository at this point
Copy the full SHA 2ca4d26View commit details
Commits on Aug 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4a3b18a - Browse repository at this point
Copy the full SHA 4a3b18aView commit details -
Extract rather than inline styles in Global component when in compat β¦
β¦mode (#1443) * Extract rather than inline styles in Global component when in compat mode * Add a changeset * Update a comment
Configuration menu - View commit details
-
Copy full SHA for 188dc0e - Browse repository at this point
Copy the full SHA 188dc0eView commit details -
Prevent site header from breaking mobile layout (#1413)
The width of the nav links in the site header breaks the layout in viewports narrower than ~520pts. Allow the navigation links to horizontally scroll to prevent the entire site layout from scrolling horizontally.
Configuration menu - View commit details
-
Copy full SHA for e826214 - Browse repository at this point
Copy the full SHA e826214View commit details -
Fix jsx pragma example in migration guide (#1438)
* Fix jsx pragma example in migration guide * Align comments that indicate a transition * Fix and make grammar consistent
Configuration menu - View commit details
-
Copy full SHA for 6d79b0b - Browse repository at this point
Copy the full SHA 6d79b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c90f4 - Browse repository at this point
Copy the full SHA 85c90f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7bcf0 - Browse repository at this point
Copy the full SHA 2a7bcf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e047e0 - Browse repository at this point
Copy the full SHA 5e047e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a671bb - Browse repository at this point
Copy the full SHA 4a671bbView commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 431e76f - Browse repository at this point
Copy the full SHA 431e76fView commit details -
Add
@emotion/core
to the install command, since it's a dependency oβ¦β¦f `@emotion/native`. (#1454)
Configuration menu - View commit details
-
Copy full SHA for 8f04bb3 - Browse repository at this point
Copy the full SHA 8f04bb3View commit details -
docs: update babel-preset-css-prop (#1423)
* docs: update babel-preset-css-prop * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 59b58b9 - Browse repository at this point
Copy the full SHA 59b58b9View commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 866973c - Browse repository at this point
Copy the full SHA 866973cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea9b3a - Browse repository at this point
Copy the full SHA 1ea9b3aView commit details
Commits on Aug 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47262b6 - Browse repository at this point
Copy the full SHA 47262b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5193881 - Browse repository at this point
Copy the full SHA 5193881View commit details
Commits on Aug 23, 2019
-
Add warnings about using illegal escape sequances (#1478)
* Add warnings about using illegal escape sequances * Fix things * Add changesets * sequance -> sequence
Configuration menu - View commit details
-
Copy full SHA for 66cda64 - Browse repository at this point
Copy the full SHA 66cda64View commit details
Commits on Aug 27, 2019
-
Remove react native bundles for core and cache in favour of differentβ¦
β¦ isBrowser detection (#1482)
Configuration menu - View commit details
-
Copy full SHA for 10514a8 - Browse repository at this point
Copy the full SHA 10514a8View commit details
Commits on Aug 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2c443e4 - Browse repository at this point
Copy the full SHA 2c443e4View commit details
Commits on Aug 31, 2019
-
Fix
autoLabel
crash oncss
used as a computed key of an object (#β¦β¦1485) * Guard against undefined key.name * Add a test to reflect the fail case * Add changeset * Better test file name * Add snap files from new tests * Tweak changeset description * Change condition to check if property is computed
Configuration menu - View commit details
-
Copy full SHA for b22b4ca - Browse repository at this point
Copy the full SHA b22b4caView commit details -
jest-emotion: Fix snapshots when using fragments & deep mode (#1477)
* jest-emotion: Fix snapshots when using fragments & deep mode Fixes #1463 * Refactor how enzyme deep serializer is used in tests * Tweak changeset description
Configuration menu - View commit details
-
Copy full SHA for fa5ffa8 - Browse repository at this point
Copy the full SHA fa5ffa8View commit details -
Fix printing speedy styles (#1486)
* Fix printing speedy styles * Suppress flow error
Configuration menu - View commit details
-
Copy full SHA for c8de890 - Browse repository at this point
Copy the full SHA c8de890View commit details -
Fix "Edit this page" link for docs (#1484)
With #1449, the "Edit this page" link at the top of https://emotion.sh/docs/introduction, https://emotion.sh/docs/class-names, etc are now broken as they direct to `.md` instead of `.mdx`. This PR addresses this issue. Line 128 does not seem to need `.mdx` because the `README.md` files in `/packages`'s directories have not been converted to `.mdx`.
Configuration menu - View commit details
-
Copy full SHA for e20cf6a - Browse repository at this point
Copy the full SHA e20cf6aView commit details -
fix: Remove warn when using nth selector with extract critical (#1483)
* fix: Remove warn when using nth selector with extract critical * Added changeset info * Fixed test
Configuration menu - View commit details
-
Copy full SHA for 16ff233 - Browse repository at this point
Copy the full SHA 16ff233View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1acb76 - Browse repository at this point
Copy the full SHA c1acb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for db69d22 - Browse repository at this point
Copy the full SHA db69d22View commit details
There are no files selected for viewing
This file was deleted.