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
jlukic
dfcf947fac
Testing out dropdown errors
10 years ago
jlukic
274b357fdb
Merge branch 'master' of https://github.com/musatov/Semantic-UI
10 years ago
jlukic
532b904637
Removes empty rule
10 years ago
jlukic
cd2a7d1696
Step: Adds vertical variation to step
10 years ago
jlukic
2054e48be9
Fixes #680 Issue with horizontal lists alignment in IE
10 years ago
jlukic
71e6d3c49c
Modal now uses requestAnimationFrame, properly detects for dimmer dependency
10 years ago
jlukic
817f23c64e
Adds semantic config to gitignore
10 years ago
jlukic
237fe65576
Bundles version 0.13.1 and adds release notes
10 years ago
jlukic
3310d87cdb
Fixes inverted form formatting for checkboxes #661
10 years ago
jlukic
ac587e279a
Fixes #660 issue with ui input styling inside forms
10 years ago
jlukic
320e0d869f
Fixes issues with accordion rules being too specific. Regression caused by #599
10 years ago
Jack Lukic
3ec387758a
Merge pull request #666 from MohammadYounes/docs
docs: fix broken accordion (form example)
10 years ago
jlukic
d596fdbff5
Merge branch 'master' of github.com:Semantic-Org/Semantic-UI
10 years ago
jlukic
1101ce746a
Fixes #614 , issue with modal vertical position on multiple shows
10 years ago
Michael Musatov
28709c6c39
Examples with dropdown error state added to the documentation
10 years ago
Michael Musatov
0a28508f67
Added styles for dropdown warning state
10 years ago
Mohammad Younes
ee1df7c90e
Fix broken accordion due to ec029e3275
10 years ago
Jack Lukic
89f12bdce8
Merge pull request #658 from icefox0801/master
Fixes bracket match in rule function
10 years ago
icefox0801
179cdb43a4
Fixes bracket match in rule function
When adding a custom method e.g. "isValid[\[0-9A-Za-z\]+]" using form validation module, I found it got the wrong match "[0-9A-Za-z" as the regular expression, so I prefer using greedy match.
10 years ago
jlukic
3f7e69de76
Builds version 0.13.0 updates release notes
10 years ago
jlukic
39b04e696c
Fixes #528 Fixes modal to resize page if not enough room to fit modal
10 years ago
jlukic
8816a610c8
Additions to docs
10 years ago
jlukic
1d0d3983df
Form: Adds responsive mobile styling for grouped form elements fixes
10 years ago
jlukic
79bd5f5523
Fixes #633 broken url on docs page
10 years ago
jlukic
5a5881447f
Fixes dropdown formatting and icon buttons formatting inside menu #641
10 years ago
jlukic
aef589ac62
Fixes #644 form validation does not trigger validation check on checkbox change
10 years ago