You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]