Skip to content

0.4.0

Compare
Choose a tag to compare
@kevinberonilla kevinberonilla released this 18 Apr 23:06
· 54 commits to master since this release

New Features

  • Strike Multi Lookup: Similar to Strike Multi Select Picklist, Strike Multi Lookup gives the user the ability to select multiple Salesforce records in one field
  • Strike Popover: Similar to Strike Tooltip, a Strike Popover appears when a user hovers over its trigger element and can display markup/components in its body
  • Strike Tile: A grouping of information that can be used to describe a record (fiddler and documentation coming soon; used in Strike Multi Lookup)

Improvements

  • Strike Datepicker: Datepickers now use the system's datepicker on mobile devices [GitHub Issue #14]
  • Strike Input: Added support for the checkbox, radio, and toggle types
  • Strike Input: Added the showError(errorMessage) and hideError() methods
  • Strike Multi Select Picklist: Added the onchange attribute that calls a controller method when a selection is added or removed
  • Strike Multi Select Picklist: A "no results" message has been added
  • Strike Option: Renamed the strike_filterBy() and strike_optionSelected() methods to filterBy() and select() respectively
  • Strike Option Group: Renamed the strike_filterBy() method to filterBy()
  • Strike Select: Strike Option Groups no longer display when searchable is set to true and no results in that group are found
  • Strike Select: A "no results" message has been added when searchable is set to true
  • Strike Textarea: Added the blur(), focus(), select(), showError(errorMessage), and hideError() methods

Bug Fixes

  • Strike Datepicker: Fixed an issue where datepickers were unintentionally closing when clicking the Today link, left/right month arrows, and year select [GitHub Issue #9]
  • Strike Multi Select Picklist: Fixed an issue where options were not filterable on mobile devices, though the input was still in focus behind the overlay [GitHub Issue #10]
  • Strike Multi Select Picklist: Fixed an issue where multiple selections could not be made on iOS [GitHub Issue #11]
  • Strike Multi Select Picklist: Fixed an issue where options were not reset after closing the picklist immediately after a search that yielded no results [GitHub Issue #13]
  • Strike Select: Fixed an issue where clicking/tapping on the search input (when searchable is set to true) closes the dropdown
  • Strike Select: Fixed an issue where searches also returned option groups and sometimes displayed incorrect results