-
-
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.17
head repository: emotion-js/emotion
compare: emotion@10.0.23
Commits on Sep 6, 2019
-
Fix typo in TOC - insertGlobal -> injectGlobal
insertGlobal => injectGlobal
Configuration menu - View commit details
-
Copy full SHA for ddfbbc2 - Browse repository at this point
Copy the full SHA ddfbbc2View commit details
Commits on Sep 10, 2019
-
Replace bolt-check with manypkg (#1494)
* Use manypkg and remove some unused packages * Fix things * Update manypkg
Configuration menu - View commit details
-
Copy full SHA for c9f3bc4 - Browse repository at this point
Copy the full SHA c9f3bc4View commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1b38550 - Browse repository at this point
Copy the full SHA 1b38550View commit details -
Add useTheme hook for emotion-theming (#1499)
* Add useTheme hook for emotion-theming * Add changeset * Small fixes to imports and docs * Update theming.mdx
Configuration menu - View commit details
-
Copy full SHA for bfb4005 - Browse repository at this point
Copy the full SHA bfb4005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4134ae2 - Browse repository at this point
Copy the full SHA 4134ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b37bb - Browse repository at this point
Copy the full SHA 95b37bbView commit details
Commits on Sep 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c81c003 - Browse repository at this point
Copy the full SHA c81c003View commit details
Commits on Sep 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ffc7c58 - Browse repository at this point
Copy the full SHA ffc7c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b9a7f - Browse repository at this point
Copy the full SHA a8b9a7fView commit details
Commits on Sep 26, 2019
-
add Global to migration docs, fix some formatting (#1519)
* add Global to migration docs, fix some formatting * remove extra jsx line at the bottom of css-prop.mdx
Configuration menu - View commit details
-
Copy full SHA for a835b89 - Browse repository at this point
Copy the full SHA a835b89View commit details
Commits on Oct 1, 2019
-
babel-plugin-emotion: Fix
autoLabel
crash oncss
used in expressi……on assigned to an object pattern (#1526) * Add failing test * babel-plugin-emotion: Fix `autoLabel` crash on `css` used in expression assigned to an object pattern Ensure that the variable declarator's id is an identifier before using its name as the label. * Update snapshot * Add a changeset
Configuration menu - View commit details
-
Copy full SHA for 1b3791d - Browse repository at this point
Copy the full SHA 1b3791dView commit details
Commits on Oct 2, 2019
-
Move registeredStyles declaration to the point where its first elemen…
…t can be put directly in the declaration (#1528)
Configuration menu - View commit details
-
Copy full SHA for 2a4dcb1 - Browse repository at this point
Copy the full SHA 2a4dcb1View commit details -
Fix class not being applied when putting nil as css prop value on wra…
…pper component (#1530)
Configuration menu - View commit details
-
Copy full SHA for 38bb2b1 - Browse repository at this point
Copy the full SHA 38bb2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eabb460 - Browse repository at this point
Copy the full SHA eabb460View commit details
Commits on Oct 4, 2019
-
Add Gatsby SSR custom cache example (#1535)
* Update Gatsby SSR docs * Update implementation
Configuration menu - View commit details
-
Copy full SHA for 22dd709 - Browse repository at this point
Copy the full SHA 22dd709View commit details -
TypeScript, not Typescript...! (#1511)
The official name of the language is 'TypeScript', not 'Typescript'.
Configuration menu - View commit details
-
Copy full SHA for 8ccf8f6 - Browse repository at this point
Copy the full SHA 8ccf8f6View commit details -
Fixed broken link
.md
-.mdx
(#1492)Co-authored-by: Kye Hohenberger <662750+tkh44@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96f84cb - Browse repository at this point
Copy the full SHA 96f84cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f0692 - Browse repository at this point
Copy the full SHA 85f0692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff02c3 - Browse repository at this point
Copy the full SHA 3ff02c3View commit details
Commits on Oct 5, 2019
-
Limit scope of <Global /> example (#1536)
* Limit scope of <Global /> example * Update per comments * Update globals.mdx
Configuration menu - View commit details
-
Copy full SHA for 15002ea - Browse repository at this point
Copy the full SHA 15002eaView commit details -
Add missing /* #__PURE__ */ annotation to creation of EmotionCssPropI…
…nternal (#1537) * Add missing /* #__PURE__ */ annotation to creation of EmotionCssPropInternal * Update changes.md
Configuration menu - View commit details
-
Copy full SHA for 7855db4 - Browse repository at this point
Copy the full SHA 7855db4View commit details -
Push source maps & labels to cooked/raw arrays in TS-transpiled tagge…
…d template expressions (#1538)
Configuration menu - View commit details
-
Copy full SHA for 0eafebb - Browse repository at this point
Copy the full SHA 0eafebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a07f8a7 - Browse repository at this point
Copy the full SHA a07f8a7View commit details
Commits on Oct 11, 2019
-
Accept objects as
className
in styled components (they are stringif……ied) to match React behavior * Accept objects as className in styled components * PR feedback - change to else if * PR Feedback - change condition * PR feedback - fix other test * Update .changeset/afraid-dolls-speak.md Co-Authored-By: Mateusz Burzyński <mateuszburzynski@gmail.com> * Update .changeset/afraid-dolls-speak.md Co-Authored-By: Mateusz Burzyński <mateuszburzynski@gmail.com> * Update .changeset/afraid-dolls-speak.md Co-Authored-By: Mateusz Burzyński <mateuszburzynski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c3f0bc1 - Browse repository at this point
Copy the full SHA c3f0bc1View commit details
Commits on Oct 21, 2019
-
Prepend appended label string with semicolon to avoid problems with d…
…eclaration blocks without a final semicolon (#1554)
Configuration menu - View commit details
-
Copy full SHA for 1bb3efe - Browse repository at this point
Copy the full SHA 1bb3efeView commit details -
Accept objects as
className
in jsx-created components (they are str……ingified) to match React behavior (#1548)
Configuration menu - View commit details
-
Copy full SHA for 2fc75f2 - Browse repository at this point
Copy the full SHA 2fc75f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1021195 - Browse repository at this point
Copy the full SHA 1021195View commit details -
Configuration menu - View commit details
-
Copy full SHA for e766e29 - Browse repository at this point
Copy the full SHA e766e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96eff9d - Browse repository at this point
Copy the full SHA 96eff9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c68648d - Browse repository at this point
Copy the full SHA c68648dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ad27c - Browse repository at this point
Copy the full SHA 52ad27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd54e23 - Browse repository at this point
Copy the full SHA dd54e23View commit details
Commits on Oct 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4fc5657 - Browse repository at this point
Copy the full SHA 4fc5657View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfab765 - Browse repository at this point
Copy the full SHA dfab765View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae90f00 - Browse repository at this point
Copy the full SHA ae90f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf40cf - Browse repository at this point
Copy the full SHA bcf40cfView commit details
Commits on Oct 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 11bea3a - Browse repository at this point
Copy the full SHA 11bea3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a767e - Browse repository at this point
Copy the full SHA 57a767eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5bd9f - Browse repository at this point
Copy the full SHA ce5bd9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a43a2 - Browse repository at this point
Copy the full SHA 95a43a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3faff18 - Browse repository at this point
Copy the full SHA 3faff18View commit details
Commits on Oct 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3b7e2f2 - Browse repository at this point
Copy the full SHA 3b7e2f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff27de - Browse repository at this point
Copy the full SHA 9ff27deView commit details
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3927293 - Browse repository at this point
Copy the full SHA 3927293View commit details
Commits on Oct 26, 2019
-
Fix babel plugin crashing when called programmatically without provid…
…ing a filename (#1574)
Configuration menu - View commit details
-
Copy full SHA for b3a0f14 - Browse repository at this point
Copy the full SHA b3a0f14View commit details
Commits on Oct 27, 2019
-
Insert import to @emotion/core after existing imports to avoid orderi…
…ng issues with polyfills (#1576)
Configuration menu - View commit details
-
Copy full SHA for 539bc0c - Browse repository at this point
Copy the full SHA 539bc0cView commit details -
Fixed styled Flow types (#1570)
* fix: refactor styled-base Flow types to work again * fix: improve Styled type to accept optional props type * fix: make styled package return proper types * fix: missing flow header * test: test untyped styled component * chore: fix site types * docs: comment typo
Configuration menu - View commit details
-
Copy full SHA for 9767309 - Browse repository at this point
Copy the full SHA 9767309View commit details
Commits on Oct 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1ae9489 - Browse repository at this point
Copy the full SHA 1ae9489View commit details -
add "on" amp html property to whitelist (#1584)
* add "on" amp html property to whitelist fixes styled-components/styled-components#2689 * add changeset
Configuration menu - View commit details
-
Copy full SHA for 6cdb569 - Browse repository at this point
Copy the full SHA 6cdb569View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55f3d4 - Browse repository at this point
Copy the full SHA a55f3d4View commit details
There are no files selected for viewing
This file was deleted.