-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
chore(release): 2.7.3 #606
Conversation
…s in tabular menus
The `clearing` segment used the usual clearfix-method with a :after pseudo element. However `piled` and `stacked` segment used the :after element aswell to display their effects. The clearing class has now been adjusted so it works together now
`buttons` in `basic buttons` group should never show a box shadow if either the group or the buttons inside are basic or inverted. Otherwise the box-shadow of colored basic buttons were overridden Closes #495
`header` is directly supported to change its color to white in `inverted segment` without the need to be specified as `inverted header`. Unfortunately this is not the case for `sub header`, which this PR now fixes Closes #486
…s in tabular menus (#490)
The `input` element was missing the `tiny` size variant, thus such inputs were diplayed in medium / default size.
The current API behavior raises an console error on failure, even when the status code was 2xx. It only omits it when the status code is exactly 200
The `onHide` event in the popup module was called twice. - First at the hide behavior (where it is correct) - Second right after the first call again in the module.animate.hide call and this is only called from the hide method mentioned before Obviously an old copy/paste bug. In comparison to `onShow` this has now the same flow logic after applying the fix.
…ments group Fixes #477
gulp-chmod needs the octal representation of the file permissions (f.e. `0o755`), but in the config it was saved as a string. As a result, gulp-chmod crashed. Additionally permissions on js files were not set correctly. Closes #502
Whenever a `minCharacter` setting > 0 was set, it was not possible to open the whole dropdown list anymore by clicking on the dropdown icon. (as it was in SUI) Closes #496
In case the initial value of a dropdown is `null` (for example an empty `select` tag returns this), the fetch of preselected values after a remote api call is broken Closes #505
'tabPath' was not escaped before sent over to jquery engine resulting in JS console errors when used with the history hash option
…ements with class 'active'
Increasing the jquery dependency for bower installations to the same version as for the usual npm package (^3.2.1) "fixes" an issue with animations used for example in accordion in case one is still using jquery 1.8 More info in the related SUI issue
A few fixes for `inverted table` - `sortable table` header still had black text color - `disabled` rows or cells on (also) colored rows/cells had unreadable text color - `celled` cells still had the same, thus too dark, left cell border from the non-inverted variant
Allow `progress` modue to have multiple bars. * `data-percent` and `data-value` are extended to have multiple values like `data-pecent="30,0,70"` * Bar of 0 width are hidden for readability. * `{bar}` placeholder are added to indicate name of bars so that end-users can ditinguish bars.
This PR adds height variation to dropdown module so that more items can be glanced at once. This is helpful if dropdown have tons of items (e.g. Countries, States/Providences, Divisions, something like that). This is usable if every items can be shown at once within the height of window without scroll bar. If there are so many items that requires scroll bar, user can consider columnar variation proposed in #586. Closes #545
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Version 2.7.3 - April 2, 2019
Bugs
active
Thanks @lubber-de #464initialDate
will now update the input Thanks @prudho #559remove rules
behavior if field was an array Thanks @exoego #556Enhancements
enabledDates
setting to only enable specified dates Thanks @prudho #525selectAdjacentDays: true
Thanks @patilkiranm #562overlay fullscreen
variation Thanks @lubber-de #526top aligned
andbottom aligned
modals Thanks @lubber-de #532weekCell
class setting Thanks @patilkiranm #559Build