8000 Releases · kanbanize/eve · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: kanbanize/eve

v1.18.0

11 Sep 13:36
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/kanbanize/eve

v1.17.1

03 May 12:26
Compare
Choose a tag to compare

Removed

  • Global h1, h2, h3, h4, h5, h6, p resets.

v1.17.0

03 May 12:17
Compare
Choose a tag to compare
v2 updates

v1.16.0

18 Jun 05:40
Compare
Choose a tag to compare

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

22 Apr 04:50
Compare
Choose a tag to compare

Added

Fixed

  • Fix vertical alignment of checkbox, radio, and switch components.
  • Fix accordion border line.

v1.14.1

04 Apr 05:17
Compare
Choose a tag to compare

Fixed

  • Fix grid gaps.
  • Fix multiline grid gaps.

v1.14.0

01 Apr 06:00
Compare
Choose a tag to compare

Added

  • Add .is-icon modifier for button.
  • Add .is-prev and .is-next modifiers for pagination.
  • Add .is-smalland .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

26 Feb 06:15
Compare
Choose a tag to compare

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

01 Feb 06:03
Compare
Choose a tag to compare

Added

  • Add is-disabled class in breadcrumb component.

Changed

  • Change switch compoment visualization.
  • Change dropdown separator from li.is-divider to hr
  • 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

17 Jan 06:38
Compare
Choose a tag to compare

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.
0