Releases: LaunchPadLab/lp-components
Releases · LaunchPadLab/lp-components
v3.29.0
- Adds
delimiter
prop to Paginator
v3.28.0
- Allows table components to receive
className
prop
v3.27.0
- Adds keyboard support to
<Paginator>
v3.26.2
- Does not assign
aria-describedby
attribute to inputs that are not in an invalid state
- This was flagged by SiteImprove as an a11y issue
v3.26.0
- Adds optional handlers to
CloudinaryInput
. The information is not directly connected to redux-form
since upload is triggered onChange
, but these handlers can be used as a workaround
onUploadSuccess
is invoked with Cloudinary's response
onUploadFailure
is invoked with whatever error is thrown by the upload function
v3.25.1
- Passes props down to custom
labelComponent
and errorComponent
for a <LabeledField />
.
- Adds safeguard by using the
filterInvalidDOMProps
helper whenever spreading props into native html inputs (e.g., within <Input />
)
v3.25.0
- Passes message props through to
<FlashMessage />
v3.24.0
- Adds an optional
onDismiss
callback to <FlashMessage />
v3.23.0
- Adds
headerComponent
prop for tables and table columns
v3.22.0
- Adds support for esmodules to enable tree-shaking ✨