Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

3.11.5

Compare
Choose a tag to compare
@kevinparkerson kevinparkerson released this 23 Oct 19:35
· 811 commits to master since this release

Bugfix release 3.11.5 (2015-10-23)

Various bugfixes, documentation improvements, and internal plumbing enhancements.
Full Changelog

Bugfixes

  • Corrected styling issues with actions column header [repeater] - #1577
  • Fixed issues with resizing [repeater] - #1574, #1569
  • Removed unnecessary blank element from header [repeater] - #1572
  • Added jQuery event to action item callback [repeater] - #1571
  • Fixed header row bug when list_selectable: single and list_actions is used together [repeater] - #1568
  • Added logic to prevent end date from being before start date [datepicker] - #1556, #1487
  • Reintroduced icons.less to resolve icon issues [general] - #1554
  • Fixed disabling of selectable / multi select / actions [repeater] - #1538
  • Fixed width when using images within selectlist [selectlist] - #1537

Documentation

  • Added documentation for events [repeater] - #1548
  • Corrected markup order [tree] - #1545
  • Corrected outdated markup [placard] - #1544
  • Fixed event name mistake [placard] - #1543

Plumbing

  • Updated grunt-browserify to version 4.0.1 - #1560
  • Improved jshint settings - #1558
  • Removed test build file - #1557
  • Converted all LESS variables to dash-case - #1550