rebassjs / rebass

:atom_symbol: React primitive UI components built with styled-system.
https://rebassjs.org
MIT License
7.94k stars 656 forks source link

feat(emotion): bump emotion to 11 + remove emotion-theming #1051

Open Flavien-Pensato opened 3 years ago

Flavien-Pensato commented 3 years ago

Bump to Emotion 11 !

Resolve our trouble using import { ThemeProvider } from @emotion/react.

stramel commented 3 years ago

Would love to see this get bumped soon 👍

stramel commented 3 years ago

@jxnblk Anything we can do to get this merged?

Flavien-Pensato commented 3 years ago

I suggest everyone using rebass to switch for theme-ui.

Maybe some update in styled-system could help like removing link to rebass.

gyorgygutai commented 3 years ago

@jxnblk Anything we can do to get this merged?

Yes please

Serhii-the-Dev commented 3 years ago

Is there something blocking this PR from being merged? We have a chain of dependencies blocking us from Next.js version bump. Please, let me know if I could help with merge of the PR and further release of Rebass update...it's been a while since the last one 😄

alexfoxy commented 3 years ago

Love to see this merged... a blocker for me!

ghost commented 3 years ago

Please, add 👍

pawelw commented 3 years ago

I was able to temporary get around it by forcing @emotion/styled and @emotion/core packages version like this:

myapp/package.json

  "resolutions": {
    "@emotion/core": "^11.0.0",
    "@emotion/styled": "^11.0.0"
  }

and then yarn install

voodee commented 3 years ago

Why doesn't the task merged? How can I help?

stramel commented 3 years ago

Will be removing this from the dependency tree on Docz due to lack of response and activity here.

patricksimonian commented 3 years ago

any traction on this?

vedran-laplacian commented 3 years ago

Any info on when could this be merged and released?

RamZallan commented 3 years ago

Also hoping this gets merged!

bradlocking commented 3 years ago

Blocking migration to Emotion v11, super keen to see this launch

mindreframer commented 3 years ago

ping

IrakliJani commented 3 years ago

🙏🏻 this gets merged

gamb commented 3 years ago

Hoping to move this along. Please see this thread: https://github.com/rebassjs/rebass/issues/1083

patibugaj commented 3 years ago

🙏 🙏 🙏

patricksimonian commented 2 years ago

no traction for over half a year. Perhaps you could open this package up to other maintainers?

softmarshmallow commented 2 years ago

@jxnblk Please merge this and publish the official version to npm.