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

3.0.2

Compare
Choose a tag to compare
@kevinparkerson kevinparkerson released this 15 Sep 13:58
· 1749 commits to master since this release

General bug fix release

  • #667 - modifies infinite scroll to call onScroll function upon initialization to account for cached scrollbar location, with an improved 'getPercentage' function.
  • #664 - fixes infinite scroll data storage name, removing re-initialization problems
  • #663 - fixes issues with scheduler 'getValue' and 'setValue' functions
  • #659 - fixes an issue with the tree control populate function selecting the wrong parent
  • #654 - scheduler 'End after recurrence' set to default: 1, min: 1
  • #653 - scheduler markup updated to fix "Last" day of week value (from "5" to "-1")
  • #650 - datepicker restricted option fixed
  • #639 - removed .tree-dot class in favor of fueluxicon-bullet
  • various documentation typo fixes