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

2.4 Release #32

Merged
merged 71 commits into from
Jun 19, 2018
Merged

2.4 Release #32

merged 71 commits into from
Jun 19, 2018

Conversation

y0hami
Copy link
Member

@y0hami y0hami commented Jun 19, 2018

Version 2.4.0 - June 19, 2018

Enhancements

  • Segment - Added basic segments variation Thanks shadoWalker89 #3801
  • Form - Added ability to add required marker from the label itself Thanks shadoWalker89 #6345
  • Form Validation - Added new option for whether to trim values before validation Thanks @prudho #6237, #5802
  • Dropdown - Added new sortSelect option to choose how to sort the dropdown items Thanks @ColinFrick #4775
  • Dropdown - Added inverted variation Thanks @hammy2899 #5276
  • Dropdown - Added hideDividers option to hide dividers when search Thanks @ColinFrick #6173
  • Button - Added tertiary button Thanks @w96k #6229
  • Icon - Added primary and secondary colors Thanks @sethmoore #6310
  • Card - Added primary and secondary colors Thanks @sethmoore #6310
  • Header - Added primary and secondary colors Thanks @sethmoore #6310

Bugs

  • Label - Fixed basic label background bug introduced with new Semantic release Thanks @ColinFrick
  • Form - Fixed incorrect CSS rule for placeholders on IE11 Thanks @ColinFrick #6363
  • Dropdown - Fixed update text if action is active or combo Thanks @ColinFrick #6285
  • Dropdown - Fixed items being selected if they have the same display name Thanks @ColinFrick #5817
  • Dropdown - Fluid dropdowns should now be fluid Thanks @shadoWalker89 #6204
  • Tab - Fixed last tab in container having different margin Thanks @prudho #5408
  • Table - Fix priority for td .disabled class Thanks @prudho #6311

The following changes where merged from a new Semantic-UI release

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

semoore and others added 30 commits September 13, 2017 22:36
…cted

In this state all options should have a value, even if it's set to the same as the options text.
Additionally module.get.choiceValue already has a fallback to optionText

Was reported in Semantic-Org/Semantic-UI#5817
Partial fix at https://github.com/vpeti/Semantic-UI/commit/945a379c29e457525d98d88b77f85e1e2c4551bc
[Label] Use basicBackground in all basic rules
Sean Hamilton and others added 23 commits June 18, 2018 19:19
Dividers are siblings of ".item" elements and mach the divider selector (.header, .divider)

This option takes following values:
false   => Same behavior as before
true    => hide all dividers
'empty' => hide all dividers when they are not followed by a visible item (direct divider siblings are treated as a group)

Was reported in Semantic-Org/Semantic-UI#6173
@y0hami y0hami self-assigned this Jun 19, 2018
@y0hami y0hami changed the base branch from master to next June 19, 2018 14:49
@y0hami y0hami merged commit 5340229 into next Jun 19, 2018
@y0hami y0hami deleted the 2.4 branch June 19, 2018 14:50
@w96k
Copy link
Contributor

w96k commented Jul 18, 2018

Really good work man 👍

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.

10 participants