Releases: LaunchPadLab/lp-components
Releases · LaunchPadLab/lp-components
v3.21.0
v3.20.3
- Enables props for
CloudinaryFileInput
to be passed through to the innercloudinaryUploader
HOC.
v3.20.2
v3.20.1
v3.20.0
Allows for passing in a custom label component and/or error component to any input that uses LabeledField
under the hood (i.e., most inputs).
This addresses a common styling difficulty with checkboxes that require interactive labels. E.g.,
<span>I agree to the <button onClick={ showTermsModal }>terms and conditions</button></span>
v3.19.0
v3.18.0
Provides functionality that adds aria-describedby
to most inputs (excluding RadioGroup). When using an lp-components
input, screen readers will now read out the error label text (e.g., "can't be blank" after reading out the input label name.
This should significantly increase the user experience of correcting invalid errors for users who use a screenreader.
v3.16.3
v3.16.1
v3.14.0
- Adds
format
function prop toTableColumn