Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package): update to SUI 2.4.0 #3162

Merged
merged 12 commits into from
Oct 2, 2018
Merged

chore(package): update to SUI 2.4.0 #3162

merged 12 commits into from
Oct 2, 2018

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Sep 17, 2018

Fixes #3135.


@codecov-io
Copy link

codecov-io commented Sep 24, 2018

Codecov Report

Merging #3162 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3162      +/-   ##
==========================================
+ Coverage   99.92%   99.92%   +<.01%     
==========================================
  Files         163      169       +6     
  Lines        2746     2801      +55     
==========================================
+ Hits         2744     2799      +55     
  Misses          2        2
Impacted Files Coverage Δ
src/elements/Flag/Flag.js 100% <ø> (ø) ⬆️
src/elements/Segment/Segment.js 100% <100%> (ø) ⬆️
src/elements/Placeholder/PlaceholderParagraph.js 100% <100%> (ø)
src/elements/Placeholder/PlaceholderLine.js 100% <100%> (ø)
src/modules/Dropdown/Dropdown.js 99.76% <100%> (ø) ⬆️
src/elements/Placeholder/PlaceholderHeader.js 100% <100%> (ø)
src/elements/Placeholder/PlaceholderImage.js 100% <100%> (ø)
src/elements/Segment/SegmentInline.js 100% <100%> (ø)
src/elements/Placeholder/Placeholder.js 100% <100%> (ø)
... and 5 more

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 119766c...03cb520. Read the comment docs.

layershifter and others added 3 commits September 24, 2018 18:09
* feat(Placeholder): add component
Signed-off-by: Oleksandr Fediashov <[email protected]>
…to chore/update-sui

# Conflicts:
#	docs/src/components/Document.js
feat(Segment): add `placeholder`
layershifter and others added 2 commits October 2, 2018 12:20
feat(Dropdown): add `clearable` prop
@layershifter layershifter changed the title [WIP] chore(package): update to SUI 2.4.0 chore(package): update to SUI 2.4.0 Oct 2, 2018
@@ -13,7 +13,7 @@ const Document = ({ Body, children, Head, Html, siteData: { dev, versions } }) =
<link rel='stylesheet' href='/style.css' />
<link
rel='stylesheet'
href={`https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/${versions.sui}/semantic.min.css`}
href={`https://cdn.jsdelivr.net/npm/semantic-ui-css@${versions.sui}/semantic.min.css`}
Copy link
Member Author

Choose a reason for hiding this comment

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

CDNJS doesn't contain the latest version, cdnjs/cdnjs#12953

Signed-off-by: Oleksandr Fediashov <[email protected]>
@layershifter layershifter merged commit 3ceee24 into master Oct 2, 2018
@layershifter layershifter deleted the chore/update-sui branch October 2, 2018 10:10
@levithomason
Copy link
Member

Released in [email protected].

@zjw199011
Copy link

Hi there, I updated packages "semantic-ui-css": "^2.4.0" and "semantic-ui-react": "^0.83.0". When I using the IE, the top left corner of the modal is the center of the page.

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

Successfully merging this pull request may close these issues.

4 participants