Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-06-18 | 1.4 kB | |
Version 2.3.2 - June 18, 2018 source code.tar.gz | 2018-06-18 | 4.5 MB | |
Version 2.3.2 - June 18, 2018 source code.zip | 2018-06-18 | 4.7 MB | |
Totals: 3 Items | 9.1 MB | 0 |
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