Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/emotion-js/emotion

👩‍🎤 CSS-in-JS library designed for high performance style composition
https://github.com/emotion-js/emotion

Version Packages (#2128)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

90bc7c1279c69fe481e3552a08404503ffa55a0e authored about 4 years ago
Add `displayName`s to `Global` and `ClassNames` components (#2132)

* add displayName for Global component

* add displayName to ClassNames

* add displayName t...

3f8bf70e995267ace1e04b6a97df35ae23902fed authored about 4 years ago
Fixes gatsby plugin to avoid duplicated styles

0d47e57d143f96efd2846a1cac9e8bb29c0650fb authored about 4 years ago
Do not log failed rule insertions in the speedy mode for vendor-prefixed pseudo-elements/classes (#2149)

Co-authored-by: Mitchell Hamilton <[email protected]>

5469d0034d055a34587e9d05332f6da4d4722b1c authored about 4 years ago
Tweak TS doc regarding css prop support (#2151)

97e5110ea35b8864993d50cd283eda4810f2f449 authored about 4 years ago
Fixed `@emotion/css` mention in the TS doc page

c521db93e12b02222509341a13c521a9e993fed4 authored about 4 years ago
Fixed an issue with template strings minifier crashing on two consecutive interpolations without any meaningful string in between them (#2147)

* Ensure that node exists when replacing placeholders with expressions

* Add regression test
...

de378ab8693c74be5714c6c12ccc191ed2d7ac1a authored about 4 years ago
Fixed an issue with prototype properties not being correctly handled by the memoize package (#2141)

Test case (invalid results):
```js
> require('@emotion/memoize').default(x => x)('toString')
...

ee6a673f74e934bf738d5346ddfc7982caa23827 authored about 4 years ago
Fixed a broken anchor link to the react package (#2146)

97098c7189f453da07eb3ce2ca421ff7546e519c authored about 4 years ago
Fixed an issue with `css` prop type not being added to all components that accept a string `className` correctly (#2140)

* Invert `extends` in WithConditionalCSSProp

* Add tests to WithConditionalCSSProp type

* ...

e58435308d880a69c6ccfde15d745e6c95d3c333 authored about 4 years ago
Fixed a broken anchor link to the styled package (#2145)

f43aadf4844a8f6608f21e772b795c175d382d07 authored about 4 years ago
Improved label extraction from the stack traces to handle components with numbers in their names (#2122)

* fix emotion label not being applied to components with numbers in name

* add changeset

*...

1ee34005a5e02c9041b36f73395700f1965388eb authored about 4 years ago
Fixed the description of the `prepend` option in the README (#2125)

3b41e949c6b2fcfd369374952a01fc41c77fc548 authored about 4 years ago
Remove some unnecessary characters from the docs that were breaking Markdown (#2115)

f3960b48223dcd23a96f0a8edbbed75a28ad4623 authored about 4 years ago
Version Packages (#2113)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

6b02fd046993a4867395d82576b85e6c22db947b authored about 4 years ago
Add `"sideEffects": false` to all internal `package.json` files in `@emotion/react` (#2112)

fdd46bdf71f6a0aa9c8401ca91b38d48849cece5 authored about 4 years ago
Remove removed packages from the Changesets config

781173f52a5f52ebaf84fec25bf30bce892a7b2d authored about 4 years ago
Remove removed-packages (#2093)

ec39e8069d584d3e875b08585db02330f5682f06 authored about 4 years ago
Version Packages (#2107)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

b4e916eb4812cb0988b9847993eb747cbf89255d authored about 4 years ago
`createEnzymeSerializer` export has been removed from the root entrypoint and moved to dedicated `@emotion/jest/enzyme` (#2109)

c470c8556a05e3af83b067c51cdd29f8655f7dbf authored about 4 years ago
Fixed link to options of @emotion/cache package on the CacheProvider page (#2108)

d1ae87e0f2c40366297d6b9365e8fd91b35e6b97 authored about 4 years ago
Improved tree-shakeability of the `@emotion/react` package (#2101)

Co-authored-by: Mitchell Hamilton <[email protected]>

0e465d1c46619409f8f9a5123451243dd3b31e9b authored about 4 years ago
Add note about cache per request being preferred when working with `extractCritical` (#2098)

6b4b2a0838d0bf34dccda24062dd60a7e7f8922e authored about 4 years ago
Fixed size badges in the README (#2099)

5da0dab42b227a885399dec8eaa6290de8bb3d03 authored about 4 years ago
Fixed incorrect package.json#repository in some packages

f4b9dc6ea6863e499586a61b9fd64f2c2cdf4092 authored about 4 years ago
Merge pull request #1600 from emotion-js/next

v11

fa977675e1df05f210005ccd3461d6cdaf941b42 authored about 4 years ago
Version Packages (#2046)

* Version Packages

* Reorder changelog entries

Co-authored-by: github-actions[bot] <github...

b99c44ccd7dc384d68446cd50ac7561f42023bb2 authored about 4 years ago
Emotion 11 post (#2089)

* Emotion 11 post

* Apply suggestions from code review

* Update docs/emotion-11.mdx

* F...

4e1c94c9a7bb403e479aec60660ebe2ab1c94b27 authored about 4 years ago
Update README.md

5b7f4b52b4a95d416fa56801d3efd6a3f7021eb0 authored about 4 years ago
Remove unnecessary changesets and fixup old changelogs entries

e6e209c35e438817c14ecb1c5cf1f6b5e026a101 authored about 4 years ago
Fixed `@emotion/server/create-instance` entrypoint configuration

27b235731df07f26d3779270eadc4ff01411638c authored about 4 years ago
Use `StyleSheet.create` in React Native (#2060)

* Use `StyleSheet.create` in React Native

* Flatten the styles before passing them to `StyleS...

139ea336c7f49a3246813238e388e164b80de4da authored about 4 years ago
Remove unnecessary changeset

20d22491fa43aefc9ca3d6b981be0641828efed7 authored about 4 years ago
Exit pre mode

3c3bc414fc6337f5de4cfea823dec4935c384c2f authored about 4 years ago
Add changeset about UMD filenames being renamed

a293f907162192f50cfc9268482d043a7cbd986c authored about 4 years ago
Preconstruct upgrade (#2088)

* Use experimental entrypoints in preconstruct

* Use newDistFilenames in preconstruct

cf56694d54d0b2bd6208f561d8ce829da4918952 authored about 4 years ago
Merge branch 'master' into next

# Conflicts:
# packages/babel-preset-css-prop/CHANGELOG.md
# packages/babel-preset-css-prop/pack...

db32e5ac3d2678945871981a8a7827b80aae3504 authored about 4 years ago
Version Packages (#2085)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

cd86ef5e2ea43d83ebe76f0f1ddb544c034d4e8f authored about 4 years ago
Only use `'@babel/plugin-transform-react-jsx-development'` based on the `development` option when `runtime` is set to `"automatic"` (#2084)

32c8528a63153acd05f3da1d627d8617758e8033 authored about 4 years ago
Make `cssPropOptimization`'s default always `true` (regardless of the `@emotion/react` import presence) (#2080)

b7d21373d967d0f958dd59aaaa650047e23e8e8b authored about 4 years ago
Fixed an issue with dev-only labels not being added when source maps were disabled (#2081)

688586d178f092f2b724dfed74df1c621adc6558 authored about 4 years ago
Export JSX namespace from automatic runtime entries (#2078)

74ec0128018cd218c9a1118aad13f091b0ae962f authored about 4 years ago
Remove the `runtime` option from `@emotion/babel-preset-css-prop` (#2076)

* Remove `runtime` option from `@emotion/babel-preset-css-prop`

* Update .changeset/weak-pear...

9e3671c466975fb31cd45431e25cb60ffb677a70 authored about 4 years ago
Merge branch 'master' into next

# Conflicts:
# docs/css-prop.mdx
# packages/babel-plugin/README.md

30ddee12efb178073769337d7154b356dbf0e7cc authored about 4 years ago
Use cssPropOptimization flag in automatic runtimes examples and add more info regarding its default to the plugin's README

e67a57b14c7fc69932fb693a8762539d14b06291 authored about 4 years ago
Fixed the example showcasing how to use `next/babel` with automatic runtimes

0d5b80cb011b90285427a5853ace44aa241690a5 authored about 4 years ago
Fix flow error

0d3420034561908776024b2e3a3bfc5907804350 authored about 4 years ago
Merge branch 'master' into next

# Conflicts:
# .circleci/config.yml
# babel.config.js
# docs/css-prop.mdx
# package.json
# packa...

d627db47a2dcba5e7d3d656e5238df6951464f15 authored about 4 years ago
Version Packages (#2075)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

4ce6a7c2c832e5c19bedb64fdc61bd7516410251 authored about 4 years ago
Deprecate `runtime` option in @emotion/babel-preset-css-prop (#2074)

c55fadb4c90f86e3c7837b4b3a5902f0e90a4f19 authored about 4 years ago
Add support for the `as` prop in React Native related packages (#2058)

* Add support for the `as` prop in React Native related packages

* Do not forward the `as` pr...

2d5978579f758163663c1bfb40e7d76bc24ae26a authored about 4 years ago
Upgrade chalk and escape-string-regexp (#2044)

* Upgrade chalk and escape-string-regexp

jest uses the new version of chalk without escape-st...

f02507ce7dd0d9ad6e71728ddd9e43e309f30896 authored about 4 years ago
Remove patch for @changesets/cli

082e970b3345033d1707f7406b69a5d63f1517b2 authored about 4 years ago
Version Packages (#2067)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

9d7e25ae33133454d240b6616c80dd5bb1529a6d authored about 4 years ago
Fixed an issue with React giving warning about static children not having unique keys when using classic `jsx` factory (#2066)

fe30cbd60b131bd7017d574cc25215dcd04d1f46 authored about 4 years ago
Version Packages (#2062)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0abe324862b733d27a4b47833527fed6bc4e209d authored about 4 years ago
Fix a link to the blog post about the new JSX runtimes in a changeset file

04b1dda19376cce6d0990ccac2b9957abd2ca132 authored about 4 years ago
Add docs about new JSX factories (#2063)

* Update @emotion/babel-preset-css-prop README to include info about automatic runtime

* Expl...

6a64cadfb336c30a7ccd73532e781efba84cfe09 authored about 4 years ago
Added new JSX entry points for the automatic runtime (#1970)

* re-export react jsx-runtime to test project config

* minimal react playground app

* demo...

71514b06fe172517168f98321499f05e74388de6 authored over 4 years ago
Upgrade Changesets CLI (#2061)

* Upgrade Changesets CLI

* Apply suggestions from code review

Co-authored-by: Mitchell Ham...

37e932008a416033628554bcdaad5aa1bf73e018 authored over 4 years ago
Delete --support-question.md

c29ceb7aa5f5aaba65cc3db03c8596509da66510 authored over 4 years ago
Create config.yml

9690ced6d7ce4e5c32d1aeacdea91767de44b934 authored over 4 years ago
Remove missing key error from production environments (#2042)

6e157aa198ac32d326d1aa1a921f459d880a8428 authored over 4 years ago
`@types/jest` has been moved from the dependencies to the optional peer dependencies (#2043)

3abcf673d6d2ea8d802602dde1d5af33af75ac4c authored over 4 years ago
Downgrade Preconstruct to 1.1.29

5a73355ef3bf982bdbf01fa166c3bb5ee33f30a3 authored over 4 years ago
Upgrade Preconstruct

3b2983917e68468153e54f4aeb802224c22a43d0 authored over 4 years ago
Version Packages (rc) (#2031)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

ff4ee9d1623c2ad15a6ce9fa7a81ee8809683dad authored over 4 years ago
Allow ESLint 7 as peer dep of @emotion/eslint-plugin (#2034)

58e8c110a6d307ef89513015476d6c50d19e77b1 authored over 4 years ago
Adds translate to the list of the valid props (#1971)

* adds translate to the list of valid props

* Add changeset about translate being added to th...

69446cb5bfb644beb877a1edb00ee46c014636d5 authored over 4 years ago
Use caret dependency ranges when possible (#2032)

a42590257ef68a3e0c51bb33417d9fdccffbce41 authored over 4 years ago
Upgrade testing related deps (#2033)

* Upgrade testing related deps

* Update snapshots

a775ddc7f9a97351ad83e2b05884f2cd4c31687f authored over 4 years ago
Prepare first RC release (#2030)

9c4ebc160471097c5d04fb92dba3ed0df870bb63 authored over 4 years ago
Cleanup some changesets that were only relevant during premode

6ad4cb011adfacd98f0f3cc12de4322a1533eebb authored over 4 years ago
Version Packages (next) (#2029)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

3b460daf82bb8a807c5ca8eaa769645bf78d6297 authored over 4 years ago
Fixed an issue with multiple Emotion caches moving SSRed styles to head at their initialization times (#2028)

42df3f3bc01526eed61cedba106d86b9e3807f9d authored over 4 years ago
Fixed an issue with serializing Enzyme's `ReactWrapper` (what is returned from `mount`) with props containing elements without the css prop (#2027)

5d094b57b78f792b42f72ca84384002bc1c61b95 authored over 4 years ago
Partial changesets cleanup (#2016)

d55556ec2f3bbaf8ed8b3b3574069d93a3c83334 authored over 4 years ago
Version Packages (next) (#2018)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0c4c0519188e098ce3711bef6d855041ff90a3dc authored over 4 years ago
Disallow functions as value of style prop in libs related to React Native (#2014)

* Disallow functions as value of style prop in libs related to React Native

* Fixed manypkg e...

95ea2839890629748894b3942d26f608f203d3f9 authored over 4 years ago
Upgrade stylis dependency ranges

d949a37b3d5bc14af8147af0564c37d565f6c6ad authored over 4 years ago
Fixed an issue with rules nested in orphaned pseudo selectors not being adjusted correctly (#2015)

19df60b8382814f241f909e1f4cb98fe19e72a4a authored over 4 years ago
Fixed an issue with internal buffer being lost for nested factory calls (#2013)

db16ac358ded4cc04fbd649700716b7cb3b3e40a authored over 4 years ago
Version Packages (next) (#2010)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

1ee8b449b6306d48a65cf000a60dd21488bf4a14 authored over 4 years ago
Trigger re-release of @emotion/serialize package (#2009)

76e3dc4dd3e76423aa5d527b3e66fe3be1722e5a authored over 4 years ago
Upgrade Changesets, Manypkg & Preconstruct

691aedbf5be5b9133192b7d5fccd135773c60272 authored over 4 years ago
Version Packages (next) (#1982)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

83071339356e7ad514bf4c36e9153a54e9fab1f0 authored over 4 years ago
Fixed an issue with wrapped class components not having a type for the `ref` prop (#1996)

23faf9ef76f31064ca642bcb36300d04c6fa65e4 authored over 4 years ago
Fixed an issue with orphaned pseudos having their selector doubled for descendant at-rules (#2003)

dfe98028451a27c5190fa1ba138e51ef3d6d9be1 authored over 4 years ago
Styles are now correctly extracted from the correct cache (`key`-sensitive) on the server (#1998)

a8eb4e75eed26763dc4f82ddd9bb49af4552768b authored over 4 years ago
Insert empty rule in dev (#1997)

* Revert "Insert empty style elements eagerly in dev (#1962)"

This reverts commit dc1a0c5ed78...

39be057b1a0c6b76f2cb7a455cb8bc35fe875ba0 authored over 4 years ago
Fixed TypeScript definition of the `EmotionCache` by replacing the non-existent `stylis` method with `insert` that is available at runtime (#1999)

* Update TypeScript definition of EmotionCache (#1990)

Replaced `stylis` function with `inser...

debaad9ab4bd6c80312092826d9146f3d29c0899 authored over 4 years ago
Fixed an issue with type for as prop not being available for prebound components (#1995)

* Fixed an issue with type for as prop not being available for prebound components

* Tweak TS...

0895f1f3c0f428a2dedc501028068fedf6e6c45e authored over 4 years ago
Custom `shouldForwardProp` is being preserved now when using `.withComponent` (#1668)

* Forward shouldForwardProp through withComponent

- Fixes a bug that prevented `shouldForward...

18c0d5f4fbe59545c335eab2e0a28d414db33a36 authored over 4 years ago
Document caveat with css prop and React.cloneElement (#1985)

8db5c326b7d55304797346f160a05bc23cf4169f authored over 4 years ago
Add Browser Requirements section to the docs (#1979)

24e51090bbe424af39523b3a0ac183ac1cd3c197 authored over 4 years ago
Change the key of a global key (indicating the @emotion/react has been already loaded) to include the major version (#1981)

58b2bbcad63f8ea22389ccdc2a8f6c5064984e82 authored over 4 years ago
Change some changeset bump types and do a few changeset cleanups (#1980)

c510d9d218573994f690b191cc0dd01997e1810a authored over 4 years ago
Version Packages (next) (#1963)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

908a264cf035ab93b89281a5591d2ff37a7a2230 authored over 4 years ago
Fix changeset header, target `@emotion/react` instead of `@emotion/core`

aa5f6c99060d827532c5f3117c4b51b1835360d7 authored over 4 years ago
Merge branch 'master' into next

# Conflicts:
# packages/core/CHANGELOG.md
# packages/core/package.json

aeb15eff0865e6beefb22d2f720576288432a3e1 authored over 4 years ago