-
-
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.5
head repository: emotion-js/emotion
compare: emotion@10.0.6
Commits on Dec 14, 2018
-
Link to @emotion/babel-preset-css-prop from the css prop docs. (#1108)
Additionally, add table styles for the docs. <!-- Have you done all of these things? --> **Checklist**: <!-- add "N/A" to the end of each line that's irrelevant to your changes --> <!-- to check an item, place an "x" in the box like so: "- [x] Documentation" --> - [X] Documentation - [n/a] Tests - [n/a] Code complete <!-- feel free to add additional comments -->
Configuration menu - View commit details
-
Copy full SHA for fa88015 - Browse repository at this point
Copy the full SHA fa88015View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfda4df - Browse repository at this point
Copy the full SHA bfda4dfView commit details
Commits on Dec 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 07eafe5 - Browse repository at this point
Copy the full SHA 07eafe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3403143 - Browse repository at this point
Copy the full SHA 3403143View commit details
Commits on Dec 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b966abd - Browse repository at this point
Copy the full SHA b966abdView commit details
Commits on Dec 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c6e7dd4 - Browse repository at this point
Copy the full SHA c6e7dd4View commit details
Commits on Dec 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aba65bc - Browse repository at this point
Copy the full SHA aba65bcView commit details
Commits on Dec 29, 2018
-
* Fix dynamic Global styles with more than one rule crashing when updated * Add test for updating <Global/> with more than 1 rule
Configuration menu - View commit details
-
Copy full SHA for 182c32e - Browse repository at this point
Copy the full SHA 182c32eView commit details -
Update 'In the wild' list (#1143)
We use emotion at [Render](https://render.com) and have been extremely happy with it. https://saldotuc.com does not correspond to a valid domain, so I've replaced it with https://render.com.
Configuration menu - View commit details
-
Copy full SHA for 3229ab8 - Browse repository at this point
Copy the full SHA 3229ab8View commit details
Commits on Dec 30, 2018
-
Flow fix: allow weak type checks in
classnames
(#1146)The function `classnames` checks for truthy and falsy values (`== null`). This avoids a lot of type checking and also is in line with how the original classnames code is typed: https://github.com/JedWatson/classnames/blob/master/index.d.ts#L1
Configuration menu - View commit details
-
Copy full SHA for f31698e - Browse repository at this point
Copy the full SHA f31698eView commit details
Commits on Jan 1, 2019
-
Make the suggested snippet valid Babel config (#1149)
The format for presets is the same as for plugins. Without the square brackets Babel will not understand this configuration.
Configuration menu - View commit details
-
Copy full SHA for 18beaf0 - Browse repository at this point
Copy the full SHA 18beaf0View commit details -
Fix unnecessary css import (#1150)
* Fix unnecessary css import * Add a comment * Remove unnecessary thing
Configuration menu - View commit details
-
Copy full SHA for f4cb5c2 - Browse repository at this point
Copy the full SHA f4cb5c2View commit details
Commits on Jan 3, 2019
-
Get options from options parameter :) (#1128)
* Get options from options parameter :) * Add default object literal fallback * Add Test * Update options-are-used.js.snap
Configuration menu - View commit details
-
Copy full SHA for 49b36eb - Browse repository at this point
Copy the full SHA 49b36ebView commit details -
Skip appending strings (labels & source map) when css call has spread…
… element as argument (#1151)
Configuration menu - View commit details
-
Copy full SHA for 704ea1d - Browse repository at this point
Copy the full SHA 704ea1dView commit details
Commits on Jan 4, 2019
-
Extend functionality of the toHaveStyleRule matcher (#1110)
* Add target functionality for toHaveStyleRule matcher and tests for it * Add media option and test * Refactor code and add tests * Fix IRuleType * Fix flow checks * Fix rules type * Change hover,focus targets and add svg fill in tests * Remove options default values, redundant media regexps comments and IRuleType interface * Add comments for hasClassNames, add types for getMediaRules reduce, left one media regexp for checks * fix hasClassNames func name * Fix types for getMediaRules * Change media regexp and add test for screen media * Add proper regExp for media and add test option * Add specific to media regexp packages to nohoist * Move jest-emotion devDependencies to dependencies * Remove media-regexp check, change and add test
Configuration menu - View commit details
-
Copy full SHA for 7cc5921 - Browse repository at this point
Copy the full SHA 7cc5921View commit details
Commits on Jan 6, 2019
-
- babel-plugin-emotion@10.0.6 - @emotion/babel-preset-css-prop@10.0.6 - @emotion/core@10.0.6 - create-emotion@10.0.6 - @emotion/css@10.0.6 - emotion-server@10.0.6 - emotion-theming@10.0.6 - emotion@10.0.6 - eslint-plugin-emotion@10.0.6 - jest-emotion@10.0.6 - @emotion/native@10.0.6 - @emotion/primitives@10.0.6 - @emotion/styled@10.0.6 - benchmarks@0.8.24 - emotion-site@9.2.12
Configuration menu - View commit details
-
Copy full SHA for ab535a8 - Browse repository at this point
Copy the full SHA ab535a8View commit details
Commits on Jan 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02ff1e2 - Browse repository at this point
Copy the full SHA 02ff1e2View commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 18e0a20 - Browse repository at this point
Copy the full SHA 18e0a20View commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2c674d2 - Browse repository at this point
Copy the full SHA 2c674d2View commit details
Commits on Jan 12, 2019
-
Add docs section about <CacheProvider/> (#1160)
* Add docs section about <CacheProvider/> * Update packages/cache/README.md Co-Authored-By: Andarist <mateuszburzynski@gmail.com> * Apply suggestions from code review Co-Authored-By: Andarist <mateuszburzynski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e58efa - Browse repository at this point
Copy the full SHA 7e58efaView commit details
Commits on Jan 14, 2019
-
Make sure original console.error gets restored in tests when using `i…
…gnoreConsoleErrors` helper (#1175)
Configuration menu - View commit details
-
Copy full SHA for 2971dba - Browse repository at this point
Copy the full SHA 2971dbaView commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58f9e87 - Browse repository at this point
Copy the full SHA 58f9e87View commit details
Commits on Jan 23, 2019
-
Disable ts because it's failing and the fact that it downloads the la…
…test unstable version of ts for checks makes using it really annoying because it'll randomly start failing CI without any changes to it
Configuration menu - View commit details
-
Copy full SHA for 69dc0ab - Browse repository at this point
Copy the full SHA 69dc0abView commit details
Commits on Jan 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a31a343 - Browse repository at this point
Copy the full SHA a31a343View commit details
Commits on Jan 29, 2019
-
forking babel-plugin-jsx-pragmatic (#1183)
* forking babel-plugin-jsx-pragmatic * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 81c9ca7 - Browse repository at this point
Copy the full SHA 81c9ca7View commit details -
Docs updates for SSR and TypeScript in v10 (#1165)
* Docs updates for SSR and TypeScript in v10 * Docs. Update wording.
Configuration menu - View commit details
-
Copy full SHA for 56551b8 - Browse repository at this point
Copy the full SHA 56551b8View commit details
Commits on Jan 30, 2019
-
Updates to the introduction and emotion package documentation. (#1189)
<!-- What changes are being made? (What feature/bug is being fixed here?) --> **What**: Provide better introduction documentation and explicit documentation for the `emotion` package. <!-- Why are these changes necessary? --> **Why**: It needed to be done. It adds clarification to what api's we support. <!-- Have you done all of these things? --> **Checklist**: <!-- add "N/A" to the end of each line that's irrelevant to your changes --> <!-- to check an item, place an "x" in the box like so: "- [x] Documentation" --> - [x] Documentation - [N/A] Tests - [N/A] Code complete <!-- feel free to add additional comments --> Co-authored-by: Mitchell Hamilton <mitchell@hamil.town>
Configuration menu - View commit details
-
Copy full SHA for 714be8f - Browse repository at this point
Copy the full SHA 714be8fView commit details
Commits on Feb 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 204f1a7 - Browse repository at this point
Copy the full SHA 204f1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e52ea4 - Browse repository at this point
Copy the full SHA 2e52ea4View commit details
Commits on Feb 4, 2019
-
- babel-plugin-emotion@10.0.7 - @emotion/babel-plugin-jsx-pragmatic@0.1.0 - @emotion/babel-preset-css-prop@10.0.7 - @emotion/cache@10.0.7 - @emotion/core@10.0.7 - create-emotion@10.0.7 - @emotion/css@10.0.7 - emotion-server@10.0.7 - emotion-theming@10.0.7 - emotion@10.0.7 - eslint-plugin-emotion@10.0.7 - jest-emotion@10.0.7 - @emotion/native@10.0.7 - @emotion/primitives@10.0.7 - @emotion/serialize@0.11.4 - @emotion/styled-base@10.0.7 - @emotion/styled@10.0.7 - benchmarks@0.8.25 - test-utils@0.3.2 - emotion-site@9.2.13
Configuration menu - View commit details
-
Copy full SHA for 493e045 - Browse repository at this point
Copy the full SHA 493e045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215dfe1 - Browse repository at this point
Copy the full SHA 215dfe1View commit details
Commits on Feb 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 554a29d - Browse repository at this point
Copy the full SHA 554a29dView commit details
Commits on Feb 14, 2019
-
* Site Redesign * Fix pages with large code examples makes the page horizontally scrollable in firefox and playground thing * Use color from file * Site Redesign work * Fix HR, links, and code typography styles * Thin out HR tag * gap spacing * typography adjustments * adjust node version * adjust node version * skip bundle analyzer on netlify builds * Get site working again and prepare for mobile work * remove unused code * use node 10 * Remove header just to see if it works * New strategy * mobile work * Push latest * Max width * clean up codebase * more cleanup * Fix flow errors * Fix lint errors
Configuration menu - View commit details
-
Copy full SHA for 0862810 - Browse repository at this point
Copy the full SHA 0862810View commit details -
Fix code block alignments (#1230)
**What**: <img width="342" alt="code" src="https://user-images.githubusercontent.com/662750/52768671-5c11c800-2feb-11e9-9fb5-392996d92bc9.png">
Configuration menu - View commit details
-
Copy full SHA for 25beecc - Browse repository at this point
Copy the full SHA 25beeccView commit details
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a0d6a93 - Browse repository at this point
Copy the full SHA a0d6a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bff583 - Browse repository at this point
Copy the full SHA 1bff583View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7dfb87 - Browse repository at this point
Copy the full SHA a7dfb87View commit details
Commits on Feb 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d3a34b3 - Browse repository at this point
Copy the full SHA d3a34b3View commit details
Commits on Feb 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 27079e1 - Browse repository at this point
Copy the full SHA 27079e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0dbe3 - Browse repository at this point
Copy the full SHA 3d0dbe3View commit details -
* Upgrade to jest 24 * Maybe fix tests * Maybe fix again * Try another fix
Configuration menu - View commit details
-
Copy full SHA for 0a81cb9 - Browse repository at this point
Copy the full SHA 0a81cb9View commit details
Commits on Feb 25, 2019
-
Add labels for function declarations (#1240)
* Add labels for function declarations * Change behaviour * Add more tests
Configuration menu - View commit details
-
Copy full SHA for 7ecf3ae - Browse repository at this point
Copy the full SHA 7ecf3aeView commit details
Commits on Feb 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 971fa7c - Browse repository at this point
Copy the full SHA 971fa7cView commit details
Commits on Feb 28, 2019
-
chore(package): Bump hoist-non-react-statics major (#1247)
Bump was major because of dropped `react@0.13` support which was reintroduced in hoist-non-react-statics@3.2. h oist-non-react-statics@2.x does not support forwardRef.
Configuration menu - View commit details
-
Copy full SHA for edd5bde - Browse repository at this point
Copy the full SHA edd5bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d915dd - Browse repository at this point
Copy the full SHA 9d915ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1360a - Browse repository at this point
Copy the full SHA 9a1360aView commit details
Commits on Mar 11, 2019
-
adds enzyme mount snapshot test using css from @emotion/core (#1256)
* adds enzyme mount snapshot test using css from @emotion/core * adds jsx pragma to test * Skip printing css prop internal component * updates more test files to use @emotion/core * adds @emotion/core as a dev dep of jest-emotion * removes test for shallow rendering * updates printer tests to use react dom * removed unneeded usage of ClassName
Configuration menu - View commit details
-
Copy full SHA for 014cc50 - Browse repository at this point
Copy the full SHA 014cc50View commit details -
- babel-plugin-emotion@10.0.8 - @emotion/babel-plugin-jsx-pragmatic@0.1.1 - @emotion/babel-preset-css-prop@10.0.8 - @emotion/cache@10.0.8 - @emotion/core@10.0.8 - create-emotion@10.0.8 - @emotion/css@10.0.8 - emotion-server@10.0.8 - emotion-theming@10.0.8 - emotion@10.0.8 - jest-emotion@10.0.8 - @emotion/native@10.0.8 - @emotion/primitives@10.0.8 - @emotion/serialize@0.11.5 - @emotion/styled-base@10.0.8 - @emotion/styled@10.0.8 - babel-preset-emotion-dev@9.2.6 - benchmarks@0.8.26 - emotion-site@9.2.14
Configuration menu - View commit details
-
Copy full SHA for 1588cc8 - Browse repository at this point
Copy the full SHA 1588cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c0cf5a - Browse repository at this point
Copy the full SHA 4c0cf5aView commit details -
- babel-plugin-emotion@10.0.9 - @emotion/babel-plugin-jsx-pragmatic@0.1.2 - @emotion/babel-preset-css-prop@10.0.9 - @emotion/cache@10.0.9 - @emotion/core@10.0.9 - create-emotion@10.0.9 - @emotion/css@10.0.9 - emotion-server@10.0.9 - emotion-theming@10.0.9 - emotion@10.0.9 - jest-emotion@10.0.9 - @emotion/native@10.0.9 - @emotion/primitives@10.0.9 - @emotion/serialize@0.11.6 - @emotion/styled-base@10.0.9 - @emotion/styled@10.0.9 - benchmarks@0.8.27
Configuration menu - View commit details
-
Copy full SHA for 41f7ba1 - Browse repository at this point
Copy the full SHA 41f7ba1View commit details
There are no files selected for viewing
This file was deleted.