chore(deps): update dependency semantic-ui to v2.5.0 #54
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.
This PR contains the following updates:
2.2.12
->2.5.0
Release Notes
Semantic-Org/Semantic-UI (semantic-ui)
v2.5.0
Compare Source
Note
Critical Fix
Breaking Changes
Build
api.addAssets
#6790 Thanks @gimcoExamples
Bug Fixes
right menu
inside aui menu
(See examples/sticky.html) for use-casebound bottom
(fixed to bottom of context) if the sticky element is larger than the contextmin-height
not to be set correctly.v2.4.1
Compare Source
Note
Build
3.5.0
Thanks @sciyoshi #6512gulp-util
toreplace-ext
Thanks @stevelacy #6322Bug Fixes
clearable
dropdown now works with dropdown that arenton:click
, likehover
ormanual
triggers. #6594fullscreen modal
having incorrect left offset with flex modals #6587destroy
very relaxed vertically divided grid
having wrong margins on dividersv2.4.0
Compare Source
New Components
ui placeholder
that can be used to show where content will soon appear.New UI Type
ui placeholder segment
used to reserve space for UI when content is missing or empty.Major Enhancements
clearable
dropdowns. Whenclearable: true
is specified an (X) will appear to clear dropdown selection #2072useFlex
which defaults toauto
. Modals and dimmers will automatically revert to using non-flex layouts when there may be layout issues with using flexbox. Modals will fall back to JS position whendetachable: false
is used or with IE11/Edge (Absolutely positioned elements inside flex containers in IE behave differently).Critical Bugs
scrolling modal
would not allow for scrolling with touch devices. #6449basic label
were appearing incorrectly Thanks @lasley / @ColinFrick #6582 #6440left menu
insideui menu
would display horizontally asflex
#6359Bugs
variation
at runtime, to support run-time swapping betweentop aligned
andmiddle aligned
using.dimmer('setting', 'variation', 'top aligned')
onChange
when used withaction: hide
would be missing the third param$item
#6555uk
alias forunited kingdom
Thanks @PhilipGarnero #6531disk outline icon
alias #6556content
would not take up 100% width when used alongsideimg
oricon
labeled icon menu
#6557@mobileTopAlignedMargin
theming variable was not implementedblurring
after undimming, to prevent issues withposition: fixed
#6520Minor Changes
inline dropdown
close icon
default right margin default spacing slightly modified.v2.3.3
Compare Source
Bug Fixes
cache: false
will now affect default settings forapiSettings
when using a remote endpoint. Previously you would also have to pass inapiSettings: { cache: false}
as welltransition in
andtransition out
used in animations.linkedin in
is nowlinkedin alternate
zoom in
is nowzoom-in
zoom out
is nowzoom-out
sign in
is nowsign-in
sign out
is nowsign-out
log out
is nowlogout
in cart
is nowin-cart
v2.3.2
Compare Source
Enhancements
inverted
andinverted basic
variations forprimary
andsecondary
buttons Thanks @hammy2899 #6242Theming
hover
down
active
andfocus
variables for@invertedPrimaryColor
and@invertedSecondaryColor
Bugs
apiSettings
with a url that returns valid response but with no results when clicking directly on thedropdown icon
. Thanks @vpeti #5231 #5809:last-child
basic label
does not use@basicBackground
variables Thanks @levithomsonwechat icon
not displaying due to typo Thanks @alex-karo #6429v2.3.1
Compare Source
Critical Bugs
2.3.0
that could cause multiselect dropdowns initialized by converting<select>
to not add initial selected options. #6123fullTextSearch: 'exact'
@Thanks @prudho returning duplicate results #6223 #6221centered
andbordered
icons appearing incorrectly with FA5 Thanks @w96k #61922.3.0
Thanks hammy2899 #6181 #6175 #6176 #6174 #6175link icon
were appearing incorrectly due to changes in icons #6180Enhancements
Bugs
onChange
missingtext
from callback when dropdown is set toaction: 'select'
Thanks @martinduparc #4183 #4510@importSolidIcons
,importRegularIcons
and@importBrandIcons
variables Thanks hammy2899fitted icon
to fix compatibility with other components #6125onScreen
callback to not occur properly for elements that are taller than screen.disabled item
showing hover style forsecondary menu
Thanks @tcmal #6268@normal
for normal font weight for all non-default themes included in repo. #6227ui images
#6224whitespace: nowrap;
applying to content insideslide reveal
andmove reveal
Docs
/examples/theming.html
#6269v2.3.0
Compare Source
Major Enhancements
Icons - Font Awesome 5 is now included in Semantic UI Thanks @hammy2899 #6085
Search - Category search can now work with local search by adding a
category
property to any result and specifyingtype: 'category'
Popup - Popup can now position elements correctly even when they have a different offset context than their activating element. Like in this example.
Popup - Popup will now align the center of the arrow (not the edge of the popup) when it would be reasonable (up to 2x arrow's offset from edge). See this explanation
To preserve functionality
movePopup
default has remained astrue
(moving the popup to the same offset context), however now settingmovePopup: false
should now always position correctly. Be sure to usemovePopup: true
to avoid issues withui popup
insidemenu
,input
or other places where it may inherit rules from its activating element or its context.Transition - Adds new
glow
transition for highlighting an element on the page, andzoom
animation for scaling elements without opacity tween.Modal - Modal has been rewritten to use
flexbox
. No need to callrefresh()
to recalculate vertical centering.Modal - Modals now have a setting
centered
which can be used to disable vertical centering. This can be useful for modals with content that changes dynamically to prevent content from jumping in position.Minor Enhancements
normal
andbold
font weights for custom font stacks. Thanks @jaridmargolin #6167exact
setting matching dropdown forfullTextSearch
preventing fuzzy searchtitle
row if titles are long instead of forcing a title widthcontent
element.closable
setting after init Thanks @mdehoog #3396onChanging
callback for accordion that occurs before animation in both directions Thanks @GammeGames #5892Tiny Enhancements
arrowBackground
now inherits frombackground
#6059 Thanks @devsliheaderFontWeight
Bugs
autofocus
setting now checks to see if currently focused element is in modal, avoiding issues where focus could be set inonVisible
oronShow
big
andhuge
sizes being swapped in menu Thanks @jeremy091 #5902 #5899tbody
Thanks @Mlukman #4458content
specified in settings beforetitle
attribute #4614 Thanks @aaronbhansenon: 'change'
would still show validation prompts onblur
when usinginline: true
#4423 Thanks @avalanche1inverted dimmer
withcontent
having wrong text color Thanks @rijk #4631ui images
would show nested images withtransition hidden
as block (Fixes sequential img animation demo in docs)Doc Updates
Doc Bugs
v2.2.14
Compare Source
Critical Bugs
get values
Thanks @tincdev #5713 #6043allowMultiple: true
and a second modal that is larger than the screen height. #2423Enhancements
ribbon label
can now work withreveal
#5681ignoreCase
(defaults to false) that will prevent values from being added that match existing values (case insensitive). This is particularly useful when using allowAdditions for tagging to not allow case insensitive matches.@customScrollbarHeight
and specifies a default horizontal scrollbar height Thanks @jayphelps #5749Bugs
toggle checkbox
box shadow was missing Thanks @banandrew #5096context
setting due to an incorrect offset calculation. Thanks @dannyBies #5974 #5366contain
anddoesntContain
rules were swapped. Thanks @xiongyu-git #5530bottomPassed
andtopPassed
would not fire under some conditionsui input
in a dropdown menu could cause the input to be too wide in some cases Thanks @banandrew #5085inverted menu
rules would cause popup inside a menu to have incorrect link styling inlink list
Thanks @banandrew #5585 #5603gulp-clone
was only set to use >1.0
causing issues with gulp builds due to upstream error #6067v2.2.13
Compare Source
Hotfix (2)
gulp-prompt
plugin to allow for updatedinquirer
versionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.