-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
* 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`
Signed-off-by: Oleksandr Fediashov <[email protected]>
@@ -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`} |
There was a problem hiding this comment.
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]>
…React into chore/update-sui
Signed-off-by: Oleksandr Fediashov <[email protected]>
94021a2
to
ed4c8e3
Compare
Signed-off-by: Oleksandr Fediashov <[email protected]>
Released in |
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. |
Fixes #3135.
Placeholder
component (feat(Placeholder): add component #3172)placeholder
toSegment
(feat(Segment): addplaceholder
#3182)clearable
to Dropdown (feat(Dropdown): addclearable
prop #3188)uk
alias toname
inFlag