Skip to content

v1.7.0

Compare
Choose a tag to compare
@mrliptontea mrliptontea released this 25 Sep 19:32
· 321 commits to master since this release

New:

  • Use flexbox layout by default (can be changed by setting $flexbox-layout to false)
  • Added styles for optgroup (Firefox only)
  • Configurable list borders and highlighting of hovered and even/odd rows
  • Introduced $pagination-padding- variables and make pagination buttons' height equal to buttons by default

Fixes:

  • Fixed #13: #header was missing clearfix and was breaking the layout is some cases
  • Fixed #16: remove white-space: nowrap from external links to prevent breaking the page with flexbox layout
  • Fixed colored trackers in tooltips in Backlogs plugin
  • Fixed broken codebutton modal after making buttons wider
  • Fixed animation issue when showing sidebar

Changes:

  • Coloring issue's title instead of link in Gantt diagram for overdue issues
  • Updated npm packages: grunt-sass from 0.18.0 to 1.0.0 and grunt-contrib-uglify 0.7.0 to 0.9.1
  • Slightly modified buttons' style
  • Few visual tweaks: nicer shadows, improved datepickers layout
  • Changed the license to MIT