Releases: LaunchPadLab/lp-components
Releases · LaunchPadLab/lp-components
v3.0.0
This update contains some breaking changes to the styling of the FileInput
component. The input
in this component is now being wrapped in a div
with button
styling, instead of a Button
component, due to issues with opening the file browser in Firefox and IE. Updated styles for this component can be found in storybook styles.
v2.1.0
v2.0.0
objectify()
has been renamed toserializeOptions()
- The deprecated
submit
component has been removed - Props for the
Textarea
input component have changed:maxLength
now defaults tofalse
. Provide a number to implement a maximum number of characters.showCharacterCount
has been renamed tohideCharacterCount
hideCharacterCount
defaults tofalse
(to match the default absence ofmaxLength
).
Pass downtrue
to hide the character count if you've provided amaxLength
but do not want it shown.