Update dependency semantic/ui to ~2.5.0 #40
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.6
->~2.5.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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
versionv2.2.12
Compare Source
Major Enhancements (1)
values
specified in javascript when initializing.This should simplify cases where dropdown contents are contingent on other fields, for example listing sub categories. You can see some examples here and in the usage section of dropdown docsCritical Bugs (3)
dropdown
insideui menu
to always appear on left edge of dropdown introduced2.2.11
#5542popup
in2.2.11
that caused popups to appear out of place in some cases due to incorrect calculation ofoffsetParent
#5549 #5597 #5590GulpUglifyError: unable to minify JavaScript Caused by: DefaultsError: `preserveComments` is not a supported option
Enhancements (2)
<select>
DOM node is replaced with a different select, and not just if new<option>
are addedBugs (4)
focused default text
was not being applied for multiselects #5633<select>
will now work when usingsetting
behavior to set settings after load #3744allowMultiple: true
is used #5559v2.2.11
Compare Source
Critical Bugs (5)
down
key to re-open dropdown when usingsearch selection dropdown
would start at the top element instead of jumping to selected element #4506inverted
blurring
orclosable
settings will now function normally in all cases #4368refresh
was being called on modals even if they are hidden, causing display issues when multiple modals are shown. Thanks @p2kmgcl #5319onFailure
values if not set #5064context
height was determined by sticky's height inposition: static;
#3430New Features (6)
add rule
add field
,remove rule
,remove field
to programmatically and and remove validation rules from form validation #4267 #5253@useCustomScrollbars: false
in yoursite.variables
scrolling content
variation to have a modal with content that scrollssetSize
to determine whether it should set content size on stick to the size before sticking (fixed content uses different positioning system) #4360tiny
andmini
sized modals Thanks @Banandrew #5123unstackable
variation Thanks @TemaSM #3714Enhancements (4)
image
insidemenu item
and for selectedtext
bind clickaway
bind touch close
bind close on scroll
behaviors to make it easier foron: 'manual'
popup to specify behaviorvisible
intovisible
andpopupVisible
, this way you can remove visible indication on activating element without modifying popup visibility.Bug Fixes (19)
sortable table
Thanks @Banandrew #5303setting
will now modify settings correctly on next show/hide without re-initializationloading dropdown
icon position being slightly offsetsearch selection dropdown
would reset list to top after selection when re-opening dropdown #4506content icon
to use an existing aliassidebar icon
, as it is most common use case and prevents naming collisions withcontent
of elements Thanks @philrykoff #4574ios
browser detection, and use of-webkit-overflow-scrolling: touch;
. iOS no longer has sizing issues when displaying sidebar content in latest iOS.searchDelay
could cause results to appear after search had lost focus.offset
setting, sticky element would not internally scroll if the rail contents (without the offset setting) would fit on screensupports svg
was not working correctly due to incorrect comparison toundefined
Thanks @mathiasrw #4544compact icon message
not appearing compact #4759left menu
andright menu
did not display correctly instackable menu
on mobile Thanks @BleuDiamant @Traverse #3604 #5116(x) item attached menu
was off by 1 pixel due to a css inheritance issue #4248popup
andtarget
setting together in cases where thetarget
has a differentoffsetParent
than the activating element.red segment
insidesegments
would not work when:first-child
#4013ui sticky
used with a percentage based width would not resize properly if the content size of container changed when "stuck" #4360position: relative;
Thanks @jinyangzhen #4707Doc Fixes (3)
add prompt
to list of behaviorsv2.2.10
Compare Source
Critical Bugs
search
inside menu. #4237Bugs
@basicActiveBoxShadow
being used incorrectly in basic button variablescontext
other than body that hasoverflow-x
oroverflow-y
set toauto
orscroll
upward
at bottom edge of the screen when using acontext
withoverflow-x
oroverflow-y
set toauto
onDeny
andonApprove
callbacks can no longer occur multiple times if you rapidly click a approve/deny button in a. #4479Enhancements
-Form - Credit card validation now no longer fails validation with dashed credit card values #5122 Thanks @neokio
Bugs
context
setting on a scrollable context (with overflow) would cause callbacks to fire incorrectlytop passed
andbottom passed
would appear as incorrect values if using settings fromget element calculations
when element is off screen.Configuration
📅 Schedule: Branch creation - "after 6am every weekday" (UTC), Automerge - "after 7am every weekday" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.