feat(Dimmer): update SUI to 2.3, add verticalAlign#2656
Merged
layershifter merged 1 commit intonextfrom Mar 18, 2018
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## next #2656 +/- ##
=======================================
Coverage ? 99.67%
=======================================
Files ? 161
Lines ? 2762
Branches ? 0
=======================================
Hits ? 2753
Misses ? 9
Partials ? 0
Continue to review full report at Codecov.
|
4 tasks
levithomason
pushed a commit
that referenced
this pull request
May 31, 2018
* chore(package): update SUI to 2.3 * feat(Dimmer): update SUI to 2.3, add verticalAlign (#2656) * feat(Transition): update SUI to 2.3, add `zoom` and `glow` (#2658) * feat(Icon): update SUI to 2.3 (#2665) * breaking(Modal): Fix vertical position with SUI 2.3 (#2690) * Update SUI css to 2.3.1 * Disable negative top margin calc * Add the ability to apply inline styles to Portal * Top Aligned modal example * Make sure we are not overriding the top margin inline * type defs updated for Portal * Type update for Modal * Refactor to use setProperty instead of string for important * Remove inline-style lib to handle string differently * chore(gulp): remove task with icons * feat(Icon): regenerate icons * docs(Usage): add warning about SUIR versions * docs(README): remove note * fix lint error * fix(iconSearch): dedupe merged name sets
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.
Refs #2550.
This PR is a part of upgrade to SUI 2.3.
What is does?
verticalAlignprop, see SUI examplesDimmer's content rendering to the newDimmerInnercomponent; it's needed because dimmers now needdisplay: flex !important;to be visible correctly, apagedimmer too