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

v3.11.1

Compare
Choose a tag to compare
@interactivellama interactivellama released this 20 Aug 20:20
· 923 commits to 3.x since this release

Bugfix release

Bugfixes focused on the scheduler control along with one repeater fix when using infinite scrolling. There were some missing type="button" attributes in the documentation markup. If you are having erratic page refreshes after clicking a button, this may be the problem.

Bugfixes

  • Hide footer for infinite scrolling view [repeater] - #1461
  • Prevent repeat selectlist from being undefined [scheduler] - #1478
  • Allow any timzone object keys for scheduler setValue [scheduler] - #1472
  • Make timezone return all jQuery data instead of just select values [scheduler] - #1468

Documentation

  • Add button type to button elements in docs [datepicker] [pillbox] [scheduler] [tree] - #1455
  • Refine scheduler section - #1470

Plumbing

  • Make TravisCI use docker containers - #1456
  • Make package version dynamic in grunt- #1457