-
-
Notifications
You must be signed in to change notification settings - Fork 336
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.6 Release #127
Merged
2.6 Release #127
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… title inside the accordion Closes #102
[Accordion][Header] Header with content has display:none when in an accordion element
[Menu] Fix the inconsistent icon-text spacing in labeled icon menu dropdown
…amount of column names to be specified
…oved calculation inside of get methods
[Calendar] Adds support for WeekNumbers in Day View
[Checkbox] since 2.5.0 'before[Un]Checked' fires already on init
Fixed some typos in the CONTRIBUTING guide
Add placeholder to tasks so it builds
[Message] Add floating variation to colored messages
[Toast] Small fixes
This was referenced Sep 20, 2018
ColinFrick
approved these changes
Sep 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Version 2.6.0 - September 18, 2018
New Components
Bugs
before(Un)Checked
firing on init Thanks @ColinFrick #115Enhancements
showWeekNumbers
to show the week number on the left of the calendar Thanks @lubber-de #113The following changes where merged from a new Semantic-UI release
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 and @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.