Skip to content

Version 2.2.10 - March 28, 2017

Compare
Choose a tag to compare
@jlukic jlukic released this 28 Mar 17:14
· 522 commits to master since this release

Critical Bugs

  • Dropdown - Fix search input inside dropdown menu causing dropdown to close before selection when selecting an item #5113
  • Dropdown - (IE11 Only) Fixed issue where dropdown re-opens immediately after closing when using a search inside menu. #4237

Bugs

  • Button - Fixes @basicActiveBoxShadow being used incorrectly in basic button variables
  • Visibility - Visibility events now fire correctly when using context other than body that has overflow-x or overflow-y set to auto or scroll
  • Dropdown - Fixes an issue where dropdown would not correctly open upward at bottom edge of the screen when using a context with overflow-x or overflow-y set to auto
  • Modal - onDeny and onApprove callbacks can no longer occur multiple times if you rapidly click a approve/deny button in a. #4479

Enhancements
-Form - Credit card validation now no longer fails validation with dashed credit card values #5122 Thanks @neokio

Bugs

  • Visibility - Fixed bug where using visibility with context setting on a scrollable context (with overflow) would cause callbacks to fire incorrectly
  • Visibility - Fixed bug where top passed and bottom passed would appear as incorrect values if using settings from get element calculations when element is off screen.