Skip to content

0.10.0

Compare
Choose a tag to compare
@kevinberonilla kevinberonilla released this 01 Nov 22:32
· 15 commits to master since this release

Improvements

  • All Strike Components: Updated API versions to 41
  • All Strike Components: Components now utilize lightning:icon in place of strike_svg wherever applicable [GitHub Issue #77]
  • Strike Data Grid: Added the sortValue property on the object being passed in when the column's type is set to 'COMPONENT'; represents the string value to be sorted on the component's behalf [GitHub Issue #67]
  • Strike Input: Inputs with required set to true will now automatically set error to true and errorMessage to 'Complete this field' when the input is empty and a change event occurs [GitHub Issue #51]
  • Strike Modal: Added the showCloseButton attribute (default set to true) to allow control over the close button's visibility [GitHub Issue #94]
  • Strike Modal: Removed an event listener that is no longer needed in Winter '18 [GitHub Issue #109]
  • Strike Modal: New events have been added to expose how a modal was dismissed (strike_evt_modalSecondaryButtonClicked and strike_evt_modalCloseButtonClicked) [GitHub Issue #110]
  • Strike Select: Removed the placeholder default value to match all other Strike form elements' functionality [GitHub Issue #81]

Bug Fixes

  • All Strike Components: Updated use of an event property for Firefox compliance [GitHub Issue #39] [GitHub Issue #106]
  • Strike Carousel: Updated helptext for icon name [GitHub Issue #104]
  • Strike Data Grid: Fixed an issue where the component would throw an error if too many rows were passed in [GitHub Issue #66]
  • Strike Data Grid: Fixed an issue where the component would throw an error if only one row object was provided [GitHub Issue #70]
  • Strike Datepicker: Fixed an issue where the form element border is missing in Winter '18 [GitHub Issue #97][GitHub Issue #115]
  • Strike Datepicker: Fixed an issue where the help text tooltip styling was not consistent with other Strike form elements [GitHub Issue #99]
  • Strike Icon Picker: Fixed an issue where same icon couldn't be selected across multiple options [GitHub Issue #103]
  • Strike Icon Picker: Fixed an issue where the form element border is missing in Winter '18 [GitHub Issue #111]
  • Strike Input: Fixed an issue where the disabled attribute is incorrectly handled on Edge [GitHub Issue #96]
  • Strike Lookup: Fixed an issue where help text would only appear if the form element was in focus [GitHub Issue #93]
  • Strike Multi Select Picklist: Fixed an issue where cycling through options using arrow keys stopped working in Summer '17 [GitHub Issue #107]
  • Strike Radio Group: Fixed an issue where radio group content was incorrectly showing and hiding [GitHub Issue #90]
  • Strike Select: Fixed an issue where multiple dropdowns could be open at once [GitHub Issue #87]
  • Strike Select: Fixed an issue where cycling through options using arrow keys stopped working in Summer '17 [GitHub Issue #88]
  • Strike Select: Fixed an issue where an infinite loop would occur in certain rendering situations [GitHub Issue #92]
  • Strike Textarea: Fixed an issue where the disabled attribute is incorrectly handled on Edge [GitHub Issue #96]
  • Strike Textarea: Fixed an issue where live example doesn’t fully reset [GitHub Issue #98]

Notes