Skip to content

Releases: LaunchPadLab/lp-components

v3.29.0

17 Dec 23:54
Compare
Choose a tag to compare
  • Adds delimiter prop to Paginator

v3.28.0

06 Nov 23:31
Compare
Choose a tag to compare
  • Allows table components to receive className prop

v3.27.0

11 Oct 14:46
0d5d13c
Compare
Choose a tag to compare
  • Adds keyboard support to <Paginator>

v3.26.2

10 Oct 11:47
6467fb0
Compare
Choose a tag to compare
  • 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

02 Oct 16:04
f575aec
Compare
Choose a tag to compare
  • 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

16 Aug 18:32
Compare
Choose a tag to compare
  • 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

30 Jul 19:27
Compare
Choose a tag to compare
  • Passes message props through to <FlashMessage />

v3.24.0

29 Jul 19:07
Compare
Choose a tag to compare
  • Adds an optional onDismiss callback to <FlashMessage />

v3.23.0

26 Jun 18:25
Compare
Choose a tag to compare
  • Adds headerComponent prop for tables and table columns

v3.22.0

24 Jun 18:09
Compare
Choose a tag to compare
  • Adds support for esmodules to enable tree-shaking ✨