Releases: appiphony/Strike-Components
Releases · appiphony/Strike-Components
0.2.0
New Features
- Strike Input (Beta): Similar to
lightning:input
, Strike Input comes with support forhelpText
functionality and custom error handling (fiddler and documentation coming soon) - Strike Pill (Beta): Formerly part of Strike Multi Select Picklist, Strike Pill has been abstracted so it can be used in other upcoming Components (fiddler and documentation coming soon)
Improvements
- Strike Datepicker: Added the
helpText
attribute for descriptive tooltips (appears after the form label) - Strike Lookup: Added the
helpText
attribute for descriptive tooltips (appears after the form label) - Strike Lookup: Added the
class
attribute for applying custom classes to the lookup's outer element - Strike Lookup: Added the
searchingMessage
attribute for editing the message that appears in the dropdown when a search is being performed - Strike Lookup: Added the
noResultsMessage
attribute for editing the message that appears in the dropdown when no results are found - Strike Multi Select Picklist: Added the
helpText
attribute for descriptive tooltips (appears after the form label) - Strike Multi Select Picklist: Added max-height to the dropdown's list
- Strike Select: Added the
helpText
attribute for descriptive tooltips (appears after the form label) - Strike Select: Added support for HTML forms
- Strike SVG: Changed
svg
component bundle tostrike_svg
- Strike Textarea: Added the
helpText
attribute for descriptive tooltips (appears after the form label)
Bug Fixes
- Strike Datepicker: Fixed an issue where the menu opens when tabbing into the input
- Strike Datepicker: Fixed an issue where clicking the SVG portion of the datepicker's button did not open the menu in Microsoft Edge [GitHub Issue #5]
- Strike Lookup: Fixed an issue where records were still selected after closing the menu without confirming a selection [GitHub Issue #2]
- Strike Lookup: Fixed an issue where the menu doesn't close when tabbing out of the input [GitHub Issue #4]
- Strike Lookup: Fixed an issue where the input's search icon was incorrectly positioned
- Strike Lookup: Removed
debugger
line [GitHub Issue #6] - Strike Multi Select Picklist: Fixed an issue where the input's search icon was incorrectly positioned
- Strike Multi Select Picklist: Fixed an issue where selected pills did not have spacing between them
- Strike Select: Fixed an issue where the component was not focusable
- Strike Select: Fixed an issue where initialized values were not set
- Strike Textarea: Fixed an issue where the
value
attribute would not update when the textarea's value is updated via the contextmenu
0.1.1
Bug Fixes
- Lookup: Fixed an issue where records with
null
values for thesearch
andsubtitle
fields caused lookups to throw an exception [GitHub Issue #1]
0.1.0
- Initial release
- Open sourced: https://github.com/appiphony/Strike-Components