Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

chore: adds Emotion's CacheProvider and createCache as exports from Core package #1073

Merged
merged 2 commits into from
Apr 27, 2021

Conversation

rusackas
Copy link
Member

💔 Breaking Changes

🏆 Enhancements
We're now exporting cache features to namespace classes and such. We're also continuing this habit of exporting all things Emotion from Superset-UI Core to avoid multiple instantiated versions in Superset, which causes hard-to-diagnose bugs.

📜 Documentation

🐛 Bug Fix

🏠 Internal

@rusackas rusackas requested a review from a team as a code owner April 26, 2021 23:36
@vercel
Copy link

vercel bot commented Apr 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/superset/superset-ui/7d3Lfzb1i2nB4Fz2s4b24b4oCzdB
✅ Preview: https://superset-ui-git-fork-preset-io-new-emotion-exports-superset.vercel.app

@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #1073 (f775553) into master (7fedff3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1073   +/-   ##
=======================================
  Coverage   27.80%   27.80%           
=======================================
  Files         453      453           
  Lines        9104     9104           
  Branches     1416     1416           
=======================================
  Hits         2531     2531           
  Misses       6381     6381           
  Partials      192      192           
Impacted Files Coverage Δ
packages/superset-ui-core/src/style/index.ts 100.00% <ø> (ø)
...lugin-chart-echarts/src/Timeseries/transformers.ts 56.57% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fedff3...f775553. Read the comment docs.

@@ -32,6 +32,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@emotion/cache": "^11.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, this should work!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants