jlukic
3a9f4d6070
Updates formatting of merged pull request #747
10 years ago
jlukic
df882a53a5
Merge branch 'dd' of https://github.com/MohammadYounes/Semantic-UI
10 years ago
jlukic
8c77793f2d
Fixes transition in old FF versions Issue #759
10 years ago
jlukic
f48bf0c4a3
Adds Old FF for vendor prefixing
10 years ago
jlukic
8a8f14402c
Update homepage example to reflect change of debug default
10 years ago
jlukic
1787baaec5
Fixes version number in dist copy
10 years ago
jlukic
6111b1c83c
Upticks version to 0.15.2 and updates release notes
10 years ago
jlukic
064946bc31
Removes debug by default, fixes bug in dropdown not returning falsey values
10 years ago
Jack Lukic
2a13505fc0
Merge pull request #750 from MohammadYounes/segment
Fixes issue #742
10 years ago
Mohammad Younes
e1e9e8ef68
Fixes #742
10 years ago
Jack Lukic
c3abf5a0a1
Merge pull request #741 from MohammadYounes/docs
Docs: Fixes shaky icons on chrome
10 years ago
Mohammad Younes
d0f8cadeb0
Fixes #747
10 years ago
Mohammad Younes
bb2e2fbd9c
fixes chrome shaky icons bug
10 years ago
Jack Lukic
68158c472a
Merge pull request #739 from omniton/master
added orange color for icon
10 years ago
omniton
ac9455cbe9
added orange color for icon
10 years ago
Frankie Bagnardi
0d2c74d98a
fixed package name (semantic is taken)
10 years ago
Frankie Bagnardi
0a150c4fb4
fixed accidentally removed dependencies
10 years ago
Frankie Bagnardi
98ed45ced5
created npm build task
10 years ago
Jack Lukic
804cf6bfd5
Merge pull request #725 from msj121/master
Update step.less
10 years ago
msj121
19db742e89
Update step.less
This will fix issue #699 sub issue 1) (see: https://github.com/Semantic-Org/Semantic-UI/issues/699 )
This will remove rounded corners in the wrong locations of a vertical step including removing rounded corners when a first/last child is active (the rounded corners do not let the arrow lay flush with the step).
10 years ago
jlukic
fadcea7e06
Release version 0.15.1
10 years ago
jlukic
0f9df6d7a3
Fixes debug statement in dropdown
10 years ago
jlukic
2d30e440f9
Fixes typo in selection dropdown, causing it to appear incorrectly
10 years ago
jlukic
3cd5cee327
Updates package.json to hopefully clear up dependency issues on CI
10 years ago
jlukic
a93c45e7ca
Builds version 0.15.0 and updates version number
10 years ago
jlukic
9c9740fd63
Merge branch 'css' of https://github.com/MohammadYounes/Semantic-UI
Conflicts:
src/elements/input.less
10 years ago
jlukic
8e081e3e77
Fixes #681 , multi line steps, adds two line variation for vertical steps. Fixes all steps to use transform rotote arrows instead of border arrows for consistency
10 years ago
jlukic
e26457dc08
Fixes #704 , Fixes #421 . onShow, onHide callback moved to before transition starts, added new callbacks onVisible and noHidden for after animation completes
10 years ago
jlukic
dea30c334d
Fixes #336 iOS doesn't render:active classes
10 years ago
jlukic
858d28277f
Fixes #662 inverted icon rendering in OSX
10 years ago
jlukic
363fe51b78
Updates docs with examples of dropdown validation, fixes input in menu docs
10 years ago
jlukic
b1ea5caa2b
Form: Fixes input, dropdown, form field to have consistent sizes and 1em font
10 years ago
jlukic
902b6dce5a
Fixes #542 , use sibling selector instead of adjacent sibling on checkbox rules
10 years ago
jlukic
81fbf2aeb9
Fixes #711 selection dropdown does not match input height. Also adds stricter dropdown error css selectors
10 years ago
jlukic
565e0a075a
Dropdown: Adds strict type checking as an option for form selection, allowing for better handling of data-value=0, value='' and other ambiguous values
10 years ago
jlukic
94fb519bea
Fixes #694 A dropdown with numeric content for data-text causes an error on toLowerCase
10 years ago
jlukic
bee46f62a0
Fixes #712 , Modal uses RequestAnimationFrame without doing browser normalization on the event
10 years ago
Jack Lukic
50405e50d9
Merge pull request #696 from webdesserts/patch-2
fix single celled tfoot
10 years ago
Michael Mullins
cad08c555f
use :only-child instead for tfoot fix
10 years ago
Jack Lukic
8755bfb834
Merge pull request #688 from MohammadYounes/rtl2
RTL hints updates
10 years ago
Jack Lukic
815c49fddd
Merge pull request #692 from Illyism/master
Accessible reveal
10 years ago
Michael Mullins
43232d02fe
fix single celled tfoot
In the case of a single celled tfoot the `:last-child` overrides the `:first-child` and leaves the table with a sharp bottom-left corner. An good example of this use case would be if you had a button action at the end of the table, similar to the first table example in the docs.
```
<table class="ui table segment">
<thead>
<tr><th>Name</th>
<th>Status</th>
<th>Notes</th>
</tr></thead>
<tbody>
<tr>
<td>John</td>
<td>Approved</td>
<td>None</td>
</tr>
<tr>
<td>Jamie</td>
<td>Approved</td>
<td>Requires call</td>
</tr>
<tr>
<td>Jill</td>
<td>Denied</td>
<td>None</td>
</tr>
</tbody>
<tfoot>
<tr><th colspan="3">
<div class="ui blue labeled icon button"><i class="user icon"></i> Add User</div>
</th>
</tr></tfoot>
</table>
<tfoot>
<tr><th></th></tr>
</tfoot>
</table>
```
There's probably a better way to do this, but it worked for me in my project.
10 years ago
Ilias Ismanalijev
2cfbd6a269
accessible reveal
10 years ago
Jack Lukic
39e9d5a77a
Merge pull request #690 from bitdeli-chef/master
Add a Bitdeli Badge to README
10 years ago
Bitdeli Chef
9d0b50714a
Add a Bitdeli badge to README
10 years ago
jlukic
97bcab4b37
Relase and build version 0.14.0
10 years ago
jlukic
1a320ba7e9
Fixes #669 Merge branch 'dropdown-error' of github.com:Semantic-Org/Semantic-UI
Conflicts:
.gitignore
10 years ago
jlukic
295e225ae4
Finished modifications to dropdown error states for form/dropdown
10 years ago
jlukic
e1119aa345
Fixes #687 , removes docpad as a dependency, moves to dev depencies
10 years ago
Mohammad Younes
c545fbe720
rtl hints updates
1. semantic.css, using new directive to prepend the value.
2. sidebar.less, padding transition is required by a fix for sidebar in
rtl view mode.
10 years ago