Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Update dependency semantic-ui to v2.4.1 #206

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 22, 2020

This PR contains the following updates:

Package Update Change
semantic-ui (source) minor 2.2.12 -> 2.4.1

Release Notes

Semantic-Org/Semantic-UI

v2.4.1

Compare Source

Note

If you are using the semantic-ui-less package with versions of LESS before 3.5 some calc values will not be computed correctly due to changes in variable interpolation. It is recommended that you upgrade to at least 3.5 to continue using new versions of SUI. For more information see #​6512

Build

  • LESS - SUI now supports less versions greater than 3.5.0 Thanks @​sciyoshi #​6512
  • Gulp - Migrated deprecated gulp-util to replace-ext Thanks @​stevelacy #​6322
  • Gulp - Updated all gulp dependencies to most recent released versions with modifications to tasks as necessary.

Bug Fixes

  • Dropdown - clearable dropdown now works with dropdown that arent on:click, like hover or manual triggers. #​6594
  • Modal - Fixed fullscreen modal having incorrect left offset with flex modals #​6587
  • Embed - Embed will now correctly remove DOM metadata on destroy
  • Grid - Fix issue with very relaxed vertically divided grid having wrong margins on dividers

v2.4.0

Compare Source

2.4.0 includes a new component placeholder. To use this component in your existing SUI site, be sure to add @placeholder: 'default'; to your theme.config. You can see an example in theme.config.example

New Components

  • Placeholder - Added ui placeholder that can be used to show where content will soon appear.

New UI Type

  • Segment - Added new ui placeholder segment used to reserve space for UI when content is missing or empty.

Major Enhancements

  • Dropdown - Added clearable dropdowns. When clearable: true is specified an (X) will appear to clear dropdown selection #​2072
  • Modal/Dimmer - Modals and dimmers now include a new setting useFlex which defaults to auto. 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 when detachable: false is used or with IE11/Edge (Absolutely positioned elements inside flex containers in IE behave differently).

Critical Bugs

  • Modal - Fixed issue where scrolling modal would not allow for scrolling with touch devices. #​6449
  • Label - Fixed issue where basic label were appearing incorrectly Thanks @​lasley / @​ColinFrick #​6582 #​6440
  • Menu/Dropdown - Fixed left menu inside ui menu would display horizontally as flex #​6359

Bugs

  • Dimmer - Dimmer now sets variation at runtime, to support run-time swapping between top aligned and middle aligned using .dimmer('setting', 'variation', 'top aligned')
  • Dropdown - Fixed issue where onChange when used with action: hide would be missing the third param $item #​6555
  • Flag - Add uk alias for united kingdom Thanks @​PhilipGarnero #​6531
  • Icon - Fixes missing disk outline icon alias #​6556
  • List - Fixed issue where list content would not take up 100% width when used alongside img or icon
  • Menu/Dropdown - Fixes dropdown item margin not obeyed inside labeled icon menu #​6557
  • Modal - Fixes @mobileTopAlignedMargin theming variable was not implemented
  • Modal - Modal now will remove blurring after undimming, to prevent issues with position: fixed #​6520

Minor Changes

  • Dropdown - inline dropdown close icon default right margin default spacing slightly modified.

v2.3.3

Compare Source

Bug Fixes

  • Search - Passing in cache: false will now affect default settings for apiSettings when using a remote endpoint. Previously you would also have to pass in apiSettings: { cache: false} as well

  • CSS - Update LESS syntax to be compatible with LESS 3.0 Thanks @​sciyoshi #​6447

  • Icon - Several icon names have been deprecated due to incompatibility with transition in and transition out used in animations.

  • linkedin in is now linkedin alternate

  • zoom in is now zoom-in

  • zoom out is now zoom-out

  • sign in is now sign-in

  • sign out is now sign-out

  • log out is now logout

  • in cart is now in-cart

v2.3.2

Compare Source

Enhancements

  • Modal - Modal and Dimmer now prevent background page from scrolling on mobile or where touch events are present
  • Button - Add inverted and inverted basic variations for primary and secondary buttons Thanks @​hammy2899 #​6242

Theming

  • Global - Add hover down active and focus variables for @invertedPrimaryColor and @invertedSecondaryColor

Bugs

  • Dropdown Fixed bug that could cause dropdown to recursively trigger network requests specifically when using apiSettings with a url that returns valid response but with no results when clicking directly on the dropdown icon. Thanks @​vpeti #​5231 #​5809
  • Statistics - Fix issue where grouped statistics would have excess bottom margin if they are :last-child
  • Label - Fix basic label does not use @basicBackground variables Thanks @​levithomson
  • Modal - Modal will not refocus a field if field is already focused Thanks @​nikolaybobrovskiy #​6301
  • Icon - Fix wechat icon not displaying due to typo Thanks @​alex-karo #​6429

v2.3.1

Compare Source

A Special Message about Flex Modals
There will be an update shortly to resolve issues related to flex modals when using multiple modals and detachable: false, in order to not hold up this release, we've decided to move forward without a fix.

A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for absolute positioned flex containers).

Critical Bugs

  • Dropdown - Fixed issue in 2.3.0 that could cause multiselect dropdowns initialized by converting <select> to not add initial selected options. #​6123
  • Search - Fixes using category search with fullTextSearch: 'exact' @​Thanks @​prudho returning duplicate results #​6223 #​6221
  • Icon - Fixes centered and bordered icons appearing incorrectly with FA5 Thanks @​w96k #​6192
  • Icons - Fixes missing aliases/incorrect icons from Font Awesome 5 port in 2.3.0 Thanks hammy2899 #​6181 #​6175 #​6176 #​6174 #​6175
  • Icons - Fixed issue where link icon were appearing incorrectly due to changes in icons #​6180

Enhancements

Bugs

  • Dropdown - Fixed onChange missing text from callback when dropdown is set to action: 'select' Thanks @​martinduparc #​4183 #​4510
  • Icons - Fixes some icons that were incorrectly named. Thanks hammy2899 #​6181
  • Icons - Added ability to choose whether solid, outline and brand icons should be included in your theme via the @importSolidIcons, importRegularIcons and @importBrandIcons variables Thanks hammy2899
  • Icons - Increased specifity on fitted icon to fix compatibility with other components #​6125
  • Visibility - Fixed bug that could cause onScreen callback to not occur properly for elements that are taller than screen.
  • Menu - Fixes disabled item showing hover style for secondary menu Thanks @​tcmal #​6268
  • CSS Variables - Added use of @normal for normal font weight for all non-default themes included in repo. #​6227
  • Image - Fixes margin being applied twice to ui images #​6224
  • Reveal - Fix whitespace: nowrap; applying to content inside slide reveal and move reveal

Docs

  • Fixes CDN links in docs Thanks @​KSH-code
  • Fixed issue where iframes may not load correctly in /examples/theming.html #​6269

v2.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 specifying type: 'category'

  var categoryContent = [
    { category: 'South America', title: 'Brazil' },
    { category: 'South America', title: 'Peru' },
    { category: 'North America', title: 'Canada' },
    { category: 'Asia', title: 'South Korea' },
    { category: 'Asia', title: 'Japan' },
    { category: 'Asia', title: 'China' },
    { category: 'Europe', title: 'Denmark' },
    { category: 'Europe', title: 'England' },
    { category: 'Europe', title: 'France' },
    { category: 'Europe', title: 'Germany' },
    { category: 'Africa', title: 'Ethiopia' },
    { category: 'Africa', title: 'Nigeria' },
    { category: 'Africa', title: 'Zimbabwe' },
  ];
  $('.ui.search')
    .search({
      type: 'category',
      source: categoryContent
    })
  ;
  • 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 as true (moving the popup to the same offset context), however now setting movePopup: false should now always position correctly. Be sure to use movePopup: true to avoid issues with ui popup inside menu, 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, and zoom animation for scaling elements without opacity tween.

  • Modal - Modal has been rewritten to use flexbox. No need to call refresh() 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

  • Theming - Added global variables for reassigning normal and bold font weights for custom font stacks. Thanks @​jaridmargolin #​6167
  • Search - Category results now has exact setting matching dropdown for fullTextSearch preventing fuzzy search
  • Search - Category results will now responsively adjust title row if titles are long instead of forcing a title width
  • Dimmer - Dimmers now have centered content with a single wrapping content element.
  • Modal - You can now modify closable setting after init Thanks @​mdehoog #​3396
  • Accordion - Added onChanging callback for accordion that occurs before animation in both directions Thanks @​GammeGames #​5892

Tiny Enhancements

  • Popup - arrowBackground now inherits from background #​6059 Thanks @​devsli
  • Popup - Adds new variable headerFontWeight
  • Search - Search now has responsive styles for mobile to prevent results being large than page width.

Bugs

  • Modal - Modal autofocus setting now checks to see if currently focused element is in modal, avoiding issues where focus could be set in onVisible or onShow
  • Menu - Fixes big and huge sizes being swapped in menu Thanks @​jeremy091 #​5902 #​5899
  • Table - Fixes tr not having correct border on first row when using multiple tbody Thanks @​Mlukman #​4458
  • Popup - Popup will now use content specified in settings before title attribute #​4614 Thanks @​aaronbhansen
  • Form Validation - Fixes bug where on: 'change' would still show validation prompts on blur when using inline: true #​4423 Thanks @​avalanche1
  • Dimmer - Fixes issue with inverted dimmer with content having wrong text color Thanks @​rijk #​4631
  • Images / Transition - Fixed issue where ui images would show nested images with transition hidden as block (Fixes sequential img animation demo in docs)

Doc Updates

  • Icons - Icon documentation now has a search that will copy the relevent icon html to clipboard
  • Icons - Icon documentation now lists publicly all icon aliases

Doc Bugs

  • UI Examples - Fixe some improper html in UI examples included with repo #​6127 Thanks @​perdian
  • Admin - Fixes bug in admin script that caused leaked global vars Thanks @​esbena #​6136

v2.2.14

Compare Source

Critical Bugs

  • Form - Fixes issue where radio checkbox would not return correct value from get values Thanks @​tincdev #​5713 #​6043
  • Modal - Fixes issue where an oversized modal would appear behind an existing modal when using allowMultiple: true and a second modal that is larger than the screen height. #​2423

Enhancements

  • Button - YouTube's red color now matches their current brand guidelines Thanks @​hammy2899 #​6110
  • Flag - Adds missing flag for England Thanks @​zyzniewski #​5944
  • Reveal - ribbon label can now work with reveal #​5681
  • Dropdown - Added new setting ignoreCase (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.
  • Site - Site theme now includes @customScrollbarHeight and specifies a default horizontal scrollbar height Thanks @​jayphelps #​5749

Bugs

  • Checkbox - Fixes issue where toggle checkbox box shadow was missing Thanks @​banandrew #​5096
  • Dropdown - Fixed issue where dropdowns could incorrectly open upward and leftward opening when using context setting due to an incorrect offset calculation. Thanks @​dannyBies #​5974 #​5366
  • Form Validation - Fixed issue where default prompts for contain and doesntContain rules were swapped. Thanks @​xiongyu-git #​5530
  • Visibility - Fixes issue where bottomPassed and topPassed would not fire under some conditions
  • Dropdown - Fixes issue where dropdowns might accidentally animate closed two times when quickly tabbing through fields
  • Popup - Fixed an error which could cause popup not to move to right offset context when using a different target setting.
  • Dropdown - Fixed issue where using ui input in a dropdown menu could cause the input to be too wide in some cases Thanks @​banandrew #​5085
  • Menu / Popup - Fixed issue where inverted menu rules would cause popup inside a menu to have incorrect link styling in link list Thanks @​banandrew #​5585 #​5603
  • CSS Build - Fixed issue where package gulp-clone was only set to use > 1.0 causing issues with gulp builds due to upstream error #​6067

v2.2.13

Compare Source

Hotfix (2)

  • Install - Some interactive install script issues may be fixed. Forked gulp-prompt plugin to allow for updated inquirer version
  • Build Tools - Fixes typo causing fix for build tools to fail #​5391

Renovate configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

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

Successfully merging this pull request may close these issues.

None yet

1 participant