Skip to content

Releases: LaunchPadLab/lp-components

v3.0.0

09 Jan 16:20
Compare
Choose a tag to compare

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

14 Dec 17:44
Compare
Choose a tag to compare
  • Adds Spinner component

v2.0.0

15 Nov 19:50
Compare
Choose a tag to compare
  1. objectify() has been renamed to serializeOptions()
  2. The deprecated submit component has been removed
  3. Props for the Textarea input component have changed:
    • maxLength now defaults to false. Provide a number to implement a maximum number of characters.
    • showCharacterCount has been renamed to hideCharacterCount
    • hideCharacterCount defaults to false (to match the default absence of maxLength).
      Pass down true to hide the character count if you've provided a maxLength but do not want it shown.

v1.25.0

23 Oct 20:50
Compare
Choose a tag to compare
  • Adds TabBar component

v1.24.4

28 Sep 18:05
Compare
Choose a tag to compare
  • Fixes CheckboxGroup bug where keys with dashes were being displayed incorrectly

v1.23.2

25 Aug 14:23
Compare
Choose a tag to compare
  • Fixes duplicate label bug for CheckboxGroup

v1.23.0

31 Jul 18:50
Compare
Choose a tag to compare
  • Adds previewComponent prop to FileInput

v1.22.0

26 Jun 21:12
Compare
Choose a tag to compare
  • Adds children to Input component

v1.21.0

22 Jun 20:49
Compare
Choose a tag to compare
  • Adds alwaysBlur prop to blurDirty()

v1.19.0

22 Jun 20:33
Compare
Choose a tag to compare
  • Change to FileInput: onLoad() callback now gets passed the File object in addition to the data URL.