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

[Doppins] Upgrade dependency semantic-ui-css to 2.2.9 #273

Closed
wants to merge 1 commit into from

Conversation

doppins-bot
Copy link

Hi!

A new version was just released of semantic-ui-css, so Doppins
has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded semantic-ui-css from 2.2.1 to 2.2.9

Changelog:

Version 2.2.9

Build Tools

  • Fixes 2.2.8 npm install script failing due to incorrect path in require statement

Version 2.2.8

Important Note

Some quirks have been resolved that may cause changes for upgrading users who were expecting these behaviors

Form Validation

If you are using form validation, previous to 2.2.8 calling is valid would trigger UI updates. This behavior now no longer triggers UI updates, and will only return a boolean whether form is valid,

To trigger UI updates you can call validate form. Additional form behaviors have been added as well. See the new documentation on programmatic validation for more examples.

Dropdown

multiple selection dropdown no longer automatically adds the currently selected value when you "alt-tab" or blur the field, even when forceSelection: true is set.


Major Enhancements

  • Icons - Updates Font Awesome to 4.7.0 Always the man @BreadMaker #4766 (https://github.com/Semantic-Org/Semantic-UI/pull/4766)
  • Dropdown - Added new setting filterRemoteData, when set to true API will be expected to return the complete result set, which will then be filtered clientside to only display matching results. Thanks @enix223 #4815 (https://github.com/Semantic-Org/Semantic-UI/pull/4815)
  • Dropdown - Fixed issue where using some usage of special characters like \ could cause dropdowns to not work. #4688](https://github.com/Semantic-Org/Semantic-UI/pull/4688) [#4692 (https://github.com/Semantic-Org/Semantic-UI/pull/4692)
  • Tab - Added setting loadOnce, which when enabled only calls remote endpoint for tab data on first load and leaves the DOM undisturbed afterwards. #2534 (https://github.com/Semantic-Org/Semantic-UI/pull/2534)

Critical Bugs

  • Dropdown - forceSelection setting will no longer cause highlighted value in multiselect to be selected on blur when using a multiple selection dropdown #4041](https://github.com/Semantic-Org/Semantic-UI/pull/4041) [#4516 (https://github.com/Semantic-Org/Semantic-UI/pull/4516)
  • Dropdown - Dropdown using search input inside of menu are now tabbable #4490 (https://github.com/Semantic-Org/Semantic-UI/pull/4490)
  • Search - Fixes issue where empty results message can still appear when using setting showNoResults: false #4616 (https://github.com/Semantic-Org/Semantic-UI/pull/4616)
  • Sidebar - Fixed bug where sidebar in iOS would show incorrect background when opening sidebar if page is less than 100% height #4264 (https://github.com/Semantic-Org/Semantic-UI/pull/4264)

Critical Doc Fixes

  • Visibility - Added documentation for onOnscreen and onOffScreen, two very important callbacks that occur when an element is or isn't in currently scrolled view.

Enhancements

  • Items - Added unstackable variation to prevent items from stacking on mobile #2901 (https://github.com/Semantic-Org/Semantic-UI/pull/2901)
  • Search - Added new parameter callback to behaviors query, show results, hide results, and search remote to allow a function to be called after completion.
  • Form Validation - Rules now properly supports identifiers with special characters like brackets, e.g. name="username]" Thanks @mzygmunt [#4163 (https://github.com/Semantic-Org/Semantic-UI/pull/4163)
  • Search - esc key now hides results and prevents them from being displayed again until form field is blurred

Build Tools

  • NPM - Removed dependency on tarball, packaged new patched WrenchJS under Semantic-org as a new package.

Bugs

  • Button - Fixed issue where css specificity caused icon buttons to not center correctly #4487 (https://github.com/Semantic-Org/Semantic-UI/pull/4487)
  • Dropdown - Fixed bug where clicking on a dropdown's dropdown icon when using remote data would not open menu #4041 (https://github.com/Semantic-Org/Semantic-UI/pull/4041)
  • Dropdown/Search/Checkbox - Removes use of deprecated dispatchEvent DOM APIs for generating simulated events
  • Dropdown - Fixes issue where left pointing dropdown and right pointing dropdown appear styled incorrectly when opening upward #4896 (https://github.com/Semantic-Org/Semantic-UI/pull/4896)
  • Dropdown - Fixed issue where using fullTextSearch: 'exact' would still fuzzy search on value Thanks @ rminnett #4651](https://github.com/Semantic-Org/Semantic-UI/pull/4651) [#3424 (https://github.com/Semantic-Org/Semantic-UI/pull/3424)
  • Dropdown - Fix bug where scrolling menu or scrolling dropdown would have excessive right padding by removing scrollbar width from calculation (no longer necessary in modern browsers)
  • Comments - small, large and other comment sizes now default to global size variables.
  • Dropdown - Fixed issue where selectOnKeydown with html content would cause only non html content to display in text until blur
  • Form Validation - Fixes issue where decimal validation would allow multiple . in value
  • Form Validation - Fixes js error caused by revalidating inputs without validation rules #4497](https://github.com/Semantic-Org/Semantic-UI/pull/4497) [#4547 (https://github.com/Semantic-Org/Semantic-UI/pull/4457) Thanks @cbxp
  • Header - Fixed issue where using image icon or image outline icon would cause incorrect display within ui header due to namespace collision with ui image #4145 (https://github.com/Semantic-Org/Semantic-UI/pull/4145)
  • Input/Dropdown - Fixed rounding error causing vertical alignment of dropdown, search, input to sometimes appear off by 1 pixel #4279 (https://github.com/Semantic-Org/Semantic-UI/pull/4279)
  • Segment - Fixed padded vertical segment very padded vertical segment mistakenly receives horizontal padding #3012 (https://github.com/Semantic-Org/Semantic-UI/pull/3012)
  • Visibility - Images that use $('img').visibility({ type: 'image'}) will no longer animate a second time if re-initialized.
  • Form Validation - Fixed issue where using bracketed values, or other special characters could cause errors with selectors #4163](https://github.com/Semantic-Org/Semantic-UI/pull/4163) [#4164 (https://github.com/Semantic-Org/Semantic-UI/pull/4164)

Documentation

  • Comments - Added missing size variations to comments docs #4450 (https://github.com/Semantic-Org/Semantic-UI/pull/4450)
  • Typos - Thanks to everyone who has submitted typo/grammatical PRs, much appreciated

Version 2.2.7

Build Tools

  • Autoinstall - Fixes issue where autoinstall: true was not copying build files during npm install Thanks @AnsonT #4430 (https://github.com/Semantic-Org/Semantic-UI/pull/4430)
  • Dependencies - Updates build dependencies in package.json

Version 2.2.4

Critical Bug

  • Search - Fixed issue where keyboard navigation for search was broken in 2.2.3 due to regression #4469 (https://github.com/Semantic-Org/Semantic-UI/issues/4469)

Bugs

  • Build Tools - Removed unnecessary gulp-minify-css package from deps #4463 (https://github.com/Semantic-Org/Semantic-UI/issues/4463)

Enhancements

  • Message - Added additional variables for @padding

Version 2.2.3

Enhancements

  • Form Validation - Bracketed notation can now be omitted for rules, instead passing in bracketed values with the value parameter #3313 (https://github.com/Semantic-Org/Semantic-UI/issues/3313)
  • Dropdown - Using search selection with selectOnKeydown will now highlight the partial search matching the currently keyboard selected value
  • Modal - Modal now includes setting to enable/disable keyboard shortcuts
  • Modal - Modal will now focus first tabable element, not just input #4370 (https://github.com/Semantic-Org/Semantic-UI/issues/4370)

Bugs

  • Comments - Adds missing sizes (mini, tiny etc) Thanks @ilanus #4408 (https://github.com/Semantic-Org/Semantic-UI/issues/4408)
  • NPM - Fixed package.json to allow either jQuery 2.x or 3.x #4254 (https://github.com/Semantic-Org/Semantic-UI/issues/4254)
  • Button/Dropdown - Fixed issue where ui dropdown button could have incorrect spacing for dropdown icon Thanks @ilanus #4408 (https://github.com/Semantic-Org/Semantic-UI/issues/4408)
  • Form/Segment - Fix typo causing pointer-events: none no to work on loading segment and loading form *_Thanks @YamiOdymel and @ilanus_ #4403 (https://github.com/Semantic-Org/Semantic-UI/issues/4403)
  • Icon - icons can now receive link styling Thanks @tbracken #4399 (https://github.com/Semantic-Org/Semantic-UI/issues/4399)
  • Button - Fixed vertical buttons with only 1 button having incorrect border radius Thanks @Denhai #4107 (https://github.com/Semantic-Org/Semantic-UI/issues/4107)
  • Grid - Fixed issue where (x) aligned column inside a (x) aligned row would not properly apply the column alignment
  • Form - Fixed issue where disabled fields with radio inputs would not correctly dim the label Thanks @louwers #4366 (https://github.com/Semantic-Org/Semantic-UI/issues/4366)
  • Menu - Fixed issue where dropdown in vertical menu would not correctly open upward when no space below Thanks @gdaunton #4150 [#4156 (https://github.com/Semantic-Org/Semantic-UI/issues/4156)
  • Dropdown - Using search selection withselectOnKeydown` and text content that includes html, will not apply html content (like images) to the text until dropdown blur, making sure that content can align correctly with the partial search content of the search input (which cannot include HTML)
  • Dropdown - Fixed issue where dropdown clear would not remove active state when useLabels: true and multiple dropdown Thanks vinh123456789 #4275](https://github.com/Semantic-Org/Semantic-UI/issues/4275) [#4366 (https://github.com/Semantic-Org/Semantic-UI/issues/89**)
  • Dropdown - dropdown icon no longer relies on stopping event propagation. This means using the dropdown icon will now cause other dropdowns to correctly hide. #3998 (https://github.com/Semantic-Org/Semantic-UI/issues/3998)
  • Dropdown - Fixes action: select not working correctly since 2.2 due to incorrect use of new function signature. #4183 (https://github.com/Semantic-Org/Semantic-UI/issues/4183)
  • Dropdown - Fixed typo causing selectObserver mutation observer not to disconnect Thanks @Paklausk #4311 (https://github.com/Semantic-Org/Semantic-UI/issues/4311)
  • Icon - Fixed missing dribbble icon due to incorrect count of "b" (should be 3). #4185 (https://github.com/Semantic-Org/Semantic-UI/issues/4185)
  • Icon - Fixes grab icon and television icon not appearing correctly #4178 (https://github.com/Semantic-Org/Semantic-UI/issues/4178)
  • Form - input styles now apply to type="file" thanks @coldfire79 #4074 (https://github.com/Semantic-Org/Semantic-UI/issues/4074)
  • Popup/Menu - Fixed issue where popup would not appear correctly when nested in menu in some ways.
  • Icon - Fixes talk icon not working correctly Thanks @anantogosh #4354 (https://github.com/Semantic-Org/Semantic-UI/issues/4354)
  • Transition - Removed unreachable code Thanks @basarat #4225 (https://github.com/Semantic-Org/Semantic-UI/issues/4225)
  • Grid - Fixed alignment in centered justified grid*\* **Thanks @bretto36** #4224 (https://github.com/Semantic-Org/Semantic-UI/issues/4224`)
  • Popup - Fixed issue where observeChanges: false setting in popup would not prevent mutation observers

Version 2.2.2

Bugs

  • Shape - Fixed issue where shape was animating incorrectly when using jQuery 3.0, due to secret changes in how width are calculated on elements with transform
  • Dropdown - Fixed "pointer" cursor appearing in hitbox above search input in search selection, now all input area will appear with "text" input cursor
  • Dimmer/Modal - Fixed a bug which could cause a modal's dimmer to not obey inverted: true or blurring: true when initializing modals with then afterwards without either setting.

@larseen larseen closed this Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants