Skip to content

Releases: ducompsoc/durhack-web-components

v0.11.2

09 Oct 14:28
Compare
Choose a tag to compare

Fixed

  • Checkbox: indeterminate state was displaying 'checkmark' symbol (#4)

v0.11.1

01 Oct 04:11
Compare
Choose a tag to compare

Fixed

  • removed artifact causing compilation errors from MultiSelect

v0.11.0

30 Sep 17:24
Compare
Choose a tag to compare

Added

  • Textarea component from shadcn/ui

Changed

  • Tweaked styling of MultiSelect to be more consistent with Select, ComboBox

v0.10.0

30 Sep 15:35
Compare
Choose a tag to compare

Added

v0.9.0

30 Sep 13:48
Compare
Choose a tag to compare

Added

  • Accordion from shadcn/ui

v0.8.2

30 Sep 06:04
Compare
Choose a tag to compare

Added

  • SelectValueClipper to select for truncating SelectValue contents when appropriate

Fixed

  • Combobox: appropriately truncate some elements' content to prevent messy overflows

v0.8.1

29 Sep 20:20
Compare
Choose a tag to compare

Fixed

  • FileUpload caused pages to crash when provided onChange callback returned a value other than undefined

v0.8.0

29 Sep 15:16
Compare
Choose a tag to compare

Added

  • Skeleton from shadcn/ui

Fixed

  • ComboBox component did not correctly initialise its selected option based on controlled value prop

v0.7.0

23 Sep 18:06
Compare
Choose a tag to compare

Added

  • Card component from shadcn

v0.6.1

22 Sep 19:24
Compare
Choose a tag to compare

Fixed

  • FileUpload component accepts initial file array via files prop