Skip to content

Releases: LaunchPadLab/lp-components

v5.4.7

11 Jan 21:41
2758543
Compare
Choose a tag to compare

What's Changed

  • Allow className to be passed to Spinner by @ghrlee in #523

Full Changelog: v5.4.6...v5.4.7

v5.4.6

08 Dec 14:30
91925ef
Compare
Choose a tag to compare

What's Changed

  • Enhancement to showcase how to use row data in CustomCell component by @rgaban in #511

Full Changelog: v5.4.5...v5.4.6

v5.4.5

06 Dec 12:54
f1f09e5
Compare
Choose a tag to compare

What's Changed

  • Update link to NPM package guidelines in readme by @rgaban in #512

Full Changelog: v5.4.4...v5.4.5

v5.4.4

30 Nov 20:30
3fa4810
Compare
Choose a tag to compare

What's Changed

  • DateInput in Storybook throws an error by @rgaban in #509

New Contributors

Full Changelog: v5.4.3...v5.4.4

v5.4.3

24 Nov 17:27
adc4113
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.2...v5.4.3

v5.4.2

11 Nov 13:22
ead6990
Compare
Choose a tag to compare
  • Updates documentation to reflect considerations required for a <SortableTable> when using a custom header component

v5.4.1

19 Feb 17:42
Compare
Choose a tag to compare
  • Updates Heroku stack to version 20

v5.4.0

18 Feb 16:38
4398bf1
Compare
Choose a tag to compare
  • Allows for a ref to be passed down to the textarea input using new forwardedRef prop on Textarea (useful for programmatic focusing of the input)

v5.1.1

30 Oct 18:33
0ea9404
Compare
Choose a tag to compare
  • Ensures that SortableTable renders with the appropriate data when props change

v5.1.0

22 Oct 17:51
Compare
Choose a tag to compare
  • Enables focus styling on FileInput using adjacent sibling css selector (+) on the span after the input