refactor: bump @superset-ui versions #6982
Merged
Merged
Conversation
9e4446f to
6ba96d8
Compare
Codecov Report
@@ Coverage Diff @@
## master #6982 +/- ##
=========================================
+ Coverage 64.38% 64.49% +0.1%
=========================================
Files 421 420 -1
Lines 20574 20508 -66
Branches 2251 2241 -10
=========================================
- Hits 13247 13227 -20
+ Misses 7194 7154 -40
+ Partials 133 127 -6
Continue to review full report at Codecov.
|
khtruong
approved these changes
Mar 6, 2019
williaster
approved these changes
Mar 7, 2019
3 tasks
qfcwell
pushed a commit
to qfcwell/superset
that referenced
this pull request
May 12, 2026
* feat: bump @superset-ui versions * refactor: remove visUtils and use @superset-ui/dimension * refactor: remove dead code * fix: update package lock * fix: lint two files * fix: package lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@superset-uiand@superset-ui-pluginsversions to0.10.x.@superset-ui/dimensionto compute text dimension and remove the localvisUtil.js.wrapSvgTextfunction that is no longer used in the main repo. (It has been moved into the plugins repo)@williaster @xtinec @mistercrunch @khtruong @betodealmeida