Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@kevinberonilla kevinberonilla released this 31 Mar 13:44
· 6 commits to master since this release

General

Updated Getting Started with instructions for utilizing <apex:slds/>
Updated documentation for Lookups to clarify use of options [GitHub Issue #63]

jQuery

  • Datepickers: Fixed an issue where manually clearing an input value selected from a datepicker does not call onChange or clear the datepicker's selection [GitHub Issue #58]
  • Datepickers: Fixed an issue where placeholders in Safari are not removed when a selection is made [GitHub Issue #62]
  • Datepickers: Added the onShow and onDismiss options [GitHub Issue #73]
  • Datepickers: Added the onSelect option [GitHub Issue #74]
  • Datepickers: Fixed an issue where the left and right arrow buttons would ignore the specified year range [GitHub Issue #75]
  • Datepickers: Fixed an issue where an end date could not be set on initialization [GitHub Issue #77]
  • Init: Added the scopingClass property with a default value of slds-scope [GitHub Issue #59] [GitHub Issue #79]
  • Init: The scoped property's default is now true
  • Lookups: Added support for arrow keys [GitHub Issue #61]
  • Modals: Fixed an issue where modal backdrops are not dismissed if its modal is dismissed before fade-in animations complete [GitHub Issue #66]
  • Multi Selects: The setSelectedItems and setUnselectedItems methods now accept an array of objects where item order can be explicitly defined [GitHub Issue #65]
  • Picklists: Added support for new SLDS 2.2.0 picklist markup [GitHub Issue #68]
  • Popovers: Added support for dynamically editing/disabling a text-based popover's content by updating the data-aljs-title attribute [GitHub Issue #72]