Releases: kanbanize/eve
Releases · kanbanize/eve
v1.18.0
v1.17.1
v1.17.0
v1.16.0
Added
- Add Tree component.
Changed
- Change grid align
.is-vertical-middle
to.is-vertical-center
. - Change loading indicators border-width from 0.125rem to 1px.
- Change feedback component font-size from 0.75rem to 0.875rem.
- Change checkbox, radio, and switch mark element to
<i></i>
tag.
Before:
<div class="eve-{{checkbox|radio|switch}}-mark"></div>
Now:
<i></i>
Fixed
- Fix flex-wrap in avatars.
- Fix buttons icons size.
Removed
- Remove all text-transformations.
- Remove dialog close icon element (it's pseudo class now, works out of the box).
- Remove input, textarea, and select focus border-color.
v1.15.0
v1.14.1
v1.14.0
Added
- Add
.is-icon
modifier for button. - Add
.is-prev
and.is-next
modifiers for pagination. - Add
.is-small
and.is-large
modifiers for forms. - Add
.is-rounded
modifier for button, input, and select.
Changed
- Change
.eve-form-group
to.eve-form-field
. - Change cursor of disabled components.
- Change color and background color of disabled components.
- Change pagination visualization.
Fixed
- Fix multiline grid with gap.
Removed
- Remove input, textarea, and select colors.
v1.13.0
Added
- Add Tile component.
- Add
.is-disabled
modifier to tag component. - Add additional cursor utility modifiers.
Changed
- Change List component to Tile.
- Change visualization of disabled outlined and inverted button.
- Change color picker html structure.
- Change inactive switch background color.
- Change navigation active item color.
Fixed
- Fix disabled button hover background color.
- Fix chip component vertical alignment.
- Fix disabled navigation item hover background color.
Removed
- Remove List component.
- Remove
.is-rouned
modifier from button, input, and select components.
v1.12.0
Added
- Add
is-disabled
class in breadcrumb component.
Changed
- Change switch compoment visualization.
- Change dropdown separator from
li.is-divider
tohr
- Change select arrow color from '#b0bec5' to '#333'.
Fixed
- Fix divider component line height.
Removed
- Remove
pointer-events: none;
from disabled navigation, tabs, input, button, textarea.
v1.11.3
Fixed
- Fix checkbox, radio, and switch vertical alignment.
- Fix feedback with anchror (flex removed).
- Fix is-inverted button font-weight (bold removed).
- Fix input icon position under IE.
- Fix input loading indicator position under IE.
- Fix select icon position under IE.